代码搜索:PostgreSQL
找到约 4,136 项符合「PostgreSQL」的源代码
代码结果 4,136
www.eeworm.com/read/120487/6073793
po sl.po
# :encoding=UTF-8:
# Slovenian message translation for pg_resetxlog.
#
# Aleksander Kmetec , 2003.
#
msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 7.4\n"
"POT-Creati
www.eeworm.com/read/120487/6073808
po pt_br.po
# "pgscripts" translation to Brazilian Portuguese Language.
# Euler Taveira de Oliveira , 2003.
#
msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 7.4\n"
"POT-Creation-Date: 200
www.eeworm.com/read/120487/6073882
po sl.po
# :encoding=UTF-8:
# Slovenian message translation for pg_controldata.
#
# Aleksander Kmetec , 2003.
#
msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 7.4\n"
"POT-Cre
www.eeworm.com/read/100285/6270809
readme
This can format all PostgreSQL *.c and *.h files, excluding libpq++,
*.y, and *.l files.
On 09/06/1997, from the top directory, I ran:
find . -name '*.[ch]' -type f -print | egrep -v '\+\+|/odbc/|
www.eeworm.com/read/100285/6271152
c network.c
/*
* PostgreSQL type definitions for the INET type. This
* is for IP V4 CIDR notation, but prepared for V6: just
* add the necessary bits where the comments indicate.
*
* $Id: network.c,v 1.10.2.
www.eeworm.com/read/100285/6271169
c mac.c
/*
* PostgreSQL type definitions for MAC addresses.
*
* $Id: mac.c,v 1.8.2.1 1999/08/02 05:24:54 scrappy Exp $
*/
#include "postgres.h"
#include "utils/builtins.h"
manufacturer manufacturers[]
www.eeworm.com/read/227819/4768083
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/227819/4768091
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