代码搜索:Postgresql
找到约 4,136 项符合「Postgresql」的源代码
代码结果 4,136
www.eeworm.com/read/120487/6073005
h pg_crc.h
/*
* pg_crc.h
*
* PostgreSQL 64-bit CRC support
*
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
www.eeworm.com/read/183001/5259082
c darwin.c
/*
* These routines were taken from the Apache source, but were made
* available with a PostgreSQL-compatible license. Kudos Wilfredo
* S醤chez .
*
* $PostgreSQL: pgsql/src/bac
www.eeworm.com/read/183001/5259260
po nb.po
# Norwegian bokm錶 translation of messages for PostgreSQL (postgres).
# Copyright (c) 2003-2005, PostgreSQL Global Development Group
# Trond Endrest鴏 , 2003.
#
# In the transl
www.eeworm.com/read/183001/5260140
po nb.po
# Norwegian bokm錶 translation of messages for PostgreSQL (libpq).
# Copyright (c) 2003-2005, PostgreSQL Global Development Group
# Trond Endrest鴏 , 2003.
#
# In the translato
www.eeworm.com/read/183001/5260700
po nb.po
# Norwegian bokm錶 translation of messages for PostgreSQL (psql).
# Copyright (c) 2003-2005, PostgreSQL Global Development Group
# Trond Endrest鴏 , 2003.
#
# In the translator
www.eeworm.com/read/376006/2717964
po nb.po
# Norwegian bokm錶 translation of messages for PostgreSQL (libpq).
# Copyright (c) 2003-2005, PostgreSQL Global Development Group
# Trond Endrest鴏 , 2003.
#
# In the translato
www.eeworm.com/read/376006/2718415
po nb.po
# Norwegian bokm錶 translation of messages for PostgreSQL (psql).
# Copyright (c) 2003-2005, PostgreSQL Global Development Group
# Trond Endrest鴏 , 2003.
#
# In the translator
www.eeworm.com/read/111535/15510794
conf photo.conf
# # Database config
dbDriverName org.postgresql.Driver
dbSource jdbc:postgresql://db/photo
dbPoolName photo_db
dbUser nobody
dbPass nopassword
# # Pool tuning
# # Two hours
dbMaxLifeTime 7200000
dbMin
www.eeworm.com/read/100285/6271089
c proclang.c
/*-------------------------------------------------------------------------
*
* proclang.c
* PostgreSQL PROCEDURAL LANGUAGE support code.
*
*----------------------------------------------------