代码搜索:PostgreSQL
找到约 4,136 项符合「PostgreSQL」的源代码
代码结果 4,136
www.eeworm.com/read/120487/6072898
h xlog.h
/*
* xlog.h
*
* PostgreSQL transaction log manager
*
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of Californi
www.eeworm.com/read/100285/6270842
enable_plpgsql
#!/bin/sh
# Enable the PL procedural language for PostgreSQL in one or more
# existing databases.
#
# This script should be run by the PostgreSQL superuser
enable_database() {
if ! psql -d $1 -qtc
www.eeworm.com/read/459490/1569236
tracinstall
= Trac Installation Guide for 0.11 =
[[TracGuideToc]]
Trac is written in the Python programming language and needs a database, [http://sqlite.org/ SQLite], [http://www.postgresql.org/ PostgreSQL], o
www.eeworm.com/read/183001/5259830
h xlog.h
/*
* xlog.h
*
* PostgreSQL transaction log manager
*
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of Californi
www.eeworm.com/read/387667/2557273
h xlog.h
/*
* xlog.h
*
* PostgreSQL transaction log manager
*
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of Californi
www.eeworm.com/read/377803/2696154
makefile
#
# Make file to build the PostGreSQL 7 Database Driver for DBConnect API
# Copyright (c) Johnathan Ingram 2003
#
# dynamic: Build the driver requiring the postgreSQL dynamic link library.
# static:
www.eeworm.com/read/377803/2696166
in makefile.in
#
# Make file to build the PostGreSQL 7 Database Driver for DBConnect API
# Copyright (c) Johnathan Ingram 2003
#
# dynamic: Build the driver requiring the postgreSQL dynamic link library.
# static:
www.eeworm.com/read/376006/2717145
c netbsd.c
/*
* Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
* Portions Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
* $PostgreSQL: pgsql
www.eeworm.com/read/376006/2717183
c openbsd.c
/*
* Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
* Portions Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
* $PostgreSQL: pgsql