代码搜索:PostgreSQL
找到约 4,136 项符合「PostgreSQL」的源代码
代码结果 4,136
www.eeworm.com/read/183001/5260142
po ru.po
# ru.po
# LIBPQ Translated Messages into the Russian Language (KOI8-R)
#
# Copyright (c) 2001-2004 Serguei A. Mokhov, mokhov@cs.concordia.ca
# Distributed under the same licensing terms as PostgreSQL
www.eeworm.com/read/183001/5260627
po zh_cn.po
# simplified Chinese translation file for pg_resetxlog and friends
# Bao Wei , 2002.
#
msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT
www.eeworm.com/read/183001/5260646
po pt_br.po
# "pgscripts" translation to Brazilian Portuguese Language.
# Euler Taveira de Oliveira , 2003, 2004, 2005.
#
msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 8.1\n"
"Report-Ms
www.eeworm.com/read/183001/5260649
po sl.po
# Slovenian message translation for pgscripts.
# Aleksander Kmetec , 2003 - 2004.
#
#
msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 8.0\n"
"POT-Creation-Date: 2003-10
www.eeworm.com/read/183001/5260699
po fr.po
# translation of psql-fr-81.po to
# translation of psql.po to
# translation of psql-fr.po to
# translation of psql-fr.po to FR_fr
# French message translation file for psql
#
# $PostgreSQL: pgsql/src/
www.eeworm.com/read/183001/5260752
po zh_cn.po
# simplified Chinese translation file for pg_controldata and friends
# Bao Wei , 2002.
#
msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 8.0\n"
"Report-Msgid-Bugs-To: \n"
"P
www.eeworm.com/read/183001/5260767
po pt_br.po
# "initdb" translation to Brazilian Portuguese Language.
# Euler Taveira de Oliveira , 2003, 2004, 2005.
#
msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 8.1\n"
"Report-Msgid
www.eeworm.com/read/318039/3572059
clean_radacct
#!/usr/bin/perl
#
# Clean stale open sessions from the radacct table.
# we only clean up sessions which are older than $back_days
# Works with mysql and postgresql
#
use POSIX;
$conf=shift||'/usr/loc
www.eeworm.com/read/318039/3572070
truncate_radacct
#!/usr/bin/perl
#
# Delete sessions from the radacct table which are older than
# $back_days
# Works with mysql and postgresql
#
use POSIX;
$conf=shift||'/usr/local/dialup_admin/conf/admin.conf';
$ba
www.eeworm.com/read/318039/3572698
sql schema.sql
/*
* $Id: schema.sql,v 1.7 2007/11/15 20:21:03 pnixon Exp $
*
* Postgresql schema for FreeRADIUS
*
* All field lengths need checking as some are still suboptimal. -pnixon 2003-07-13
*
*/
/*
*