代码搜索:PostgreSQL
找到约 4,136 项符合「PostgreSQL」的源代码
代码结果 4,136
www.eeworm.com/read/144314/5750933
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/144314/5750935
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
*
www.eeworm.com/read/139647/5798069
c sql_postgresql.c
/*
* sql_postgresql.c Postgresql rlm_sql driver
*
* Version: $Id: sql_postgresql.c,v 1.30 2003/06/27 15:17:52 aland Exp $
*
* This program is free software; you can redistribute it and/or modi
www.eeworm.com/read/139647/5798071
sql db_postgresql.sql
/*
* --- David Nicklay [ Wed Nov 3 23:18:46 EST 1999 ]
*/
/*
* - Postgres wants C style comments.
* - not sure how to do sequences without using SERIAL
* (i.e. these below are limited to int4
www.eeworm.com/read/138890/5813168
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/138890/5813170
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/134968/5891336
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/134968/5891338
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/127043/6009469
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/125455/6028587
c postgresql_backend.c
/*
** gsql -- A simplified, unified interface to various SQL packages.
** Copyright (C) 1999 John Schulien
**
** This program is free software; you can redistribute it and/or modify
** it under th