代码搜索:PostgreSQL

找到约 4,136 项符合「PostgreSQL」的源代码

代码结果 4,136
www.eeworm.com/read/206020/5012690

sql wildfire_postgresql.sql

-- $Revision: $ -- $Date: $ -- Increase size of username field ALTER TABLE jiveUser ADD COLUMN temp varchar(64); UPDATE jiveUser SET temp = username; ALTER TABLE jiveUser DROP CONSTRAINT jiveUser_
www.eeworm.com/read/206020/5012696

sql wildfire_postgresql.sql

-- $Revision: 1650 $ -- $Date: 2005-07-20 00:18:17 -0300 (Wed, 20 Jul 2005) $ -- Update jiveVersion to JM 2.2 UPDATE jiveVersion SET majorVersion=2, minorVersion=2; -- jiveExtComponentConf: Cr
www.eeworm.com/read/206020/5012702

sql wildfire_postgresql.sql

-- $Revision: 795 $ -- $Date: 2005-01-06 07:44:42 -0300 (Thu, 06 Jan 2005) $ -- jiveGroup: Recreate table from scratch DROP TABLE jiveGroup; CREATE TABLE jiveGroup ( groupName VAR
www.eeworm.com/read/206020/5012709

sql wildfire_postgresql.sql

-- $Revision: 795 $ -- $Date: 2005-01-06 07:44:42 -0300 (Thu, 06 Jan 2005) $ -- Update jiveVersion to JM 2.4 UPDATE jiveVersion SET majorVersion=2, minorVersion=4; -- jiveGroupUser: Alter leng
www.eeworm.com/read/206020/5012716

sql wildfire_postgresql.sql

-- $Revision: $ -- $Date: $ -- Create PubSub Tables CREATE TABLE pubsubNode ( serviceID VARCHAR(100) NOT NULL, nodeID VARCHAR(100) NOT NULL, leaf
www.eeworm.com/read/206020/5012723

sql wildfire_postgresql.sql

-- $Revision: $ -- $Date: $ -- Update jiveVersion to Wildfire 2.5 UPDATE jiveVersion SET majorVersion=2, minorVersion=5; -- jivePrivacyList: Create new table CREATE TABLE jivePrivacyList (
www.eeworm.com/read/206020/5012730

sql wildfire_postgresql.sql

-- $Revision: $ -- $Date: $ -- Drop old columns of pubSubNode ALTER TABLE pubsubNode DROP COLUMN contacts; ALTER TABLE pubsubNode DROP COLUMN rosterGroups; ALTER TABLE pubsubNode DROP COLUMN replyR
www.eeworm.com/read/206020/5012737

sql wildfire_postgresql.sql

-- $Revision: $ -- $Date: $ -- Update the jiveVersion table to new definition. DROP TABLE jiveVersion; CREATE TABLE jiveVersion ( name VARCHAR(50) NOT NULL, version INTEGER NOT NU
www.eeworm.com/read/206020/5012744

sql wildfire_postgresql.sql

-- $Revision: $ -- $Date: $ CREATE TABLE jiveSASLAuthorized ( username VARCHAR(64) NOT NULL, principal VARCHAR(4000) NOT NULL, CONSTRAINT jiveSASLAuthoirzed_pk PRIMARY KEY
www.eeworm.com/read/183001/5259597

sample postgresql.conf.sample

# ----------------------------- # PostgreSQL configuration file # ----------------------------- # # This file consists of lines of the form: # # name = value # # (The '=' is optional.) White space m