代码搜索:PostgreSQL

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

代码结果 4,136
www.eeworm.com/read/111042/6160129

sql mvnforum_update_postgresql.sql

-- $Header: /cvsroot/mvnforum/mvnforum/sql/upgrade/1_0_0_rc1_to_1_0_0_rc2/mvnForum_update_postgresql.sql,v 1.2 2003/10/26 19:16:25 minhnn Exp $ -- $Author: minhnn $ -- $Revision: 1.2 $ -- $Date: 20
www.eeworm.com/read/111042/6160139

sql mvnforum_update_postgresql.sql

-- This script is used to upgrade mvnForum from beta3 to rc1 -- This sql script creates 2 new table : mvnforumWatch and mvnforumAttachment -- -- Database: PostgreSql -- drop table mvnforumWa
www.eeworm.com/read/177407/5327496

txt db_postgresql.java.txt

/****************************************************************************** * The contents of this file are subject to the Compiere License Version 1.1 * ("License"); You may not use this f
www.eeworm.com/read/350393/3126996

sql postgresql_db_struct.sql

-- -- Table structure for table 'jforum_banlist' -- CREATE SEQUENCE jforum_banlist_seq; CREATE TABLE jforum_banlist ( banlist_id INTEGER NOT NULL DEFAULT NEXTVAL('jforum_banlist_seq'), use
www.eeworm.com/read/350393/3126998

sql postgresql_data_dump.sql

-- -- General Group -- INSERT INTO jforum_groups (group_id, group_name, group_description ) VALUES (1, 'General', 'General Users'); INSERT INTO jforum_roles (role_id, group_id, name, role_typ
www.eeworm.com/read/341356/3252553

patch postgresql-7.1.plperl.patch

--- postgresql-7.1beta4/src/pl/plperl/Makefile.PL.orig Wed Jan 31 00:54:56 2001 +++ postgresql-7.1beta4/src/pl/plperl/Makefile.PL Wed Jan 31 01:06:50 2001 @@ -10,5 +10,5 @@ # seems pretty unli
www.eeworm.com/read/256963/4366958

sql postgresql-drop-tables.sql

-- Tried to do test for existence before dropping with the following script, -- but it didn't work: http://www.thescripts.com/forum/thread173559.html DROP TABLE user_role; DROP TABLE app_user;
www.eeworm.com/read/256963/4366960

sql postgresql-create-tables.sql

-- Tried to do test for existence before dropping with the following script, -- but it didn't work: http://www.thescripts.com/forum/thread173559.html DROP TABLE user_role; DROP TABLE app_user;