代码搜索:postgres
找到约 1,357 项符合「postgres」的源代码
代码结果 1,357
www.eeworm.com/read/290267/3982153
h dlz_postgres_driver.h
/*
* Copyright (C) 2002 Stichting NLnet, Netherlands, stichting@nlnet.nl.
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted,
www.eeworm.com/read/290267/3982165
c dlz_postgres_driver.c
/*
* Copyright (C) 2002 Stichting NLnet, Netherlands, stichting@nlnet.nl.
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted,
www.eeworm.com/read/284665/4060840
sql acegi-acl-postgres.sql
CREATE SEQUENCE acl_object_identity_seq;
CREATE TABLE acl_object_identity (
id INTEGER NOT NULL DEFAULT nextval('acl_object_identity_seq') CONSTRAINT acl_object_identity_PK PRIMARY KEY,
www.eeworm.com/read/437257/1835380
sql acegi-acl-postgres.sql
CREATE SEQUENCE acl_object_identity_seq;
CREATE TABLE acl_object_identity (
id INTEGER NOT NULL DEFAULT nextval('acl_object_identity_seq') CONSTRAINT acl_object_identity_PK PRIMARY KEY,
www.eeworm.com/read/405889/2281090
sql jpetstore-postgres-dataload.sql
INSERT INTO sequence VALUES('ordernum', 1000);
INSERT INTO sequence VALUES('linenum', 1000);
INSERT INTO signon VALUES('j2ee','j2ee');
INSERT INTO signon VALUES('ACID','ACID');
INSERT INTO acc
www.eeworm.com/read/405889/2281091
sql jpetstore-postgres-schema.sql
drop index productCat;
drop index productName;
drop index itemProd;
drop table lineitem;
drop table orderstatus;
drop table orders;
drop table bannerdata;
drop table profile;
drop table sign
www.eeworm.com/read/405889/2281103
sql jpetstore-postgres-dataload.sql
INSERT INTO sequence VALUES('ordernum', 1000);
INSERT INTO sequence VALUES('linenum', 1000);
INSERT INTO signon VALUES('j2ee','j2ee');
INSERT INTO signon VALUES('ACID','ACID');
INSERT INTO acc
www.eeworm.com/read/405889/2281104
sql jpetstore-postgres-schema.sql
drop index productCat;
drop index productName;
drop index itemProd;
drop table lineitem;
drop table orderstatus;
drop table orders;
drop table bannerdata;
drop table profile;
drop table sign