代码搜索:Postgresql

找到约 4,136 项符合「Postgresql」的源代码

代码结果 4,136
www.eeworm.com/read/399273/2363444

c sql_postgresql.c

/* * sql_postgresql.c Postgresql rlm_sql driver * * Version: $Id$ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public Lic
www.eeworm.com/read/399273/2363446

h sql_postgresql.h

/* Copyright 2006 The FreeRADIUS server project */ #ifndef _SQL_POSTGRESQL_H_ #define _SQL_POSTGRESQL_H_ #include RCSIDH(sql_postgresql_h, "$Id$") /**********************
www.eeworm.com/read/376006/2717587

sample postgresql.conf.sample

# ----------------------------- # PostgreSQL configuration file # ----------------------------- # # This file consists of lines of the form: # # name = value # # (The "=" is optional.) Whitespace m
www.eeworm.com/read/262948/4307729

c sql_postgresql.c

/* * sql_postgresql.c Postgresql rlm_sql driver * * Version: $Id: sql_postgresql.c,v 1.38.4.1 2005/12/14 18:32:03 nbk Exp $ * * This program is free software; you can redistribute it and/or mo
www.eeworm.com/read/255402/4376367

extra postgresql.sql.extra

/* * $Id: postgresql.sql.extra,v 1.1.2.1 2007/07/16 11:22:50 pnixon Exp $ * * Postgresql extra schema for FreeRADIUS * * Note: (pnixon: 2003-12-10) The following function should not be required
www.eeworm.com/read/255402/4376760

c sql_postgresql.c

/* * sql_postgresql.c Postgresql rlm_sql driver * * Version: $Id: sql_postgresql.c,v 1.38.4.2 2007/03/21 13:02:59 nbk Exp $ * * This program is free software; you can redistribute it and/or mo
www.eeworm.com/read/153251/5652119

sql create_postgresql.sql

DROP TABLE system_data; create table system_data ( id int not null, version varchar(20) not null, creationDate DATE not null ); create unique i
www.eeworm.com/read/193884/8203746

sql upload_postgresql.sql

CREATE TABLE "public"."uploads" ( "filename" VARCHAR(255), uploadid SERIAL, "binaryfile" BYTEA, UNIQUE("uploadid") ) WITH OIDS;
www.eeworm.com/read/172869/9683948

sql airline-postgresql.sql

CREATE TABLE persons( person_id INT NOT NULL, first_name VARCHAR(32) NOT NULL, last_name VARCHAR(32) NOT NULL, PRIMARY KEY( person_id ) ); CREATE TABLE flights( flight_id INT NOT NULL,
www.eeworm.com/read/172869/9683976

sql airline-postgresql.sql

CREATE TABLE persons( person_id INT NOT NULL, first_name VARCHAR(32) NOT NULL, last_name VARCHAR(32) NOT NULL, PRIMARY KEY( person_id ) ); CREATE TABLE flights( flight_id INT NOT NULL,