代码搜索:postgres

找到约 1,357 项符合「postgres」的源代码

代码结果 1,357
www.eeworm.com/read/186489/5231600

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
www.eeworm.com/read/186489/5231637

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
www.eeworm.com/read/183001/5260342

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/183001/5260445

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/281897/4111629

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/412251/2171662

svn-base postgresdatabase.cpp.svn-base

#include "../CrashHandler.h" #include "../NGLog.h" #if defined(ENABLE_DATABASE_POSTGRES) #include "PostgresDatabase.h" #pragma comment(lib, "libpq.lib") PostgresDatabase::~PostgresDatab
www.eeworm.com/read/120487/6072352

po nb.po

# Norwegian bokm錶 translation of messages for PostgreSQL (postgres). # Copyright (C) 2003 The PostgreSQL Global Development Group. # Trond Endrest鴏 , 2003. # # In the transla
www.eeworm.com/read/116008/6114391

java dblogger.java

package net.tinyos.tinydb; import java.sql.*; import java.util.*; /** DBLogger is repsonsible for logging query results to Postgres. When instantiated with a query, it creates a new table to
www.eeworm.com/read/100285/6271624

cc testlibpq2.cc

/* * testlibpq2.cc * Test the C++ version of LIBPQ, the POSTGRES frontend library. * * queries the template1 database for a list of database names using transaction block * */ #include
www.eeworm.com/read/100285/6271627

cc testlibpq5.cc

/* * testlibpq5.cc * Test the C++ version of LIBPQ, the POSTGRES frontend library. * tests the binary cursor interface * * * populate a database by doing the following (use testlibpq5.sql):