代码搜索:postgres

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

代码结果 1,357
www.eeworm.com/read/183001/5260305

out numeric_big.out

-- ****************************** -- * Test suite for the Postgres NUMERIC data type -- ****************************** -- Must drop tables created by short numeric test. DROP TABLE num_data; DROP TABL
www.eeworm.com/read/183001/5260362

sql numeric_big.sql

-- ****************************** -- * Test suite for the Postgres NUMERIC data type -- ****************************** -- Must drop tables created by short numeric test. DROP TABLE num_data; DROP TAB
www.eeworm.com/read/281897/4111633

sql 3.1.0.sql

/* * * This SQL script is designed to upgrade your NAV database from * version 3.0 to 3.1 * * Connect to PostgreSQL as the postgres superuser or the nav database user * like this: * * psql -f
www.eeworm.com/read/376006/2717320

readme

Proposal for function-manager redesign 19-Nov-2000 -------------------------------------- We know that the existing mechanism for calling Postgres functions needs to be redesigned. It has portabil
www.eeworm.com/read/376006/2718076

out numeric_big.out

-- ****************************** -- * Test suite for the Postgres NUMERIC data type -- ****************************** -- Must drop tables created by short numeric test. DROP TABLE num_data; DROP TABL
www.eeworm.com/read/376006/2718138

sql numeric_big.sql

-- ****************************** -- * Test suite for the Postgres NUMERIC data type -- ****************************** -- Must drop tables created by short numeric test. DROP TABLE num_data; DROP TAB
www.eeworm.com/read/120487/6073410

sh regressplans.sh

#! /bin/sh # This script runs the Postgres regression tests with all useful combinations # of the backend options that disable various query plan types. If the # results are not all the same, it may
www.eeworm.com/read/100285/6270667

sgml manage-ag.sgml

Managing a Database If the Postgres postmaster is up and running we can create some
www.eeworm.com/read/100285/6270788

sgml lobj.sgml

Large Objects In Postgres, data values are stored in tuples and individual tuples c
www.eeworm.com/read/245769/4501595

properties jdbc.properties

jdbc.driverClassName=org.postgresql.Driver jdbc.url=jdbc:postgresql://localhost/weblog jdbc.username=postgres jdbc.password=password