代码搜索:postgres
找到约 1,357 项符合「postgres」的源代码
代码结果 1,357
www.eeworm.com/read/417108/11003218
h addrinfo.h
/*
PostgreSQL Database Management System
(formerly known as Postgres, then as Postgres95)
Portions Copyright (c) 1996-2005, The PostgreSQL Global Development Group
Portions Copyright (c) 1994, The R
www.eeworm.com/read/417108/11003226
c getaddrinfo.c
/*
PostgreSQL Database Management System
(formerly known as Postgres, then as Postgres95)
Portions Copyright (c) 1996-2005, The PostgreSQL Global Development Group
Portions Copyright (c) 1994, The R
www.eeworm.com/read/183001/5260209
makefile
# The Postgres make files exploit features of GNU make that other makes
# do not have. Because it is a common mistake for users to try to build
# Postgres with a different make, we have this make fil
www.eeworm.com/read/183001/5260405
sql drop.sql
--
-- drop.source
--
--
-- this will fail if the user is not the postgres superuser.
-- if it does, don't worry about it (you can turn usersuper
-- back on as "postgres"). too many people don't foll
www.eeworm.com/read/334125/3372439
h getaddrinfo.h
/*
PostgreSQL Database Management System
(formerly known as Postgres, then as Postgres95)
Portions Copyright (c) 1996-2005, The PostgreSQL Global Development Group
Portions Copyright (c) 1994, The R
www.eeworm.com/read/334125/3372463
c getaddrinfo.c
/*
PostgreSQL Database Management System
(formerly known as Postgres, then as Postgres95)
Portions Copyright (c) 1996-2005, The PostgreSQL Global Development Group
Portions Copyright (c) 1994, The R
www.eeworm.com/read/376006/2718184
sql drop.sql
--
-- drop.source
--
--
-- this will fail if the user is not the postgres superuser.
-- if it does, don't worry about it (you can turn usersuper
-- back on as "postgres"). too many people don't foll
www.eeworm.com/read/100285/6271794
py advanced.py
#! /usr/local/bin/python
# advanced.py - demo of advanced features of PostGres. Some may not be ANSI.
# inspired from the Postgres tutorial
# adapted to Python 1995 by Pascal Andre
print "__________
www.eeworm.com/read/183001/5260124
readme
This directory contains the C version of Libpq, the POSTGRES frontend library.
www.eeworm.com/read/326201/3473363
sql create_database.sql
CREATE DATABASE singapore TEMPLATE template0 OWNER postgres;