代码搜索:PostgreSQL
找到约 4,136 项符合「PostgreSQL」的源代码
代码结果 4,136
www.eeworm.com/read/318039/3572624
pl h323detail2db.pl
#!/usr/bin/perl
#
# Author: Peter Nixon
# Summary: Extract information from Radius detail log and
# compare/insert/update a Postgresql database.
# Copy Policy:
www.eeworm.com/read/318039/3572692
sql admin.sql
# -*- text -*-
##
## admin.sql -- PostgreSQL commands for creating the RADIUS user.
##
## WARNING: You should change 'localhost' and 'radpass'
## to something else. Also update raddb/sql.conf
##
www.eeworm.com/read/281897/4111629
sql 3.0_beta7.sql
/*
*
* This SQL script is designed to upgrade your NAV database from
* version 3.0_beta6 to 3.0_beta7. Connect to PostgreSQL as the
* postgres superuser and run this script like this:
*
* psql
www.eeworm.com/read/399273/2363484
sql admin.sql
# -*- text -*-
##
## admin.sql -- PostgreSQL commands for creating the RADIUS user.
##
## WARNING: You should change 'localhost' and 'radpass'
## to something else. Also update raddb/sql.conf
##
www.eeworm.com/read/399273/2363491
conf dialup.conf
# -*- text -*-
##
## dialup.conf -- PostgreSQL configuration for default schema (schema.sql)
##
## $Id$
# Safe characters list for sql queries. Everything else is replaced
# with their mime-encoded e
www.eeworm.com/read/395296/2441301
readme
You will need the PostgreSQL development headers and libraries installed
before compiling this plugin.
See the Qt SQL documentation for more information on compiling Qt SQL
driver plugins (sql-driver
www.eeworm.com/read/387667/2557098
fuzzystrmatch readme.fuzzystrmatch
/*
* fuzzystrmatch.c
*
* Functions for "fuzzy" comparison of strings
*
* Joe Conway
*
* Copyright (c) 2001-2006, PostgreSQL Global Development Group
* ALL RIGHTS RESERVED;
www.eeworm.com/read/387667/2557104
tablefunc readme.tablefunc
/*
* tablefunc
*
* Sample to demonstrate C functions which return setof scalar
* and setof composite.
* Joe Conway
* And contributors:
* Nabil Sayegh
www.eeworm.com/read/387667/2557192
h osf.h
/* $PostgreSQL: pgsql/src/include/port/osf.h,v 1.9 2006/03/11 04:38:38 momjian Exp $ */
#define NOFIXADE
#define DISABLE_XOPEN_NLS
www.eeworm.com/read/387667/2557299
h variable.h
/*
* variable.h
* Routines for handling specialized SET variables.
*
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the Univers