代码搜索:postgres
找到约 1,357 项符合「postgres」的源代码
代码结果 1,357
www.eeworm.com/read/120487/6073490
out horology-no-dst-before-1970.out
--
-- HOROLOGY
--
-- needed so tests pass even in Australia
SET australian_timezones = 'off';
SET DateStyle = 'Postgres, MDY';
--
-- Test various input formats
--
SELECT timestamp with time zone '2001
www.eeworm.com/read/120487/6073505
out horology-solaris-1947.out
--
-- HOROLOGY
--
-- needed so tests pass even in Australia
SET australian_timezones = 'off';
SET DateStyle = 'Postgres, MDY';
--
-- Test various input formats
--
SELECT timestamp with time zone '2001
www.eeworm.com/read/120487/6073537
out horology.out
--
-- HOROLOGY
--
-- needed so tests pass even in Australia
SET australian_timezones = 'off';
SET DateStyle = 'Postgres, MDY';
--
-- Test various input formats
--
SELECT timestamp with time zone '2001
www.eeworm.com/read/120487/6073637
sql horology.sql
--
-- HOROLOGY
--
-- needed so tests pass even in Australia
SET australian_timezones = 'off';
SET DateStyle = 'Postgres, MDY';
--
-- Test various input formats
--
SELECT timestamp with time zone '200
www.eeworm.com/read/100285/6270786
sgml libpq.sgml
libpq
libpq is the C application programmer's interface to
Postgres. libpq
www.eeworm.com/read/100285/6270798
sgml libpgtcl.sgml
pgtcl
pgtcl is a tcl package for front-end programs
to interface with Postgres
backends. It makes most of th
www.eeworm.com/read/100285/6272261
hlp listen.hlp
.pgaw:Help.f.t insert end "LISTEN" {bold} " registers the current Postgres backend as a listener on the notify condition notifyname. \
Whenever the command NOTIFY notifyname is invoked, either by th
www.eeworm.com/read/250731/4427473
sql 3.0_beta7.sql
/*
*
* This SQL script is designed to upgrade your NAV database from
* version 3.0_beta6 to 3.0_beta7. Connect to PostgreSQL as the
* postgres superuser and run this script like this:
*
* psql
www.eeworm.com/read/186489/5231490
java plugindataexception.java
package org.ephman.abra.tools.plugins;
/* For plugin data errors..
* This class extends AbraException, which provides our internationalisation handling
* copied pattern from Postgres
* @author P
www.eeworm.com/read/186489/5231581
java limitquery.java
package org.ephman.abra.database;
/**
* Title: postgres specific limit query
* Description:
* Copyright: Copyright (c) 2003 Paul Bethe and Richie Bielak
* @author Paul Bethe
* @versio