代码搜索:postgres
找到约 1,357 项符合「postgres」的源代码
代码结果 1,357
www.eeworm.com/read/252579/4402508
properties postgresql.properties
jdbc.drivers=org.postgresql.Driver
jdbc.url=jdbc:postgresql:postgres
jdbc.username=cay
jdbc.password=
www.eeworm.com/read/120487/6072444
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/120487/6073502
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/120487/6073557
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/100285/6270688
sgml func.sgml
Functions
Describes the built-in functions available
in Postgres.
www.eeworm.com/read/100285/6270693
sgml oper.sgml
Operators
Describes the built-in operators available in
Postgres.
www.eeworm.com/read/100285/6270695
sgml xtypes.sgml
Extending SQL: Types
As previously mentioned, there are two kinds of types
in Postgres: base type
www.eeworm.com/read/252940/12253067
c pgtypes.c
/*--------
* Module: pgtypes.c
*
* Description: This module contains routines for getting information
* about the supported Postgres data types. Only the
* function pgtype_to_sqltype(
www.eeworm.com/read/250731/4427476
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/183001/5259359
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