代码搜索:PostgreSQL
找到约 4,136 项符合「PostgreSQL」的源代码
代码结果 4,136
www.eeworm.com/read/376006/2718442
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/374465/2751586
txt datefunctions.txt
h2
update FOO set a = dateadd('second', 4320000, a);
ms sql server
update FOO set a = dateadd(s, 4320000, a);
mysql
update FOO set a = date_add(a, interval 4320000 second);
postgresql
update FO
www.eeworm.com/read/262948/4307287
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/262948/4307295
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/262948/4307775
sql cisco_h323_db_schema-postgres.sql
/*
* Id: postgresql.conf,v 1.8.2.11 2003/07/15 11:15:43 pnixon Exp $
*
* --- Peter Nixon [ codemonkey@peternixon.net ]
* This is a custom SQL schema for doing H323 and SIP VoIP accounting with Fre
www.eeworm.com/read/255402/4376317
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/255402/4376325
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/255402/4376806
sql cisco_h323_db_schema-postgres.sql
/*
* Id: postgresql.conf,v 1.8.2.11 2003/07/15 11:15:43 pnixon Exp $
*
* --- Peter Nixon [ codemonkey@peternixon.net ]
* This is a custom SQL schema for doing H323 and SIP VoIP accounting with Fre
www.eeworm.com/read/174072/9608615
cpp ex140_odbc.cpp
#include
using namespace std;
#include
#include
#include
#define OTL_ODBC_POSTGRESQL
// #define OTL_ODBC_UNIX // uncomment this line if UnixODBC is u
www.eeworm.com/read/389810/8499589
cpp ex349_odbc.cpp
#include
using namespace std;
#include
#define OTL_ODBC_POSTGRESQL
#define OTL_UNICODE // Enable Unicode OTL for ODBC
#include // include the OTL 4.0 header fil