代码搜索:postgres

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

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

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/390655/2527630

properties jdbc.properties

jdbc.driverClassName=org.postgresql.Driver jdbc.url=jdbc:postgresql://localhost/weblog jdbc.username=postgres jdbc.password=password
www.eeworm.com/read/110490/15532597

c parser.c

/* * This is a tiny basic parser, used for LDAP, MySQL, and Postgres configuration * files, but it may be useful for future extensions as well. * -Jedi. */ #include #if defined(WITH
www.eeworm.com/read/100285/6270657

sgml xoper.sgml

Extending SQL: Operators Postgres supports left unary, right unary and binary operators. Op
www.eeworm.com/read/100285/6270681

sgml trigger.sgml

Triggers Postgres has various client interfaces such as Perl, Tcl, Python and C, as well as two Procedural Language
www.eeworm.com/read/100285/6270796

sgml datatype.sgml

Data Types Describes the built-in data types available in Postgres.
www.eeworm.com/read/100285/6271792

py basics.py

#! /usr/local/bin/python # basics.py - basic SQL commands tutorial # inspired from the Postgres95 tutorial # adapted to Python 1995 by Pascal ANDRE print "___________________________________________
www.eeworm.com/read/100285/6271835

def libpqdll.def

LIBRARY LIBPQ DESCRIPTION "Postgres Client Access Library" EXPORTS PQconnectdb @ 1 PQsetdbLogin @ 2 PQconndefaults @ 3 PQfinish @ 4 PQreset @ 5 PQrequestCancel @ 6 PQdb @ 7 PQuser
www.eeworm.com/read/120487/6072884

h xlogdefs.h

/* * xlogdefs.h * * Postgres transaction log manager record pointer and * system startup number definitions * * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions
www.eeworm.com/read/120487/6073470

out numerology.out

-- -- NUMEROLOGY -- Test various combinations of numeric types and functions. -- -- -- Test implicit type conversions -- This fails for Postgres v6.1 (and earlier?) -- so let's try explicit conversio