代码搜索:postgres
找到约 1,357 项符合「postgres」的源代码
代码结果 1,357
www.eeworm.com/read/139647/5798121
entries
/README/1.1/Wed Feb 12 13:00:49 2003//Trelease_0_9_0
/cisco_h323_db_sample_functions-postgres.sql/1.2/Wed Jun 11 14:59:30 2003//Trelease_0_9_0
/cisco_h323_db_schema-postgres.sql/1.1/Wed Jun 11 13:33:0
www.eeworm.com/read/100285/6270645
sgml about.sgml
About This Release
PostgreSQL is available without cost. This manual
describes version 6.5 of PostgreSQL
www.eeworm.com/read/100285/6272073
sql view_perms.sql
--
-- Create a new user with the next unused usesysid
--
CREATE FUNCTION viewperms_nextid () RETURNS int4 AS '
SELECT max(usesysid) + 1 AS ret FROM pg_user;
' LANGUAGE 'sql';
CREATE FUNCTION vie
www.eeworm.com/read/120487/6071988
deprecated
==================================================================
Name
*DEPRECATED* use new dblink syntax
dblink -- Returns a resource id for a data set from a remote database
Synopsis
dblink(text
www.eeworm.com/read/120487/6073286
h sqlca.h
#ifndef POSTGRES_SQLCA_H
#define POSTGRES_SQLCA_H
#ifndef DLLIMPORT
#if defined(__CYGWIN__) || defined(WIN32)
#define DLLIMPORT __declspec (dllimport)
#else
#define DLLIMPORT
#endif /* __CYGWIN__ *
www.eeworm.com/read/139647/5798069
c sql_postgresql.c
/*
* sql_postgresql.c Postgresql rlm_sql driver
*
* Version: $Id: sql_postgresql.c,v 1.30 2003/06/27 15:17:52 aland Exp $
*
* This program is free software; you can redistribute it and/or modi
www.eeworm.com/read/100407/15874528
c backend.c
/* MDB Tools - A library for reading MS Access database files
* Copyright (C) 2000 Brian Bruns
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the
www.eeworm.com/read/120487/6073827
h tab-complete.h
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-2003, PostgreSQL Global Development Group
*
* $Header: /cvsroot/pgsql/src/bin/psql/tab-complete.h,v 1.9 2003/08/04 23:59:40
www.eeworm.com/read/411196/11253108
properties crawler.properties
database_server_name = localhost
database_server_port = 5432
database_name = crawler
database_user_name = postgres
www.eeworm.com/read/148153/5717768
c sql_postgresql.c
/*
* sql_postgresql.c Postgresql rlm_sql driver
*
* Version: $Id: sql_postgresql.c,v 1.38 2004/02/26 19:04:36 aland Exp $
*
* This program is free software; you can redistribute it and/or modi