代码搜索:postgres
找到约 1,357 项符合「postgres」的源代码
代码结果 1,357
www.eeworm.com/read/148153/5717848
sql cisco_h323_db_schema-postgres.sql
/*
* Id: postgresql.conf,v 1.8.2.11 2003/07/15 11:15:43 pnixon Exp $
*
* --- Peter Nixon [ codemonkey@peternixon.net ]
* This is a custom SQL schema for doing H323 VoIP accounting with FreeRadius
www.eeworm.com/read/138890/5813216
sql cisco_h323_db_schema-postgres.sql
/*
* Id: postgresql.conf,v 1.8.2.11 2003/07/15 11:15:43 pnixon Exp $
*
* --- Peter Nixon [ codemonkey@peternixon.net ]
* This is a custom SQL schema for doing H323 VoIP accounting with FreeRadius
www.eeworm.com/read/124745/6041252
sql cisco_h323_db_schema-postgres.sql
/*
* Id: postgresql.conf,v 1.8.2.11 2003/07/15 11:15:43 pnixon Exp $
*
* --- Peter Nixon [ codemonkey@peternixon.net ]
* This is a custom SQL schema for doing H323 VoIP accounting with FreeRadius
www.eeworm.com/read/227819/4768540
sql cisco_h323_db_schema-postgres.sql
/*
* Id: postgresql.conf,v 1.8.2.11 2003/07/15 11:15:43 pnixon Exp $
*
* --- Peter Nixon [ codemonkey@peternixon.net ]
* This is a custom SQL schema for doing H323 VoIP accounting with FreeRadius
www.eeworm.com/read/262948/4307775
sql cisco_h323_db_schema-postgres.sql
/*
* Id: postgresql.conf,v 1.8.2.11 2003/07/15 11:15:43 pnixon Exp $
*
* --- Peter Nixon [ codemonkey@peternixon.net ]
* This is a custom SQL schema for doing H323 and SIP VoIP accounting with Fre
www.eeworm.com/read/255402/4376806
sql cisco_h323_db_schema-postgres.sql
/*
* Id: postgresql.conf,v 1.8.2.11 2003/07/15 11:15:43 pnixon Exp $
*
* --- Peter Nixon [ codemonkey@peternixon.net ]
* This is a custom SQL schema for doing H323 and SIP VoIP accounting with Fre
www.eeworm.com/read/100285/6271360
h item.h
/*-------------------------------------------------------------------------
*
* item.h
* POSTGRES disk item definitions.
*
*
* Copyright (c) 1994, Regents of the University of California
*
*
www.eeworm.com/read/100285/6271545
h dynahash.h
/*-------------------------------------------------------------------------
*
* dynahash
* POSTGRES dynahash.h file definitions
*
*
* Copyright (c) 1994, Regents of the University of Californi
www.eeworm.com/read/100285/6271819
c c_keywords.c
/*-------------------------------------------------------------------------
*
* keywords.c
* lexical token lookup for reserved words in postgres embedded SQL
*
*--------------------------------
www.eeworm.com/read/100285/6272190
c test-pgsql-locale.c
#include
#include "postgres.h"
int
main()
{
#ifdef USE_LOCALE
printf("PostgreSQL compiled with locale support\n");
return 0;
#else
printf("PostgreSQL compiled without locale support\n")