new postgresql 7.0 port from pvk@openbsd.ru
This commit is contained in:
parent
48e0fca174
commit
853e1188aa
@ -1,147 +1,153 @@
|
||||
# $OpenBSD: Makefile,v 1.29 2000/04/09 17:36:14 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.30 2000/05/23 16:31:41 form Exp $
|
||||
# $FreeBSD: Makefile,v 1.25 1998/04/22 08:28:07 asami Exp $
|
||||
|
||||
DISTNAME= postgresql-6.5.3
|
||||
DISTNAME= postgresql-${VERS}
|
||||
DIST_SUBDIR= postgresql
|
||||
CATEGORIES= databases
|
||||
NEED_VERSION= 1.230
|
||||
FAKE=No
|
||||
NEED_VERSION= 1.251
|
||||
|
||||
MAINTAINER= form@OpenBSD.ORG
|
||||
FAKE= Yes
|
||||
|
||||
HOMEPAGE= http://www.postgresql.org
|
||||
|
||||
MAINTAINER= pvk@openbsd.ru
|
||||
|
||||
LICENSE_TYPE= BSD
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ftp://ftp.postgresql.org/pub/ \
|
||||
ftp://gd.tuwien.ac.at/db/www.postgresql.org/pub/ \
|
||||
ftp://ftp.cwb.fnn.net/pub/Linux/postgresql/ \
|
||||
ftp://looking-glass.usask.ca/pub/postgresql/ \
|
||||
ftp://linux.netfirm.net/pub/Linux/PostgreSQL/ \
|
||||
ftp://sunsite.uniandes.edu.co/pub/postgresql/ \
|
||||
ftp://ftp.fi.muni.cz/pub/postgresql/ \
|
||||
ftp://ftp.sunsite.auc.dk/mirrors/www.postgresql.org/ \
|
||||
ftp://postgresql.matrix.fi/ \
|
||||
ftp://ftp.fr.postgresql.org/ \
|
||||
ftp://ftp.de.postgresql.org/ \
|
||||
ftp://ftp.ntua.gr/pub/databases/postgresql/ \
|
||||
ftp://ftp.postgreSQL.uli.it/ \
|
||||
ftp://mirror.nucba.ac.jp/mirror/postgresql/pub/ \
|
||||
ftp://ring.ip-kyoto.ad.jp/pub/misc/db/postgresql/ \
|
||||
ftp://ring.crl.go.jp/pub/misc/db/postgresql/ \
|
||||
ftp://ring.saitama-u.ac.jp/pub/misc/db/postgresql/ \
|
||||
ftp://ring.astem.or.jp/pub/misc/db/postgresql/ \
|
||||
ftp://ring.exp.fujixerox.co.jp/pub/misc/db/postgresql/ \
|
||||
ftp://ring.jah.ne.jp/pub/misc/db/postgresql/ \
|
||||
ftp://ring.etl.go.jp.jp/pub/misc/db/postgresql/ \
|
||||
ftp://ring.asahi-net.or.jp/pub/misc/db/postgresql/ \
|
||||
ftp://ring.so-net.ne.jp/pub/misc/db/postgresql/ \
|
||||
ftp://ring.aist.go.jp/pub/misc/db/postgresql/ \
|
||||
ftp://jordan.ce.yeungnam.ac.kr/pub/postgresql/ \
|
||||
ftp://ftp.kr.postgresql.org/pub/postgresql/ \
|
||||
ftp://postgresql.linux.com.mx/pub/postgresql/pub/ \
|
||||
ftp://postgresql.godzone.net.nz/postgresql/ \
|
||||
ftp://postgresql.iphil.net/ \
|
||||
ftp://ftp.sai.msu.su/unix/database/pgsql/ \
|
||||
ftp://www.sk.postgresql.org/pub/linux/postgresql/ \
|
||||
ftp://ftp.linux.co.za/pub/postgresql/ \
|
||||
ftp://ftp.sunet.se/pub/unix/databases/relational/postgresql/ \
|
||||
ftp://ftp.danyk.ch/postgres/ \
|
||||
ftp://ftp.ccit.edu.tw/packages/postgresql/ \
|
||||
ftp://ftp.siamu.ac.th/pub/pub2/ftp.postgresql.org/ \
|
||||
ftp://postgresql.rmplc.co.uk/pub/postgresql/ \
|
||||
ftp://ftp.scyph.org/pub/Mirrors/ftp.postgresql.org/ \
|
||||
ftp://mars.capital-data.com/pub/postgresql/ \
|
||||
ftp://ftp.digex.net/pub/packages/database/postgresql/ \
|
||||
ftp://ftp.iodynamics.com/pub/mirror/postgresql/ \
|
||||
ftp://postgresql.nextpath.com/pub/postgresql/ \
|
||||
ftp://www.ndesign.com.ua/pub/psql/ \
|
||||
ftp://postgresql.netafric.ci/
|
||||
VERS= 7.0
|
||||
|
||||
# if you want to use the tcl/tk frontend pgaccess, then you need to build
|
||||
# postgresql with tcl support by typing: make USE_TCL=yes
|
||||
.if defined(USE_TCL) && ${USE_TCL:U} == "YES"
|
||||
TCL_INCDIR= ${LOCALBASE}/include/tcl8.0
|
||||
TK_INCDIR= ${LOCALBASE}/include/tk8.0
|
||||
MAKE_ENV= USE_TCL=true TCL_INCDIR=${TCL_INCDIR} TK_INCDIR=${TK_INCDIR}
|
||||
LIB_DEPENDS= tcl80::lang/tcl/8.0 tk80::x11/tk/8.0
|
||||
WITH_TCL= --with-tcl --with-tclconfig="${LOCALBASE}/lib/tcl8.0 ${LOCALBASE}/lib/tk8.0"
|
||||
PKGNAME= ${DISTNAME}-tcl
|
||||
.else
|
||||
PKGNAME= ${DISTNAME}
|
||||
MASTER_SITES= ftp://ftp.postgresql.org/pub/%SUBDIR%/ \
|
||||
ftp://gd.tuwien.ac.at/db/www.postgresql.org/pub/%SUBDIR%/ \
|
||||
ftp://ftp.cwb.fnn.net/pub/Linux/postgresql/%SUBDIR%/ \
|
||||
ftp://looking-glass.usask.ca/pub/postgresql/%SUBDIR%/ \
|
||||
ftp://linux.netfirm.net/pub/Linux/PostgreSQL/%SUBDIR%/ \
|
||||
ftp://sunsite.uniandes.edu.co/pub/postgresql/%SUBDIR%/ \
|
||||
ftp://ftp.fi.muni.cz/pub/postgresql/%SUBDIR%/ \
|
||||
ftp://ftp.sunsite.auc.dk/mirrors/www.postgresql.org/%SUBDIR%/ \
|
||||
ftp://postgresql.matrix.fi/%SUBDIR%/ \
|
||||
ftp://ftp.fr.postgresql.org/%SUBDIR%/ \
|
||||
ftp://ftp.de.postgresql.org/%SUBDIR%/ \
|
||||
ftp://ftp.ntua.gr/pub/databases/postgresql/%SUBDIR%/ \
|
||||
ftp://ftp.postgreSQL.uli.it/%SUBDIR%/ \
|
||||
ftp://mirror.nucba.ac.jp/mirror/postgresql/pub/%SUBDIR%/ \
|
||||
ftp://ring.ip-kyoto.ad.jp/pub/misc/db/postgresql/%SUBDIR%/ \
|
||||
ftp://ring.crl.go.jp/pub/misc/db/postgresql/%SUBDIR%/ \
|
||||
ftp://ring.saitama-u.ac.jp/pub/misc/db/postgresql/%SUBDIR%/ \
|
||||
ftp://ring.astem.or.jp/pub/misc/db/postgresql/%SUBDIR%/ \
|
||||
ftp://ring.exp.fujixerox.co.jp/pub/misc/db/postgresql/%SUBDIR%/ \
|
||||
ftp://ring.jah.ne.jp/pub/misc/db/postgresql/%SUBDIR%/ \
|
||||
ftp://ring.etl.go.jp.jp/pub/misc/db/postgresql/%SUBDIR%/ \
|
||||
ftp://ring.asahi-net.or.jp/pub/misc/db/postgresql/%SUBDIR%/ \
|
||||
ftp://ring.so-net.ne.jp/pub/misc/db/postgresql/%SUBDIR%/ \
|
||||
ftp://ring.aist.go.jp/pub/misc/db/postgresql/%SUBDIR%/ \
|
||||
ftp://jordan.ce.yeungnam.ac.kr/pub/postgresql/%SUBDIR%/ \
|
||||
ftp://ftp.kr.postgresql.org/pub/postgresql/%SUBDIR%/ \
|
||||
ftp://postgresql.linux.com.mx/pub/postgresql/pub/%SUBDIR%/ \
|
||||
ftp://postgresql.godzone.net.nz/postgresql/%SUBDIR%/ \
|
||||
ftp://postgresql.iphil.net/%SUBDIR%/ \
|
||||
ftp://ftp.sai.msu.su/unix/database/pgsql/%SUBDIR%/ \
|
||||
ftp://www.sk.postgresql.org/pub/linux/postgresql/%SUBDIR%/ \
|
||||
ftp://ftp.linux.co.za/pub/postgresql/%SUBDIR%/ \
|
||||
ftp://ftp.sunet.se/pub/unix/databases/relational/postgresql/%SUBDIR%/ \
|
||||
ftp://ftp.danyk.ch/postgres/%SUBDIR%/ \
|
||||
ftp://ftp.ccit.edu.tw/packages/postgresql/%SUBDIR%/ \
|
||||
ftp://ftp.siamu.ac.th/pub/pub2/ftp.postgresql.org/%SUBDIR%/ \
|
||||
ftp://postgresql.rmplc.co.uk/pub/postgresql/%SUBDIR%/ \
|
||||
ftp://ftp.scyph.org/pub/Mirrors/ftp.postgresql.org/%SUBDIR%/ \
|
||||
ftp://mars.capital-data.com/pub/postgresql/%SUBDIR%/ \
|
||||
ftp://ftp.digex.net/pub/packages/database/postgresql/%SUBDIR%/ \
|
||||
ftp://ftp.iodynamics.com/pub/mirror/postgresql/%SUBDIR%/ \
|
||||
ftp://postgresql.nextpath.com/pub/postgresql/%SUBDIR%/ \
|
||||
ftp://www.ndesign.com.ua/pub/psql/%SUBDIR%/ \
|
||||
ftp://postgresql.netafric.ci/%SUBDIR%/
|
||||
MASTER_SITE_SUBDIR= ${VERS}
|
||||
|
||||
DISTFILES= postgresql-${VERS}.base${EXTRACT_SUFX} \
|
||||
postgresql-${VERS}.support${EXTRACT_SUFX} \
|
||||
postgresql-${VERS}.docs${EXTRACT_SUFX}
|
||||
|
||||
FLAVORS=tcl docs
|
||||
FLAVOR?=
|
||||
|
||||
.if ${FLAVOR:L:Mtcl}
|
||||
LIB_DEPENDS= tcl83::lang/tcl/8.3 tk83::x11/tk/8.3
|
||||
TCL_INCDIR= ${LOCALBASE}/include/tcl8.3
|
||||
TK_INCDIR= ${LOCALBASE}/include/tk8.3
|
||||
MAKE_ENV+= USE_TCL=true TCL_INCDIR=${TCL_INCDIR} TK_INCDIR=${TK_INCDIR}
|
||||
WITH_TCL= --with-tcl --with-tclconfig="${LOCALBASE}/lib/tcl8.3 ${LOCALBASE}/lib/tk8.3"
|
||||
.endif
|
||||
|
||||
WRKDIST= ${WRKDIR}/${DISTNAME}/src
|
||||
|
||||
USE_GMAKE= yes
|
||||
MAKE_FILE= GNUmakefile
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX}/pgsql \
|
||||
--enable-locale \
|
||||
--with-template=`uname -s | tr '[A-Z]' '[a-z]'` \
|
||||
HAS_CONFIGURE= Yes
|
||||
CONFIGURE_ENV+= POSTGRESDIR="${PREFIX}/pgsql"
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX}/pgsql --enable-locale \
|
||||
--with-template=openbsd \
|
||||
--with-includes="${PREFIX}/include ${TCL_INCDIR} \
|
||||
${TK_INCDIR}" ${WITH_TCL} --with-libraries=${PREFIX}/lib
|
||||
${TK_INCDIR}" ${WITH_TCL} --with-libraries=${PREFIX}/lib \
|
||||
--srcdir=${WRKSRC}
|
||||
|
||||
WRKDIST= ${WRKDIR}/${DISTNAME}/src
|
||||
DOCDIR= ${WRKSRC}/../doc
|
||||
|
||||
PLIST= ${WRKDIR}/PLIST
|
||||
DOCS= ${WRKSRC}/../COPYRIGHT ${WRKSRC}/../HISTORY \
|
||||
${WRKSRC}/../INSTALL ${WRKSRC}/../README \
|
||||
${WRKSRC}/../README.OpenBSD ${WRKSRC}/../register.txt
|
||||
|
||||
INSTALL_TARGET= install install-man
|
||||
.if ${FLAVOR:L:Mdocs}
|
||||
DOCS+= ${DOCDIR}/FAQ ${DOCDIR}/FAQ_DEV ${DOCDIR}/README.Charsets \
|
||||
${DOCDIR}/README.fsync ${DOCDIR}/README.inet \
|
||||
${DOCDIR}/README.locale ${DOCDIR}/README.mb \
|
||||
${DOCDIR}/README.mb.jp ${DOCDIR}/TODO
|
||||
.endif
|
||||
|
||||
FAKE_FLAGS= POSTGRESDIR=${WRKINST}${PREFIX}/pgsql
|
||||
|
||||
PGUSER= pgsql
|
||||
PGBIN= ${PREFIX}/pgsql/bin
|
||||
PGLIB= ${PREFIX}/pgsql/lib
|
||||
PGDATA= /var/pgsql/data
|
||||
|
||||
post-configure:
|
||||
.if defined(USE_TCL) && ${USE_TCL:U} == "YES"
|
||||
@if [ x"${NO_SHARED_LIBS}" = "x" ]; then \
|
||||
cp ${PKGDIR}/PLIST.tcl ${WRKDIR}/PLIST; \
|
||||
else \
|
||||
cp ${PKGDIR}/PLIST.tcl.noshared ${WRKDIR}/PLIST; \
|
||||
fi
|
||||
.else
|
||||
@if [ x"${NO_SHARED_LIBS}" = "x" ]; then \
|
||||
cp ${PKGDIR}/PLIST ${WRKDIR}/PLIST; \
|
||||
else \
|
||||
cp ${PKGDIR}/PLIST.noshared ${WRKDIR}/PLIST; \
|
||||
fi
|
||||
.endif
|
||||
|
||||
.if defined(USE_TCL) && ${USE_TCL:U} == "YES"
|
||||
.if ${FLAVOR:L:Mtcl}
|
||||
post-patch:
|
||||
@mv ${WRKSRC}/bin/pgaccess/main.tcl \
|
||||
${WRKSRC}/bin/pgaccess/main.tcl.orig
|
||||
@sed -e "s=wish=${LOCALBASE}/bin/wish8.0=" \
|
||||
@sed -e "s=wish=${LOCALBASE}/bin/wish8.3=" \
|
||||
${WRKSRC}/bin/pgaccess/main.tcl.orig \
|
||||
> ${WRKSRC}/bin/pgaccess/main.tcl
|
||||
.endif
|
||||
|
||||
pre-build:
|
||||
@mkdir -p ${WRKSRC}/pgwrap
|
||||
@cp ${FILESDIR}/pgwrap.c ${FILESDIR}/pgwrap.h ${WRKSRC}/pgwrap
|
||||
post-build:
|
||||
@mkdir -p ${WRKBUILD}/pgwrap
|
||||
@cp ${FILESDIR}/pgwrap.c ${FILESDIR}/pgwrap.h ${WRKBUILD}/pgwrap
|
||||
@sed -e "s,@PGUSER@,${PGUSER},g" -e "s,@PGBIN@,${PGBIN},g" \
|
||||
-e "s,@PGLIB@,${PGLIB},g" -e "s,@PGDATA@,${PGDATA},g" \
|
||||
-e "s,@PREFIX@,${PREFIX},g" < ${FILESDIR}/Makefile.in \
|
||||
> ${WRKSRC}/pgwrap/Makefile
|
||||
> ${WRKBUILD}/pgwrap/Makefile
|
||||
@sed -e "s,@PREFIX@,${PREFIX},g" \
|
||||
< ${FILESDIR}/README.OpenBSD.in \
|
||||
> ${WRKSRC}/../doc/README.OpenBSD
|
||||
(cd ${WRKSRC}/pgwrap; ${MAKE} depend && ${MAKE})
|
||||
|
||||
pre-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/pgsql
|
||||
> ${WRKSRC}/../README.OpenBSD
|
||||
(cd ${WRKBUILD}/pgwrap; ${MAKE} depend && ${MAKE})
|
||||
|
||||
post-install:
|
||||
@rmdir ${PREFIX}/pgsql/include/port/bsd
|
||||
@rmdir ${PREFIX}/pgsql/include/port
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/pgwrap/pgwrap ${PREFIX}/bin
|
||||
${INSTALL_PROGRAM} ${WRKBUILD}/pgwrap/pgwrap ${PREFIX}/bin
|
||||
@cd ${DOCDIR} && ${MAKE_PROGRAM} POSTGRESDIR=${PREFIX}/pgsql man
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pgsql
|
||||
${INSTALL_DATA} ${WRKSRC}/../doc/FAQ* ${PREFIX}/share/doc/pgsql
|
||||
${INSTALL_DATA} ${WRKSRC}/../doc/README* ${PREFIX}/share/doc/pgsql
|
||||
${INSTALL_DATA} ${WRKSRC}/../doc/TODO* ${PREFIX}/share/doc/pgsql
|
||||
${INSTALL_DATA} ${WRKSRC}/../doc/*ps.gz ${PREFIX}/share/doc/pgsql
|
||||
${INSTALL_DATA} ${WRKSRC}/../INSTALL ${PREFIX}/share/doc/pgsql
|
||||
@${LDCONFIG} -m ${PREFIX}/pgsql/lib
|
||||
@PKG_PREFIX="${PREFIX}" ${SH} ${PKGDIR}/INSTALL ${DISTNAME} POST-INSTALL
|
||||
${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/pgsql
|
||||
.if ${FLAVOR:L:Mdocs}
|
||||
@cd ${DOCDIR} && ${MAKE_PROGRAM} PGDOCS=${PREFIX}/share/doc/pgsql all
|
||||
${INSTALL_DATA} ${DOCDIR}/*.ps* ${PREFIX}/share/doc/pgsql
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
.if ${FLAVOR:L:Mtcl} && !defined(NO_SHARED_LIBS)
|
||||
SED_PLIST+=-e '/%%SHARED-tcl%%/r${PKGDIR}/PFRAG.tcl.shared' -e '//d'
|
||||
.else if ${FLAVOR:L:Mtcl} && defined(NO_SHARED_LIBS) && \
|
||||
${NO_SHARED_LIBS:U} == YES
|
||||
SED_PLIST+=-e '/%%SHARED-tcl%%/d'
|
||||
.endif
|
||||
|
@ -23,8 +23,10 @@ port' below.
|
||||
If you wish to start PostgreSQL automatically during system startup,
|
||||
add the following lines to /etc/rc.local:
|
||||
|
||||
if [ -x @PREFIX@/bin/pgwrap -a -x @PREFIX@/pgsql/bin/postmaster ]; then
|
||||
@PREFIX@/bin/pgwrap -o /var/pgsql/log postmaster -i -S -o -F
|
||||
if [ -x @PREFIX@/bin/pgwrap -a -x @PREFIX@/pgsql/bin/postmaster ]; \
|
||||
then
|
||||
@PREFIX@/bin/pgwrap -o /var/pgsql/log \
|
||||
pg_ctl -w -o "-i -S -o -F" start
|
||||
echo -n ' pgsql'
|
||||
fi
|
||||
|
||||
@ -34,7 +36,17 @@ Don't forget to add @PREFIX@/pgsql/lib directory to shared libraries path in
|
||||
shlib_dirs="@PREFIX@/pgsql/lib"
|
||||
|
||||
Add @PREFIX@/pgsql/man to ${MANPATH} if you wish to use PostgreSQL
|
||||
manual pages.
|
||||
manual pages or update your /etc/man.conf:
|
||||
|
||||
#PostgreSQL man pages
|
||||
_whatdb /usr/local/pgsql/man/whatis.db
|
||||
_subdir manl
|
||||
_build .l /usr/bin/nroff -man %s
|
||||
_default /usr/local/pgsql/man/
|
||||
pgsql /usr/local/pgsql/man/
|
||||
1 /usr/local/pgsql/man/man1
|
||||
l /usr/local/pgsql/man/manl
|
||||
|
||||
|
||||
Please note that OpenBSD port of PostgreSQL requires a kernel compiled
|
||||
with SYSVMSG, SYSVSEM and SYSVSHM options for proper operation.
|
||||
@ -79,4 +91,4 @@ unless already set):
|
||||
|
||||
You must have root privilegies to run `pgwrap'.
|
||||
|
||||
$OpenBSD: README.OpenBSD.in,v 1.2 1999/12/15 06:34:06 form Exp $
|
||||
$OpenBSD: README.OpenBSD.in,v 1.3 2000/05/23 16:31:41 form Exp $
|
||||
|
@ -1,3 +1,12 @@
|
||||
MD5 (postgresql-6.5.3.tar.gz) = 098d1ee4316500a2d033ced3ebd5b831
|
||||
RMD160 (postgresql-6.5.3.tar.gz) = f4164cff897fc873b9bbfa3d03538f8fd63116f1
|
||||
SHA1 (postgresql-6.5.3.tar.gz) = e8810da5ff107323e42ce217794cb9202a85a278
|
||||
MD5 (postgresql/postgresql-7.0.base.tar.gz) = dfa6b0a1241b59049edfccff3f14ed7f
|
||||
MD5 (postgresql/postgresql-7.0.docs.tar.gz) = e999c54e52e1d6c93522788beafe4b5a
|
||||
MD5 (postgresql/postgresql-7.0.support.tar.gz) = 2cb3285bbfa367536141fbc7e4fcb5ab
|
||||
MD5 (postgresql/postgresql-7.0.test.tar.gz) = 77f1ce5f8a4a5a63cae85390319097c9
|
||||
RMD160 (postgresql/postgresql-7.0.base.tar.gz) = 8da3685d8d41c475450ed2d2cff067e13119c095
|
||||
RMD160 (postgresql/postgresql-7.0.docs.tar.gz) = 8e5d0c083b5b66ccb266946a1ff76edd5260409b
|
||||
RMD160 (postgresql/postgresql-7.0.support.tar.gz) = 33773d4ab32d248e7a1678967c6b95ec9eaf1c9a
|
||||
RMD160 (postgresql/postgresql-7.0.test.tar.gz) = f2990497e04ff7185f46b2a6fb760092556d8941
|
||||
SHA1 (postgresql/postgresql-7.0.base.tar.gz) = 4aae7bec44a8bd20440e5033394953a43d90ea46
|
||||
SHA1 (postgresql/postgresql-7.0.docs.tar.gz) = 16d1e9c677fac6ff193d9775ae8e217d572466cb
|
||||
SHA1 (postgresql/postgresql-7.0.support.tar.gz) = 7b737c3930c5bc62df8fe98eebf9bed7bacd44cf
|
||||
SHA1 (postgresql/postgresql-7.0.test.tar.gz) = 495343c395a17abafabcb917866c714afb03a983
|
||||
|
@ -1,24 +0,0 @@
|
||||
# $OpenBSD: patch-al,v 1.1 1999/11/11 02:11:20 kevlo Exp $
|
||||
|
||||
--- include/port/bsd.h.orig Fri Sep 24 00:16:06 1999
|
||||
+++ include/port/bsd.h Fri Sep 24 00:16:41 1999
|
||||
@@ -1,16 +1,16 @@
|
||||
#define USE_POSIX_TIME
|
||||
|
||||
-#if defined(i386)
|
||||
+#if defined(i386) || defined(__i386__)
|
||||
#define NEED_I386_TAS_ASM
|
||||
#define HAS_TEST_AND_SET
|
||||
#endif
|
||||
|
||||
-#if defined(sparc)
|
||||
+#if defined(sparc) || defined(__sparc__)
|
||||
#define NEED_SPARC_TAS_ASM
|
||||
#define HAS_TEST_AND_SET
|
||||
#endif
|
||||
|
||||
-#if defined(vax)
|
||||
+#if defined(vax) || defined(__vax__)
|
||||
#define NEED_VAX_TAS_ASM
|
||||
#define HAS_TEST_AND_SET
|
||||
#endif
|
@ -1,13 +0,0 @@
|
||||
# $OpenBSD: patch-am,v 1.1 1999/11/11 02:11:20 kevlo Exp $
|
||||
|
||||
--- Makefile.global.in.orig Sun Dec 6 00:08:56 1998
|
||||
+++ Makefile.global.in Sat Feb 27 04:23:12 1999
|
||||
@@ -79,7 +79,7 @@
|
||||
POSTMANDIR= $(POSTGRESDIR)/man
|
||||
|
||||
# Where the formatted documents (e.g., the reference manual) get installed.
|
||||
-POSTDOCDIR= $(POSTGRESDIR)/doc
|
||||
+POSTDOCDIR= !!PREFIX!!/share/doc/pgsql
|
||||
|
||||
# Where the header files necessary to build frontend programs get installed.
|
||||
HEADERDIR= $(POSTGRESDIR)/include
|
@ -1,13 +0,0 @@
|
||||
# $OpenBSD: patch-an,v 1.1 1999/11/11 02:11:20 kevlo Exp $
|
||||
|
||||
--- ../doc/Makefile.orig Sun Nov 29 06:30:13 1998
|
||||
+++ ../doc/Makefile Mon Jun 21 17:00:13 1999
|
||||
@@ -12,7 +12,7 @@
|
||||
#
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
-PGDOCS= $(POSTGRESDIR)/doc
|
||||
+PGDOCS= $(POSTDOCDIR)
|
||||
SRCDIR= ../src
|
||||
|
||||
TAR= tar
|
@ -1,25 +1,25 @@
|
||||
# $OpsnBSD: $
|
||||
# $OpenBSD: patch-pg_passwd.c,v 1.1 2000/05/23 16:31:42 form Exp $
|
||||
|
||||
--- bin/pg_passwd/pg_passwd.c.orig Thu May 27 09:00:40 1999
|
||||
+++ bin/pg_passwd/pg_passwd.c Mon Jun 21 16:34:27 1999
|
||||
@@ -26,11 +26,15 @@
|
||||
--- bin/pg_passwd/pg_passwd.c.orig Mon Apr 17 07:45:18 2000
|
||||
+++ bin/pg_passwd/pg_passwd.c Sun May 14 00:09:40 2000
|
||||
@@ -18,11 +18,15 @@
|
||||
|
||||
#endif
|
||||
|
||||
+#ifndef _POSIX_SOURCE
|
||||
+# define _PASSWORD_LEN 128 /* max length, not containing NULL */
|
||||
+#define _PASSWORD_LEN 128 /* max length, not containing NULL */
|
||||
+#endif
|
||||
+
|
||||
char *comname;
|
||||
static void usage(FILE *stream);
|
||||
static void read_pwd_file(char *filename);
|
||||
static void write_pwd_file(char *filename, char *bkname);
|
||||
-static void encrypt_pwd(char key[9], char salt[3], char passwd[14]);
|
||||
+static void encrypt_pwd(char key[9], char salt[3], char passwd[_PASSWORD_LEN+1]);
|
||||
static void prompt_for_username(char *username);
|
||||
static void prompt_for_password(char *prompt, char *password);
|
||||
static void usage(FILE *stream);
|
||||
static void read_pwd_file(char *filename);
|
||||
static void write_pwd_file(char *filename, char *bkname);
|
||||
-static void encrypt_pwd(char key[9], char salt[3], char passwd[14]);
|
||||
+static void encrypt_pwd(char key[9], char salt[3], char passwd[_PASSWORD_LEN+1]);
|
||||
static void prompt_for_username(char *username);
|
||||
static void prompt_for_password(char *prompt, char *password);
|
||||
|
||||
@@ -158,7 +162,7 @@
|
||||
@@ -150,7 +154,7 @@
|
||||
|
||||
if (q != NULL)
|
||||
*(q++) = '\0';
|
||||
@ -28,7 +28,7 @@
|
||||
{
|
||||
fprintf(stderr, "WARNING: %s: line %d: illegal password length.\n",
|
||||
filename, npwds + 1);
|
||||
@@ -222,7 +226,7 @@
|
||||
@@ -214,7 +218,7 @@
|
||||
}
|
||||
|
||||
static void
|
||||
@ -37,7 +37,7 @@
|
||||
{
|
||||
int n;
|
||||
|
||||
@@ -254,9 +258,9 @@
|
||||
@@ -246,9 +250,9 @@
|
||||
|
||||
#ifdef NOT_USED
|
||||
static int
|
||||
@ -45,25 +45,25 @@
|
||||
+check_pwd(char key[9], char passwd[_PASSWORD_LEN+1])
|
||||
{
|
||||
- char shouldbe[14];
|
||||
+ char shouldbe[_PASSWORD_LEN+1];
|
||||
+ char shouldbe[_PASSWORD_LEN+1];
|
||||
char salt[3];
|
||||
|
||||
salt[0] = passwd[0];
|
||||
@@ -264,7 +268,7 @@
|
||||
@@ -256,7 +260,7 @@
|
||||
salt[2] = '\0';
|
||||
encrypt_pwd(key, salt, shouldbe);
|
||||
|
||||
- return strncmp(shouldbe, passwd, 13) == 0 ? 1 : 0;
|
||||
+ return strncmp(shouldbe, passwd, _PASSWORD_LEN) == 0 ? 1 : 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
@@ -339,7 +343,7 @@
|
||||
#endif
|
||||
@@ -332,7 +336,7 @@
|
||||
char salt[3];
|
||||
char key[9],
|
||||
key2[9];
|
||||
- char e_passwd[14];
|
||||
+ char e_passwd[_PASSWORD_LEN+1];
|
||||
+ char e_passwd[_PASSWORD_LEN+1];
|
||||
int i;
|
||||
|
||||
comname = argv[0];
|
13
databases/postgresql/patches/patch-pl-tcl-Makefile
Normal file
13
databases/postgresql/patches/patch-pl-tcl-Makefile
Normal file
@ -0,0 +1,13 @@
|
||||
# $OpenBSD: patch-pl-tcl-Makefile,v 1.1 2000/05/23 16:31:42 form Exp $
|
||||
|
||||
--- pl/tcl/Makefile.orig Wed May 17 10:04:49 2000
|
||||
+++ pl/tcl/Makefile Wed May 17 10:06:30 2000
|
||||
@@ -70,7 +70,7 @@
|
||||
|
||||
CFLAGS+= $(TCL_SHLIB_CFLAGS) $(TCL_DEFS)
|
||||
|
||||
-CFLAGS+= -I$(SRCDIR)/include -I$(SRCDIR)/backend
|
||||
+CFLAGS+= -I$(SRCDIR)/include -I$(SRCDIR)/backend -I${TCL_INCDIR}
|
||||
|
||||
#
|
||||
# Uncomment the following to enable the unknown command lookup
|
885
databases/postgresql/pkg/PFRAG.docs
Normal file
885
databases/postgresql/pkg/PFRAG.docs
Normal file
@ -0,0 +1,885 @@
|
||||
share/doc/pgsql/FAQ
|
||||
share/doc/pgsql/FAQ_DEV
|
||||
share/doc/pgsql/README.Charsets
|
||||
share/doc/pgsql/README.fsync
|
||||
share/doc/pgsql/README.inet
|
||||
share/doc/pgsql/README.locale
|
||||
share/doc/pgsql/README.mb
|
||||
share/doc/pgsql/README.mb.jp
|
||||
share/doc/pgsql/TODO
|
||||
share/doc/pgsql/admin.ps.gz
|
||||
share/doc/pgsql/admin/admin.htm
|
||||
share/doc/pgsql/admin/admin.html
|
||||
share/doc/pgsql/admin/biblio.htm
|
||||
share/doc/pgsql/admin/c573.htm
|
||||
share/doc/pgsql/admin/c573602.htm
|
||||
share/doc/pgsql/admin/c573680.htm
|
||||
share/doc/pgsql/admin/c573717.htm
|
||||
share/doc/pgsql/admin/copyright.htm
|
||||
share/doc/pgsql/admin/disk.htm
|
||||
share/doc/pgsql/admin/index.html
|
||||
share/doc/pgsql/admin/install-win32.htm
|
||||
share/doc/pgsql/admin/install-win321073.htm
|
||||
share/doc/pgsql/admin/install-win321082.htm
|
||||
share/doc/pgsql/admin/install.htm
|
||||
share/doc/pgsql/admin/install855.htm
|
||||
share/doc/pgsql/admin/intro-ag.htm
|
||||
share/doc/pgsql/admin/intro-ag162.htm
|
||||
share/doc/pgsql/admin/layout.gif
|
||||
share/doc/pgsql/admin/layout.htm
|
||||
share/doc/pgsql/admin/manage-ag.htm
|
||||
share/doc/pgsql/admin/manage-ag1604.htm
|
||||
share/doc/pgsql/admin/manage-ag1646.htm
|
||||
share/doc/pgsql/admin/manage-ag1655.htm
|
||||
share/doc/pgsql/admin/newuser.htm
|
||||
share/doc/pgsql/admin/notation.htm
|
||||
share/doc/pgsql/admin/pg-options.htm
|
||||
share/doc/pgsql/admin/ports.htm
|
||||
share/doc/pgsql/admin/ports481.htm
|
||||
share/doc/pgsql/admin/postmaster.htm
|
||||
share/doc/pgsql/admin/preface.htm
|
||||
share/doc/pgsql/admin/recovery.htm
|
||||
share/doc/pgsql/admin/regress.htm
|
||||
share/doc/pgsql/admin/regress1861.htm
|
||||
share/doc/pgsql/admin/regress1895.htm
|
||||
share/doc/pgsql/admin/regress1941.htm
|
||||
share/doc/pgsql/admin/release.htm
|
||||
share/doc/pgsql/admin/release2009.htm
|
||||
share/doc/pgsql/admin/release2020.htm
|
||||
share/doc/pgsql/admin/release2031.htm
|
||||
share/doc/pgsql/admin/release2042.htm
|
||||
share/doc/pgsql/admin/release2124.htm
|
||||
share/doc/pgsql/admin/release2135.htm
|
||||
share/doc/pgsql/admin/release2146.htm
|
||||
share/doc/pgsql/admin/release2187.htm
|
||||
share/doc/pgsql/admin/release2203.htm
|
||||
share/doc/pgsql/admin/release2222.htm
|
||||
share/doc/pgsql/admin/release2266.htm
|
||||
share/doc/pgsql/admin/release2288.htm
|
||||
share/doc/pgsql/admin/release2303.htm
|
||||
share/doc/pgsql/admin/release2312.htm
|
||||
share/doc/pgsql/admin/release2335.htm
|
||||
share/doc/pgsql/admin/release2349.htm
|
||||
share/doc/pgsql/admin/release2352.htm
|
||||
share/doc/pgsql/admin/release2377.htm
|
||||
share/doc/pgsql/admin/release2414.htm
|
||||
share/doc/pgsql/admin/release2421.htm
|
||||
share/doc/pgsql/admin/release2428.htm
|
||||
share/doc/pgsql/admin/release2435.htm
|
||||
share/doc/pgsql/admin/release2439.htm
|
||||
share/doc/pgsql/admin/runtime.htm
|
||||
share/doc/pgsql/admin/security.htm
|
||||
share/doc/pgsql/admin/security1450.htm
|
||||
share/doc/pgsql/admin/security1485.htm
|
||||
share/doc/pgsql/admin/security1509.htm
|
||||
share/doc/pgsql/admin/security1530.htm
|
||||
share/doc/pgsql/admin/terminology.htm
|
||||
share/doc/pgsql/admin/trouble.htm
|
||||
share/doc/pgsql/admin/trouble1721.htm
|
||||
share/doc/pgsql/admin/trouble1738.htm
|
||||
share/doc/pgsql/admin/y2k.htm
|
||||
share/doc/pgsql/adminA4.ps.gz
|
||||
share/doc/pgsql/internals.ps
|
||||
share/doc/pgsql/postgres/about.htm
|
||||
share/doc/pgsql/postgres/advanced.htm
|
||||
share/doc/pgsql/postgres/advanced27923.htm
|
||||
share/doc/pgsql/postgres/advanced27945.htm
|
||||
share/doc/pgsql/postgres/app-createdb.htm
|
||||
share/doc/pgsql/postgres/app-createlang.htm
|
||||
share/doc/pgsql/postgres/app-createuser.htm
|
||||
share/doc/pgsql/postgres/app-dropdb.htm
|
||||
share/doc/pgsql/postgres/app-droplang.htm
|
||||
share/doc/pgsql/postgres/app-dropuser.htm
|
||||
share/doc/pgsql/postgres/app-ecpg.htm
|
||||
share/doc/pgsql/postgres/app-initdb.htm
|
||||
share/doc/pgsql/postgres/app-initlocation.htm
|
||||
share/doc/pgsql/postgres/app-ipcclean.htm
|
||||
share/doc/pgsql/postgres/app-pg-passwd.htm
|
||||
share/doc/pgsql/postgres/app-pg-upgrade.htm
|
||||
share/doc/pgsql/postgres/app-pgaccess.htm
|
||||
share/doc/pgsql/postgres/app-pgadmin.htm
|
||||
share/doc/pgsql/postgres/app-pgctl.htm
|
||||
share/doc/pgsql/postgres/app-pgdump.htm
|
||||
share/doc/pgsql/postgres/app-pgdumpall.htm
|
||||
share/doc/pgsql/postgres/app-pgtclsh.htm
|
||||
share/doc/pgsql/postgres/app-pgtksh.htm
|
||||
share/doc/pgsql/postgres/app-postgres.htm
|
||||
share/doc/pgsql/postgres/app-postmaster.htm
|
||||
share/doc/pgsql/postgres/app-psql.htm
|
||||
share/doc/pgsql/postgres/app-vacuumdb.htm
|
||||
share/doc/pgsql/postgres/applications.htm
|
||||
share/doc/pgsql/postgres/arch-pg.htm
|
||||
share/doc/pgsql/postgres/arch.htm
|
||||
share/doc/pgsql/postgres/arrays.htm
|
||||
share/doc/pgsql/postgres/biblio.htm
|
||||
share/doc/pgsql/postgres/bki.htm
|
||||
share/doc/pgsql/postgres/bki26573.htm
|
||||
share/doc/pgsql/postgres/bki26657.htm
|
||||
share/doc/pgsql/postgres/bki26681.htm
|
||||
share/doc/pgsql/postgres/bki26742.htm
|
||||
share/doc/pgsql/postgres/c16883.htm
|
||||
share/doc/pgsql/postgres/c1688316912.htm
|
||||
share/doc/pgsql/postgres/c1688316990.htm
|
||||
share/doc/pgsql/postgres/c1688317027.htm
|
||||
share/doc/pgsql/postgres/c19986.htm
|
||||
share/doc/pgsql/postgres/c21722.htm
|
||||
share/doc/pgsql/postgres/c2172221764.htm
|
||||
share/doc/pgsql/postgres/c2172221782.htm
|
||||
share/doc/pgsql/postgres/c2172221924.htm
|
||||
share/doc/pgsql/postgres/c2172221936.htm
|
||||
share/doc/pgsql/postgres/c2172221956.htm
|
||||
share/doc/pgsql/postgres/c2172221961.htm
|
||||
share/doc/pgsql/postgres/c25129.htm
|
||||
share/doc/pgsql/postgres/c4091.htm
|
||||
share/doc/pgsql/postgres/c40914117.htm
|
||||
share/doc/pgsql/postgres/c40914344.htm
|
||||
share/doc/pgsql/postgres/c4362.htm
|
||||
share/doc/pgsql/postgres/c43624375.htm
|
||||
share/doc/pgsql/postgres/c4888.htm
|
||||
share/doc/pgsql/postgres/c4933.htm
|
||||
share/doc/pgsql/postgres/c49334943.htm
|
||||
share/doc/pgsql/postgres/c49334947.htm
|
||||
share/doc/pgsql/postgres/catalogs.gif
|
||||
share/doc/pgsql/postgres/clientserver.gif
|
||||
share/doc/pgsql/postgres/compiler.htm
|
||||
share/doc/pgsql/postgres/connections.gif
|
||||
share/doc/pgsql/postgres/copyright.htm
|
||||
share/doc/pgsql/postgres/cvs.htm
|
||||
share/doc/pgsql/postgres/cvs28436.htm
|
||||
share/doc/pgsql/postgres/cvs28492.htm
|
||||
share/doc/pgsql/postgres/datatype.htm
|
||||
share/doc/pgsql/postgres/datatype1038.htm
|
||||
share/doc/pgsql/postgres/datatype1070.htm
|
||||
share/doc/pgsql/postgres/datatype1134.htm
|
||||
share/doc/pgsql/postgres/datatype1649.htm
|
||||
share/doc/pgsql/postgres/datatype1681.htm
|
||||
share/doc/pgsql/postgres/datatype1920.htm
|
||||
share/doc/pgsql/postgres/datetime-appendix.htm
|
||||
share/doc/pgsql/postgres/datetime-appendix28356.htm
|
||||
share/doc/pgsql/postgres/dfunc.htm
|
||||
share/doc/pgsql/postgres/dfunc20136.htm
|
||||
share/doc/pgsql/postgres/dfunc20146.htm
|
||||
share/doc/pgsql/postgres/disk.htm
|
||||
share/doc/pgsql/postgres/docguide.htm
|
||||
share/doc/pgsql/postgres/docguide28718.htm
|
||||
share/doc/pgsql/postgres/docguide28749.htm
|
||||
share/doc/pgsql/postgres/docguide28840.htm
|
||||
share/doc/pgsql/postgres/docguide28861.htm
|
||||
share/doc/pgsql/postgres/docguide28887.htm
|
||||
share/doc/pgsql/postgres/docguide29024.htm
|
||||
share/doc/pgsql/postgres/docguide29362.htm
|
||||
share/doc/pgsql/postgres/environ.htm
|
||||
share/doc/pgsql/postgres/extend.htm
|
||||
share/doc/pgsql/postgres/extend18852.htm
|
||||
share/doc/pgsql/postgres/extend18864.htm
|
||||
share/doc/pgsql/postgres/func-ref.htm
|
||||
share/doc/pgsql/postgres/functions.htm
|
||||
share/doc/pgsql/postgres/functions2593.htm
|
||||
share/doc/pgsql/postgres/functions2733.htm
|
||||
share/doc/pgsql/postgres/functions2876.htm
|
||||
share/doc/pgsql/postgres/functions2976.htm
|
||||
share/doc/pgsql/postgres/functions3443.htm
|
||||
share/doc/pgsql/postgres/functions3641.htm
|
||||
share/doc/pgsql/postgres/geqo-biblio.htm
|
||||
share/doc/pgsql/postgres/geqo.htm
|
||||
share/doc/pgsql/postgres/geqo25594.htm
|
||||
share/doc/pgsql/postgres/geqo25617.htm
|
||||
share/doc/pgsql/postgres/geqo25655.htm
|
||||
share/doc/pgsql/postgres/gist.htm
|
||||
share/doc/pgsql/postgres/index.html
|
||||
share/doc/pgsql/postgres/indices.htm
|
||||
share/doc/pgsql/postgres/inherit.htm
|
||||
share/doc/pgsql/postgres/install-win32.htm
|
||||
share/doc/pgsql/postgres/install-win3217383.htm
|
||||
share/doc/pgsql/postgres/install-win3217392.htm
|
||||
share/doc/pgsql/postgres/install.htm
|
||||
share/doc/pgsql/postgres/install17165.htm
|
||||
share/doc/pgsql/postgres/intro.htm
|
||||
share/doc/pgsql/postgres/intro176.htm
|
||||
share/doc/pgsql/postgres/intro304.htm
|
||||
share/doc/pgsql/postgres/intro60.htm
|
||||
share/doc/pgsql/postgres/jdbc.htm
|
||||
share/doc/pgsql/postgres/jdbc24909.htm
|
||||
share/doc/pgsql/postgres/jdbc24921.htm
|
||||
share/doc/pgsql/postgres/jdbc24927.htm
|
||||
share/doc/pgsql/postgres/jdbc24935.htm
|
||||
share/doc/pgsql/postgres/jdbc24953.htm
|
||||
share/doc/pgsql/postgres/jdbc24990.htm
|
||||
share/doc/pgsql/postgres/jdbc25021.htm
|
||||
share/doc/pgsql/postgres/jdbc25026.htm
|
||||
share/doc/pgsql/postgres/jdbc25030.htm
|
||||
share/doc/pgsql/postgres/jdbc25056.htm
|
||||
share/doc/pgsql/postgres/jdbc25086.htm
|
||||
share/doc/pgsql/postgres/largeobjects.htm
|
||||
share/doc/pgsql/postgres/largeobjects21625.htm
|
||||
share/doc/pgsql/postgres/largeobjects21628.htm
|
||||
share/doc/pgsql/postgres/largeobjects21707.htm
|
||||
share/doc/pgsql/postgres/largeobjects21714.htm
|
||||
share/doc/pgsql/postgres/largeobjects21718.htm
|
||||
share/doc/pgsql/postgres/layout.gif
|
||||
share/doc/pgsql/postgres/layout.htm
|
||||
share/doc/pgsql/postgres/libpq-chapter.htm
|
||||
share/doc/pgsql/postgres/libpq-chapter22422.htm
|
||||
share/doc/pgsql/postgres/libpq-chapter22577.htm
|
||||
share/doc/pgsql/postgres/libpq-chapter22724.htm
|
||||
share/doc/pgsql/postgres/libpq-chapter22736.htm
|
||||
share/doc/pgsql/postgres/libpq-chapter22774.htm
|
||||
share/doc/pgsql/postgres/libpq-chapter22844.htm
|
||||
share/doc/pgsql/postgres/libpq-chapter22857.htm
|
||||
share/doc/pgsql/postgres/libpq-chapter22942.htm
|
||||
share/doc/pgsql/postgres/libpq-envars.htm
|
||||
share/doc/pgsql/postgres/libpq-threading.htm
|
||||
share/doc/pgsql/postgres/libpqplusplus.htm
|
||||
share/doc/pgsql/postgres/libpqplusplus23034.htm
|
||||
share/doc/pgsql/postgres/libpqplusplus23044.htm
|
||||
share/doc/pgsql/postgres/libpqplusplus23074.htm
|
||||
share/doc/pgsql/postgres/libpqplusplus23179.htm
|
||||
share/doc/pgsql/postgres/libpqplusplus23202.htm
|
||||
share/doc/pgsql/postgres/lisp.htm
|
||||
share/doc/pgsql/postgres/manage-ag.htm
|
||||
share/doc/pgsql/postgres/manage-ag17914.htm
|
||||
share/doc/pgsql/postgres/manage-ag17956.htm
|
||||
share/doc/pgsql/postgres/manage-ag17965.htm
|
||||
share/doc/pgsql/postgres/manage.htm
|
||||
share/doc/pgsql/postgres/manage4814.htm
|
||||
share/doc/pgsql/postgres/manage4838.htm
|
||||
share/doc/pgsql/postgres/manage4880.htm
|
||||
share/doc/pgsql/postgres/mvcc.htm
|
||||
share/doc/pgsql/postgres/mvcc4568.htm
|
||||
share/doc/pgsql/postgres/mvcc4621.htm
|
||||
share/doc/pgsql/postgres/mvcc4633.htm
|
||||
share/doc/pgsql/postgres/mvcc4646.htm
|
||||
share/doc/pgsql/postgres/mvcc4723.htm
|
||||
share/doc/pgsql/postgres/mvcc4744.htm
|
||||
share/doc/pgsql/postgres/newuser.htm
|
||||
share/doc/pgsql/postgres/notation.htm
|
||||
share/doc/pgsql/postgres/odbc.htm
|
||||
share/doc/pgsql/postgres/odbc24433.htm
|
||||
share/doc/pgsql/postgres/odbc24471.htm
|
||||
share/doc/pgsql/postgres/odbc24644.htm
|
||||
share/doc/pgsql/postgres/odbc24666.htm
|
||||
share/doc/pgsql/postgres/operators.htm
|
||||
share/doc/pgsql/postgres/operators2127.htm
|
||||
share/doc/pgsql/postgres/operators2198.htm
|
||||
share/doc/pgsql/postgres/operators2267.htm
|
||||
share/doc/pgsql/postgres/operators2377.htm
|
||||
share/doc/pgsql/postgres/operators2436.htm
|
||||
share/doc/pgsql/postgres/operators2490.htm
|
||||
share/doc/pgsql/postgres/overview.htm
|
||||
share/doc/pgsql/postgres/overview25194.htm
|
||||
share/doc/pgsql/postgres/overview25219.htm
|
||||
share/doc/pgsql/postgres/overview25347.htm
|
||||
share/doc/pgsql/postgres/overview25403.htm
|
||||
share/doc/pgsql/postgres/overview25457.htm
|
||||
share/doc/pgsql/postgres/page.htm
|
||||
share/doc/pgsql/postgres/page26805.htm
|
||||
share/doc/pgsql/postgres/page26819.htm
|
||||
share/doc/pgsql/postgres/part-admin.htm
|
||||
share/doc/pgsql/postgres/part-appendix.htm
|
||||
share/doc/pgsql/postgres/part-developer.htm
|
||||
share/doc/pgsql/postgres/part-interfaces.htm
|
||||
share/doc/pgsql/postgres/part-programmer.htm
|
||||
share/doc/pgsql/postgres/part-tutorial.htm
|
||||
share/doc/pgsql/postgres/part-user.htm
|
||||
share/doc/pgsql/postgres/partial-index.htm
|
||||
share/doc/pgsql/postgres/pg-options-dev.htm
|
||||
share/doc/pgsql/postgres/pg-options.htm
|
||||
share/doc/pgsql/postgres/pgeasy-chapter.htm
|
||||
share/doc/pgsql/postgres/pgtcl-pgconndefaults.htm
|
||||
share/doc/pgsql/postgres/pgtcl-pgconnect.htm
|
||||
share/doc/pgsql/postgres/pgtcl-pgdisconnect.htm
|
||||
share/doc/pgsql/postgres/pgtcl-pgexec.htm
|
||||
share/doc/pgsql/postgres/pgtcl-pglisten.htm
|
||||
share/doc/pgsql/postgres/pgtcl-pgloclose.htm
|
||||
share/doc/pgsql/postgres/pgtcl-pglocreat.htm
|
||||
share/doc/pgsql/postgres/pgtcl-pgloexport.htm
|
||||
share/doc/pgsql/postgres/pgtcl-pgloimport.htm
|
||||
share/doc/pgsql/postgres/pgtcl-pglolseek.htm
|
||||
share/doc/pgsql/postgres/pgtcl-pgloopen.htm
|
||||
share/doc/pgsql/postgres/pgtcl-pgloread.htm
|
||||
share/doc/pgsql/postgres/pgtcl-pglotell.htm
|
||||
share/doc/pgsql/postgres/pgtcl-pglounlink.htm
|
||||
share/doc/pgsql/postgres/pgtcl-pglowrite.htm
|
||||
share/doc/pgsql/postgres/pgtcl-pgresult.htm
|
||||
share/doc/pgsql/postgres/pgtcl-pgselect.htm
|
||||
share/doc/pgsql/postgres/pgtcl.htm
|
||||
share/doc/pgsql/postgres/pgtcl23317.htm
|
||||
share/doc/pgsql/postgres/pgtcl23321.htm
|
||||
share/doc/pgsql/postgres/pl-perl.htm
|
||||
share/doc/pgsql/postgres/pl-perl4533.htm
|
||||
share/doc/pgsql/postgres/pl-perl4542.htm
|
||||
share/doc/pgsql/postgres/ports.htm
|
||||
share/doc/pgsql/postgres/ports16791.htm
|
||||
share/doc/pgsql/postgres/postgres.htm
|
||||
share/doc/pgsql/postgres/postgres.html
|
||||
share/doc/pgsql/postgres/postmaster.htm
|
||||
share/doc/pgsql/postgres/preface.htm
|
||||
share/doc/pgsql/postgres/protocol.htm
|
||||
share/doc/pgsql/postgres/protocol25770.htm
|
||||
share/doc/pgsql/postgres/protocol25925.htm
|
||||
share/doc/pgsql/postgres/protocol25962.htm
|
||||
share/doc/pgsql/postgres/query.htm
|
||||
share/doc/pgsql/postgres/query27752.htm
|
||||
share/doc/pgsql/postgres/query27768.htm
|
||||
share/doc/pgsql/postgres/query27790.htm
|
||||
share/doc/pgsql/postgres/query27799.htm
|
||||
share/doc/pgsql/postgres/query27817.htm
|
||||
share/doc/pgsql/postgres/query27825.htm
|
||||
share/doc/pgsql/postgres/query27844.htm
|
||||
share/doc/pgsql/postgres/query27849.htm
|
||||
share/doc/pgsql/postgres/query27856.htm
|
||||
share/doc/pgsql/postgres/recovery.htm
|
||||
share/doc/pgsql/postgres/regress.htm
|
||||
share/doc/pgsql/postgres/regress18171.htm
|
||||
share/doc/pgsql/postgres/regress18205.htm
|
||||
share/doc/pgsql/postgres/regress18251.htm
|
||||
share/doc/pgsql/postgres/release.htm
|
||||
share/doc/pgsql/postgres/release18319.htm
|
||||
share/doc/pgsql/postgres/release18330.htm
|
||||
share/doc/pgsql/postgres/release18341.htm
|
||||
share/doc/pgsql/postgres/release18352.htm
|
||||
share/doc/pgsql/postgres/release18434.htm
|
||||
share/doc/pgsql/postgres/release18445.htm
|
||||
share/doc/pgsql/postgres/release18456.htm
|
||||
share/doc/pgsql/postgres/release18497.htm
|
||||
share/doc/pgsql/postgres/release18513.htm
|
||||
share/doc/pgsql/postgres/release18532.htm
|
||||
share/doc/pgsql/postgres/release18576.htm
|
||||
share/doc/pgsql/postgres/release18598.htm
|
||||
share/doc/pgsql/postgres/release18613.htm
|
||||
share/doc/pgsql/postgres/release18622.htm
|
||||
share/doc/pgsql/postgres/release18645.htm
|
||||
share/doc/pgsql/postgres/release18659.htm
|
||||
share/doc/pgsql/postgres/release18662.htm
|
||||
share/doc/pgsql/postgres/release18687.htm
|
||||
share/doc/pgsql/postgres/release18724.htm
|
||||
share/doc/pgsql/postgres/release18731.htm
|
||||
share/doc/pgsql/postgres/release18738.htm
|
||||
share/doc/pgsql/postgres/release18745.htm
|
||||
share/doc/pgsql/postgres/release18749.htm
|
||||
share/doc/pgsql/postgres/rules.htm
|
||||
share/doc/pgsql/postgres/rules19478.htm
|
||||
share/doc/pgsql/postgres/rules19639.htm
|
||||
share/doc/pgsql/postgres/rules19770.htm
|
||||
share/doc/pgsql/postgres/rules19784.htm
|
||||
share/doc/pgsql/postgres/runtime.htm
|
||||
share/doc/pgsql/postgres/security.htm
|
||||
share/doc/pgsql/postgres/security17760.htm
|
||||
share/doc/pgsql/postgres/security17795.htm
|
||||
share/doc/pgsql/postgres/security17819.htm
|
||||
share/doc/pgsql/postgres/security17840.htm
|
||||
share/doc/pgsql/postgres/signals.htm
|
||||
share/doc/pgsql/postgres/spi-spiconnect.htm
|
||||
share/doc/pgsql/postgres/spi-spicopytuple.htm
|
||||
share/doc/pgsql/postgres/spi-spiexec.htm
|
||||
share/doc/pgsql/postgres/spi-spiexecp.htm
|
||||
share/doc/pgsql/postgres/spi-spifinish.htm
|
||||
share/doc/pgsql/postgres/spi-spifname.htm
|
||||
share/doc/pgsql/postgres/spi-spifnumber.htm
|
||||
share/doc/pgsql/postgres/spi-spigetbinval.htm
|
||||
share/doc/pgsql/postgres/spi-spigetrelname.htm
|
||||
share/doc/pgsql/postgres/spi-spigettype.htm
|
||||
share/doc/pgsql/postgres/spi-spigettypeid.htm
|
||||
share/doc/pgsql/postgres/spi-spigetvalue.htm
|
||||
share/doc/pgsql/postgres/spi-spimodifytuple.htm
|
||||
share/doc/pgsql/postgres/spi-spipalloc.htm
|
||||
share/doc/pgsql/postgres/spi-spipfree.htm
|
||||
share/doc/pgsql/postgres/spi-spiprepare.htm
|
||||
share/doc/pgsql/postgres/spi-spirepalloc.htm
|
||||
share/doc/pgsql/postgres/spi-spisaveplan.htm
|
||||
share/doc/pgsql/postgres/spi.htm
|
||||
share/doc/pgsql/postgres/spi20808.htm
|
||||
share/doc/pgsql/postgres/spi21521.htm
|
||||
share/doc/pgsql/postgres/spi21543.htm
|
||||
share/doc/pgsql/postgres/spi21548.htm
|
||||
share/doc/pgsql/postgres/sql-abort.htm
|
||||
share/doc/pgsql/postgres/sql-altergroup.htm
|
||||
share/doc/pgsql/postgres/sql-altertable.htm
|
||||
share/doc/pgsql/postgres/sql-alteruser.htm
|
||||
share/doc/pgsql/postgres/sql-begin.htm
|
||||
share/doc/pgsql/postgres/sql-close.htm
|
||||
share/doc/pgsql/postgres/sql-cluster.htm
|
||||
share/doc/pgsql/postgres/sql-commands.htm
|
||||
share/doc/pgsql/postgres/sql-comment.htm
|
||||
share/doc/pgsql/postgres/sql-commit.htm
|
||||
share/doc/pgsql/postgres/sql-copy.htm
|
||||
share/doc/pgsql/postgres/sql-createaggregate.htm
|
||||
share/doc/pgsql/postgres/sql-createconstraint.htm
|
||||
share/doc/pgsql/postgres/sql-createdatabase.htm
|
||||
share/doc/pgsql/postgres/sql-createfunction.htm
|
||||
share/doc/pgsql/postgres/sql-creategroup.htm
|
||||
share/doc/pgsql/postgres/sql-createindex.htm
|
||||
share/doc/pgsql/postgres/sql-createlanguage.htm
|
||||
share/doc/pgsql/postgres/sql-createoperator.htm
|
||||
share/doc/pgsql/postgres/sql-createrule.htm
|
||||
share/doc/pgsql/postgres/sql-createsequence.htm
|
||||
share/doc/pgsql/postgres/sql-createtable.htm
|
||||
share/doc/pgsql/postgres/sql-createtableas.htm
|
||||
share/doc/pgsql/postgres/sql-createtrigger.htm
|
||||
share/doc/pgsql/postgres/sql-createtype.htm
|
||||
share/doc/pgsql/postgres/sql-createuser.htm
|
||||
share/doc/pgsql/postgres/sql-createview.htm
|
||||
share/doc/pgsql/postgres/sql-declare.htm
|
||||
share/doc/pgsql/postgres/sql-delete.htm
|
||||
share/doc/pgsql/postgres/sql-dropaggregate.htm
|
||||
share/doc/pgsql/postgres/sql-dropdatabase.htm
|
||||
share/doc/pgsql/postgres/sql-dropfunction.htm
|
||||
share/doc/pgsql/postgres/sql-dropgroup.htm
|
||||
share/doc/pgsql/postgres/sql-dropindex.htm
|
||||
share/doc/pgsql/postgres/sql-droplanguage.htm
|
||||
share/doc/pgsql/postgres/sql-dropoperator.htm
|
||||
share/doc/pgsql/postgres/sql-droprule.htm
|
||||
share/doc/pgsql/postgres/sql-dropsequence.htm
|
||||
share/doc/pgsql/postgres/sql-droptable.htm
|
||||
share/doc/pgsql/postgres/sql-droptrigger.htm
|
||||
share/doc/pgsql/postgres/sql-droptype.htm
|
||||
share/doc/pgsql/postgres/sql-dropuser.htm
|
||||
share/doc/pgsql/postgres/sql-dropview.htm
|
||||
share/doc/pgsql/postgres/sql-end.htm
|
||||
share/doc/pgsql/postgres/sql-explain.htm
|
||||
share/doc/pgsql/postgres/sql-fetch.htm
|
||||
share/doc/pgsql/postgres/sql-grant.htm
|
||||
share/doc/pgsql/postgres/sql-insert.htm
|
||||
share/doc/pgsql/postgres/sql-language.htm
|
||||
share/doc/pgsql/postgres/sql-listen.htm
|
||||
share/doc/pgsql/postgres/sql-load.htm
|
||||
share/doc/pgsql/postgres/sql-lock.htm
|
||||
share/doc/pgsql/postgres/sql-move.htm
|
||||
share/doc/pgsql/postgres/sql-notify.htm
|
||||
share/doc/pgsql/postgres/sql-reindex.htm
|
||||
share/doc/pgsql/postgres/sql-reset.htm
|
||||
share/doc/pgsql/postgres/sql-revoke.htm
|
||||
share/doc/pgsql/postgres/sql-rollback.htm
|
||||
share/doc/pgsql/postgres/sql-select.htm
|
||||
share/doc/pgsql/postgres/sql-selectinto.htm
|
||||
share/doc/pgsql/postgres/sql-set.htm
|
||||
share/doc/pgsql/postgres/sql-show.htm
|
||||
share/doc/pgsql/postgres/sql-truncate.htm
|
||||
share/doc/pgsql/postgres/sql-unlisten.htm
|
||||
share/doc/pgsql/postgres/sql-update.htm
|
||||
share/doc/pgsql/postgres/sql-vacuum.htm
|
||||
share/doc/pgsql/postgres/sql.htm
|
||||
share/doc/pgsql/postgres/sql26902.htm
|
||||
share/doc/pgsql/postgres/sql27020.htm
|
||||
share/doc/pgsql/postgres/start.htm
|
||||
share/doc/pgsql/postgres/start27628.htm
|
||||
share/doc/pgsql/postgres/start27650.htm
|
||||
share/doc/pgsql/postgres/storage.htm
|
||||
share/doc/pgsql/postgres/syntax.htm
|
||||
share/doc/pgsql/postgres/syntax519.htm
|
||||
share/doc/pgsql/postgres/syntax525.htm
|
||||
share/doc/pgsql/postgres/syntax543.htm
|
||||
share/doc/pgsql/postgres/syntax608.htm
|
||||
share/doc/pgsql/postgres/syntax653.htm
|
||||
share/doc/pgsql/postgres/syntax658.htm
|
||||
share/doc/pgsql/postgres/terminology.htm
|
||||
share/doc/pgsql/postgres/triggers.htm
|
||||
share/doc/pgsql/postgres/triggers20224.htm
|
||||
share/doc/pgsql/postgres/triggers20281.htm
|
||||
share/doc/pgsql/postgres/triggers20290.htm
|
||||
share/doc/pgsql/postgres/trouble.htm
|
||||
share/doc/pgsql/postgres/trouble18031.htm
|
||||
share/doc/pgsql/postgres/trouble18048.htm
|
||||
share/doc/pgsql/postgres/typeconv.htm
|
||||
share/doc/pgsql/postgres/typeconv3759.htm
|
||||
share/doc/pgsql/postgres/typeconv3822.htm
|
||||
share/doc/pgsql/postgres/typeconv3875.htm
|
||||
share/doc/pgsql/postgres/typeconv3895.htm
|
||||
share/doc/pgsql/postgres/utilities.htm
|
||||
share/doc/pgsql/postgres/xaggr.htm
|
||||
share/doc/pgsql/postgres/xfunc.htm
|
||||
share/doc/pgsql/postgres/xfunc19011.htm
|
||||
share/doc/pgsql/postgres/xfunc19017.htm
|
||||
share/doc/pgsql/postgres/xfunc19022.htm
|
||||
share/doc/pgsql/postgres/xfunc19254.htm
|
||||
share/doc/pgsql/postgres/xindex.htm
|
||||
share/doc/pgsql/postgres/xoper.htm
|
||||
share/doc/pgsql/postgres/xplang.htm
|
||||
share/doc/pgsql/postgres/xtypes.htm
|
||||
share/doc/pgsql/postgres/y2k.htm
|
||||
share/doc/pgsql/programmer.ps.gz
|
||||
share/doc/pgsql/programmer/arch-pg.htm
|
||||
share/doc/pgsql/programmer/biblio.htm
|
||||
share/doc/pgsql/programmer/bki.htm
|
||||
share/doc/pgsql/programmer/bki8058.htm
|
||||
share/doc/pgsql/programmer/bki8142.htm
|
||||
share/doc/pgsql/programmer/bki8166.htm
|
||||
share/doc/pgsql/programmer/bki8227.htm
|
||||
share/doc/pgsql/programmer/c1486.htm
|
||||
share/doc/pgsql/programmer/c5391.htm
|
||||
share/doc/pgsql/programmer/c53915433.htm
|
||||
share/doc/pgsql/programmer/c53915451.htm
|
||||
share/doc/pgsql/programmer/c53915593.htm
|
||||
share/doc/pgsql/programmer/c53915605.htm
|
||||
share/doc/pgsql/programmer/c53915625.htm
|
||||
share/doc/pgsql/programmer/c53915630.htm
|
||||
share/doc/pgsql/programmer/c6614.htm
|
||||
share/doc/pgsql/programmer/catalogs.gif
|
||||
share/doc/pgsql/programmer/compiler.htm
|
||||
share/doc/pgsql/programmer/connections.gif
|
||||
share/doc/pgsql/programmer/copyright.htm
|
||||
share/doc/pgsql/programmer/cvs.htm
|
||||
share/doc/pgsql/programmer/cvs8365.htm
|
||||
share/doc/pgsql/programmer/cvs8421.htm
|
||||
share/doc/pgsql/programmer/dfunc.htm
|
||||
share/doc/pgsql/programmer/dfunc1679.htm
|
||||
share/doc/pgsql/programmer/dfunc1689.htm
|
||||
share/doc/pgsql/programmer/docguide.htm
|
||||
share/doc/pgsql/programmer/docguide8647.htm
|
||||
share/doc/pgsql/programmer/docguide8678.htm
|
||||
share/doc/pgsql/programmer/docguide8769.htm
|
||||
share/doc/pgsql/programmer/docguide8790.htm
|
||||
share/doc/pgsql/programmer/docguide8816.htm
|
||||
share/doc/pgsql/programmer/docguide8953.htm
|
||||
share/doc/pgsql/programmer/docguide9291.htm
|
||||
share/doc/pgsql/programmer/extend.htm
|
||||
share/doc/pgsql/programmer/extend352.htm
|
||||
share/doc/pgsql/programmer/extend364.htm
|
||||
share/doc/pgsql/programmer/geqo-biblio.htm
|
||||
share/doc/pgsql/programmer/geqo.htm
|
||||
share/doc/pgsql/programmer/geqo7079.htm
|
||||
share/doc/pgsql/programmer/geqo7102.htm
|
||||
share/doc/pgsql/programmer/geqo7140.htm
|
||||
share/doc/pgsql/programmer/gist.htm
|
||||
share/doc/pgsql/programmer/index.html
|
||||
share/doc/pgsql/programmer/intro-pg.htm
|
||||
share/doc/pgsql/programmer/intro-pg167.htm
|
||||
share/doc/pgsql/programmer/jdbc.htm
|
||||
share/doc/pgsql/programmer/jdbc6398.htm
|
||||
share/doc/pgsql/programmer/jdbc6410.htm
|
||||
share/doc/pgsql/programmer/jdbc6416.htm
|
||||
share/doc/pgsql/programmer/jdbc6424.htm
|
||||
share/doc/pgsql/programmer/jdbc6442.htm
|
||||
share/doc/pgsql/programmer/jdbc6479.htm
|
||||
share/doc/pgsql/programmer/jdbc6510.htm
|
||||
share/doc/pgsql/programmer/jdbc6515.htm
|
||||
share/doc/pgsql/programmer/jdbc6519.htm
|
||||
share/doc/pgsql/programmer/jdbc6545.htm
|
||||
share/doc/pgsql/programmer/jdbc6575.htm
|
||||
share/doc/pgsql/programmer/largeobjects.htm
|
||||
share/doc/pgsql/programmer/largeobjects3114.htm
|
||||
share/doc/pgsql/programmer/largeobjects3117.htm
|
||||
share/doc/pgsql/programmer/largeobjects3196.htm
|
||||
share/doc/pgsql/programmer/largeobjects3203.htm
|
||||
share/doc/pgsql/programmer/largeobjects3207.htm
|
||||
share/doc/pgsql/programmer/libpq-chapter.htm
|
||||
share/doc/pgsql/programmer/libpq-chapter3419.htm
|
||||
share/doc/pgsql/programmer/libpq-chapter3574.htm
|
||||
share/doc/pgsql/programmer/libpq-chapter3721.htm
|
||||
share/doc/pgsql/programmer/libpq-chapter3733.htm
|
||||
share/doc/pgsql/programmer/libpq-chapter3771.htm
|
||||
share/doc/pgsql/programmer/libpq-chapter3841.htm
|
||||
share/doc/pgsql/programmer/libpq-chapter3854.htm
|
||||
share/doc/pgsql/programmer/libpq-chapter3939.htm
|
||||
share/doc/pgsql/programmer/libpq-envars.htm
|
||||
share/doc/pgsql/programmer/libpq-threading.htm
|
||||
share/doc/pgsql/programmer/libpqplusplus.htm
|
||||
share/doc/pgsql/programmer/libpqplusplus4031.htm
|
||||
share/doc/pgsql/programmer/libpqplusplus4041.htm
|
||||
share/doc/pgsql/programmer/libpqplusplus4071.htm
|
||||
share/doc/pgsql/programmer/libpqplusplus4176.htm
|
||||
share/doc/pgsql/programmer/libpqplusplus4199.htm
|
||||
share/doc/pgsql/programmer/lisp.htm
|
||||
share/doc/pgsql/programmer/notation.htm
|
||||
share/doc/pgsql/programmer/odbc.htm
|
||||
share/doc/pgsql/programmer/odbc5922.htm
|
||||
share/doc/pgsql/programmer/odbc5960.htm
|
||||
share/doc/pgsql/programmer/odbc6133.htm
|
||||
share/doc/pgsql/programmer/odbc6155.htm
|
||||
share/doc/pgsql/programmer/overview.htm
|
||||
share/doc/pgsql/programmer/overview6679.htm
|
||||
share/doc/pgsql/programmer/overview6704.htm
|
||||
share/doc/pgsql/programmer/overview6832.htm
|
||||
share/doc/pgsql/programmer/overview6888.htm
|
||||
share/doc/pgsql/programmer/overview6942.htm
|
||||
share/doc/pgsql/programmer/page.htm
|
||||
share/doc/pgsql/programmer/page8290.htm
|
||||
share/doc/pgsql/programmer/page8304.htm
|
||||
share/doc/pgsql/programmer/pg-options-dev.htm
|
||||
share/doc/pgsql/programmer/pgeasy-chapter.htm
|
||||
share/doc/pgsql/programmer/pgtcl-pgconndefaults.htm
|
||||
share/doc/pgsql/programmer/pgtcl-pgconnect.htm
|
||||
share/doc/pgsql/programmer/pgtcl-pgdisconnect.htm
|
||||
share/doc/pgsql/programmer/pgtcl-pgexec.htm
|
||||
share/doc/pgsql/programmer/pgtcl-pglisten.htm
|
||||
share/doc/pgsql/programmer/pgtcl-pgloclose.htm
|
||||
share/doc/pgsql/programmer/pgtcl-pglocreat.htm
|
||||
share/doc/pgsql/programmer/pgtcl-pgloexport.htm
|
||||
share/doc/pgsql/programmer/pgtcl-pgloimport.htm
|
||||
share/doc/pgsql/programmer/pgtcl-pglolseek.htm
|
||||
share/doc/pgsql/programmer/pgtcl-pgloopen.htm
|
||||
share/doc/pgsql/programmer/pgtcl-pgloread.htm
|
||||
share/doc/pgsql/programmer/pgtcl-pglotell.htm
|
||||
share/doc/pgsql/programmer/pgtcl-pglounlink.htm
|
||||
share/doc/pgsql/programmer/pgtcl-pglowrite.htm
|
||||
share/doc/pgsql/programmer/pgtcl-pgresult.htm
|
||||
share/doc/pgsql/programmer/pgtcl-pgselect.htm
|
||||
share/doc/pgsql/programmer/pgtcl.htm
|
||||
share/doc/pgsql/programmer/pgtcl4314.htm
|
||||
share/doc/pgsql/programmer/pgtcl4318.htm
|
||||
share/doc/pgsql/programmer/preface.htm
|
||||
share/doc/pgsql/programmer/programmer.htm
|
||||
share/doc/pgsql/programmer/programmer.html
|
||||
share/doc/pgsql/programmer/protocol.htm
|
||||
share/doc/pgsql/programmer/protocol7255.htm
|
||||
share/doc/pgsql/programmer/protocol7410.htm
|
||||
share/doc/pgsql/programmer/protocol7447.htm
|
||||
share/doc/pgsql/programmer/rules.htm
|
||||
share/doc/pgsql/programmer/rules1139.htm
|
||||
share/doc/pgsql/programmer/rules1270.htm
|
||||
share/doc/pgsql/programmer/rules1284.htm
|
||||
share/doc/pgsql/programmer/rules978.htm
|
||||
share/doc/pgsql/programmer/signals.htm
|
||||
share/doc/pgsql/programmer/spi-spiconnect.htm
|
||||
share/doc/pgsql/programmer/spi-spicopytuple.htm
|
||||
share/doc/pgsql/programmer/spi-spiexec.htm
|
||||
share/doc/pgsql/programmer/spi-spiexecp.htm
|
||||
share/doc/pgsql/programmer/spi-spifinish.htm
|
||||
share/doc/pgsql/programmer/spi-spifname.htm
|
||||
share/doc/pgsql/programmer/spi-spifnumber.htm
|
||||
share/doc/pgsql/programmer/spi-spigetbinval.htm
|
||||
share/doc/pgsql/programmer/spi-spigetrelname.htm
|
||||
share/doc/pgsql/programmer/spi-spigettype.htm
|
||||
share/doc/pgsql/programmer/spi-spigettypeid.htm
|
||||
share/doc/pgsql/programmer/spi-spigetvalue.htm
|
||||
share/doc/pgsql/programmer/spi-spimodifytuple.htm
|
||||
share/doc/pgsql/programmer/spi-spipalloc.htm
|
||||
share/doc/pgsql/programmer/spi-spipfree.htm
|
||||
share/doc/pgsql/programmer/spi-spiprepare.htm
|
||||
share/doc/pgsql/programmer/spi-spirepalloc.htm
|
||||
share/doc/pgsql/programmer/spi-spisaveplan.htm
|
||||
share/doc/pgsql/programmer/spi.htm
|
||||
share/doc/pgsql/programmer/spi2351.htm
|
||||
share/doc/pgsql/programmer/spi3064.htm
|
||||
share/doc/pgsql/programmer/spi3086.htm
|
||||
share/doc/pgsql/programmer/spi3091.htm
|
||||
share/doc/pgsql/programmer/terminology.htm
|
||||
share/doc/pgsql/programmer/triggers.htm
|
||||
share/doc/pgsql/programmer/triggers1767.htm
|
||||
share/doc/pgsql/programmer/triggers1824.htm
|
||||
share/doc/pgsql/programmer/triggers1833.htm
|
||||
share/doc/pgsql/programmer/xaggr.htm
|
||||
share/doc/pgsql/programmer/xfunc.htm
|
||||
share/doc/pgsql/programmer/xfunc511.htm
|
||||
share/doc/pgsql/programmer/xfunc517.htm
|
||||
share/doc/pgsql/programmer/xfunc522.htm
|
||||
share/doc/pgsql/programmer/xfunc754.htm
|
||||
share/doc/pgsql/programmer/xindex.htm
|
||||
share/doc/pgsql/programmer/xoper.htm
|
||||
share/doc/pgsql/programmer/xplang.htm
|
||||
share/doc/pgsql/programmer/xtypes.htm
|
||||
share/doc/pgsql/programmer/y2k.htm
|
||||
share/doc/pgsql/programmerA4.ps.gz
|
||||
share/doc/pgsql/tutorial.ps.gz
|
||||
share/doc/pgsql/tutorial/about.htm
|
||||
share/doc/pgsql/tutorial/advanced.htm
|
||||
share/doc/pgsql/tutorial/advanced1511.htm
|
||||
share/doc/pgsql/tutorial/advanced1533.htm
|
||||
share/doc/pgsql/tutorial/arch.htm
|
||||
share/doc/pgsql/tutorial/biblio.htm
|
||||
share/doc/pgsql/tutorial/clientserver.gif
|
||||
share/doc/pgsql/tutorial/copyright.htm
|
||||
share/doc/pgsql/tutorial/f17.htm
|
||||
share/doc/pgsql/tutorial/index.html
|
||||
share/doc/pgsql/tutorial/intro.htm
|
||||
share/doc/pgsql/tutorial/intro172.htm
|
||||
share/doc/pgsql/tutorial/intro300.htm
|
||||
share/doc/pgsql/tutorial/intro56.htm
|
||||
share/doc/pgsql/tutorial/notation.htm
|
||||
share/doc/pgsql/tutorial/query.htm
|
||||
share/doc/pgsql/tutorial/query1340.htm
|
||||
share/doc/pgsql/tutorial/query1356.htm
|
||||
share/doc/pgsql/tutorial/query1378.htm
|
||||
share/doc/pgsql/tutorial/query1387.htm
|
||||
share/doc/pgsql/tutorial/query1405.htm
|
||||
share/doc/pgsql/tutorial/query1413.htm
|
||||
share/doc/pgsql/tutorial/query1432.htm
|
||||
share/doc/pgsql/tutorial/query1437.htm
|
||||
share/doc/pgsql/tutorial/query1444.htm
|
||||
share/doc/pgsql/tutorial/sql-language.htm
|
||||
share/doc/pgsql/tutorial/sql.htm
|
||||
share/doc/pgsql/tutorial/sql490.htm
|
||||
share/doc/pgsql/tutorial/sql608.htm
|
||||
share/doc/pgsql/tutorial/start.htm
|
||||
share/doc/pgsql/tutorial/start1216.htm
|
||||
share/doc/pgsql/tutorial/start1238.htm
|
||||
share/doc/pgsql/tutorial/terminology.htm
|
||||
share/doc/pgsql/tutorial/tutorial.htm
|
||||
share/doc/pgsql/tutorial/tutorial.html
|
||||
share/doc/pgsql/tutorial/y2k.htm
|
||||
share/doc/pgsql/tutorialA4.ps.gz
|
||||
share/doc/pgsql/user.ps.gz
|
||||
share/doc/pgsql/user/about.htm
|
||||
share/doc/pgsql/user/app-createdb.htm
|
||||
share/doc/pgsql/user/app-createlang.htm
|
||||
share/doc/pgsql/user/app-createuser.htm
|
||||
share/doc/pgsql/user/app-dropdb.htm
|
||||
share/doc/pgsql/user/app-droplang.htm
|
||||
share/doc/pgsql/user/app-dropuser.htm
|
||||
share/doc/pgsql/user/app-ecpg.htm
|
||||
share/doc/pgsql/user/app-initdb.htm
|
||||
share/doc/pgsql/user/app-initlocation.htm
|
||||
share/doc/pgsql/user/app-ipcclean.htm
|
||||
share/doc/pgsql/user/app-pg-passwd.htm
|
||||
share/doc/pgsql/user/app-pg-upgrade.htm
|
||||
share/doc/pgsql/user/app-pgaccess.htm
|
||||
share/doc/pgsql/user/app-pgadmin.htm
|
||||
share/doc/pgsql/user/app-pgctl.htm
|
||||
share/doc/pgsql/user/app-pgdump.htm
|
||||
share/doc/pgsql/user/app-pgdumpall.htm
|
||||
share/doc/pgsql/user/app-pgtclsh.htm
|
||||
share/doc/pgsql/user/app-pgtksh.htm
|
||||
share/doc/pgsql/user/app-postgres.htm
|
||||
share/doc/pgsql/user/app-postmaster.htm
|
||||
share/doc/pgsql/user/app-psql.htm
|
||||
share/doc/pgsql/user/app-vacuumdb.htm
|
||||
share/doc/pgsql/user/applications.htm
|
||||
share/doc/pgsql/user/arrays.htm
|
||||
share/doc/pgsql/user/biblio.htm
|
||||
share/doc/pgsql/user/c4087.htm
|
||||
share/doc/pgsql/user/c40874113.htm
|
||||
share/doc/pgsql/user/c40874340.htm
|
||||
share/doc/pgsql/user/c4358.htm
|
||||
share/doc/pgsql/user/c43584371.htm
|
||||
share/doc/pgsql/user/c4884.htm
|
||||
share/doc/pgsql/user/c4929.htm
|
||||
share/doc/pgsql/user/c49294939.htm
|
||||
share/doc/pgsql/user/c49294943.htm
|
||||
share/doc/pgsql/user/copyright.htm
|
||||
share/doc/pgsql/user/datatype.htm
|
||||
share/doc/pgsql/user/datatype1034.htm
|
||||
share/doc/pgsql/user/datatype1066.htm
|
||||
share/doc/pgsql/user/datatype1130.htm
|
||||
share/doc/pgsql/user/datatype1645.htm
|
||||
share/doc/pgsql/user/datatype1677.htm
|
||||
share/doc/pgsql/user/datatype1916.htm
|
||||
share/doc/pgsql/user/datetime-appendix.htm
|
||||
share/doc/pgsql/user/datetime-appendix16981.htm
|
||||
share/doc/pgsql/user/environ.htm
|
||||
share/doc/pgsql/user/functions.htm
|
||||
share/doc/pgsql/user/functions2589.htm
|
||||
share/doc/pgsql/user/functions2729.htm
|
||||
share/doc/pgsql/user/functions2872.htm
|
||||
share/doc/pgsql/user/functions2972.htm
|
||||
share/doc/pgsql/user/functions3439.htm
|
||||
share/doc/pgsql/user/functions3637.htm
|
||||
share/doc/pgsql/user/index.html
|
||||
share/doc/pgsql/user/indices.htm
|
||||
share/doc/pgsql/user/inherit.htm
|
||||
share/doc/pgsql/user/intro.htm
|
||||
share/doc/pgsql/user/intro172.htm
|
||||
share/doc/pgsql/user/intro300.htm
|
||||
share/doc/pgsql/user/intro56.htm
|
||||
share/doc/pgsql/user/manage.htm
|
||||
share/doc/pgsql/user/manage4810.htm
|
||||
share/doc/pgsql/user/manage4834.htm
|
||||
share/doc/pgsql/user/manage4876.htm
|
||||
share/doc/pgsql/user/mvcc.htm
|
||||
share/doc/pgsql/user/mvcc4564.htm
|
||||
share/doc/pgsql/user/mvcc4617.htm
|
||||
share/doc/pgsql/user/mvcc4629.htm
|
||||
share/doc/pgsql/user/mvcc4642.htm
|
||||
share/doc/pgsql/user/mvcc4719.htm
|
||||
share/doc/pgsql/user/mvcc4740.htm
|
||||
share/doc/pgsql/user/notation.htm
|
||||
share/doc/pgsql/user/operators.htm
|
||||
share/doc/pgsql/user/operators2123.htm
|
||||
share/doc/pgsql/user/operators2194.htm
|
||||
share/doc/pgsql/user/operators2263.htm
|
||||
share/doc/pgsql/user/operators2373.htm
|
||||
share/doc/pgsql/user/operators2432.htm
|
||||
share/doc/pgsql/user/operators2486.htm
|
||||
share/doc/pgsql/user/partial-index.htm
|
||||
share/doc/pgsql/user/pl-perl.htm
|
||||
share/doc/pgsql/user/pl-perl4529.htm
|
||||
share/doc/pgsql/user/pl-perl4538.htm
|
||||
share/doc/pgsql/user/preface.htm
|
||||
share/doc/pgsql/user/sql-abort.htm
|
||||
share/doc/pgsql/user/sql-altergroup.htm
|
||||
share/doc/pgsql/user/sql-altertable.htm
|
||||
share/doc/pgsql/user/sql-alteruser.htm
|
||||
share/doc/pgsql/user/sql-begin.htm
|
||||
share/doc/pgsql/user/sql-close.htm
|
||||
share/doc/pgsql/user/sql-cluster.htm
|
||||
share/doc/pgsql/user/sql-commands.htm
|
||||
share/doc/pgsql/user/sql-comment.htm
|
||||
share/doc/pgsql/user/sql-commit.htm
|
||||
share/doc/pgsql/user/sql-copy.htm
|
||||
share/doc/pgsql/user/sql-createaggregate.htm
|
||||
share/doc/pgsql/user/sql-createconstraint.htm
|
||||
share/doc/pgsql/user/sql-createdatabase.htm
|
||||
share/doc/pgsql/user/sql-createfunction.htm
|
||||
share/doc/pgsql/user/sql-creategroup.htm
|
||||
share/doc/pgsql/user/sql-createindex.htm
|
||||
share/doc/pgsql/user/sql-createlanguage.htm
|
||||
share/doc/pgsql/user/sql-createoperator.htm
|
||||
share/doc/pgsql/user/sql-createrule.htm
|
||||
share/doc/pgsql/user/sql-createsequence.htm
|
||||
share/doc/pgsql/user/sql-createtable.htm
|
||||
share/doc/pgsql/user/sql-createtableas.htm
|
||||
share/doc/pgsql/user/sql-createtrigger.htm
|
||||
share/doc/pgsql/user/sql-createtype.htm
|
||||
share/doc/pgsql/user/sql-createuser.htm
|
||||
share/doc/pgsql/user/sql-createview.htm
|
||||
share/doc/pgsql/user/sql-declare.htm
|
||||
share/doc/pgsql/user/sql-delete.htm
|
||||
share/doc/pgsql/user/sql-dropaggregate.htm
|
||||
share/doc/pgsql/user/sql-dropdatabase.htm
|
||||
share/doc/pgsql/user/sql-dropfunction.htm
|
||||
share/doc/pgsql/user/sql-dropgroup.htm
|
||||
share/doc/pgsql/user/sql-dropindex.htm
|
||||
share/doc/pgsql/user/sql-droplanguage.htm
|
||||
share/doc/pgsql/user/sql-dropoperator.htm
|
||||
share/doc/pgsql/user/sql-droprule.htm
|
||||
share/doc/pgsql/user/sql-dropsequence.htm
|
||||
share/doc/pgsql/user/sql-droptable.htm
|
||||
share/doc/pgsql/user/sql-droptrigger.htm
|
||||
share/doc/pgsql/user/sql-droptype.htm
|
||||
share/doc/pgsql/user/sql-dropuser.htm
|
||||
share/doc/pgsql/user/sql-dropview.htm
|
||||
share/doc/pgsql/user/sql-end.htm
|
||||
share/doc/pgsql/user/sql-explain.htm
|
||||
share/doc/pgsql/user/sql-fetch.htm
|
||||
share/doc/pgsql/user/sql-grant.htm
|
||||
share/doc/pgsql/user/sql-insert.htm
|
||||
share/doc/pgsql/user/sql-listen.htm
|
||||
share/doc/pgsql/user/sql-load.htm
|
||||
share/doc/pgsql/user/sql-lock.htm
|
||||
share/doc/pgsql/user/sql-move.htm
|
||||
share/doc/pgsql/user/sql-notify.htm
|
||||
share/doc/pgsql/user/sql-reindex.htm
|
||||
share/doc/pgsql/user/sql-reset.htm
|
||||
share/doc/pgsql/user/sql-revoke.htm
|
||||
share/doc/pgsql/user/sql-rollback.htm
|
||||
share/doc/pgsql/user/sql-select.htm
|
||||
share/doc/pgsql/user/sql-selectinto.htm
|
||||
share/doc/pgsql/user/sql-set.htm
|
||||
share/doc/pgsql/user/sql-show.htm
|
||||
share/doc/pgsql/user/sql-truncate.htm
|
||||
share/doc/pgsql/user/sql-unlisten.htm
|
||||
share/doc/pgsql/user/sql-update.htm
|
||||
share/doc/pgsql/user/sql-vacuum.htm
|
||||
share/doc/pgsql/user/storage.htm
|
||||
share/doc/pgsql/user/syntax.htm
|
||||
share/doc/pgsql/user/syntax515.htm
|
||||
share/doc/pgsql/user/syntax521.htm
|
||||
share/doc/pgsql/user/syntax539.htm
|
||||
share/doc/pgsql/user/syntax604.htm
|
||||
share/doc/pgsql/user/syntax649.htm
|
||||
share/doc/pgsql/user/syntax654.htm
|
||||
share/doc/pgsql/user/terminology.htm
|
||||
share/doc/pgsql/user/typeconv.htm
|
||||
share/doc/pgsql/user/typeconv3755.htm
|
||||
share/doc/pgsql/user/typeconv3818.htm
|
||||
share/doc/pgsql/user/typeconv3871.htm
|
||||
share/doc/pgsql/user/typeconv3891.htm
|
||||
share/doc/pgsql/user/user.htm
|
||||
share/doc/pgsql/user/user.html
|
||||
share/doc/pgsql/user/utilities.htm
|
||||
share/doc/pgsql/user/y2k.htm
|
||||
share/doc/pgsql/userA4.ps.gz
|
||||
@dirrm share/doc/pgsql/user
|
||||
@dirrm share/doc/pgsql/tutorial
|
||||
@dirrm share/doc/pgsql/programmer
|
||||
@dirrm share/doc/pgsql/postgres
|
||||
@dirrm share/doc/pgsql/admin
|
15
databases/postgresql/pkg/PFRAG.shared
Normal file
15
databases/postgresql/pkg/PFRAG.shared
Normal file
@ -0,0 +1,15 @@
|
||||
pgsql/lib/libecpg.so
|
||||
pgsql/lib/libecpg.so.3
|
||||
pgsql/lib/libecpg.so.3.1.0
|
||||
pgsql/lib/libpgeasy.so
|
||||
pgsql/lib/libpgeasy.so.2
|
||||
pgsql/lib/libpgeasy.so.2.1
|
||||
pgsql/lib/libpq++.so
|
||||
pgsql/lib/libpq++.so.3
|
||||
pgsql/lib/libpq++.so.3.1
|
||||
pgsql/lib/libpq.so
|
||||
pgsql/lib/libpq.so.2
|
||||
pgsql/lib/libpq.so.2.1
|
||||
pgsql/lib/plpgsql.so
|
||||
@exec [ ! -x /sbin/ldconfig ] || /sbin/ldconfig -m %D/pgsql/lib
|
||||
@unexec [ ! -x /sbin/ldconfig ] || /sbin/ldconfig -m %D/pgsql/lib
|
@ -1,159 +1,25 @@
|
||||
bin/pgwrap
|
||||
pgsql/bin/cleardbdir
|
||||
pgsql/bin/createdb
|
||||
pgsql/bin/createlang
|
||||
pgsql/bin/createuser
|
||||
pgsql/bin/destroydb
|
||||
pgsql/bin/destroylang
|
||||
pgsql/bin/destroyuser
|
||||
pgsql/bin/ecpg
|
||||
pgsql/bin/initdb
|
||||
pgsql/bin/initlocation
|
||||
pgsql/bin/ipcclean
|
||||
pgsql/bin/pgaccess
|
||||
pgsql/bin/pg_dump
|
||||
pgsql/bin/pg_dumpall
|
||||
pgsql/bin/pg_id
|
||||
pgsql/bin/pg_passwd
|
||||
pgsql/bin/pg_upgrade
|
||||
pgsql/bin/pg_version
|
||||
pgsql/bin/pgtclsh
|
||||
pgsql/bin/pgtksh
|
||||
pgsql/bin/postgres
|
||||
pgsql/bin/postmaster
|
||||
pgsql/bin/psql
|
||||
pgsql/bin/vacuumdb
|
||||
pgsql/include/access/attnum.h
|
||||
pgsql/include/c.h
|
||||
pgsql/include/commands/trigger.h
|
||||
pgsql/include/config.h
|
||||
pgsql/include/ecpgerrno.h
|
||||
pgsql/include/ecpglib.h
|
||||
pgsql/include/ecpgtype.h
|
||||
pgsql/include/executor/spi.h
|
||||
pgsql/include/fmgr.h
|
||||
pgsql/include/lib/dllist.h
|
||||
pgsql/include/libpgtcl.h
|
||||
pgsql/include/libpq++.H
|
||||
pgsql/include/libpq++/pgconnection.h
|
||||
pgsql/include/libpq++/pgcursordb.h
|
||||
pgsql/include/libpq++/pgdatabase.h
|
||||
pgsql/include/libpq++/pglobject.h
|
||||
pgsql/include/libpq++/pgtransdb.h
|
||||
pgsql/include/libpq-fe.h
|
||||
pgsql/include/libpq-int.h
|
||||
pgsql/include/libpq/libpq-fs.h
|
||||
pgsql/include/libpq/pqcomm.h
|
||||
pgsql/include/os.h
|
||||
pgsql/include/postgres.h
|
||||
pgsql/include/postgres_ext.h
|
||||
pgsql/include/sqlca.h
|
||||
pgsql/include/utils/elog.h
|
||||
pgsql/include/utils/geo_decls.h
|
||||
pgsql/include/utils/mcxt.h
|
||||
pgsql/include/utils/palloc.h
|
||||
pgsql/lib/global1.bki.source
|
||||
pgsql/lib/global1.description
|
||||
pgsql/lib/libecpg.a
|
||||
pgsql/lib/libpgtcl.a
|
||||
pgsql/lib/libpq++.a
|
||||
pgsql/lib/libpq.a
|
||||
pgsql/lib/local1_template1.bki.source
|
||||
pgsql/lib/local1_template1.description
|
||||
pgsql/lib/pg_geqo.sample
|
||||
pgsql/lib/pg_hba.conf.sample
|
||||
pgsql/man/man1/cleardbdir.1
|
||||
pgsql/man/man1/createdb.1
|
||||
pgsql/man/man1/createuser.1
|
||||
pgsql/man/man1/destroydb.1
|
||||
pgsql/man/man1/destroyuser.1
|
||||
pgsql/man/man1/ecpg.1
|
||||
pgsql/man/man1/initdb.1
|
||||
pgsql/man/man1/initlocation.1
|
||||
pgsql/man/man1/ipcclean.1
|
||||
pgsql/man/man1/pg_dump.1
|
||||
pgsql/man/man1/pg_dumpall.1
|
||||
pgsql/man/man1/pg_passwd.1
|
||||
pgsql/man/man1/pg_upgrade.1
|
||||
pgsql/man/man1/postgres.1
|
||||
pgsql/man/man1/postmaster.1
|
||||
pgsql/man/man1/psql.1
|
||||
pgsql/man/man3/catalogs.3
|
||||
pgsql/man/man3/libpq.3
|
||||
pgsql/man/man5/pg_hba.conf.5
|
||||
pgsql/man/manl/abort.l
|
||||
pgsql/man/manl/alter_table.l
|
||||
pgsql/man/manl/alter_user.l
|
||||
pgsql/man/manl/begin.l
|
||||
pgsql/man/manl/close.l
|
||||
pgsql/man/manl/cluster.l
|
||||
pgsql/man/manl/commit.l
|
||||
pgsql/man/manl/copy.l
|
||||
pgsql/man/manl/create_aggregate.l
|
||||
pgsql/man/manl/create_database.l
|
||||
pgsql/man/manl/create_function.l
|
||||
pgsql/man/manl/create_index.l
|
||||
pgsql/man/manl/create_language.l
|
||||
pgsql/man/manl/create_operator.l
|
||||
pgsql/man/manl/create_rule.l
|
||||
pgsql/man/manl/create_sequence.l
|
||||
pgsql/man/manl/create_table.l
|
||||
pgsql/man/manl/create_trigger.l
|
||||
pgsql/man/manl/create_type.l
|
||||
pgsql/man/manl/create_user.l
|
||||
pgsql/man/manl/create_version.l
|
||||
pgsql/man/manl/create_view.l
|
||||
pgsql/man/manl/declare.l
|
||||
pgsql/man/manl/delete.l
|
||||
pgsql/man/manl/drop.l
|
||||
pgsql/man/manl/drop_aggregate.l
|
||||
pgsql/man/manl/drop_database.l
|
||||
pgsql/man/manl/drop_function.l
|
||||
pgsql/man/manl/drop_index.l
|
||||
pgsql/man/manl/drop_language.l
|
||||
pgsql/man/manl/drop_operator.l
|
||||
pgsql/man/manl/drop_rule.l
|
||||
pgsql/man/manl/drop_sequence.l
|
||||
pgsql/man/manl/drop_table.l
|
||||
pgsql/man/manl/drop_trigger.l
|
||||
pgsql/man/manl/drop_type.l
|
||||
pgsql/man/manl/drop_user.l
|
||||
pgsql/man/manl/drop_view.l
|
||||
pgsql/man/manl/end.l
|
||||
pgsql/man/manl/explain.l
|
||||
pgsql/man/manl/fetch.l
|
||||
pgsql/man/manl/grant.l
|
||||
pgsql/man/manl/insert.l
|
||||
pgsql/man/manl/listen.l
|
||||
pgsql/man/manl/load.l
|
||||
pgsql/man/manl/lock.l
|
||||
pgsql/man/manl/move.l
|
||||
pgsql/man/manl/notify.l
|
||||
pgsql/man/manl/reset.l
|
||||
pgsql/man/manl/revoke.l
|
||||
pgsql/man/manl/rollback.l
|
||||
pgsql/man/manl/select.l
|
||||
pgsql/man/manl/set.l
|
||||
pgsql/man/manl/show.l
|
||||
pgsql/man/manl/sql.l
|
||||
pgsql/man/manl/update.l
|
||||
pgsql/man/manl/vacuum.l
|
||||
pgsql/pgaccess/main.tcl
|
||||
%%SHARED-tcl%%
|
||||
pgsql/man/man1/pgaccess.1
|
||||
pgsql/man/man1/pgtclsh.1
|
||||
pgsql/man/man1/pgtksh.1
|
||||
pgsql/pgaccess/images/icon_button.gif
|
||||
pgsql/pgaccess/images/icon_checkbutton.gif
|
||||
pgsql/pgaccess/images/icon_entry.gif
|
||||
pgsql/pgaccess/images/icon_frame.gif
|
||||
pgsql/pgaccess/images/icon_label.gif
|
||||
pgsql/pgaccess/images/icon_listbox.gif
|
||||
pgsql/pgaccess/images/icon_query.gif
|
||||
pgsql/pgaccess/images/icon_radiobutton.gif
|
||||
pgsql/pgaccess/images/icon_text.gif
|
||||
pgsql/pgaccess/lib/database.tcl
|
||||
pgsql/pgaccess/lib/forms.tcl
|
||||
pgsql/pgaccess/lib/functions.tcl
|
||||
pgsql/pgaccess/lib/help.tcl
|
||||
pgsql/pgaccess/lib/mainlib.tcl
|
||||
pgsql/pgaccess/lib/preferences.tcl
|
||||
pgsql/pgaccess/lib/queries.tcl
|
||||
pgsql/pgaccess/lib/reports.tcl
|
||||
pgsql/pgaccess/lib/schema.tcl
|
||||
pgsql/pgaccess/lib/scripts.tcl
|
||||
pgsql/pgaccess/lib/sequences.tcl
|
||||
pgsql/pgaccess/lib/tables.tcl
|
||||
pgsql/pgaccess/lib/users.tcl
|
||||
pgsql/pgaccess/lib/views.tcl
|
||||
pgsql/pgaccess/lib/visualqb.tcl
|
||||
pgsql/pgaccess/lib/help/abort.hlp
|
||||
pgsql/pgaccess/lib/help/add_records.hlp
|
||||
pgsql/pgaccess/lib/help/alter_table.hlp
|
||||
@ -247,62 +113,30 @@ pgsql/pgaccess/lib/help/view_table_structure.hlp
|
||||
pgsql/pgaccess/lib/help/views.hlp
|
||||
pgsql/pgaccess/lib/help/visual_designer.hlp
|
||||
pgsql/pgaccess/lib/help/y2k.hlp
|
||||
pgsql/pgaccess/lib/languages/czech
|
||||
pgsql/pgaccess/lib/languages/deutsch
|
||||
pgsql/pgaccess/lib/languages/francais
|
||||
pgsql/pgaccess/lib/languages/italiano
|
||||
pgsql/pgaccess/lib/languages/magyar
|
||||
pgsql/pgaccess/lib/languages/portugues
|
||||
pgsql/pgaccess/lib/languages/romana
|
||||
pgsql/pgaccess/images/icon_button.gif
|
||||
pgsql/pgaccess/images/icon_checkbutton.gif
|
||||
pgsql/pgaccess/images/icon_entry.gif
|
||||
pgsql/pgaccess/images/icon_frame.gif
|
||||
pgsql/pgaccess/images/icon_label.gif
|
||||
pgsql/pgaccess/images/icon_listbox.gif
|
||||
pgsql/pgaccess/images/icon_query.gif
|
||||
pgsql/pgaccess/images/icon_radiobutton.gif
|
||||
pgsql/pgaccess/images/icon_text.gif
|
||||
share/doc/pgsql/FAQ
|
||||
share/doc/pgsql/FAQ_AIX
|
||||
share/doc/pgsql/FAQ_DEV
|
||||
share/doc/pgsql/FAQ_DigitalUnix
|
||||
share/doc/pgsql/FAQ_FreeBSD
|
||||
share/doc/pgsql/FAQ_HPUX
|
||||
share/doc/pgsql/FAQ_Irix
|
||||
share/doc/pgsql/FAQ_Linux
|
||||
share/doc/pgsql/FAQ_SCO
|
||||
share/doc/pgsql/FAQ_Solaris
|
||||
share/doc/pgsql/INSTALL
|
||||
share/doc/pgsql/README.Charsets
|
||||
share/doc/pgsql/README.NT
|
||||
share/doc/pgsql/README.OpenBSD
|
||||
share/doc/pgsql/README.fsync
|
||||
share/doc/pgsql/README.inet
|
||||
share/doc/pgsql/README.locale
|
||||
share/doc/pgsql/README.mb
|
||||
share/doc/pgsql/README.mb.jp
|
||||
share/doc/pgsql/TODO
|
||||
share/doc/pgsql/admin.ps.gz
|
||||
share/doc/pgsql/programmer.ps.gz
|
||||
share/doc/pgsql/tutorial.ps.gz
|
||||
share/doc/pgsql/user.ps.gz
|
||||
@dirrm share/doc/pgsql
|
||||
pgsql/pgaccess/lib/languages/russian.koi8r
|
||||
pgsql/pgaccess/lib/languages/russian_win
|
||||
pgsql/pgaccess/lib/languages/spanish
|
||||
pgsql/pgaccess/lib/mainlib.tcl
|
||||
pgsql/pgaccess/lib/preferences.tcl
|
||||
pgsql/pgaccess/lib/queries.tcl
|
||||
pgsql/pgaccess/lib/reports.tcl
|
||||
pgsql/pgaccess/lib/schema.tcl
|
||||
pgsql/pgaccess/lib/scripts.tcl
|
||||
pgsql/pgaccess/lib/sequences.tcl
|
||||
pgsql/pgaccess/lib/tables.tcl
|
||||
pgsql/pgaccess/lib/users.tcl
|
||||
pgsql/pgaccess/lib/views.tcl
|
||||
pgsql/pgaccess/lib/visualqb.tcl
|
||||
pgsql/pgaccess/main.tcl
|
||||
@dirrm pgsql/pgaccess/lib/languages
|
||||
@dirrm pgsql/pgaccess/lib/help
|
||||
@dirrm pgsql/pgaccess/lib
|
||||
@dirrm pgsql/pgaccess/images
|
||||
@dirrm pgsql/pgaccess
|
||||
@dirrm pgsql/man/manl
|
||||
@dirrm pgsql/man/man5
|
||||
@dirrm pgsql/man/man3
|
||||
@dirrm pgsql/man/man1
|
||||
@dirrm pgsql/man
|
||||
@dirrm pgsql/lib
|
||||
@dirrm pgsql/include/utils
|
||||
@dirrm pgsql/include/libpq++
|
||||
@dirrm pgsql/include/libpq
|
||||
@dirrm pgsql/include/lib
|
||||
@dirrm pgsql/include/executor
|
||||
@dirrm pgsql/include/commands
|
||||
@dirrm pgsql/include/access
|
||||
@dirrm pgsql/include
|
||||
@dirrm pgsql/bin
|
||||
@dirrm pgsql
|
4
databases/postgresql/pkg/PFRAG.tcl.shared
Normal file
4
databases/postgresql/pkg/PFRAG.tcl.shared
Normal file
@ -0,0 +1,4 @@
|
||||
pgsql/lib/libpgtcl.so
|
||||
pgsql/lib/libpgtcl.so.2
|
||||
pgsql/lib/libpgtcl.so.2.1
|
||||
pgsql/lib/pltcl.so
|
@ -1,188 +0,0 @@
|
||||
bin/pgwrap
|
||||
pgsql/bin/cleardbdir
|
||||
pgsql/bin/createdb
|
||||
pgsql/bin/createlang
|
||||
pgsql/bin/createuser
|
||||
pgsql/bin/destroydb
|
||||
pgsql/bin/destroylang
|
||||
pgsql/bin/destroyuser
|
||||
pgsql/bin/ecpg
|
||||
pgsql/bin/initdb
|
||||
pgsql/bin/initlocation
|
||||
pgsql/bin/ipcclean
|
||||
pgsql/bin/pg_dump
|
||||
pgsql/bin/pg_dumpall
|
||||
pgsql/bin/pg_id
|
||||
pgsql/bin/pg_passwd
|
||||
pgsql/bin/pg_upgrade
|
||||
pgsql/bin/pg_version
|
||||
pgsql/bin/postgres
|
||||
pgsql/bin/postmaster
|
||||
pgsql/bin/psql
|
||||
pgsql/bin/vacuumdb
|
||||
pgsql/include/access/attnum.h
|
||||
pgsql/include/c.h
|
||||
pgsql/include/commands/trigger.h
|
||||
pgsql/include/config.h
|
||||
pgsql/include/ecpgerrno.h
|
||||
pgsql/include/ecpglib.h
|
||||
pgsql/include/ecpgtype.h
|
||||
pgsql/include/executor/spi.h
|
||||
pgsql/include/fmgr.h
|
||||
pgsql/include/lib/dllist.h
|
||||
pgsql/include/libpq++.H
|
||||
pgsql/include/libpq++/pgconnection.h
|
||||
pgsql/include/libpq++/pgcursordb.h
|
||||
pgsql/include/libpq++/pgdatabase.h
|
||||
pgsql/include/libpq++/pglobject.h
|
||||
pgsql/include/libpq++/pgtransdb.h
|
||||
pgsql/include/libpq-fe.h
|
||||
pgsql/include/libpq-int.h
|
||||
pgsql/include/libpq/libpq-fs.h
|
||||
pgsql/include/libpq/pqcomm.h
|
||||
pgsql/include/os.h
|
||||
pgsql/include/postgres.h
|
||||
pgsql/include/postgres_ext.h
|
||||
pgsql/include/sqlca.h
|
||||
pgsql/include/utils/elog.h
|
||||
pgsql/include/utils/geo_decls.h
|
||||
pgsql/include/utils/mcxt.h
|
||||
pgsql/include/utils/palloc.h
|
||||
pgsql/lib/global1.bki.source
|
||||
pgsql/lib/global1.description
|
||||
pgsql/lib/libecpg.a
|
||||
pgsql/lib/libecpg.so
|
||||
pgsql/lib/libecpg.so.3
|
||||
pgsql/lib/libecpg.so.3.0.0
|
||||
pgsql/lib/libpq++.a
|
||||
pgsql/lib/libpq++.so
|
||||
pgsql/lib/libpq++.so.3
|
||||
pgsql/lib/libpq++.so.3.0
|
||||
pgsql/lib/libpq.a
|
||||
pgsql/lib/libpq.so
|
||||
pgsql/lib/libpq.so.2
|
||||
pgsql/lib/libpq.so.2.0
|
||||
pgsql/lib/local1_template1.bki.source
|
||||
pgsql/lib/local1_template1.description
|
||||
pgsql/lib/pg_geqo.sample
|
||||
pgsql/lib/pg_hba.conf.sample
|
||||
pgsql/lib/plpgsql.so
|
||||
@exec [ ! -x /sbin/ldconfig ] || /sbin/ldconfig -m %D/pgsql/lib
|
||||
@unexec [ ! -x /sbin/ldconfig ] || /sbin/ldconfig -m %D/pgsql/lib
|
||||
pgsql/man/man1/cleardbdir.1
|
||||
pgsql/man/man1/createdb.1
|
||||
pgsql/man/man1/createuser.1
|
||||
pgsql/man/man1/destroydb.1
|
||||
pgsql/man/man1/destroyuser.1
|
||||
pgsql/man/man1/ecpg.1
|
||||
pgsql/man/man1/initdb.1
|
||||
pgsql/man/man1/initlocation.1
|
||||
pgsql/man/man1/ipcclean.1
|
||||
pgsql/man/man1/pg_dump.1
|
||||
pgsql/man/man1/pg_dumpall.1
|
||||
pgsql/man/man1/pg_passwd.1
|
||||
pgsql/man/man1/pg_upgrade.1
|
||||
pgsql/man/man1/postgres.1
|
||||
pgsql/man/man1/postmaster.1
|
||||
pgsql/man/man1/psql.1
|
||||
pgsql/man/man3/catalogs.3
|
||||
pgsql/man/man3/libpq.3
|
||||
pgsql/man/man5/pg_hba.conf.5
|
||||
pgsql/man/manl/abort.l
|
||||
pgsql/man/manl/alter_table.l
|
||||
pgsql/man/manl/alter_user.l
|
||||
pgsql/man/manl/begin.l
|
||||
pgsql/man/manl/close.l
|
||||
pgsql/man/manl/cluster.l
|
||||
pgsql/man/manl/commit.l
|
||||
pgsql/man/manl/copy.l
|
||||
pgsql/man/manl/create_aggregate.l
|
||||
pgsql/man/manl/create_database.l
|
||||
pgsql/man/manl/create_function.l
|
||||
pgsql/man/manl/create_index.l
|
||||
pgsql/man/manl/create_language.l
|
||||
pgsql/man/manl/create_operator.l
|
||||
pgsql/man/manl/create_rule.l
|
||||
pgsql/man/manl/create_sequence.l
|
||||
pgsql/man/manl/create_table.l
|
||||
pgsql/man/manl/create_trigger.l
|
||||
pgsql/man/manl/create_type.l
|
||||
pgsql/man/manl/create_user.l
|
||||
pgsql/man/manl/create_version.l
|
||||
pgsql/man/manl/create_view.l
|
||||
pgsql/man/manl/declare.l
|
||||
pgsql/man/manl/delete.l
|
||||
pgsql/man/manl/drop.l
|
||||
pgsql/man/manl/drop_aggregate.l
|
||||
pgsql/man/manl/drop_database.l
|
||||
pgsql/man/manl/drop_function.l
|
||||
pgsql/man/manl/drop_index.l
|
||||
pgsql/man/manl/drop_language.l
|
||||
pgsql/man/manl/drop_operator.l
|
||||
pgsql/man/manl/drop_rule.l
|
||||
pgsql/man/manl/drop_sequence.l
|
||||
pgsql/man/manl/drop_table.l
|
||||
pgsql/man/manl/drop_trigger.l
|
||||
pgsql/man/manl/drop_type.l
|
||||
pgsql/man/manl/drop_user.l
|
||||
pgsql/man/manl/drop_view.l
|
||||
pgsql/man/manl/end.l
|
||||
pgsql/man/manl/explain.l
|
||||
pgsql/man/manl/fetch.l
|
||||
pgsql/man/manl/grant.l
|
||||
pgsql/man/manl/insert.l
|
||||
pgsql/man/manl/listen.l
|
||||
pgsql/man/manl/load.l
|
||||
pgsql/man/manl/lock.l
|
||||
pgsql/man/manl/move.l
|
||||
pgsql/man/manl/notify.l
|
||||
pgsql/man/manl/reset.l
|
||||
pgsql/man/manl/revoke.l
|
||||
pgsql/man/manl/rollback.l
|
||||
pgsql/man/manl/select.l
|
||||
pgsql/man/manl/set.l
|
||||
pgsql/man/manl/show.l
|
||||
pgsql/man/manl/sql.l
|
||||
pgsql/man/manl/update.l
|
||||
pgsql/man/manl/vacuum.l
|
||||
share/doc/pgsql/FAQ
|
||||
share/doc/pgsql/FAQ_AIX
|
||||
share/doc/pgsql/FAQ_DEV
|
||||
share/doc/pgsql/FAQ_DigitalUnix
|
||||
share/doc/pgsql/FAQ_FreeBSD
|
||||
share/doc/pgsql/FAQ_HPUX
|
||||
share/doc/pgsql/FAQ_Irix
|
||||
share/doc/pgsql/FAQ_Linux
|
||||
share/doc/pgsql/FAQ_SCO
|
||||
share/doc/pgsql/FAQ_Solaris
|
||||
share/doc/pgsql/INSTALL
|
||||
share/doc/pgsql/README.Charsets
|
||||
share/doc/pgsql/README.NT
|
||||
share/doc/pgsql/README.OpenBSD
|
||||
share/doc/pgsql/README.fsync
|
||||
share/doc/pgsql/README.inet
|
||||
share/doc/pgsql/README.locale
|
||||
share/doc/pgsql/README.mb
|
||||
share/doc/pgsql/README.mb.jp
|
||||
share/doc/pgsql/TODO
|
||||
share/doc/pgsql/admin.ps.gz
|
||||
share/doc/pgsql/programmer.ps.gz
|
||||
share/doc/pgsql/tutorial.ps.gz
|
||||
share/doc/pgsql/user.ps.gz
|
||||
@dirrm share/doc/pgsql
|
||||
@dirrm pgsql/man/manl
|
||||
@dirrm pgsql/man/man5
|
||||
@dirrm pgsql/man/man3
|
||||
@dirrm pgsql/man/man1
|
||||
@dirrm pgsql/man
|
||||
@dirrm pgsql/lib
|
||||
@dirrm pgsql/include/utils
|
||||
@dirrm pgsql/include/libpq++
|
||||
@dirrm pgsql/include/libpq
|
||||
@dirrm pgsql/include/lib
|
||||
@dirrm pgsql/include/executor
|
||||
@dirrm pgsql/include/commands
|
||||
@dirrm pgsql/include/access
|
||||
@dirrm pgsql/include
|
||||
@dirrm pgsql/bin
|
||||
@dirrm pgsql
|
@ -1,15 +1,15 @@
|
||||
bin/pgwrap
|
||||
pgsql/bin/cleardbdir
|
||||
pgsql/bin/createdb
|
||||
pgsql/bin/createlang
|
||||
pgsql/bin/createuser
|
||||
pgsql/bin/destroydb
|
||||
pgsql/bin/destroylang
|
||||
pgsql/bin/destroyuser
|
||||
pgsql/bin/dropdb
|
||||
pgsql/bin/droplang
|
||||
pgsql/bin/dropuser
|
||||
pgsql/bin/ecpg
|
||||
pgsql/bin/initdb
|
||||
pgsql/bin/initlocation
|
||||
pgsql/bin/ipcclean
|
||||
pgsql/bin/pg_ctl
|
||||
pgsql/bin/pg_dump
|
||||
pgsql/bin/pg_dumpall
|
||||
pgsql/bin/pg_id
|
||||
@ -30,7 +30,8 @@ pgsql/include/ecpgtype.h
|
||||
pgsql/include/executor/spi.h
|
||||
pgsql/include/fmgr.h
|
||||
pgsql/include/lib/dllist.h
|
||||
pgsql/include/libpq++.H
|
||||
pgsql/include/libpgeasy.h
|
||||
pgsql/include/libpq++.h
|
||||
pgsql/include/libpq++/pgconnection.h
|
||||
pgsql/include/libpq++/pgcursordb.h
|
||||
pgsql/include/libpq++/pgdatabase.h
|
||||
@ -43,6 +44,8 @@ pgsql/include/libpq/pqcomm.h
|
||||
pgsql/include/os.h
|
||||
pgsql/include/postgres.h
|
||||
pgsql/include/postgres_ext.h
|
||||
pgsql/include/pqexpbuffer.h
|
||||
pgsql/include/sql3types.h
|
||||
pgsql/include/sqlca.h
|
||||
pgsql/include/utils/elog.h
|
||||
pgsql/include/utils/geo_decls.h
|
||||
@ -51,59 +54,69 @@ pgsql/include/utils/palloc.h
|
||||
pgsql/lib/global1.bki.source
|
||||
pgsql/lib/global1.description
|
||||
pgsql/lib/libecpg.a
|
||||
pgsql/lib/libpgeasy.a
|
||||
pgsql/lib/libpq++.a
|
||||
pgsql/lib/libpq.a
|
||||
pgsql/lib/local1_template1.bki.source
|
||||
pgsql/lib/local1_template1.description
|
||||
pgsql/lib/pg_geqo.sample
|
||||
pgsql/lib/pg_hba.conf.sample
|
||||
pgsql/man/man1/cleardbdir.1
|
||||
pgsql/lib/pg_options.sample
|
||||
pgsql/lib/postmaster.opts.default.sample
|
||||
%%SHARED%%
|
||||
%%tcl%%
|
||||
pgsql/man/man1/createdb.1
|
||||
pgsql/man/man1/createlang.1
|
||||
pgsql/man/man1/createuser.1
|
||||
pgsql/man/man1/destroydb.1
|
||||
pgsql/man/man1/destroyuser.1
|
||||
pgsql/man/man1/dropdb.1
|
||||
pgsql/man/man1/droplang.1
|
||||
pgsql/man/man1/dropuser.1
|
||||
pgsql/man/man1/ecpg.1
|
||||
pgsql/man/man1/initdb.1
|
||||
pgsql/man/man1/initlocation.1
|
||||
pgsql/man/man1/ipcclean.1
|
||||
pgsql/man/man1/pg_ctl.1
|
||||
pgsql/man/man1/pg_dump.1
|
||||
pgsql/man/man1/pg_dumpall.1
|
||||
pgsql/man/man1/pg_passwd.1
|
||||
pgsql/man/man1/pg_upgrade.1
|
||||
pgsql/man/man1/pgadmin.1
|
||||
pgsql/man/man1/postgres.1
|
||||
pgsql/man/man1/postmaster.1
|
||||
pgsql/man/man1/psql.1
|
||||
pgsql/man/man3/catalogs.3
|
||||
pgsql/man/man3/libpq.3
|
||||
pgsql/man/man5/pg_hba.conf.5
|
||||
pgsql/man/man1/vacuumdb.1
|
||||
pgsql/man/manl/abort.l
|
||||
pgsql/man/manl/alter_group.l
|
||||
pgsql/man/manl/alter_table.l
|
||||
pgsql/man/manl/alter_user.l
|
||||
pgsql/man/manl/begin.l
|
||||
pgsql/man/manl/close.l
|
||||
pgsql/man/manl/cluster.l
|
||||
pgsql/man/manl/comment.l
|
||||
pgsql/man/manl/commit.l
|
||||
pgsql/man/manl/copy.l
|
||||
pgsql/man/manl/create_aggregate.l
|
||||
pgsql/man/manl/create_constraint_trigger.l
|
||||
pgsql/man/manl/create_database.l
|
||||
pgsql/man/manl/create_function.l
|
||||
pgsql/man/manl/create_group.l
|
||||
pgsql/man/manl/create_index.l
|
||||
pgsql/man/manl/create_language.l
|
||||
pgsql/man/manl/create_operator.l
|
||||
pgsql/man/manl/create_rule.l
|
||||
pgsql/man/manl/create_sequence.l
|
||||
pgsql/man/manl/create_table.l
|
||||
pgsql/man/manl/create_table_as.l
|
||||
pgsql/man/manl/create_trigger.l
|
||||
pgsql/man/manl/create_type.l
|
||||
pgsql/man/manl/create_user.l
|
||||
pgsql/man/manl/create_version.l
|
||||
pgsql/man/manl/create_view.l
|
||||
pgsql/man/manl/declare.l
|
||||
pgsql/man/manl/delete.l
|
||||
pgsql/man/manl/drop.l
|
||||
pgsql/man/manl/drop_aggregate.l
|
||||
pgsql/man/manl/drop_database.l
|
||||
pgsql/man/manl/drop_function.l
|
||||
pgsql/man/manl/drop_group.l
|
||||
pgsql/man/manl/drop_index.l
|
||||
pgsql/man/manl/drop_language.l
|
||||
pgsql/man/manl/drop_operator.l
|
||||
@ -124,43 +137,27 @@ pgsql/man/manl/load.l
|
||||
pgsql/man/manl/lock.l
|
||||
pgsql/man/manl/move.l
|
||||
pgsql/man/manl/notify.l
|
||||
pgsql/man/manl/reindex.l
|
||||
pgsql/man/manl/reset.l
|
||||
pgsql/man/manl/revoke.l
|
||||
pgsql/man/manl/rollback.l
|
||||
pgsql/man/manl/select.l
|
||||
pgsql/man/manl/select_into.l
|
||||
pgsql/man/manl/set.l
|
||||
pgsql/man/manl/show.l
|
||||
pgsql/man/manl/sql.l
|
||||
pgsql/man/manl/truncate.l
|
||||
pgsql/man/manl/unlisten.l
|
||||
pgsql/man/manl/update.l
|
||||
pgsql/man/manl/vacuum.l
|
||||
share/doc/pgsql/FAQ
|
||||
share/doc/pgsql/FAQ_AIX
|
||||
share/doc/pgsql/FAQ_DEV
|
||||
share/doc/pgsql/FAQ_DigitalUnix
|
||||
share/doc/pgsql/FAQ_FreeBSD
|
||||
share/doc/pgsql/FAQ_HPUX
|
||||
share/doc/pgsql/FAQ_Irix
|
||||
share/doc/pgsql/FAQ_Linux
|
||||
share/doc/pgsql/FAQ_SCO
|
||||
share/doc/pgsql/FAQ_Solaris
|
||||
share/doc/pgsql/COPYRIGHT
|
||||
share/doc/pgsql/HISTORY
|
||||
share/doc/pgsql/INSTALL
|
||||
share/doc/pgsql/README.Charsets
|
||||
share/doc/pgsql/README.NT
|
||||
share/doc/pgsql/README
|
||||
share/doc/pgsql/README.OpenBSD
|
||||
share/doc/pgsql/README.fsync
|
||||
share/doc/pgsql/README.inet
|
||||
share/doc/pgsql/README.locale
|
||||
share/doc/pgsql/README.mb
|
||||
share/doc/pgsql/README.mb.jp
|
||||
share/doc/pgsql/TODO
|
||||
share/doc/pgsql/admin.ps.gz
|
||||
share/doc/pgsql/programmer.ps.gz
|
||||
share/doc/pgsql/tutorial.ps.gz
|
||||
share/doc/pgsql/user.ps.gz
|
||||
share/doc/pgsql/register.txt
|
||||
%%docs%%
|
||||
@dirrm share/doc/pgsql
|
||||
@dirrm pgsql/man/manl
|
||||
@dirrm pgsql/man/man5
|
||||
@dirrm pgsql/man/man3
|
||||
@dirrm pgsql/man/man1
|
||||
@dirrm pgsql/man
|
||||
@dirrm pgsql/lib
|
@ -1,324 +0,0 @@
|
||||
bin/pgwrap
|
||||
pgsql/bin/cleardbdir
|
||||
pgsql/bin/createdb
|
||||
pgsql/bin/createlang
|
||||
pgsql/bin/createuser
|
||||
pgsql/bin/destroydb
|
||||
pgsql/bin/destroylang
|
||||
pgsql/bin/destroyuser
|
||||
pgsql/bin/ecpg
|
||||
pgsql/bin/initdb
|
||||
pgsql/bin/initlocation
|
||||
pgsql/bin/ipcclean
|
||||
pgsql/bin/pgaccess
|
||||
pgsql/bin/pg_dump
|
||||
pgsql/bin/pg_dumpall
|
||||
pgsql/bin/pg_id
|
||||
pgsql/bin/pg_passwd
|
||||
pgsql/bin/pg_upgrade
|
||||
pgsql/bin/pg_version
|
||||
pgsql/bin/pgtclsh
|
||||
pgsql/bin/pgtksh
|
||||
pgsql/bin/postgres
|
||||
pgsql/bin/postmaster
|
||||
pgsql/bin/psql
|
||||
pgsql/bin/vacuumdb
|
||||
pgsql/include/access/attnum.h
|
||||
pgsql/include/c.h
|
||||
pgsql/include/commands/trigger.h
|
||||
pgsql/include/config.h
|
||||
pgsql/include/ecpgerrno.h
|
||||
pgsql/include/ecpglib.h
|
||||
pgsql/include/ecpgtype.h
|
||||
pgsql/include/executor/spi.h
|
||||
pgsql/include/fmgr.h
|
||||
pgsql/include/lib/dllist.h
|
||||
pgsql/include/libpgtcl.h
|
||||
pgsql/include/libpq++.H
|
||||
pgsql/include/libpq++/pgconnection.h
|
||||
pgsql/include/libpq++/pgcursordb.h
|
||||
pgsql/include/libpq++/pgdatabase.h
|
||||
pgsql/include/libpq++/pglobject.h
|
||||
pgsql/include/libpq++/pgtransdb.h
|
||||
pgsql/include/libpq-fe.h
|
||||
pgsql/include/libpq-int.h
|
||||
pgsql/include/libpq/libpq-fs.h
|
||||
pgsql/include/libpq/pqcomm.h
|
||||
pgsql/include/os.h
|
||||
pgsql/include/postgres.h
|
||||
pgsql/include/postgres_ext.h
|
||||
pgsql/include/sqlca.h
|
||||
pgsql/include/utils/elog.h
|
||||
pgsql/include/utils/geo_decls.h
|
||||
pgsql/include/utils/mcxt.h
|
||||
pgsql/include/utils/palloc.h
|
||||
pgsql/lib/global1.bki.source
|
||||
pgsql/lib/global1.description
|
||||
pgsql/lib/libecpg.a
|
||||
pgsql/lib/libecpg.so
|
||||
pgsql/lib/libecpg.so.3
|
||||
pgsql/lib/libecpg.so.3.0.0
|
||||
pgsql/lib/libpgtcl.a
|
||||
pgsql/lib/libpgtcl.so
|
||||
pgsql/lib/libpgtcl.so.2
|
||||
pgsql/lib/libpgtcl.so.2.0
|
||||
pgsql/lib/libpq++.a
|
||||
pgsql/lib/libpq++.so
|
||||
pgsql/lib/libpq++.so.3
|
||||
pgsql/lib/libpq++.so.3.0
|
||||
pgsql/lib/libpq.a
|
||||
pgsql/lib/libpq.so
|
||||
pgsql/lib/libpq.so.2
|
||||
pgsql/lib/libpq.so.2.0
|
||||
pgsql/lib/local1_template1.bki.source
|
||||
pgsql/lib/local1_template1.description
|
||||
pgsql/lib/pg_geqo.sample
|
||||
pgsql/lib/pg_hba.conf.sample
|
||||
pgsql/lib/plpgsql.so
|
||||
pgsql/lib/pltcl.so
|
||||
@unexec [ ! -x /sbin/ldconfig ] || /sbin/ldconfig -m %D/pgsql/lib
|
||||
@exec [ ! -x /sbin/ldconfig ] || /sbin/ldconfig -m %D/pgsql/lib
|
||||
pgsql/man/man1/cleardbdir.1
|
||||
pgsql/man/man1/createdb.1
|
||||
pgsql/man/man1/createuser.1
|
||||
pgsql/man/man1/destroydb.1
|
||||
pgsql/man/man1/destroyuser.1
|
||||
pgsql/man/man1/ecpg.1
|
||||
pgsql/man/man1/initdb.1
|
||||
pgsql/man/man1/initlocation.1
|
||||
pgsql/man/man1/ipcclean.1
|
||||
pgsql/man/man1/pg_dump.1
|
||||
pgsql/man/man1/pg_dumpall.1
|
||||
pgsql/man/man1/pg_passwd.1
|
||||
pgsql/man/man1/pg_upgrade.1
|
||||
pgsql/man/man1/postgres.1
|
||||
pgsql/man/man1/postmaster.1
|
||||
pgsql/man/man1/psql.1
|
||||
pgsql/man/man3/catalogs.3
|
||||
pgsql/man/man3/libpq.3
|
||||
pgsql/man/man5/pg_hba.conf.5
|
||||
pgsql/man/manl/abort.l
|
||||
pgsql/man/manl/alter_table.l
|
||||
pgsql/man/manl/alter_user.l
|
||||
pgsql/man/manl/begin.l
|
||||
pgsql/man/manl/close.l
|
||||
pgsql/man/manl/cluster.l
|
||||
pgsql/man/manl/commit.l
|
||||
pgsql/man/manl/copy.l
|
||||
pgsql/man/manl/create_aggregate.l
|
||||
pgsql/man/manl/create_database.l
|
||||
pgsql/man/manl/create_function.l
|
||||
pgsql/man/manl/create_index.l
|
||||
pgsql/man/manl/create_language.l
|
||||
pgsql/man/manl/create_operator.l
|
||||
pgsql/man/manl/create_rule.l
|
||||
pgsql/man/manl/create_sequence.l
|
||||
pgsql/man/manl/create_table.l
|
||||
pgsql/man/manl/create_trigger.l
|
||||
pgsql/man/manl/create_type.l
|
||||
pgsql/man/manl/create_user.l
|
||||
pgsql/man/manl/create_version.l
|
||||
pgsql/man/manl/create_view.l
|
||||
pgsql/man/manl/declare.l
|
||||
pgsql/man/manl/delete.l
|
||||
pgsql/man/manl/drop.l
|
||||
pgsql/man/manl/drop_aggregate.l
|
||||
pgsql/man/manl/drop_database.l
|
||||
pgsql/man/manl/drop_function.l
|
||||
pgsql/man/manl/drop_index.l
|
||||
pgsql/man/manl/drop_language.l
|
||||
pgsql/man/manl/drop_operator.l
|
||||
pgsql/man/manl/drop_rule.l
|
||||
pgsql/man/manl/drop_sequence.l
|
||||
pgsql/man/manl/drop_table.l
|
||||
pgsql/man/manl/drop_trigger.l
|
||||
pgsql/man/manl/drop_type.l
|
||||
pgsql/man/manl/drop_user.l
|
||||
pgsql/man/manl/drop_view.l
|
||||
pgsql/man/manl/end.l
|
||||
pgsql/man/manl/explain.l
|
||||
pgsql/man/manl/fetch.l
|
||||
pgsql/man/manl/grant.l
|
||||
pgsql/man/manl/insert.l
|
||||
pgsql/man/manl/listen.l
|
||||
pgsql/man/manl/load.l
|
||||
pgsql/man/manl/lock.l
|
||||
pgsql/man/manl/move.l
|
||||
pgsql/man/manl/notify.l
|
||||
pgsql/man/manl/reset.l
|
||||
pgsql/man/manl/revoke.l
|
||||
pgsql/man/manl/rollback.l
|
||||
pgsql/man/manl/select.l
|
||||
pgsql/man/manl/set.l
|
||||
pgsql/man/manl/show.l
|
||||
pgsql/man/manl/sql.l
|
||||
pgsql/man/manl/update.l
|
||||
pgsql/man/manl/vacuum.l
|
||||
pgsql/pgaccess/main.tcl
|
||||
pgsql/pgaccess/lib/database.tcl
|
||||
pgsql/pgaccess/lib/forms.tcl
|
||||
pgsql/pgaccess/lib/functions.tcl
|
||||
pgsql/pgaccess/lib/help.tcl
|
||||
pgsql/pgaccess/lib/mainlib.tcl
|
||||
pgsql/pgaccess/lib/preferences.tcl
|
||||
pgsql/pgaccess/lib/queries.tcl
|
||||
pgsql/pgaccess/lib/reports.tcl
|
||||
pgsql/pgaccess/lib/schema.tcl
|
||||
pgsql/pgaccess/lib/scripts.tcl
|
||||
pgsql/pgaccess/lib/sequences.tcl
|
||||
pgsql/pgaccess/lib/tables.tcl
|
||||
pgsql/pgaccess/lib/users.tcl
|
||||
pgsql/pgaccess/lib/views.tcl
|
||||
pgsql/pgaccess/lib/visualqb.tcl
|
||||
pgsql/pgaccess/lib/help/abort.hlp
|
||||
pgsql/pgaccess/lib/help/add_records.hlp
|
||||
pgsql/pgaccess/lib/help/alter_table.hlp
|
||||
pgsql/pgaccess/lib/help/alter_user.hlp
|
||||
pgsql/pgaccess/lib/help/author.hlp
|
||||
pgsql/pgaccess/lib/help/begin.hlp
|
||||
pgsql/pgaccess/lib/help/close.hlp
|
||||
pgsql/pgaccess/lib/help/cluster.hlp
|
||||
pgsql/pgaccess/lib/help/commit.hlp
|
||||
pgsql/pgaccess/lib/help/copy.hlp
|
||||
pgsql/pgaccess/lib/help/copyrights.hlp
|
||||
pgsql/pgaccess/lib/help/create_aggregate.hlp
|
||||
pgsql/pgaccess/lib/help/create_database.hlp
|
||||
pgsql/pgaccess/lib/help/create_function.hlp
|
||||
pgsql/pgaccess/lib/help/create_index.hlp
|
||||
pgsql/pgaccess/lib/help/create_language.hlp
|
||||
pgsql/pgaccess/lib/help/create_operator.hlp
|
||||
pgsql/pgaccess/lib/help/create_rule.hlp
|
||||
pgsql/pgaccess/lib/help/create_sequence.hlp
|
||||
pgsql/pgaccess/lib/help/create_table.hlp
|
||||
pgsql/pgaccess/lib/help/create_table_as.hlp
|
||||
pgsql/pgaccess/lib/help/create_trigger.hlp
|
||||
pgsql/pgaccess/lib/help/create_type.hlp
|
||||
pgsql/pgaccess/lib/help/create_user.hlp
|
||||
pgsql/pgaccess/lib/help/create_view.hlp
|
||||
pgsql/pgaccess/lib/help/data_types.hlp
|
||||
pgsql/pgaccess/lib/help/datefunc.hlp
|
||||
pgsql/pgaccess/lib/help/declare.hlp
|
||||
pgsql/pgaccess/lib/help/delete.hlp
|
||||
pgsql/pgaccess/lib/help/drop_aggregate.hlp
|
||||
pgsql/pgaccess/lib/help/drop_database.hlp
|
||||
pgsql/pgaccess/lib/help/drop_function.hlp
|
||||
pgsql/pgaccess/lib/help/drop_index.hlp
|
||||
pgsql/pgaccess/lib/help/drop_language.hlp
|
||||
pgsql/pgaccess/lib/help/drop_operator.hlp
|
||||
pgsql/pgaccess/lib/help/drop_rule.hlp
|
||||
pgsql/pgaccess/lib/help/drop_sequence.hlp
|
||||
pgsql/pgaccess/lib/help/drop_table.hlp
|
||||
pgsql/pgaccess/lib/help/drop_trigger.hlp
|
||||
pgsql/pgaccess/lib/help/drop_type.hlp
|
||||
pgsql/pgaccess/lib/help/drop_user.hlp
|
||||
pgsql/pgaccess/lib/help/drop_view.hlp
|
||||
pgsql/pgaccess/lib/help/explain.hlp
|
||||
pgsql/pgaccess/lib/help/fetch.hlp
|
||||
pgsql/pgaccess/lib/help/form_design.hlp
|
||||
pgsql/pgaccess/lib/help/forms.hlp
|
||||
pgsql/pgaccess/lib/help/functions.hlp
|
||||
pgsql/pgaccess/lib/help/geomfunc.hlp
|
||||
pgsql/pgaccess/lib/help/grant.hlp
|
||||
pgsql/pgaccess/lib/help/history.hlp
|
||||
pgsql/pgaccess/lib/help/index.hlp
|
||||
pgsql/pgaccess/lib/help/inheritance.hlp
|
||||
pgsql/pgaccess/lib/help/insert.hlp
|
||||
pgsql/pgaccess/lib/help/ipv4func.hlp
|
||||
pgsql/pgaccess/lib/help/isolation.hlp
|
||||
pgsql/pgaccess/lib/help/keywords.hlp
|
||||
pgsql/pgaccess/lib/help/listen.hlp
|
||||
pgsql/pgaccess/lib/help/load.hlp
|
||||
pgsql/pgaccess/lib/help/lock.hlp
|
||||
pgsql/pgaccess/lib/help/mathfunc.hlp
|
||||
pgsql/pgaccess/lib/help/move.hlp
|
||||
pgsql/pgaccess/lib/help/mvcc.hlp
|
||||
pgsql/pgaccess/lib/help/new_query.hlp
|
||||
pgsql/pgaccess/lib/help/new_table.hlp
|
||||
pgsql/pgaccess/lib/help/notify.hlp
|
||||
pgsql/pgaccess/lib/help/open_query.hlp
|
||||
pgsql/pgaccess/lib/help/open_table.hlp
|
||||
pgsql/pgaccess/lib/help/pgfunctions.hlp
|
||||
pgsql/pgaccess/lib/help/postgresql.hlp
|
||||
pgsql/pgaccess/lib/help/queries.hlp
|
||||
pgsql/pgaccess/lib/help/reports.hlp
|
||||
pgsql/pgaccess/lib/help/reset.hlp
|
||||
pgsql/pgaccess/lib/help/revoke.hlp
|
||||
pgsql/pgaccess/lib/help/rollback.hlp
|
||||
pgsql/pgaccess/lib/help/schema.hlp
|
||||
pgsql/pgaccess/lib/help/scripts.hlp
|
||||
pgsql/pgaccess/lib/help/select.hlp
|
||||
pgsql/pgaccess/lib/help/select_into.hlp
|
||||
pgsql/pgaccess/lib/help/sequences.hlp
|
||||
pgsql/pgaccess/lib/help/set.hlp
|
||||
pgsql/pgaccess/lib/help/show.hlp
|
||||
pgsql/pgaccess/lib/help/sql_guide.hlp
|
||||
pgsql/pgaccess/lib/help/sqlfunc.hlp
|
||||
pgsql/pgaccess/lib/help/stringfunc.hlp
|
||||
pgsql/pgaccess/lib/help/tables.hlp
|
||||
pgsql/pgaccess/lib/help/unlisten.hlp
|
||||
pgsql/pgaccess/lib/help/update.hlp
|
||||
pgsql/pgaccess/lib/help/users.hlp
|
||||
pgsql/pgaccess/lib/help/vacuum.hlp
|
||||
pgsql/pgaccess/lib/help/view_table_structure.hlp
|
||||
pgsql/pgaccess/lib/help/views.hlp
|
||||
pgsql/pgaccess/lib/help/visual_designer.hlp
|
||||
pgsql/pgaccess/lib/help/y2k.hlp
|
||||
pgsql/pgaccess/lib/languages/francais
|
||||
pgsql/pgaccess/lib/languages/italiano
|
||||
pgsql/pgaccess/lib/languages/magyar
|
||||
pgsql/pgaccess/lib/languages/romana
|
||||
pgsql/pgaccess/images/icon_button.gif
|
||||
pgsql/pgaccess/images/icon_checkbutton.gif
|
||||
pgsql/pgaccess/images/icon_entry.gif
|
||||
pgsql/pgaccess/images/icon_frame.gif
|
||||
pgsql/pgaccess/images/icon_label.gif
|
||||
pgsql/pgaccess/images/icon_listbox.gif
|
||||
pgsql/pgaccess/images/icon_query.gif
|
||||
pgsql/pgaccess/images/icon_radiobutton.gif
|
||||
pgsql/pgaccess/images/icon_text.gif
|
||||
share/doc/pgsql/FAQ
|
||||
share/doc/pgsql/FAQ_AIX
|
||||
share/doc/pgsql/FAQ_DEV
|
||||
share/doc/pgsql/FAQ_DigitalUnix
|
||||
share/doc/pgsql/FAQ_FreeBSD
|
||||
share/doc/pgsql/FAQ_HPUX
|
||||
share/doc/pgsql/FAQ_Irix
|
||||
share/doc/pgsql/FAQ_Linux
|
||||
share/doc/pgsql/FAQ_SCO
|
||||
share/doc/pgsql/FAQ_Solaris
|
||||
share/doc/pgsql/INSTALL
|
||||
share/doc/pgsql/README.Charsets
|
||||
share/doc/pgsql/README.NT
|
||||
share/doc/pgsql/README.OpenBSD
|
||||
share/doc/pgsql/README.fsync
|
||||
share/doc/pgsql/README.inet
|
||||
share/doc/pgsql/README.locale
|
||||
share/doc/pgsql/README.mb
|
||||
share/doc/pgsql/README.mb.jp
|
||||
share/doc/pgsql/TODO
|
||||
share/doc/pgsql/admin.ps.gz
|
||||
share/doc/pgsql/programmer.ps.gz
|
||||
share/doc/pgsql/tutorial.ps.gz
|
||||
share/doc/pgsql/user.ps.gz
|
||||
@dirrm share/doc/pgsql
|
||||
@dirrm pgsql/pgaccess/lib/languages
|
||||
@dirrm pgsql/pgaccess/lib/help
|
||||
@dirrm pgsql/pgaccess/lib
|
||||
@dirrm pgsql/pgaccess/images
|
||||
@dirrm pgsql/pgaccess
|
||||
@dirrm pgsql/man/manl
|
||||
@dirrm pgsql/man/man5
|
||||
@dirrm pgsql/man/man3
|
||||
@dirrm pgsql/man/man1
|
||||
@dirrm pgsql/man
|
||||
@dirrm pgsql/lib
|
||||
@dirrm pgsql/include/utils
|
||||
@dirrm pgsql/include/libpq++
|
||||
@dirrm pgsql/include/libpq
|
||||
@dirrm pgsql/include/lib
|
||||
@dirrm pgsql/include/executor
|
||||
@dirrm pgsql/include/commands
|
||||
@dirrm pgsql/include/access
|
||||
@dirrm pgsql/include
|
||||
@dirrm pgsql/bin
|
||||
@dirrm pgsql
|
Loading…
Reference in New Issue
Block a user