代码搜索:Postgresql
找到约 4,136 项符合「Postgresql」的源代码
代码结果 4,136
www.eeworm.com/read/124745/6041172
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/124745/6041174
sql db_postgresql.sql
/*
* $Id: db_postgresql.sql,v 1.16 2004/02/29 13:06:58 kkalev Exp $
*
* Postgresql schema for FreeRADIUS
*
* All field lengths need checking as some are still suboptimal. -pnixon 2003-07-13
*
*
www.eeworm.com/read/120487/6072678
sample postgresql.conf.sample
# -----------------------------
# PostgreSQL configuration file
# -----------------------------
#
# This file consists of lines of the form:
#
# name = value
#
# (The '=' is optional.) White space m
www.eeworm.com/read/101039/6260124
java db_postgresql.java
/******************************************************************************
* The contents of this file are subject to the Compiere License Version 1.1
* ("License"); You may not use this f
www.eeworm.com/read/476413/6761442
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/151899/12162777
sql upload_postgresql.sql
CREATE TABLE "public"."uploads" (
"filename" VARCHAR(255),
uploadid SERIAL,
"binaryfile" BYTEA,
UNIQUE("uploadid")
) WITH OIDS;
www.eeworm.com/read/151741/12178360
chm postgresql8.0.005610.chm
www.eeworm.com/read/233039/14171833
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/228449/14384145
pdf php and postgresql.pdf
www.eeworm.com/read/119305/14833531
sql db - postgresql.sql
DROP TABLE Item;
DROP TABLE Report;
DROP TABLE NextID;
CREATE TABLE Report (
ID INT PRIMARY KEY,
RVersion VARCHAR(255),
RHost VARCHAR(255),
RHostComment V