代码搜索:PostgreSQL
找到约 4,136 项符合「PostgreSQL」的源代码
代码结果 4,136
www.eeworm.com/read/173349/9661400
tcl speedtest2.tcl
#!/usr/bin/tclsh
#
# Run this script using TCLSH to do a speed comparison between
# various versions of SQLite and PostgreSQL and MySQL
#
# Run a test
#
set cnt 1
proc runtest {title} {
global cnt
www.eeworm.com/read/205013/15329801
tcl speedtest.tcl
#!/usr/bin/tclsh
#
# Run this script using TCLSH to do a speed comparison between
# various versions of SQLite and PostgreSQL and MySQL
#
# Run a test
#
set cnt 1
proc runtest {title} {
global cnt
www.eeworm.com/read/205013/15329814
tcl speedtest2.tcl
#!/usr/bin/tclsh
#
# Run this script using TCLSH to do a speed comparison between
# various versions of SQLite and PostgreSQL and MySQL
#
# Run a test
#
set cnt 1
proc runtest {title} {
global cnt
www.eeworm.com/read/105523/15665845
database readme.database
I. Summary
The database output plug-in enables snort to log to Postgresql, MySQL,
any unixODBC database, and Oracle (Oracle support is beta in Snort 1.7).
This README contains information about how
www.eeworm.com/read/323119/13350549
36_i686-cmp-mysql,pg,solid connect-pg_fast-linux_2.0.36_i686-cmp-mysql,pg,solid
Testing server 'PostgreSQL 6.4' at 1999-03-11 7:32:32
Testing the speed of connecting to the server and sending of data
All tests are done 10000 times
Testing connection/disconnect
Time to connect
www.eeworm.com/read/323119/13350791
36_i686-cmp-mysql,pg,solid connect-pg-linux_2.0.36_i686-cmp-mysql,pg,solid
Testing server 'PostgreSQL 6.4' at 1999-03-09 19:22:10
Testing the speed of connecting to the server and sending of data
All tests are done 10000 times
Testing connection/disconnect
Time to connect
www.eeworm.com/read/137691/5819826
sql task.sql
-- SQL for creating tables to initialize a GSK database.
-- This script is platform specific. It uses some PostgreSQL specific
-- data types (e.g., bytea).
-- task_query_log is a complete log of
www.eeworm.com/read/120487/6072032
readme
This can format all PostgreSQL *.c and *.h files, but excludes *.y, and *.l
files.
Get the list of typedef's included in pgindent by running this on the
pgsql/bin directory:
/src/tools/find_typedef
www.eeworm.com/read/120487/6072088
install
Installation of PL/pgSQL
1) Type 'make' to build the shared plpgsql object.
2) Type 'make install' to install the shared object in
the PostgreSQL library directory.
3) Declare the PL/pgSQL procedu
www.eeworm.com/read/120487/6072191
c darwin.c
/*
* These routines were taken from the Apache source, but were made
* available with a PostgreSQL-compatible license. Kudos Wilfredo
* S醤chez .
*
* $Header: /cvsroot/pgsql/sr