代码搜索:postgres
找到约 1,357 项符合「postgres」的源代码
代码结果 1,357
www.eeworm.com/read/149795/5697243
h db_utils.h
/*
* $Id: db_utils.h,v 1.1 2003/04/08 01:25:35 lgfausak Exp $
*
* POSTGRES module, portions of this code were templated using
* the mysql module, thus it's similarity.
*
*
* Copyright (C) 2003
www.eeworm.com/read/149795/5697246
c db_val.c
/*
* $Id: db_val.c,v 1.4.2.1 2005/07/20 17:11:52 andrei Exp $
*
* POSTGRES module, portions of this code were templated using
* the mysql module, thus it's similarity.
*
*
* Copyright (C) 2003
www.eeworm.com/read/149795/5697247
h aug_debug.h
/*
* $Id: aug_debug.h,v 1.1.10.1 2005/07/20 17:11:52 andrei Exp $
*
* POSTGRES module, portions of this code were templated using
* the mysql module, thus it's similarity.
*
*
* Copyright (C) 2
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/120487/6071944
in dict_snowball.c.in
/*
* example of Snowball dictionary
* http://snowball.tartarus.org/
* Teodor Sigaev
*/
#include
#include
#include "postgres.h"
#include "dict.h"
#inclu
www.eeworm.com/read/120487/6072209
c aix.c
/*
* @(#)dlfcn.c 1.7 revision of 95/08/14 19:08:38
* This is an unpublished work copyright (c) 1992 HELIOS Software GmbH
* 30159 Hannover, Germany
*/
#include "postgres.h"
#include
#i
www.eeworm.com/read/120487/6072353
po pt_br.po
# "postgres" translation to Brazilian Portuguese Language.
# Euler Taveira de Oliveira , 2003.
#
msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 7.4\n"
"POT-Creation-Date: 2004
www.eeworm.com/read/120487/6072661
c encnames.c
/*
* Encoding names and routines for work with it. All
* in this file is shared bedween FE and BE.
*
* $Id: encnames.c,v 1.17 2003/07/25 20:17:55 tgl Exp $
*/
#ifdef FRONTEND
#include "postgres_f
www.eeworm.com/read/120487/6073259
y preproc.y
/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/preproc.y,v 1.263.2.17 2004/06/27 12:32:47 meskes Exp $ */
/* Copyright comment */
%{
#include "postgres_fe.h"
#include "extern.h"
/*
* Variables
www.eeworm.com/read/120487/6073264
c variable.c
#include "postgres_fe.h"
#include "extern.h"
struct variable *allvariables = NULL;
struct variable *
new_variable(const char *name, struct ECPGtype * type, int brace_level)
{
struct variable *p =