Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Jul 1999 03:24:18 +0200 (CEST)
From:      Palle Girgensohn <girgen@partitur.se>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        andreas@freebsd.org
Subject:   ports/12724: postgresql-6.5.1 update
Message-ID:  <199907210124.DAA88977@trumpet.partitur.se>

next in thread | raw e-mail | index | archive | help

>Number:         12724
>Category:       ports
>Synopsis:       postgresql-6.5.1 update
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 20 18:30:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Palle Girgensohn
>Release:        FreeBSD 3.2-STABLE i386
>Organization:
Partitur
>Environment:
FreeBSD-3.2-STABLE ELF
	

>Description:
PostgreSQL updated to 6.5.1
old distfile removed from site
6.5.1 is a maintenance release and fixes a number of bugs and quirks
	

>How-To-Repeat:

	

>Fix:
Apply this patch:

Index: Makefile
===================================================================
RCS file: /opt/ncvs/ports/databases/postgresql/Makefile,v
retrieving revision 1.43
diff -u -r1.43 Makefile
--- Makefile	1999/06/29 20:21:18	1.43
+++ Makefile	1999/07/21 01:13:30
@@ -6,7 +6,7 @@
 # $Id: Makefile,v 1.43 1999/06/29 20:21:18 andreas Exp $
 #
 
-DISTNAME=	postgresql-6.5
+DISTNAME=	postgresql-6.5.1
 CATEGORIES=	databases
 MASTER_SITES=	ftp://ftp.postgresql.org/pub/ \
 		ftp://ftp.iodynamics.com/pub/mirror/postgresql/ \
@@ -162,7 +160,7 @@
 	@ chown -R pgsql:pgsql ${PREFIX}/pgsql
 	@ ${ECHO} 'Initializing PostgreSQL Databases - this may take a few minutes...'
 	@ ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/pgsql/lib
-	@ su -l pgsql -c '${PREFIX}/pgsql/bin/initdb --pglib=${PREFIX}/pgsql/lib --pgdata=${PREFIX}/pgsql/data'
+	@ su -l pgsql -c 'PATH=${PREFIX}/pgsql/bin:${PATH} ${PREFIX}/pgsql/bin/initdb --pglib=${PREFIX}/pgsql/lib --pgdata=${PREFIX}/pgsql/data'
 	@ ${SED} -e "s=!!PREFIX!!=${PREFIX}=g" < ${FILESDIR}/pgsql.sh.tmpl \
 		> ${PREFIX}/etc/rc.d/pgsql.sh
 	@ chmod 554 ${PREFIX}/etc/rc.d/pgsql.sh
@@ -207,8 +205,10 @@
 .if !defined(BATCH)
 	@ more -e ${FILESDIR}/post-install-notes
 .endif
+.if !defined(DEBUG_FLAGS)
 .for file in ecpg pg_dump pg_id pg_passwd pg_version postgres psql
 	@ strip ${PREFIX}/pgsql/bin/${file}
 .endfor
+.endif
 
 .include <bsd.port.mk>
Index: files/md5
===================================================================
RCS file: /opt/ncvs/ports/databases/postgresql/files/md5,v
retrieving revision 1.9
diff -u -r1.9 md5
--- md5	1999/06/29 20:21:23	1.9
+++ md5	1999/07/21 01:13:30
@@ -1 +1 @@
-MD5 (postgresql-6.5.tar.gz) = 920378e7b3d08aa940393f6c1dcb6792
+MD5 (postgresql-6.5.1.tar.gz) = f32379223026bd123552459958054d51
Index: files/pgsql.sh.tmpl
===================================================================
RCS file: /opt/ncvs/ports/databases/postgresql/files/pgsql.sh.tmpl,v
retrieving revision 1.4
diff -u -r1.4 pgsql.sh.tmpl
--- pgsql.sh.tmpl	1998/04/21 21:51:54	1.4
+++ pgsql.sh.tmpl	1999/07/21 01:13:30
@@ -20,6 +20,6 @@
 
 [ -x !!PREFIX!!/pgsql/bin/postmaster ] && {
 	su -l pgsql -c 'exec !!PREFIX!!/pgsql/bin/postmaster -i -S -o -F \
-		-D!!PREFIX!!/pgsql/data > !!PREFIX!!/pgsql/errlog'
+		2>&1 > !!PREFIX!!/pgsql/errlog'
 	echo -n ' pgsql' 
 }
Index: patches/patch-ak
===================================================================
RCS file: patch-ak
diff -N patch-ak
--- /tmp/cvsWw5414	Wed Jul 21 03:13:30 1999
+++ /dev/null	Wed Jul 21 02:04:35 1999
@@ -1,11 +0,0 @@
---- interfaces/libpgtcl/Makefile.in.orig	Sun Feb  7 23:10:45 1999
-+++ interfaces/libpgtcl/Makefile.in	Mon Jun 21 16:36:43 1999
-@@ -27,7 +27,7 @@
- 
- OBJS= pgtcl.o pgtclCmds.o pgtclId.o
- 
--SHLIB_LINK+= -L../libpq -lpq
-+SHLIB_LINK+= -L../libpq -lpq -lcrypt
- 
- # If crypt is a separate library, rather than part of libc, it may need
- # to be referenced separately to keep (broken) linkers happy.  (This is
Index: pkg/PLIST
===================================================================
RCS file: /opt/ncvs/ports/databases/postgresql/pkg/PLIST,v
retrieving revision 1.20
diff -u -r1.20 PLIST
--- PLIST	1999/06/29 20:21:45	1.20
+++ PLIST	1999/07/21 01:13:30
@@ -128,6 +128,7 @@
 share/doc/pgsql/FAQ_Irix
 share/doc/pgsql/FAQ_Linux
 share/doc/pgsql/FAQ_SCO
+share/doc/pgsql/README.NT
 share/doc/pgsql/README.fsync
 share/doc/pgsql/README.inet
 share/doc/pgsql/README.locale
@@ -135,77 +136,79 @@
 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/admin/admin.htm
 share/doc/pgsql/admin/admin.html
 share/doc/pgsql/admin/biblio.htm
 share/doc/pgsql/admin/config.htm
+share/doc/pgsql/admin/config495.htm
+share/doc/pgsql/admin/config570.htm
+share/doc/pgsql/admin/config607.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-win321181.htm
+share/doc/pgsql/admin/install-win321190.htm
 share/doc/pgsql/admin/install.htm
+share/doc/pgsql/admin/install1119.htm
+share/doc/pgsql/admin/install1139.htm
+share/doc/pgsql/admin/install1148.htm
+share/doc/pgsql/admin/install761.htm
 share/doc/pgsql/admin/intro-ag.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-ag1578.htm
+share/doc/pgsql/admin/manage-ag1621.htm
+share/doc/pgsql/admin/manage-ag1630.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/ports428.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/regress1794.htm
+share/doc/pgsql/admin/regress1801.htm
+share/doc/pgsql/admin/regress1838.htm
 share/doc/pgsql/admin/release.htm
+share/doc/pgsql/admin/release1893.htm
+share/doc/pgsql/admin/release1975.htm
+share/doc/pgsql/admin/release1986.htm
+share/doc/pgsql/admin/release1997.htm
+share/doc/pgsql/admin/release2038.htm
+share/doc/pgsql/admin/release2054.htm
+share/doc/pgsql/admin/release2073.htm
+share/doc/pgsql/admin/release2117.htm
+share/doc/pgsql/admin/release2139.htm
+share/doc/pgsql/admin/release2154.htm
+share/doc/pgsql/admin/release2163.htm
+share/doc/pgsql/admin/release2186.htm
+share/doc/pgsql/admin/release2200.htm
+share/doc/pgsql/admin/release2203.htm
+share/doc/pgsql/admin/release2228.htm
+share/doc/pgsql/admin/release2265.htm
+share/doc/pgsql/admin/release2272.htm
+share/doc/pgsql/admin/release2279.htm
+share/doc/pgsql/admin/release2286.htm
+share/doc/pgsql/admin/release2290.htm
 share/doc/pgsql/admin/runtime.htm
 share/doc/pgsql/admin/security.htm
+share/doc/pgsql/admin/security1467.htm
+share/doc/pgsql/admin/security1486.htm
+share/doc/pgsql/admin/security1510.htm
 share/doc/pgsql/admin/terminology.htm
 share/doc/pgsql/admin/trouble.htm
-share/doc/pgsql/admin/x1118.htm
-share/doc/pgsql/admin/x1138.htm
-share/doc/pgsql/admin/x1147.htm
-share/doc/pgsql/admin/x1180.htm
-share/doc/pgsql/admin/x1189.htm
-share/doc/pgsql/admin/x1466.htm
-share/doc/pgsql/admin/x1485.htm
-share/doc/pgsql/admin/x1509.htm
-share/doc/pgsql/admin/x1574.htm
-share/doc/pgsql/admin/x1608.htm
-share/doc/pgsql/admin/x1625.htm
-share/doc/pgsql/admin/x1640.htm
-share/doc/pgsql/admin/x1723.htm
-share/doc/pgsql/admin/x1730.htm
-share/doc/pgsql/admin/x1767.htm
-share/doc/pgsql/admin/x1893.htm
-share/doc/pgsql/admin/x1904.htm
-share/doc/pgsql/admin/x1915.htm
-share/doc/pgsql/admin/x1956.htm
-share/doc/pgsql/admin/x1972.htm
-share/doc/pgsql/admin/x1991.htm
-share/doc/pgsql/admin/x2035.htm
-share/doc/pgsql/admin/x2057.htm
-share/doc/pgsql/admin/x2072.htm
-share/doc/pgsql/admin/x2081.htm
-share/doc/pgsql/admin/x2104.htm
-share/doc/pgsql/admin/x2118.htm
-share/doc/pgsql/admin/x2121.htm
-share/doc/pgsql/admin/x2146.htm
-share/doc/pgsql/admin/x2183.htm
-share/doc/pgsql/admin/x2190.htm
-share/doc/pgsql/admin/x2197.htm
-share/doc/pgsql/admin/x2204.htm
-share/doc/pgsql/admin/x2208.htm
-share/doc/pgsql/admin/x427.htm
-share/doc/pgsql/admin/x494.htm
-share/doc/pgsql/admin/x569.htm
-share/doc/pgsql/admin/x606.htm
-share/doc/pgsql/admin/x760.htm
+share/doc/pgsql/admin/trouble1696.htm
+share/doc/pgsql/admin/trouble1711.htm
 share/doc/pgsql/admin/y2k.htm
-share/doc/pgsql/admin/layout.gif
 share/doc/pgsql/postgres/about.htm
 share/doc/pgsql/postgres/advanced.htm
+share/doc/pgsql/postgres/advanced23214.htm
+share/doc/pgsql/postgres/advanced23236.htm
+share/doc/pgsql/postgres/advanced23256.htm
 share/doc/pgsql/postgres/app-createdb.htm
 share/doc/pgsql/postgres/app-createuser.htm
 share/doc/pgsql/postgres/app-destroydb.htm
@@ -223,45 +226,161 @@
 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/bki21904.htm
+share/doc/pgsql/postgres/bki21989.htm
+share/doc/pgsql/postgres/bki22013.htm
+share/doc/pgsql/postgres/bki22074.htm
+share/doc/pgsql/postgres/catalogs.gif
+share/doc/pgsql/postgres/clientserver.gif
 share/doc/pgsql/postgres/compiler.htm
 share/doc/pgsql/postgres/config.htm
+share/doc/pgsql/postgres/config12627.htm
+share/doc/pgsql/postgres/config12702.htm
+share/doc/pgsql/postgres/config12739.htm
+share/doc/pgsql/postgres/connections.gif
 share/doc/pgsql/postgres/copyright.htm
+share/doc/pgsql/postgres/createtableas.htm
 share/doc/pgsql/postgres/cvs.htm
+share/doc/pgsql/postgres/cvs23724.htm
+share/doc/pgsql/postgres/cvs23780.htm
 share/doc/pgsql/postgres/datatype.htm
+share/doc/pgsql/postgres/datatype1380.htm
+share/doc/pgsql/postgres/datatype1412.htm
+share/doc/pgsql/postgres/datatype1511.htm
+share/doc/pgsql/postgres/datatype703.htm
+share/doc/pgsql/postgres/datatype729.htm
+share/doc/pgsql/postgres/datatype793.htm
 share/doc/pgsql/postgres/datetime-appendix.htm
+share/doc/pgsql/postgres/datetime-appendix23641.htm
 share/doc/pgsql/postgres/dfunc.htm
+share/doc/pgsql/postgres/dfunc15567.htm
+share/doc/pgsql/postgres/dfunc15577.htm
 share/doc/pgsql/postgres/disk.htm
 share/doc/pgsql/postgres/docguide.htm
+share/doc/pgsql/postgres/docguide24006.htm
+share/doc/pgsql/postgres/docguide24037.htm
+share/doc/pgsql/postgres/docguide25253.htm
+share/doc/pgsql/postgres/docguide25274.htm
+share/doc/pgsql/postgres/docguide25300.htm
+share/doc/pgsql/postgres/docguide25388.htm
+share/doc/pgsql/postgres/docguide25668.htm
 share/doc/pgsql/postgres/ecpg.htm
+share/doc/pgsql/postgres/ecpg17490.htm
+share/doc/pgsql/postgres/ecpg17508.htm
+share/doc/pgsql/postgres/ecpg17650.htm
+share/doc/pgsql/postgres/ecpg17660.htm
+share/doc/pgsql/postgres/ecpg17680.htm
+share/doc/pgsql/postgres/ecpg17685.htm
 share/doc/pgsql/postgres/environ.htm
 share/doc/pgsql/postgres/extend.htm
+share/doc/pgsql/postgres/extend14525.htm
+share/doc/pgsql/postgres/extend14537.htm
 share/doc/pgsql/postgres/func-ref.htm
 share/doc/pgsql/postgres/functions.htm
+share/doc/pgsql/postgres/functions2183.htm
+share/doc/pgsql/postgres/functions2221.htm
+share/doc/pgsql/postgres/functions2364.htm
+share/doc/pgsql/postgres/functions2449.htm
+share/doc/pgsql/postgres/functions2667.htm
+share/doc/pgsql/postgres/geqo-biblio.htm
 share/doc/pgsql/postgres/geqo.htm
+share/doc/pgsql/postgres/geqo20921.htm
+share/doc/pgsql/postgres/geqo20944.htm
+share/doc/pgsql/postgres/geqo20982.htm
 share/doc/pgsql/postgres/gist.htm
 share/doc/pgsql/postgres/index.html
 share/doc/pgsql/postgres/inherit.htm
 share/doc/pgsql/postgres/install-win32.htm
+share/doc/pgsql/postgres/install-win3213313.htm
+share/doc/pgsql/postgres/install-win3213322.htm
 share/doc/pgsql/postgres/install.htm
+share/doc/pgsql/postgres/install12893.htm
+share/doc/pgsql/postgres/install13251.htm
+share/doc/pgsql/postgres/install13271.htm
+share/doc/pgsql/postgres/install13280.htm
 share/doc/pgsql/postgres/intro.htm
-share/doc/pgsql/postgres/spi.htm
+share/doc/pgsql/postgres/intro177.htm
+share/doc/pgsql/postgres/intro60.htm
 share/doc/pgsql/postgres/jdbc.htm
+share/doc/pgsql/postgres/jdbc20288.htm
+share/doc/pgsql/postgres/jdbc20301.htm
+share/doc/pgsql/postgres/jdbc20308.htm
+share/doc/pgsql/postgres/jdbc20316.htm
+share/doc/pgsql/postgres/jdbc20334.htm
+share/doc/pgsql/postgres/jdbc20371.htm
+share/doc/pgsql/postgres/jdbc20402.htm
+share/doc/pgsql/postgres/jdbc20406.htm
+share/doc/pgsql/postgres/jdbc20410.htm
+share/doc/pgsql/postgres/jdbc20429.htm
+share/doc/pgsql/postgres/jdbc20459.htm
 share/doc/pgsql/postgres/keys.htm
 share/doc/pgsql/postgres/largeobjects.htm
+share/doc/pgsql/postgres/largeobjects17378.htm
+share/doc/pgsql/postgres/largeobjects17381.htm
+share/doc/pgsql/postgres/largeobjects17433.htm
+share/doc/pgsql/postgres/largeobjects17440.htm
+share/doc/pgsql/postgres/largeobjects17444.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-chapter18058.htm
+share/doc/pgsql/postgres/libpq-chapter18164.htm
+share/doc/pgsql/postgres/libpq-chapter18210.htm
+share/doc/pgsql/postgres/libpq-chapter18220.htm
+share/doc/pgsql/postgres/libpq-chapter18236.htm
+share/doc/pgsql/postgres/libpq-chapter18268.htm
+share/doc/pgsql/postgres/libpq-chapter18281.htm
+share/doc/pgsql/postgres/libpq-chapter18296.htm
+share/doc/pgsql/postgres/libpq-chapter18372.htm
+share/doc/pgsql/postgres/libpq-chapter18375.htm
 share/doc/pgsql/postgres/libpq-envars.htm
 share/doc/pgsql/postgres/libpqplusplus.htm
+share/doc/pgsql/postgres/libpqplusplus18476.htm
+share/doc/pgsql/postgres/libpqplusplus18486.htm
+share/doc/pgsql/postgres/libpqplusplus18516.htm
+share/doc/pgsql/postgres/libpqplusplus18617.htm
+share/doc/pgsql/postgres/libpqplusplus18640.htm
+share/doc/pgsql/postgres/libpqplusplus18683.htm
 share/doc/pgsql/postgres/manage-ag.htm
+share/doc/pgsql/postgres/manage-ag13710.htm
+share/doc/pgsql/postgres/manage-ag13753.htm
+share/doc/pgsql/postgres/manage-ag13762.htm
 share/doc/pgsql/postgres/manage.htm
+share/doc/pgsql/postgres/manage3306.htm
+share/doc/pgsql/postgres/manage3330.htm
+share/doc/pgsql/postgres/manage3371.htm
 share/doc/pgsql/postgres/mvcc.htm
+share/doc/pgsql/postgres/mvcc3058.htm
+share/doc/pgsql/postgres/mvcc3111.htm
+share/doc/pgsql/postgres/mvcc3123.htm
+share/doc/pgsql/postgres/mvcc3136.htm
+share/doc/pgsql/postgres/mvcc3213.htm
+share/doc/pgsql/postgres/mvcc3234.htm
 share/doc/pgsql/postgres/newuser.htm
 share/doc/pgsql/postgres/notation.htm
 share/doc/pgsql/postgres/odbc.htm
+share/doc/pgsql/postgres/odbc19825.htm
+share/doc/pgsql/postgres/odbc19863.htm
+share/doc/pgsql/postgres/odbc20031.htm
+share/doc/pgsql/postgres/odbc20053.htm
 share/doc/pgsql/postgres/operators.htm
+share/doc/pgsql/postgres/operators1716.htm
+share/doc/pgsql/postgres/operators1787.htm
+share/doc/pgsql/postgres/operators1857.htm
+share/doc/pgsql/postgres/operators1967.htm
+share/doc/pgsql/postgres/operators2026.htm
+share/doc/pgsql/postgres/operators2080.htm
 share/doc/pgsql/postgres/overview.htm
+share/doc/pgsql/postgres/overview20521.htm
+share/doc/pgsql/postgres/overview20546.htm
+share/doc/pgsql/postgres/overview20674.htm
+share/doc/pgsql/postgres/overview20730.htm
+share/doc/pgsql/postgres/overview20784.htm
 share/doc/pgsql/postgres/page.htm
+share/doc/pgsql/postgres/page22137.htm
+share/doc/pgsql/postgres/page22151.htm
 share/doc/pgsql/postgres/part-admin.htm
 share/doc/pgsql/postgres/part-appendix.htm
 share/doc/pgsql/postgres/part-developer.htm
@@ -284,24 +403,69 @@
 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.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/pgtcl18759.htm
+share/doc/pgsql/postgres/pgtcl18763.htm
 share/doc/pgsql/postgres/ports.htm
+share/doc/pgsql/postgres/ports12560.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/protocol21097.htm
+share/doc/pgsql/postgres/protocol21252.htm
+share/doc/pgsql/postgres/protocol21288.htm
 share/doc/pgsql/postgres/query.htm
+share/doc/pgsql/postgres/query23068.htm
+share/doc/pgsql/postgres/query23084.htm
+share/doc/pgsql/postgres/query23105.htm
+share/doc/pgsql/postgres/query23114.htm
+share/doc/pgsql/postgres/query23132.htm
+share/doc/pgsql/postgres/query23139.htm
+share/doc/pgsql/postgres/query23154.htm
+share/doc/pgsql/postgres/query23158.htm
+share/doc/pgsql/postgres/query23165.htm
 share/doc/pgsql/postgres/recovery.htm
 share/doc/pgsql/postgres/regress.htm
+share/doc/pgsql/postgres/regress13926.htm
+share/doc/pgsql/postgres/regress13933.htm
+share/doc/pgsql/postgres/regress13970.htm
 share/doc/pgsql/postgres/release.htm
+share/doc/pgsql/postgres/release14025.htm
+share/doc/pgsql/postgres/release14107.htm
+share/doc/pgsql/postgres/release14118.htm
+share/doc/pgsql/postgres/release14129.htm
+share/doc/pgsql/postgres/release14170.htm
+share/doc/pgsql/postgres/release14186.htm
+share/doc/pgsql/postgres/release14205.htm
+share/doc/pgsql/postgres/release14249.htm
+share/doc/pgsql/postgres/release14271.htm
+share/doc/pgsql/postgres/release14286.htm
+share/doc/pgsql/postgres/release14295.htm
+share/doc/pgsql/postgres/release14318.htm
+share/doc/pgsql/postgres/release14332.htm
+share/doc/pgsql/postgres/release14335.htm
+share/doc/pgsql/postgres/release14360.htm
+share/doc/pgsql/postgres/release14397.htm
+share/doc/pgsql/postgres/release14404.htm
+share/doc/pgsql/postgres/release14411.htm
+share/doc/pgsql/postgres/release14418.htm
+share/doc/pgsql/postgres/release14422.htm
 share/doc/pgsql/postgres/rules.htm
+share/doc/pgsql/postgres/rules14948.htm
+share/doc/pgsql/postgres/rules15109.htm
+share/doc/pgsql/postgres/rules15240.htm
+share/doc/pgsql/postgres/rules15254.htm
 share/doc/pgsql/postgres/runtime.htm
 share/doc/pgsql/postgres/security.htm
+share/doc/pgsql/postgres/security13599.htm
+share/doc/pgsql/postgres/security13618.htm
+share/doc/pgsql/postgres/security13642.htm
 share/doc/pgsql/postgres/signals.htm
 share/doc/pgsql/postgres/spi-spiconnect.htm
 share/doc/pgsql/postgres/spi-spicopytuple.htm
@@ -321,11 +485,16 @@
 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/spi16142.htm
+share/doc/pgsql/postgres/spi16855.htm
+share/doc/pgsql/postgres/spi16877.htm
+share/doc/pgsql/postgres/spi16882.htm
 share/doc/pgsql/postgres/sql-abort.htm
 share/doc/pgsql/postgres/sql-altertable.htm
 share/doc/pgsql/postgres/sql-alteruser.htm
-share/doc/pgsql/postgres/sql-close.htm
 share/doc/pgsql/postgres/sql-beginwork.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-commit.htm
@@ -342,7 +511,6 @@
 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-set.htm
 share/doc/pgsql/postgres/sql-createview.htm
 share/doc/pgsql/postgres/sql-declare.htm
 share/doc/pgsql/postgres/sql-delete.htm
@@ -373,209 +541,52 @@
 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-unlisten.htm
 share/doc/pgsql/postgres/sql-update.htm
 share/doc/pgsql/postgres/sql-vacuum-1.htm
 share/doc/pgsql/postgres/sql.htm
+share/doc/pgsql/postgres/sql22234.htm
+share/doc/pgsql/postgres/sql22352.htm
 share/doc/pgsql/postgres/start.htm
+share/doc/pgsql/postgres/start22962.htm
+share/doc/pgsql/postgres/start22979.htm
 share/doc/pgsql/postgres/storage.htm
 share/doc/pgsql/postgres/syntax.htm
+share/doc/pgsql/postgres/syntax439.htm
 share/doc/pgsql/postgres/terminology.htm
 share/doc/pgsql/postgres/triggers.htm
+share/doc/pgsql/postgres/triggers15613.htm
+share/doc/pgsql/postgres/triggers15619.htm
+share/doc/pgsql/postgres/triggers15627.htm
 share/doc/pgsql/postgres/trouble.htm
+share/doc/pgsql/postgres/trouble13828.htm
+share/doc/pgsql/postgres/trouble13843.htm
 share/doc/pgsql/postgres/typeconv.htm
+share/doc/pgsql/postgres/typeconv2785.htm
+share/doc/pgsql/postgres/typeconv2848.htm
+share/doc/pgsql/postgres/typeconv2901.htm
+share/doc/pgsql/postgres/typeconv2921.htm
 share/doc/pgsql/postgres/utilities.htm
-share/doc/pgsql/postgres/x1061.htm
-share/doc/pgsql/postgres/x1093.htm
-share/doc/pgsql/postgres/x1192.htm
-share/doc/pgsql/postgres/x120.htm
-share/doc/pgsql/postgres/x12039.htm
-share/doc/pgsql/postgres/x12106.htm
-share/doc/pgsql/postgres/x12181.htm
-share/doc/pgsql/postgres/x12218.htm
-share/doc/pgsql/postgres/x12372.htm
-share/doc/pgsql/postgres/x12730.htm
-share/doc/pgsql/postgres/x12750.htm
-share/doc/pgsql/postgres/x12759.htm
-share/doc/pgsql/postgres/x12792.htm
-share/doc/pgsql/postgres/x12801.htm
-share/doc/pgsql/postgres/x13078.htm
-share/doc/pgsql/postgres/x13097.htm
-share/doc/pgsql/postgres/x13121.htm
-share/doc/pgsql/postgres/x13186.htm
-share/doc/pgsql/postgres/x13220.htm
-share/doc/pgsql/postgres/x13237.htm
-share/doc/pgsql/postgres/x13252.htm
-share/doc/pgsql/postgres/x13335.htm
-share/doc/pgsql/postgres/x13342.htm
-share/doc/pgsql/postgres/x13379.htm
-share/doc/pgsql/postgres/x13505.htm
-share/doc/pgsql/postgres/x13516.htm
-share/doc/pgsql/postgres/x13527.htm
-share/doc/pgsql/postgres/x13568.htm
-share/doc/pgsql/postgres/x13584.htm
-share/doc/pgsql/postgres/x13603.htm
-share/doc/pgsql/postgres/x13647.htm
-share/doc/pgsql/postgres/x13669.htm
-share/doc/pgsql/postgres/x13684.htm
-share/doc/pgsql/postgres/x13693.htm
-share/doc/pgsql/postgres/x13716.htm
-share/doc/pgsql/postgres/x13730.htm
-share/doc/pgsql/postgres/x13733.htm
-share/doc/pgsql/postgres/x13758.htm
-share/doc/pgsql/postgres/x13795.htm
-share/doc/pgsql/postgres/x13802.htm
-share/doc/pgsql/postgres/x13809.htm
-share/doc/pgsql/postgres/x13816.htm
-share/doc/pgsql/postgres/x13820.htm
-share/doc/pgsql/postgres/x13923.htm
-share/doc/pgsql/postgres/x13935.htm
-share/doc/pgsql/postgres/x1397.htm
-share/doc/pgsql/postgres/x14061.htm
-share/doc/pgsql/postgres/x14346.htm
-share/doc/pgsql/postgres/x14507.htm
-share/doc/pgsql/postgres/x14638.htm
-share/doc/pgsql/postgres/x14652.htm
-share/doc/pgsql/postgres/x1468.htm
-share/doc/pgsql/postgres/x14965.htm
-share/doc/pgsql/postgres/x14975.htm
-share/doc/pgsql/postgres/x15011.htm
-share/doc/pgsql/postgres/x15017.htm
-share/doc/pgsql/postgres/x15025.htm
-share/doc/pgsql/postgres/x1538.htm
-share/doc/pgsql/postgres/x15540.htm
-share/doc/pgsql/postgres/x16253.htm
-share/doc/pgsql/postgres/x16275.htm
-share/doc/pgsql/postgres/x16280.htm
-share/doc/pgsql/postgres/x16328.htm
-share/doc/pgsql/postgres/x1648.htm
-share/doc/pgsql/postgres/x16598.htm
-share/doc/pgsql/postgres/x16776.htm
-share/doc/pgsql/postgres/x16779.htm
-share/doc/pgsql/postgres/x16831.htm
-share/doc/pgsql/postgres/x16838.htm
-share/doc/pgsql/postgres/x16842.htm
-share/doc/pgsql/postgres/x16888.htm
-share/doc/pgsql/postgres/x16906.htm
-share/doc/pgsql/postgres/x17048.htm
-share/doc/pgsql/postgres/x17058.htm
-share/doc/pgsql/postgres/x1707.htm
-share/doc/pgsql/postgres/x17078.htm
-share/doc/pgsql/postgres/x17083.htm
-share/doc/pgsql/postgres/x17456.htm
-share/doc/pgsql/postgres/x17562.htm
-share/doc/pgsql/postgres/x17608.htm
-share/doc/pgsql/postgres/x1761.htm
-share/doc/pgsql/postgres/x17618.htm
-share/doc/pgsql/postgres/x17634.htm
-share/doc/pgsql/postgres/x17666.htm
-share/doc/pgsql/postgres/x17679.htm
-share/doc/pgsql/postgres/x17694.htm
-share/doc/pgsql/postgres/x17773.htm
-share/doc/pgsql/postgres/x17776.htm
-share/doc/pgsql/postgres/x17880.htm
-share/doc/pgsql/postgres/x17890.htm
-share/doc/pgsql/postgres/x17920.htm
-share/doc/pgsql/postgres/x18021.htm
-share/doc/pgsql/postgres/x18044.htm
-share/doc/pgsql/postgres/x18087.htm
-share/doc/pgsql/postgres/x18163.htm
-share/doc/pgsql/postgres/x18167.htm
-share/doc/pgsql/postgres/x1864.htm
-share/doc/pgsql/postgres/x1902.htm
-share/doc/pgsql/postgres/x19229.htm
-share/doc/pgsql/postgres/x19267.htm
-share/doc/pgsql/postgres/x19435.htm
-share/doc/pgsql/postgres/x19457.htm
-share/doc/pgsql/postgres/x19692.htm
-share/doc/pgsql/postgres/x19705.htm
-share/doc/pgsql/postgres/x19712.htm
-share/doc/pgsql/postgres/x19720.htm
-share/doc/pgsql/postgres/x19738.htm
-share/doc/pgsql/postgres/x19775.htm
-share/doc/pgsql/postgres/x19806.htm
-share/doc/pgsql/postgres/x19810.htm
-share/doc/pgsql/postgres/x19814.htm
-share/doc/pgsql/postgres/x19833.htm
-share/doc/pgsql/postgres/x19863.htm
-share/doc/pgsql/postgres/x19925.htm
-share/doc/pgsql/postgres/x19950.htm
-share/doc/pgsql/postgres/x20078.htm
-share/doc/pgsql/postgres/x20134.htm
-share/doc/pgsql/postgres/x20188.htm
-share/doc/pgsql/postgres/x20325.htm
-share/doc/pgsql/postgres/x20348.htm
-share/doc/pgsql/postgres/x20386.htm
-share/doc/pgsql/postgres/x2045.htm
-share/doc/pgsql/postgres/x20501.htm
-share/doc/pgsql/postgres/x20656.htm
-share/doc/pgsql/postgres/x20692.htm
-share/doc/pgsql/postgres/x2130.htm
-share/doc/pgsql/postgres/x21308.htm
-share/doc/pgsql/postgres/x21393.htm
-share/doc/pgsql/postgres/x21417.htm
-share/doc/pgsql/postgres/x21478.htm
-share/doc/pgsql/postgres/x21541.htm
-share/doc/pgsql/postgres/x21555.htm
-share/doc/pgsql/postgres/x21597.htm
-share/doc/pgsql/postgres/x21700.htm
-share/doc/pgsql/postgres/x21942.htm
-share/doc/pgsql/postgres/x22060.htm
-share/doc/pgsql/postgres/x22670.htm
-share/doc/pgsql/postgres/x22687.htm
-share/doc/pgsql/postgres/x22776.htm
-share/doc/pgsql/postgres/x22792.htm
-share/doc/pgsql/postgres/x22813.htm
-share/doc/pgsql/postgres/x22822.htm
-share/doc/pgsql/postgres/x22840.htm
-share/doc/pgsql/postgres/x22847.htm
-share/doc/pgsql/postgres/x22862.htm
-share/doc/pgsql/postgres/x22866.htm
-share/doc/pgsql/postgres/x22873.htm
-share/doc/pgsql/postgres/x22922.htm
-share/doc/pgsql/postgres/x22944.htm
-share/doc/pgsql/postgres/x22964.htm
-share/doc/pgsql/postgres/x23345.htm
-share/doc/pgsql/postgres/x23426.htm
-share/doc/pgsql/postgres/x2348.htm
-share/doc/pgsql/postgres/x23482.htm
-share/doc/pgsql/postgres/x23708.htm
-share/doc/pgsql/postgres/x23739.htm
-share/doc/pgsql/postgres/x2466.htm
-share/doc/pgsql/postgres/x24955.htm
-share/doc/pgsql/postgres/x24975.htm
-share/doc/pgsql/postgres/x25022.htm
-share/doc/pgsql/postgres/x2529.htm
-share/doc/pgsql/postgres/x25302.htm
-share/doc/pgsql/postgres/x2582.htm
-share/doc/pgsql/postgres/x2602.htm
-share/doc/pgsql/postgres/x2739.htm
-share/doc/pgsql/postgres/x2791.htm
-share/doc/pgsql/postgres/x2803.htm
-share/doc/pgsql/postgres/x2816.htm
-share/doc/pgsql/postgres/x2893.htm
-share/doc/pgsql/postgres/x2914.htm
-share/doc/pgsql/postgres/x2986.htm
-share/doc/pgsql/postgres/x3010.htm
-share/doc/pgsql/postgres/x3051.htm
-share/doc/pgsql/postgres/x384.htm
-share/doc/pgsql/postgres/x410.htm
-share/doc/pgsql/postgres/x474.htm
 share/doc/pgsql/postgres/xaggr.htm
 share/doc/pgsql/postgres/xfunc.htm
+share/doc/pgsql/postgres/xfunc14663.htm
 share/doc/pgsql/postgres/xindex.htm
 share/doc/pgsql/postgres/xoper.htm
 share/doc/pgsql/postgres/xplang.htm
+share/doc/pgsql/postgres/xplang16930.htm
+share/doc/pgsql/postgres/xplang17200.htm
 share/doc/pgsql/postgres/xtypes.htm
 share/doc/pgsql/postgres/y2k.htm
-share/doc/pgsql/postgres/catalogs.gif
-share/doc/pgsql/postgres/connections.gif
-share/doc/pgsql/postgres/layout.gif
+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/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/dfunc.htm
@@ -610,10 +621,10 @@
 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.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/preface.htm
 share/doc/pgsql/programmer/programmer.htm
 share/doc/pgsql/programmer/programmer.html
@@ -735,16 +746,16 @@
 share/doc/pgsql/programmer/xplang.htm
 share/doc/pgsql/programmer/xtypes.htm
 share/doc/pgsql/programmer/y2k.htm
-share/doc/pgsql/programmer/catalogs.gif
-share/doc/pgsql/programmer/connections.gif
+share/doc/pgsql/tutorial.ps.gz
 share/doc/pgsql/tutorial/about.htm
 share/doc/pgsql/tutorial/advanced.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/intro.htm
 share/doc/pgsql/tutorial/index.html
+share/doc/pgsql/tutorial/intro.htm
 share/doc/pgsql/tutorial/notation.htm
 share/doc/pgsql/tutorial/query.htm
 share/doc/pgsql/tutorial/sql-language.htm
@@ -772,7 +783,7 @@
 share/doc/pgsql/tutorial/x519.htm
 share/doc/pgsql/tutorial/x56.htm
 share/doc/pgsql/tutorial/y2k.htm
-share/doc/pgsql/tutorial/clientserver.gif
+share/doc/pgsql/user.ps.gz
 share/doc/pgsql/user/about.htm
 share/doc/pgsql/user/app-createdb.htm
 share/doc/pgsql/user/app-createuser.htm
@@ -796,8 +807,8 @@
 share/doc/pgsql/user/datetime-appendix.htm
 share/doc/pgsql/user/environ.htm
 share/doc/pgsql/user/functions.htm
-share/doc/pgsql/user/inherit.htm
 share/doc/pgsql/user/index.html
+share/doc/pgsql/user/inherit.htm
 share/doc/pgsql/user/intro.htm
 share/doc/pgsql/user/keys.htm
 share/doc/pgsql/user/manage.htm
@@ -829,7 +840,6 @@
 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-explain.htm
 share/doc/pgsql/user/sql-dropaggregate.htm
 share/doc/pgsql/user/sql-dropdatabase.htm
 share/doc/pgsql/user/sql-dropfunction.htm
@@ -843,6 +853,7 @@
 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-explain.htm
 share/doc/pgsql/user/sql-fetch.htm
 share/doc/pgsql/user/sql-grant.htm
 share/doc/pgsql/user/sql-insert.htm
@@ -870,7 +881,6 @@
 share/doc/pgsql/user/utilities.htm
 share/doc/pgsql/user/x12564.htm
 share/doc/pgsql/user/x1361.htm
-share/doc/pgsql/user/x56.htm
 share/doc/pgsql/user/x1393.htm
 share/doc/pgsql/user/x1492.htm
 share/doc/pgsql/user/x159.htm
@@ -899,6 +909,7 @@
 share/doc/pgsql/user/x3310.htm
 share/doc/pgsql/user/x3351.htm
 share/doc/pgsql/user/x420.htm
+share/doc/pgsql/user/x56.htm
 share/doc/pgsql/user/x684.htm
 share/doc/pgsql/user/x710.htm
 share/doc/pgsql/user/x774.htm

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907210124.DAA88977>