代码搜索:PostgreSQL

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

代码结果 4,136
www.eeworm.com/read/120487/6073723

970926 pgsql.970926

DBMS: PostgreSQL 6.2b10 OS: FreeBSD 2.1.5-RELEASE HardWare: i586/90, 24M RAM, IDE StartUp: postmaster -B 256 '-o -S 2048' -S Compiler: gcc 2.6.3 Compiled: -O, without CASSERT checking, with -DTBL_
www.eeworm.com/read/120487/6073841

po nb.po

# Norwegian bokm錶 translation of messages for PostgreSQL (psql). # Copyright (C) 2003 The PostgreSQL Global Development Group. # Trond Endrest鴏 , 2003. # # In the translator'
www.eeworm.com/read/120487/6073862

h describe.h

/* * psql - the PostgreSQL interactive terminal * * Copyright (c) 2000-2003, PostgreSQL Global Development Group * * $Header: /cvsroot/pgsql/src/bin/psql/describe.h,v 1.21 2003/08/04 23:59:40 tgl
www.eeworm.com/read/120487/6073864

h command.h

/* * psql - the PostgreSQL interactive terminal * * Copyright (c) 2000-2003, PostgreSQL Global Development Group * * $Header: /cvsroot/pgsql/src/bin/psql/command.h,v 1.17 2003/08/04 23:59:39 tgl
www.eeworm.com/read/120487/6073866

h copy.h

/* * psql - the PostgreSQL interactive terminal * * Copyright (c) 2000-2003, PostgreSQL Global Development Group * * $Header: /cvsroot/pgsql/src/bin/psql/copy.h,v 1.13 2003/08/04 23:59:40 tgl Exp
www.eeworm.com/read/120487/6073876

po fr.po

# French Translation for pg_controldata messages # # $Header: /cvsroot/pgsql/src/bin/pg_controldata/po/fr.po,v 1.3 2003/08/04 14:01:30 petere Exp $ # Lo颿 Hennequin , 2002. #
www.eeworm.com/read/120487/6073878

po pt_br.po

# "pg_controldata" translation to Brazilian Portuguese Language. # Cesar Suga , 2002. - Fair & Simple Networks Ltda. # Roberto Mello , 2002. # Euler Taveira de
www.eeworm.com/read/111677/6153772

props db.props

# Taken from java.sql.Types in the IBM 1.3 JDK # JDBC to PostgreSQL mappings. # # See http://www.postgresql.org/idocs/index.php?datatype.html for more # information on PostgreSQL data types. BIT = bo
www.eeworm.com/read/100285/6271684

java field.java

package postgresql; import java.lang.*; import java.sql.*; import java.util.*; import postgresql.*; import postgresql.util.*; /** * postgresql.Field is a class used to describe fields in a PostgreS
www.eeworm.com/read/100285/6272190

c test-pgsql-locale.c

#include #include "postgres.h" int main() { #ifdef USE_LOCALE printf("PostgreSQL compiled with locale support\n"); return 0; #else printf("PostgreSQL compiled without locale support\n")