代码搜索:Postgresql

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

代码结果 4,136
www.eeworm.com/read/258350/4357539

h qsql_psql.h

/**************************************************************************** ** ** Definition of PostgreSQL driver classes ** ** Created : 001103 ** ** Copyright (C) 1992-2005 Trolltech AS. All righ
www.eeworm.com/read/254049/4388504

properties database.properties

# # clear text name ############################################################################## postgresql.name=Postgres 7.4.x and newer # # Alkacon OpenCms driver classes #################
www.eeworm.com/read/183675/5252725

sh postgis-jdbcdedectver.sh

#!/bin/bash JDBC_VERSION_RPM=`rpm -ql postgresql-jdbc| grep 'jdbc2.jar$'|awk -F '/' '{print $5}'` sed 's/postgresql.jar/'${JDBC_VERSION_RPM}'/g' $MAKEFILE_DIR/Makefile > $MAKEFILE_DIR/Makefile.new mv
www.eeworm.com/read/183001/5259257

po cs.po

# Czech translation of PostgreSQL backend messages. # Karel Zak , 2001. # msgid "" msgstr "" "Project-Id-Version: PostgreSQL 7.2\n" "POT-Creation-Date: 2001-12-07 04:15-0500\n" "PO-Re
www.eeworm.com/read/376006/2717479

pl ucs2utf.pl

# # Copyright (c) 2001-2008, PostgreSQL Global Development Group # # $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/ucs2utf.pl,v 1.4 2008/01/01 19:45:53 momjian Exp $ # convert UCS-4 to UTF-8 # sub u
www.eeworm.com/read/120487/6072118

c bufmgr.c

/*------------------------------------------------------------------------- * * bufmgr.c * buffer manager interface routines * * Portions Copyright (c) 1996-2003, PostgreSQL Global Development
www.eeworm.com/read/120487/6072177

h float.h

/*------------------------------------------------------------------------- * * float.h * definitions for ANSI floating point * * * Portions Copyright (c) 1996-2003, PostgreSQL Global Developm
www.eeworm.com/read/120487/6072225

c beos.c

/*------------------------------------------------------------------------- * * dynloader.c * Dynamic Loader for Postgres for BeOS * * Portions Copyright (c) 1996-2003, PostgreSQL Global Develo
www.eeworm.com/read/120487/6072239

c executils.c

/*------------------------------------------------------------------------- * * execUtils.c * miscellaneous executor utility routines * * Portions Copyright (c) 1996-2003, PostgreSQL Global Dev
www.eeworm.com/read/120487/6072242

c spi.c

/*------------------------------------------------------------------------- * * spi.c * Server Programming Interface * * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group