代码搜索:Postgresql
找到约 4,136 项符合「Postgresql」的源代码
代码结果 4,136
www.eeworm.com/read/311746/3677877
sql openfire_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/311746/3677884
sql openfire_postgresql.sql
-- $Revision: $
-- $Date: $
ALTER TABLE mucConversationLog RENAME COLUMN time TO logTime;
UPDATE jiveVersion set version=12 where name = 'openfire';
www.eeworm.com/read/311746/3677891
sql openfire_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/311746/3677898
sql openfire_postgresql.sql
-- create table jiveSecurityAuditLog
CREATE TABLE jiveSecurityAuditLog (
msgID INTEGER NOT NULL,
username VARCHAR(64) NOT NULL,
entryStamp BIG
www.eeworm.com/read/311746/3677905
sql openfire_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/311226/3683561
java driver_postgresql.java
/*
* (c) Copyright 2002, 2003, 2004, 2005, 2006, 2007 Hewlett-Packard Development Company, LP
* All rights reserved.
*
*
*/
package com.hp.hpl.jena.db.impl;
import java.sql.PreparedS
www.eeworm.com/read/292422/3953355
properties db_postgresql.properties
driver=org.postgresql.Driver
blob=bytea
double=double precision
date=date
time=time
string=varchar(30)
www.eeworm.com/read/284507/4063058
sql postgresql_xlob.sql
--
-- postgresql db schema
--
--
-- A way of using this :
--
-- $ su - postgres
-- postgres$ createuser xlob
-- Shall the new user be allowed to create databases? (y/n) n
-- Shall the new use
www.eeworm.com/read/284507/4063098
sql postgresql_xdbc.sql
--
-- postgresql db schema
--
--
-- A way of using this :
--
-- $ su - postgres
-- postgres$ createuser xdbc
-- Shall the new user be allowed to create databases? (y/n) n
-- Shall the new use
www.eeworm.com/read/284507/4063215
sql postgresql_xlob.sql
--
-- postgresql db schema
--
--
-- A way of using this :
--
-- $ su - postgres
-- postgres$ createuser xlob
-- Shall the new user be allowed to create databases? (y/n) n
-- Shall the new use