代码搜索:PostgreSQL
找到约 4,136 项符合「PostgreSQL」的源代码
代码结果 4,136
www.eeworm.com/read/360380/10099487
msi postgresql-8.3.msi
www.eeworm.com/read/357719/10202560
chm postgresql8.2.chm
www.eeworm.com/read/457910/7315568
chm postgresql file.chm
www.eeworm.com/read/454751/7384008
sql upload_postgresql.sql
CREATE TABLE "public"."uploads" (
"filename" VARCHAR(255),
uploadid SERIAL,
"binaryfile" BYTEA,
UNIQUE("uploadid")
) WITH OIDS;
www.eeworm.com/read/324640/13254986
sql dump_postgresql.sql
\connect - postgres
CREATE SEQUENCE "poll_comment_seq" start 2 increment 1 maxvalue 2147483647 minvalue 1 cache 1 ;
CREATE SEQUENCE "poll_index_seq" start 4 increment 1 maxvalue 2147483647 minvalue 1
www.eeworm.com/read/137932/13277824
txt postgresql-howto.txt
Linux 的 Database-SQL-RDBMS HOW-TO 文件 (PostgreSQL 物件关联资料库系统)
作者∶Al Dev (Alavoor Vasudevan) [1]alavoor@yahoo.com
译者∶曾达康 [2]a9504480@graduate.hku.hk
一九九九年
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
www.eeworm.com/read/148153/5717770
sql db_postgresql.sql
/*
* $Id: db_postgresql.sql,v 1.16.2.4 2005/08/23 15:40:15 nbk Exp $
*
* Postgresql schema for FreeRADIUS
*
* All field lengths need checking as some are still suboptimal. -pnixon 2003-07-13
*