代码搜索:postgres

找到约 1,357 项符合「postgres」的源代码

代码结果 1,357
www.eeworm.com/read/134086/14010091

php postgres7.php

www.eeworm.com/read/120487/6072351

po fr.po

# translation of postgres-fr.po to FR_fr # French message translation file for postgres # # $Header: /cvsroot/pgsql/src/backend/po/fr.po,v 1.1.2.3 2004/09/20 08:07:15 petere Exp $ # # Use these quotes
www.eeworm.com/read/151482/5681333

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
www.eeworm.com/read/151482/5681334

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