代码搜索:Postgresql

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

代码结果 4,136
www.eeworm.com/read/376006/2718411

po zh_tw.po

# 2004-12-13 Zhenbang Wei # msgid "" msgstr "" "Project-Id-Version: PostgreSQL 8.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2008-01-02 00:17-0400\n" "PO-Revision-Date: 2008-
www.eeworm.com/read/376006/2718423

po zh_cn.po

# 2004-12-13 Zhenbang Wei # msgid "" msgstr "" "Project-Id-Version: PostgreSQL 8.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2008-01-02 00:17-0400\n" "PO-Revision-Date: 2008-
www.eeworm.com/read/376006/2718440

po fa.po

# SOME DESCRIPTIVE TITLE. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: Postgresql 7.4\n" "POT-Creation-Date: 2004-08-18 01:13-0300\n" "PO-Revision-Date: 2004-09-09 1
www.eeworm.com/read/120487/6073697

runall

#! /bin/sh PATH=..:$PATH echo "Testing PostgreSQL compilation..." LC_CTYPE=ru_RU.KOI8-R LC_COLLATE=$LC_CTYPE export LC_CTYPE LC_COLLATE echo "Testing LC_CTYPE..." if ! test-ctype > koi8-ctype.out;
www.eeworm.com/read/207991/4999067

mal inet02.mal

# these tests are from the PostgreSQL documentation examples i1 := inet.new("192.168.1.5"); io.print(i1); i2 := inet.new("192.168.1.6"); io.print(i2); i3 := inet.new("192.168.1/24"); io.print(i3);
www.eeworm.com/read/207991/4999069

mal inet03.mal

# these tests are from the PostgreSQL documentation examples # function tests i1 := inet.new("192.168.1.5/24"); io.print(i1); i2 := inet.broadcast(i1); io.print(i2); i3 := inet.new("192.168.0.1/25"
www.eeworm.com/read/183001/5259255

po zh_tw.po

# 2004-12-13 Zhenbang Wei # 2004-08-06 JiaYun # msgid "" msgstr "" "Project-Id-Version: PostgreSQL 8.0\n" "POT-Creation-Date: 2004-12-13 00:59+0000\n" "PO-Revisio
www.eeworm.com/read/183001/5259438

c win866.c

/* * make KOI8->CP866(ALT) and CP866(ALT)->KOI8 translation table * from koi-alt.tab. * * Tatsuo Ishii * * $PostgreSQL: pgsql/src/backend/utils/mb/win866.c,v 1.1 2005/03/07 04:30:52 momjian Exp
www.eeworm.com/read/183001/5259490

pl ucs2utf.pl

# # $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/ucs2utf.pl,v 1.2 2003/11/29 22:40:01 pgsql Exp $ # convert UCS-2 to UTF-8 # sub ucs2utf { local($ucs) = @_; local $utf; if ($ucs
www.eeworm.com/read/183001/5260461

sh mbregress.sh

#! /bin/sh # $PostgreSQL: pgsql/src/test/mb/mbregress.sh,v 1.9 2005/06/24 15:11:59 ishii Exp $ if echo '\c' | grep -s c >/dev/null 2>&1 then ECHO_N="echo -n" ECHO_C="" else ECHO_N="echo" ECHO_C='