代码搜索:postgres

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

代码结果 1,357
www.eeworm.com/read/100285/6271633

cc testlibpq3.cc

/* * testlibpq3.cc * Test the C++ version of LIBPQ, the POSTGRES frontend library. * * queries the template1 database for a list of database names using transaction block * and cursor interfac
www.eeworm.com/read/100285/6271855

c testlibpq3.c

/* * testlibpq3.c * Test the C version of LIBPQ, the POSTGRES frontend library. * tests the binary cursor interface * * * populate a database by doing the following: CREATE TABLE test1 (i in
www.eeworm.com/read/100285/6272025

sql numeric_big.sql

-- ****************************** -- * Test suite for the Postgres NUMERIC data type -- ****************************** CREATE TABLE num_data (id int4, val numeric(1000,800)); CREATE TABLE num_exp_add
www.eeworm.com/read/100285/6272082

sql numeric.sql

-- ****************************** -- * Test suite for the Postgres NUMERIC data type -- ****************************** CREATE TABLE num_data (id int4, val numeric(300,100)); CREATE TABLE num_exp_add
www.eeworm.com/read/100285/6272242

hlp isolation.hlp

.pgaw:Help.f.t insert end \ "Isolation levels" {title} " " {} "Read Committed Isolation Level" {bold} " Read Committed is the default isolation level in Postgres. When a transaction runs on this iso
www.eeworm.com/read/100285/6272279

hlp create_aggregate.hlp

.pgaw:Help.f.t insert end "CREATE AGGREGATE" {bold} " allows a user or programmer to extend Postgres functionality by defining new aggregate functions. Some aggregate functions for base types such as
www.eeworm.com/read/100285/6272288

hlp create_database.hlp

.pgaw:Help.f.t insert end "CREATE DATABASE" {bold} " creates a new Postgres database. The creator becomes the administrator of the new database. " {} "Synopsis" {bold} " " {} " CREATE DATABASE name
www.eeworm.com/read/474651/1392268

properties dbconfig.properties

# this is comment # mysql database config # url=jdbc:postgresql://localhost/diims #driverClass=org.postgresql.Driver #user=postgres #password=admin123 # #url=jdbc\:mysql\://localhost\:3306/dii
www.eeworm.com/read/183001/5259130

readme

$PostgreSQL: pgsql/src/backend/executor/README,v 1.5 2005/04/28 21:47:12 tgl Exp $ The Postgres Executor --------------------- The executor processes a tree of "plan nodes". The plan tree is essent
www.eeworm.com/read/376006/2718056

out guc.out

-- pg_regress should ensure that this default value applies; however -- we can't rely on any specific default value of vacuum_cost_delay SHOW datestyle; DateStyle --------------- Postgres, MDY