代码搜索:PostgreSQL
找到约 4,136 项符合「PostgreSQL」的源代码
代码结果 4,136
www.eeworm.com/read/183001/5259526
makefile
#-------------------------------------------------------------------------
#
# $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/latin_and_mic/Makefile,v 1.3 2003/11/29 22:40:10 pgsql Exp $
#
#
www.eeworm.com/read/183001/5259530
makefile
#-------------------------------------------------------------------------
#
# $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/cyrillic_and_mic/Makefile,v 1.3 2003/11/29 22:40:04 pgsql Exp $
www.eeworm.com/read/183001/5259576
makefile
#-------------------------------------------------------------------------
#
# $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/ascii_and_mic/Makefile,v 1.4 2003/11/29 22:40:02 pgsql Exp $
#
#
www.eeworm.com/read/183001/5260460
readme
README for multibyte regression test
1998/7/22
Tatsuo Ishii
This directory contains a set of tests for multibyte supporting
extentions for PostgreSQL. To run the test, simply type:
% m
www.eeworm.com/read/281897/4111632
sql 3.3.0.sql
/*
*
* This SQL script is designed to upgrade your NAV database from
* version 3.2 to 3.3. THIS SCRIPT WILL NOT WORK ON POSTGRESQL
* VERSIONS PRIOR TO 8.0.
*
* Run the script as the nav databas
www.eeworm.com/read/377803/2696135
cpp pgsql_types.cpp
/*
* pgsql_types testing types with Postgresql and dbConnect API
* Copyright (C) 2004 Johnathan Ingram, jingram@rogueware.org
*
* This library is free software; you can redistribute it and/or
*
www.eeworm.com/read/377803/2696136
sql tables.sql
-- dbConnect Postgresql database example(s) and testing tables
-- Copyright (C) 2003 Johnathan Ingram, jingram@rogueware.org
--
-- This library is free software; you can redistribute it and/or
-- mo
www.eeworm.com/read/377803/2696137
sql database.sql
-- dbConnect Postgresql database example(s) and testing tables
-- Copyright (C) 2003 Johnathan Ingram, jingram@rogueware.org
--
-- This library is free software; you can redistribute it and/or
-- mo
www.eeworm.com/read/376006/2717348
c pg_lzcompress.c
/* ----------
* pg_lzcompress.c -
*
* This is an implementation of LZ compression for PostgreSQL.
* It uses a simple history table and generates 2-3 byte tags
* capable of backward copy inform
www.eeworm.com/read/376006/2717516
makefile
#-------------------------------------------------------------------------
#
# $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/latin_and_mic/Makefile,v 1.4 2007/02/09 15:55:58 petere Exp $
#