代码搜索:postgres
找到约 1,357 项符合「postgres」的源代码
代码结果 1,357
www.eeworm.com/read/124745/6041250
sql cisco_h323_db_sample_functions-postgres.sql
/*
* Id: postgresql.conf,v 1.8.2.11 2003/07/15 11:15:43 pnixon Exp $
*
* Old Function 'strip_dot' Now replaced by one written plpgsql
*
* Note: On SuSE Linux 8.0 and 8.1 you need to do the follow
www.eeworm.com/read/227819/4768538
sql cisco_h323_db_sample_functions-postgres.sql
/*
* Id: postgresql.conf,v 1.8.2.11 2003/07/15 11:15:43 pnixon Exp $
*
* Old Function 'strip_dot' Now replaced by one written plpgsql
*
* Note: On SuSE Linux 8.0 and 8.1 you need to do the follow
www.eeworm.com/read/318039/3572626
sql cisco_h323_db_sample_functions-postgres.sql
-- $Id: cisco_h323_db_sample_functions-postgres.sql,v 1.9 2007/11/13 09:54:42 aland Exp $
-- create plpgsql language
CREATE FUNCTION "plpgsql_call_handler" () RETURNS LANGUAGE_HANDLER AS '$libdir/plp
www.eeworm.com/read/380384/2659427
sql jive_forums_4_postgres_extra_stats_indexes.sql
--
-- $RCSfile$
-- $Revision: 16739 $
-- $Date: 2005-06-29 17:52:40 -0700 (Wed, 29 Jun 2005) $
-- Copyright (C) 1999-2005 Jive Software. All rights reserved.
-- This software is the proprietary i
www.eeworm.com/read/262948/4307773
sql cisco_h323_db_sample_functions-postgres.sql
/*
* Id: postgresql.conf,v 1.8.2.11 2003/07/15 11:15:43 pnixon Exp $
*
* Old Function 'strip_dot' Now replaced by one written plpgsql
*
* Note: On SuSE Linux 8.0 and 8.1 you need to do the follow
www.eeworm.com/read/255402/4376804
sql cisco_h323_db_sample_functions-postgres.sql
/*
* Id: postgresql.conf,v 1.8.2.11 2003/07/15 11:15:43 pnixon Exp $
*
* Old Function 'strip_dot' Now replaced by one written plpgsql
*
* Note: On SuSE Linux 8.0 and 8.1 you need to do the follow
www.eeworm.com/read/120487/6072100
c eloglvl.c
#include "postgres.h"
/*
* This kludge is necessary because of the conflicting
* definitions of 'DEBUG' between postgres and perl.
* we'll live.
*/
#include "eloglvl.h"
int
elog_DEBUG(void)
{
www.eeworm.com/read/120487/6072388
makefile
#-------------------------------------------------------------------------
#
# Makefile for backend/catalog
#
# $Header: /cvsroot/pgsql/src/backend/catalog/Makefile,v 1.47 2003/08/01 16:12:32 petere E
www.eeworm.com/read/100285/6272226
sh ipcclean.sh
#!/bin/sh
#
# $Header: /usr/local/cvsroot/pgsql/src/bin/ipcclean/ipcclean.sh,v 1.2 1998/08/22 05:19:31 momjian Exp $
#
PATH=PG_OPT_IPCCLEANPATH_PARAM:$PATH
export PATH
ipcs | egrep '^m .*|^s .*' | egr
www.eeworm.com/read/130467/14191055
h cryptini.h
/****************************************************************************
* *
* cryptlib Configuration Settings *
* Copyright Peter Gutmann 1992-2003 *
*