代码搜索:Postgresql
找到约 4,136 项符合「Postgresql」的源代码
代码结果 4,136
www.eeworm.com/read/130241/5962676
properties postgresql.properties
jdbc.drivers=org.postgresql.Driver
jdbc.url=jdbc:postgresql:postgres
jdbc.username=cay
jdbc.password=
www.eeworm.com/read/116211/6113494
sql postgresql.sql
# #############
# CategoryModel
# #############
CategoryModel.addNew = INSERT INTO jforum_categories (title, display_order) VALUES (?, NEXTVAL('jforum_categories_order_seq'))
# ##########
# Use
www.eeworm.com/read/116211/6113496
properties postgresql.properties
#Sun Oct 31 18:20:52 GMT-03:00 2004
database.connection.password=root
dbname=jforum
database.connection.host=localhost
database.connection.pool.min=10
database.connection.pool.timeout=120
databa
www.eeworm.com/read/111677/6153845
postgresql idtable.postgresql
#foreach ($tbl in $tables)
insert into ID_TABLE (id_table_id, table_name, next_id, quantity) VALUES ($initialID, '$tbl.Name', $initialIDValue, $initialIDStep);
#set ( $initialID = $initialID + 1 )
#en
www.eeworm.com/read/100285/6272234
hlp postgresql.hlp
.pgaw:Help.f.t insert end \
"PostgreSQL" {title} \
"\n\n" {} \
"What is PostgreSQL?\n" {bold} \
" PostgreSQL is a object-relational database management system, originally developed at the University
www.eeworm.com/read/157691/11671419
create_postgresql
-- Copyright (C) 2000 Carnegie Mellon University
--
-- Author(s): Jed Pickel ,
-- Todd Schrubb
-- Roman Danyliw ,
www.eeworm.com/read/156507/11795954
properties postgresql.properties
jdbc.drivers=org.postgresql.Driver
jdbc.url=jdbc:postgresql:postgres
jdbc.username=cay
jdbc.password=
www.eeworm.com/read/232614/14188405
create_postgresql
-- Copyright (C) 2000 Carnegie Mellon University
--
-- Author(s): Jed Pickel ,
-- Todd Schrubb
-- Roman Danyliw ,