代码搜索:PostgreSQL

找到约 4,136 项符合「PostgreSQL」的源代码

代码结果 4,136
www.eeworm.com/read/183001/5260721

pl create_help.pl

#! /usr/bin/perl ################################################################# # create_help.pl -- converts SGML docs to internal psql help # # Copyright (c) 2000-2005, PostgreSQL Global Developm
www.eeworm.com/read/318733/3564104

create_test_tables

-- A script to create a number of tables in a PostGIS enabled -- PostgreSQL database that test the ability of Qgis to load said -- tables. -- $Id:$ -- These are all in the public schema (need to do
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/407801/2258198

tmp tempfile.tmp

#This is a testing config file #Server Name Setting #SERVERNAME = TestServer #Datasource Setting DATASOURCENAME = jdbc/rms MSSQLDATASOURCENAME = jdbc/migration DRCDRIVER = org.postgresql.Dri
www.eeworm.com/read/407801/2258199

svn-base rms.config.svn-base

#This is a testing config file #Server Name Setting #SERVERNAME = TestServer #Datasource Setting DATASOURCENAME = jdbc/rms MSSQLDATASOURCENAME = jdbc/migration DRCDRIVER = org.postgresql.Dri
www.eeworm.com/read/387667/2557100

oid2name readme.oid2name

This utility allows administrators to examine the file structure used by PostgreSQL. To make use of it, you need to be familiar with the file structure, which is described in the "Database File Layou
www.eeworm.com/read/387667/2557175

h netdb.h

/* $PostgreSQL: pgsql/src/include/port/win32/netdb.h,v 1.4 2006/10/04 00:30:10 momjian Exp $ */
www.eeworm.com/read/387667/2557177

h grp.h

/* $PostgreSQL: pgsql/src/include/port/win32/grp.h,v 1.4 2006/10/04 00:30:10 momjian Exp $ */
www.eeworm.com/read/387667/2557178

h dlfcn.h

/* $PostgreSQL: pgsql/src/include/port/win32/dlfcn.h,v 1.4 2006/10/04 00:30:10 momjian Exp $ */
www.eeworm.com/read/387667/2557213

h spi.h

/*------------------------------------------------------------------------- * * spi.h * * $PostgreSQL: pgsql/src/include/executor/spi.h,v 1.58.2.1 2007/08/15 19:15:55 tgl Exp $ * *--------------