代码搜索:postgres
找到约 1,357 项符合「postgres」的源代码
代码结果 1,357
www.eeworm.com/read/183001/5259689
c postgres.c
/*-------------------------------------------------------------------------
*
* postgres.c
* POSTGRES C Backend Interface
*
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Gro
www.eeworm.com/read/280962/4121070
py postgres.py
# postgres.py
# Copyright (C) 2005, 2006, 2007, 2008 Michael Bayer mike_mp@zzzcomputing.com
#
# This module is part of SQLAlchemy and is released under
# the MIT License: http://www.opensource.org/lic
www.eeworm.com/read/280962/4121291
py postgres.py
import testenv; testenv.configure_for_tests()
import datetime
from sqlalchemy import *
from sqlalchemy import exceptions
from sqlalchemy.databases import postgres
from sqlalchemy.engine.strategies imp
www.eeworm.com/read/277227/4157972
sql postgres.sql
create table OS_PROPERTYENTRY
(
GLOBAL_KEY varchar(255),
ITEM_KEY varchar(255),
ITEM_TYPE smallint,
STRING_VALUE varchar(255),
DATE_VALUE timestamp,
DATA_VALUE oid,
FLOAT_VALUE float8,
NUMBER_
www.eeworm.com/read/398634/2374617
benchmark postgres.benchmark
# This file describes how to run MySQL benchmark suite with PostgreSQL
#
# WARNING:
#
# Don't run the --fast test on a PostgreSQL 7.1.1 database on
# which you have any critical data; During one of ou
www.eeworm.com/read/387667/2556967
1 postgres.1
.\\" auto-generated by docbook2man-spec $Revision: 1.1.1.1 $
.TH "POSTGRES" "1" "2008-01-03" "Application" "PostgreSQL Server Applications"
.SH NAME
postgres \- PostgreSQL database server
.SH SYNOPSI
www.eeworm.com/read/387667/2557462
h postgres.h
/*-------------------------------------------------------------------------
*
* postgres.h
* Primary include file for PostgreSQL server .c files
*
* This should be the first file included by Po