Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors |
Name: postgresql | Distribution: Think Blue for zSeries (64 bit) |
Version: 7.0.3 | Vendor: Millenux GmbH, Germany, http://www.millenux.com/ |
Release: 8 | Build date: Fri May 11 21:51:48 2001 |
Group: Applications/Databases | Build host: z02.millenux.com |
Size: 7139045 | Source RPM: postgresql-7.0.3-8.src.rpm |
Packager: Millenux GmbH, Germany, <support@millenux.com> | |
Url: http://www.postgresql.org/ | |
Summary: PostgreSQL client programs and libraries. |
PostgreSQL is an advanced Object-Relational database management system (DBMS) that supports almost all SQL constructs (including transactions, subselects and user-defined types and functions). The postgresql package includes the client programs and libraries that you'll need to access a PostgreSQL DBMS server. These PostgreSQL client programs are programs that directly manipulate the internal structure of PostgreSQL databases on a PostgreSQL server. These client programs can be located on the same machine with the PostgreSQL server, or may be on a remote machine which accesses a PostgreSQL server over a network connection. This package contains the client libraries for C and C++, as well as command-line utilities for managing PostgreSQL databases on a PostgreSQL server. If you want to manipulate a PostgreSQL database on a remote PostgreSQL server, you need this package. You also need to install this package if you're installing the postgresql-server package.
BSD
MD5: 8a665c39f063efedebdfbfc35b77db54
GPG
* Tue Apr 10 2001 Oliver Paukstadt <oliver.paukstadt@millenux.com> - ported to s390x (64 Bit) * Tue Jan 23 2001 Trond Eivind Glomsrød <teg@redhat.com> - improve gettextization * Wed Jan 17 2001 Trond Eivind Glomsrød <teg@redhat.com> - gettextize - turn off by default * Fri Jan 12 2001 Trond Eivind Glomsrød <teg@redhat.com> - use mkstemp for creating the file used by \e in the psql client (problem from #23695, patch made from scratch) - increase sleep interval in init script (#23870) - don't include JDBC jars for 6.5 anymore - add a conditional for building test subpackage - misc cleanups * Thu Jan 11 2001 Trond Eivind Glomsrød <teg@redhat.com> - add tk as a buildprereq (#23693) * Mon Jan 01 2001 Trond Eivind Glomsrød <teg@redhat.com> - bzip sources - remove test package * Mon Dec 11 2000 Oliver Paukstadt <oliver.paukstadt@millenux.com> - ported to s390 * Fri Dec 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - changes to the logrotate script - fix spelling error in postgresql-tcl description * Tue Nov 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - made a template for IA64 (symlink to i386) * Mon Nov 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - add patch for IA64 (I got one from Lamar and modified it) * Mon Nov 13 2000 Lamar Owen <lamar@postgresql.org> - RELEASE: 7.0.3-1 - Minor edits to initscript. - PRE-RELEASE: 7.0.3-0.6 (final test) - Final 7.0.3 tarball. - Cross-dist changes to RedHat initscript for better portability. - changed README.rpm name to README.rpm-dist (the .rpm extension confused --some GUI file managers, as RealPlayer also uses that extension). - Edited README.rpm-dist to reflect cross-distribution packaging. - NOTE: SuSE cross-compatibility is not yet complete SuSE RPM's for 7.0.3 --that are tailored for SuSE will be made available. - Fixed stupid dependency -- the main .so's were in the devel package (Arggh) * Sat Nov 11 2000 Lamar Owen <lamar@postgresql.org> - PRE-RELEASE: 7.0.3-0.5 - Framework for better distribution-independent build - Conditional around libtool conf stuff copy (For RedHat 6.1 and such). - Conditional around RedHat-style initscript stuff. - Comments at top of spec file now list copyright and license for spec file, --as the license and copyright for the spec file itself has not previously --been stated. - Envvars for postgres home dir login in .bash_profile. - initscript now checks for success and failure functions using: --typeset -f|grep "declare -f function_name" construct. * Fri Nov 10 2000 Lamar Owen <lamar@postgresql.org> - PRE-RELEASE: 7.0.3-0.4 - Directory ownership on /usr/lib/pgsql/test/regress was root.root. - Patch Makefile.shlib to not use -soname for RPM's. - Newer prerelease 7.0.3 tarball. * Thu Nov 09 2000 Lamar Owen <lamar@postgresql.org> - PRE-RELEASE: 7.0.3-0.3 - Don't bother copying the test stuff I'm not packaging. - Fix group add/del stuff in server subpackage post and postun scriptlets. - symlink /usr/lib/libpq.so.2.0 -> libpq.so.2.1 * Mon Nov 06 2000 Lamar Owen <lamar@postgresql.org> - PRE-RELEASE: 7.0.3-0.2 - preliminary 7.0.3 distribution tarball -- reinstated man pages, etc. * Sat Nov 04 2000 Lamar Owen <lamar@postgresql.org> - PRE-RELEASE: 7.0.3-0.1. - Improved test subpackage -- only package regression. - Latest pre-7.0.3 snapshot. - Split out SuSE and Caldera spec files. Caldera COL eServer 2.3 requires -- RPM 2.5.5-compatible spec files. SuSE is just too different from the others -- for the spec file to cope, for now. - TODO: man pages and documentation. * Mon Oct 30 2000 Lamar Owen <lamar@postgresql.org> - pre-7.0.3 * Mon Oct 30 2000 Lamar Owen <lamar@postgresql.org> - Reenabled the test subpackage for ftp.postgresql.org dist. - Backported to RH 6.2 -- involved the Pg man page, doesn't appear to require -- other stuff to be done. * Sun Oct 22 2000 Trond Eivind Glomsrød <teg@redhat.com> - make /etc/logrotate.d/postgres 0644 instead of 0700 (#19520) * Thu Oct 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - rebuild with new glibc which has semaphore fixes for Alpha * Tue Sep 05 2000 Trond Eivind Glomsrød <teg@redhat.com> - add documention for python interface (#17261) - move the python interface tutorial to the %doc section * Thu Aug 24 2000 Trond Eivind Glomsrød <teg@redhat.com> - the old dump script didn't work - added rh-pgdump.sh to handle this. Point docs at it, and tell how it is to be used. * Mon Aug 21 2000 Trond Eivind Glomsrød <teg@redhat.com> - fix the initscript so it points you at the 7.0.2 directory in /usr/share/doc, not 7.0 (#16163). Also, remove statement it was built on a 6.2 system. - prereq /lib/cpp and initscripts - fix backups of existing files (#16706) - fix conditional restart * Sat Aug 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - fix README.rpm to it points at /usr/share/doc, not /usr/doc (part of #16416) * Wed Aug 16 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't build test package anymore, it's broken. These tests should be run by pgsql developers and not by db-developers, so it's not a big loss (#16165). Obsolete it in the main package, so it doesn't get left over * Mon Aug 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - reference docs in /usr/share/doc, not /usr/doc (#16163) - add python-devel, perl and tcl as build prereqs - use /dev/null as STDIN for su commands in initscripts, to avoid error messages from not being able to read from tty * Sat Aug 05 2000 Bill Nottingham <notting@redhat.com> - condrestart fixes * Mon Jul 31 2000 Trond Eivind Glomsrød <teg@redhat.com> - remove all plperl references, to avoid confusing post install scripts - cleanups * Mon Jul 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - remove the symlink from libpq.so.2.0 to libpq.so.2.1 - remove some binaries from docs - fix dangling symlink os.h - use /sbin/service * Thu Jul 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't strip manually - fixes to init script so they look more like the rest (#13749, from giulioo@pobox.com) - use /etc/rc.d/init.d again (sigh) * Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild * Thu Jul 06 2000 Trond Eivind Glomsrød <teg@redhat.com> - "Prereq:", not "Requires:" for /etc/init.d * Thu Jul 06 2000 Trond Eivind Glomsrød <teg@redhat.com> - require /etc/init.d * Wed Jun 21 2000 Trond Eivind Glomsrød <teg@redhat.com> - remove perl kludge as perl 5.6 is now fixed - include the man page for the perl module - fix the init script and spec file to handle conditional restart - move the init file to /etc/init.d - use License instead of Copyright * Mon Jun 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - rebuild * Tue Jun 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - use %defattr on postgresql-perl - use %{_tmppath} - Don't use release number in patch - Don't build on ia64 yet * Mon Jun 12 2000 Lamar Owen <lamar.owen@wgcr.org> - 7.0.2-2 - Corrected misreporting of version. - Corrected for non-root build clean script. * Mon Jun 05 2000 Lamar Owen <lamar.owen@wgcr.org> - 7.0.2 - Postgresql-dump manpage to man1, and to separate source file to facilitate -- _mandir macro expansion correctness. - NOTE: The PostScript documentation is no longer being included in the -- PostgreSQL tarball. If demand is such, I will pull together a -- postgresql-ps-docs subpackage or pull in the PostScript docs into the -- main package. - RPM patchset has release number, now, to prevent patchfile confusion :-(. * Sat Jun 03 2000 Lamar Owen <lamar.owen@wgcr.org> - Incorporate most of Trond's changes (reenabled the alpha -- patches, as it was a packaging error on my part). - Trimmed changelog history to Version 7.0beta1 on. To see the -- previous changelog, grab the 6.5.3 RPM from RedHat 6.2 and pull the spec. - Rev to 7.0.1 (which incorporates the syslog patch, which has -- been removed from rpm-pgsql-7.0.1-1.patch) * Fri May 26 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable the alpha patch, as it doesn't apply cleanly - removed distribution, packager, vendor - renamed spec file - don't build pl-perl - use %{_mandir} - now includes vacuumdb.1* * Thu May 25 2000 Lamar Owen <lamar.owen@wgcr.org> - 7.0-3 - Incorporated Tatsuo's syslog segmentation patches - Incorporated some of Trond's changes (see below) -- Fixed some Perl 5.6 oddness in Rawhide - Incorporated some of Karl's changes (see below) -- PL/Perl should now work. - Fixed missing /usr/bin/pg_passwd. * Mon May 22 2000 Karl DeBisschop <kdebisschop@infoplease.com> - 7.0-2.1 - make plperl module (works for linux i386, your guess for other platforms) - use "make COPT=" because postgreSQL configusre script ignores CFLAGS * Sat May 20 2000 Lamar Owen <lamar.owen@wgcr.org> - 7.0-2 - pg_options default values changed. - SPI headers (again!) fixed in a permanent manner -- hopefully! - Alpha patches! * Wed May 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - changed bug in including man pages * Tue May 16 2000 Trond Eivind Glomsrød <teg@redhat.com> - changed buildroot, removed packager, vendor, distribution -- [Left all but buildroot as-is for PostgreSQL.org RPMS. LRO] - don't strip in package [strip in PostgreSQL.org RPMS] - fix perl weirdnesses (man page in bad location, remove perllocal.pod from file list) * Mon May 15 2000 Lamar Owen <lamar.owen@wgcr.org> - 7.0 final -1 - Man pages restructured - Changed README.rpm notices about BETA - incorporated minor changes from testing - still no 7.0 final alpha patches -- for -2 or -3, I guess. - 7.0 JDBC jars! * Sat May 06 2000 Lamar Owen <lamar.owen@wgcr.org> - 7.0RC5-0.5 - UserID of 26 to conform to RedHat Standard, instead of 40. This only -- is for new installs -- upgrades will use what was already there. - Waiting on built jar's of JDBC. If none are forthcoming by release, -- I'm going to have to bite the bullet and install the jdk.... * Mon May 01 2000 Lamar Owen <lamar.owen@wgcr.org> - 7.0RC2-0.5 - Fixed /usr/src/redhat/BUILD path to $RPM_BUILD_DIR for portability -- and so that RPM's can be built by non-root. - Minor update to README.rpm * Tue Apr 18 2000 Lamar Owen <lamar.owen@wgcr.org> - 0.6 - Fixed patchset: wasn't patching pgaccess or -i in postmaster.opts.default - minor update to README.rpm * Mon Apr 17 2000 Lamar Owen <lamar.owen@wgcr.org> - 7.0RC1-0.5 (release candidate 1.) - Fixed SPI header directories' permisssions. - Removed packaging of Alpha patches until Ryan releases RC1-tested set. * Mon Apr 10 2000 Lamar Owen <lamar.owen@wgcr.org> - 7.0beta5-0.1 (released instead of the release candidate) * Sat Apr 08 2000 Lamar Owen <lamar.owen@wgcr.org> - 7.0beta4-0.2 (pre-release-candidate CVS checkout) - Alpha patches! - pg_options.sample * Fri Mar 24 2000 Lamar Owen <lamar.owen@wgcr.org> - 7.0beta3-0.1 * Mon Feb 28 2000 Lamar Owen <lamar.owen@wgcr.org> - Release 0.3 - Fixed stderr redir problem in init script - Init script now uses pg_ctl to start postmaster - Packaged inital pg_options for good logging - built with timestamped logging. * Tue Feb 22 2000 Lamar Owen <lamar.owen@wgcr.org> - Initial 7.0beta1 build - Moved PGDATA to /var/lib/pgsql/data - First stab at logging and logrotate functionality -- test carefully! - -tcl subpackage split -- tcl client and pltcl lang separated from -- the Tk stuff. PgAccess and the tk client are now in the -tk subpackage. - No patches for Alpha as yet.
/usr/bin/createdb /usr/bin/createlang /usr/bin/createuser /usr/bin/dropdb /usr/bin/droplang /usr/bin/dropuser /usr/bin/pg_dump /usr/bin/pg_dumpall /usr/bin/pg_id /usr/bin/psql /usr/bin/vacuumdb /usr/lib/libecpg.so /usr/lib/libecpg.so.3 /usr/lib/libecpg.so.3.1.1 /usr/lib/libpgeasy.so /usr/lib/libpgeasy.so.2 /usr/lib/libpgeasy.so.2.1 /usr/lib/libpq++.so /usr/lib/libpq++.so.3 /usr/lib/libpq++.so.3.1 /usr/lib/libpq.so /usr/lib/libpq.so.2 /usr/lib/libpq.so.2.0 /usr/lib/libpq.so.2.1 /usr/share/doc/postgresql-7.0.3 /usr/share/doc/postgresql-7.0.3/COPYRIGHT /usr/share/doc/postgresql-7.0.3/FAQ /usr/share/doc/postgresql-7.0.3/FAQ_Linux /usr/share/doc/postgresql-7.0.3/HISTORY /usr/share/doc/postgresql-7.0.3/README /usr/share/doc/postgresql-7.0.3/README.Charsets /usr/share/doc/postgresql-7.0.3/README.NT /usr/share/doc/postgresql-7.0.3/README.fsync /usr/share/doc/postgresql-7.0.3/README.inet /usr/share/doc/postgresql-7.0.3/README.locale /usr/share/doc/postgresql-7.0.3/README.mb /usr/share/doc/postgresql-7.0.3/README.mb.jp /usr/share/doc/postgresql-7.0.3/README.rpm-dist /usr/share/doc/postgresql-7.0.3/admin /usr/share/doc/postgresql-7.0.3/admin/admin.htm /usr/share/doc/postgresql-7.0.3/admin/admin.html /usr/share/doc/postgresql-7.0.3/admin/biblio.htm /usr/share/doc/postgresql-7.0.3/admin/c573.htm /usr/share/doc/postgresql-7.0.3/admin/c573602.htm /usr/share/doc/postgresql-7.0.3/admin/c573680.htm /usr/share/doc/postgresql-7.0.3/admin/c573717.htm /usr/share/doc/postgresql-7.0.3/admin/copyright.htm /usr/share/doc/postgresql-7.0.3/admin/disk.htm /usr/share/doc/postgresql-7.0.3/admin/index.html /usr/share/doc/postgresql-7.0.3/admin/install-win32.htm /usr/share/doc/postgresql-7.0.3/admin/install-win321073.htm /usr/share/doc/postgresql-7.0.3/admin/install-win321082.htm /usr/share/doc/postgresql-7.0.3/admin/install.htm /usr/share/doc/postgresql-7.0.3/admin/install855.htm /usr/share/doc/postgresql-7.0.3/admin/intro-ag.htm /usr/share/doc/postgresql-7.0.3/admin/intro-ag162.htm /usr/share/doc/postgresql-7.0.3/admin/layout.gif /usr/share/doc/postgresql-7.0.3/admin/layout.htm /usr/share/doc/postgresql-7.0.3/admin/manage-ag.htm /usr/share/doc/postgresql-7.0.3/admin/manage-ag1604.htm /usr/share/doc/postgresql-7.0.3/admin/manage-ag1646.htm /usr/share/doc/postgresql-7.0.3/admin/manage-ag1655.htm /usr/share/doc/postgresql-7.0.3/admin/newuser.htm /usr/share/doc/postgresql-7.0.3/admin/notation.htm /usr/share/doc/postgresql-7.0.3/admin/pg-options.htm /usr/share/doc/postgresql-7.0.3/admin/ports.htm /usr/share/doc/postgresql-7.0.3/admin/ports481.htm /usr/share/doc/postgresql-7.0.3/admin/postmaster.htm /usr/share/doc/postgresql-7.0.3/admin/preface.htm /usr/share/doc/postgresql-7.0.3/admin/recovery.htm /usr/share/doc/postgresql-7.0.3/admin/regress.htm /usr/share/doc/postgresql-7.0.3/admin/regress1861.htm /usr/share/doc/postgresql-7.0.3/admin/regress1895.htm /usr/share/doc/postgresql-7.0.3/admin/regress1941.htm /usr/share/doc/postgresql-7.0.3/admin/release.htm /usr/share/doc/postgresql-7.0.3/admin/release2009.htm /usr/share/doc/postgresql-7.0.3/admin/release2020.htm /usr/share/doc/postgresql-7.0.3/admin/release2031.htm /usr/share/doc/postgresql-7.0.3/admin/release2042.htm /usr/share/doc/postgresql-7.0.3/admin/release2124.htm /usr/share/doc/postgresql-7.0.3/admin/release2135.htm /usr/share/doc/postgresql-7.0.3/admin/release2146.htm /usr/share/doc/postgresql-7.0.3/admin/release2187.htm /usr/share/doc/postgresql-7.0.3/admin/release2203.htm /usr/share/doc/postgresql-7.0.3/admin/release2222.htm /usr/share/doc/postgresql-7.0.3/admin/release2266.htm /usr/share/doc/postgresql-7.0.3/admin/release2288.htm /usr/share/doc/postgresql-7.0.3/admin/release2303.htm /usr/share/doc/postgresql-7.0.3/admin/release2312.htm /usr/share/doc/postgresql-7.0.3/admin/release2335.htm /usr/share/doc/postgresql-7.0.3/admin/release2349.htm /usr/share/doc/postgresql-7.0.3/admin/release2352.htm /usr/share/doc/postgresql-7.0.3/admin/release2377.htm /usr/share/doc/postgresql-7.0.3/admin/release2414.htm /usr/share/doc/postgresql-7.0.3/admin/release2421.htm /usr/share/doc/postgresql-7.0.3/admin/release2428.htm /usr/share/doc/postgresql-7.0.3/admin/release2435.htm /usr/share/doc/postgresql-7.0.3/admin/release2439.htm /usr/share/doc/postgresql-7.0.3/admin/runtime.htm /usr/share/doc/postgresql-7.0.3/admin/security.htm /usr/share/doc/postgresql-7.0.3/admin/security1450.htm /usr/share/doc/postgresql-7.0.3/admin/security1485.htm /usr/share/doc/postgresql-7.0.3/admin/security1509.htm /usr/share/doc/postgresql-7.0.3/admin/security1530.htm /usr/share/doc/postgresql-7.0.3/admin/terminology.htm /usr/share/doc/postgresql-7.0.3/admin/trouble.htm /usr/share/doc/postgresql-7.0.3/admin/trouble1721.htm /usr/share/doc/postgresql-7.0.3/admin/trouble1738.htm /usr/share/doc/postgresql-7.0.3/admin/y2k.htm /usr/share/doc/postgresql-7.0.3/bug.template /usr/share/doc/postgresql-7.0.3/contrib /usr/share/doc/postgresql-7.0.3/contrib/Makefile /usr/share/doc/postgresql-7.0.3/contrib/README /usr/share/doc/postgresql-7.0.3/contrib/apache_logging /usr/share/doc/postgresql-7.0.3/contrib/apache_logging/README /usr/share/doc/postgresql-7.0.3/contrib/apache_logging/apachelog.sql /usr/share/doc/postgresql-7.0.3/contrib/apache_logging/httpconf.txt /usr/share/doc/postgresql-7.0.3/contrib/array /usr/share/doc/postgresql-7.0.3/contrib/array/Makefile /usr/share/doc/postgresql-7.0.3/contrib/array/array_iterator.c /usr/share/doc/postgresql-7.0.3/contrib/array/array_iterator.doc /usr/share/doc/postgresql-7.0.3/contrib/array/array_iterator.h /usr/share/doc/postgresql-7.0.3/contrib/array/array_iterator.sql.in /usr/share/doc/postgresql-7.0.3/contrib/bit /usr/share/doc/postgresql-7.0.3/contrib/bit/Makefile /usr/share/doc/postgresql-7.0.3/contrib/bit/README /usr/share/doc/postgresql-7.0.3/contrib/bit/varbit.c /usr/share/doc/postgresql-7.0.3/contrib/bit/varbit.demo.sql /usr/share/doc/postgresql-7.0.3/contrib/bit/varbit.drop.sql /usr/share/doc/postgresql-7.0.3/contrib/bit/varbit.h /usr/share/doc/postgresql-7.0.3/contrib/bit/varbit.source /usr/share/doc/postgresql-7.0.3/contrib/bit/varbit_glue.c /usr/share/doc/postgresql-7.0.3/contrib/bit/vartest.c /usr/share/doc/postgresql-7.0.3/contrib/datetime /usr/share/doc/postgresql-7.0.3/contrib/datetime/Makefile /usr/share/doc/postgresql-7.0.3/contrib/datetime/datetime_functions.c /usr/share/doc/postgresql-7.0.3/contrib/datetime/datetime_functions.doc /usr/share/doc/postgresql-7.0.3/contrib/datetime/datetime_functions.h /usr/share/doc/postgresql-7.0.3/contrib/datetime/datetime_functions.sql.in /usr/share/doc/postgresql-7.0.3/contrib/earthdistance /usr/share/doc/postgresql-7.0.3/contrib/earthdistance/Makefile /usr/share/doc/postgresql-7.0.3/contrib/earthdistance/README /usr/share/doc/postgresql-7.0.3/contrib/earthdistance/earthdistance.c /usr/share/doc/postgresql-7.0.3/contrib/earthdistance/earthdistance.sql /usr/share/doc/postgresql-7.0.3/contrib/findoidjoins /usr/share/doc/postgresql-7.0.3/contrib/findoidjoins/Makefile /usr/share/doc/postgresql-7.0.3/contrib/findoidjoins/README /usr/share/doc/postgresql-7.0.3/contrib/findoidjoins/findoidjoins.c /usr/share/doc/postgresql-7.0.3/contrib/findoidjoins/make_oidjoins_check /usr/share/doc/postgresql-7.0.3/contrib/fulltextindex /usr/share/doc/postgresql-7.0.3/contrib/fulltextindex/BENCH /usr/share/doc/postgresql-7.0.3/contrib/fulltextindex/Makefile /usr/share/doc/postgresql-7.0.3/contrib/fulltextindex/README /usr/share/doc/postgresql-7.0.3/contrib/fulltextindex/fti.c /usr/share/doc/postgresql-7.0.3/contrib/fulltextindex/fticopy /usr/share/doc/postgresql-7.0.3/contrib/fulltextindex/timings.sh /usr/share/doc/postgresql-7.0.3/contrib/isbn_issn /usr/share/doc/postgresql-7.0.3/contrib/isbn_issn/Makefile /usr/share/doc/postgresql-7.0.3/contrib/isbn_issn/README /usr/share/doc/postgresql-7.0.3/contrib/isbn_issn/isbn.c /usr/share/doc/postgresql-7.0.3/contrib/isbn_issn/isbn.sql /usr/share/doc/postgresql-7.0.3/contrib/isbn_issn/issn.c /usr/share/doc/postgresql-7.0.3/contrib/isbn_issn/issn.sql /usr/share/doc/postgresql-7.0.3/contrib/likeplanning /usr/share/doc/postgresql-7.0.3/contrib/likeplanning/README /usr/share/doc/postgresql-7.0.3/contrib/likeplanning/disablelike.sql /usr/share/doc/postgresql-7.0.3/contrib/likeplanning/enablelike.sql /usr/share/doc/postgresql-7.0.3/contrib/linux /usr/share/doc/postgresql-7.0.3/contrib/linux/postgres.init.csh /usr/share/doc/postgresql-7.0.3/contrib/linux/postgres.init.sh /usr/share/doc/postgresql-7.0.3/contrib/lo /usr/share/doc/postgresql-7.0.3/contrib/lo/Makefile /usr/share/doc/postgresql-7.0.3/contrib/lo/README /usr/share/doc/postgresql-7.0.3/contrib/lo/drop.sql /usr/share/doc/postgresql-7.0.3/contrib/lo/lo.c /usr/share/doc/postgresql-7.0.3/contrib/lo/lo.sql.in /usr/share/doc/postgresql-7.0.3/contrib/lo/test.sql /usr/share/doc/postgresql-7.0.3/contrib/mSQL-interface /usr/share/doc/postgresql-7.0.3/contrib/mSQL-interface/README /usr/share/doc/postgresql-7.0.3/contrib/mSQL-interface/mpgsql.c /usr/share/doc/postgresql-7.0.3/contrib/miscutil /usr/share/doc/postgresql-7.0.3/contrib/miscutil/Makefile /usr/share/doc/postgresql-7.0.3/contrib/miscutil/misc_utils.c /usr/share/doc/postgresql-7.0.3/contrib/miscutil/misc_utils.doc /usr/share/doc/postgresql-7.0.3/contrib/miscutil/misc_utils.h /usr/share/doc/postgresql-7.0.3/contrib/miscutil/misc_utils.sql.in /usr/share/doc/postgresql-7.0.3/contrib/noupdate /usr/share/doc/postgresql-7.0.3/contrib/noupdate/noup.c /usr/share/doc/postgresql-7.0.3/contrib/noupdate/noup.example /usr/share/doc/postgresql-7.0.3/contrib/noupdate/noup.source /usr/share/doc/postgresql-7.0.3/contrib/odbc /usr/share/doc/postgresql-7.0.3/contrib/odbc/Makefile /usr/share/doc/postgresql-7.0.3/contrib/odbc/README /usr/share/doc/postgresql-7.0.3/contrib/odbc/odbc-pre7.source /usr/share/doc/postgresql-7.0.3/contrib/odbc/odbc.c /usr/share/doc/postgresql-7.0.3/contrib/odbc/odbc.sql /usr/share/doc/postgresql-7.0.3/contrib/pg_dumpaccounts /usr/share/doc/postgresql-7.0.3/contrib/pg_dumpaccounts/Makefile /usr/share/doc/postgresql-7.0.3/contrib/pg_dumpaccounts/README /usr/share/doc/postgresql-7.0.3/contrib/pg_dumpaccounts/pg_dumpaccounts /usr/share/doc/postgresql-7.0.3/contrib/pgbench /usr/share/doc/postgresql-7.0.3/contrib/pgbench/Makefile /usr/share/doc/postgresql-7.0.3/contrib/pgbench/README /usr/share/doc/postgresql-7.0.3/contrib/pgbench/README.jis /usr/share/doc/postgresql-7.0.3/contrib/pgbench/pgbench.c /usr/share/doc/postgresql-7.0.3/contrib/soundex /usr/share/doc/postgresql-7.0.3/contrib/soundex/Makefile /usr/share/doc/postgresql-7.0.3/contrib/soundex/soundex.c /usr/share/doc/postgresql-7.0.3/contrib/soundex/soundex.sql.in /usr/share/doc/postgresql-7.0.3/contrib/spi /usr/share/doc/postgresql-7.0.3/contrib/spi/Makefile /usr/share/doc/postgresql-7.0.3/contrib/spi/README /usr/share/doc/postgresql-7.0.3/contrib/spi/README.MAX /usr/share/doc/postgresql-7.0.3/contrib/spi/autoinc.c /usr/share/doc/postgresql-7.0.3/contrib/spi/autoinc.example /usr/share/doc/postgresql-7.0.3/contrib/spi/autoinc.source /usr/share/doc/postgresql-7.0.3/contrib/spi/insert_username.c /usr/share/doc/postgresql-7.0.3/contrib/spi/insert_username.example /usr/share/doc/postgresql-7.0.3/contrib/spi/insert_username.source /usr/share/doc/postgresql-7.0.3/contrib/spi/moddatetime.c /usr/share/doc/postgresql-7.0.3/contrib/spi/moddatetime.example /usr/share/doc/postgresql-7.0.3/contrib/spi/moddatetime.source /usr/share/doc/postgresql-7.0.3/contrib/spi/new_example.sql /usr/share/doc/postgresql-7.0.3/contrib/spi/preprocessor /usr/share/doc/postgresql-7.0.3/contrib/spi/preprocessor/README.MAX /usr/share/doc/postgresql-7.0.3/contrib/spi/preprocessor/example.sql /usr/share/doc/postgresql-7.0.3/contrib/spi/preprocessor/step1.c /usr/share/doc/postgresql-7.0.3/contrib/spi/preprocessor/step2.pl /usr/share/doc/postgresql-7.0.3/contrib/spi/refint.c /usr/share/doc/postgresql-7.0.3/contrib/spi/refint.example /usr/share/doc/postgresql-7.0.3/contrib/spi/refint.source /usr/share/doc/postgresql-7.0.3/contrib/spi/timetravel.c /usr/share/doc/postgresql-7.0.3/contrib/spi/timetravel.example /usr/share/doc/postgresql-7.0.3/contrib/spi/timetravel.source /usr/share/doc/postgresql-7.0.3/contrib/string /usr/share/doc/postgresql-7.0.3/contrib/string/Makefile /usr/share/doc/postgresql-7.0.3/contrib/string/string_io.c /usr/share/doc/postgresql-7.0.3/contrib/string/string_io.doc /usr/share/doc/postgresql-7.0.3/contrib/string/string_io.h /usr/share/doc/postgresql-7.0.3/contrib/string/string_io.sql.in /usr/share/doc/postgresql-7.0.3/contrib/tools /usr/share/doc/postgresql-7.0.3/contrib/tools/Makefile /usr/share/doc/postgresql-7.0.3/contrib/tools/add-emacs-variables /usr/share/doc/postgresql-7.0.3/contrib/tools/find-sources /usr/share/doc/postgresql-7.0.3/contrib/tools/make-tags /usr/share/doc/postgresql-7.0.3/contrib/unixdate /usr/share/doc/postgresql-7.0.3/contrib/unixdate/unixdate.sql /usr/share/doc/postgresql-7.0.3/contrib/userlock /usr/share/doc/postgresql-7.0.3/contrib/userlock/Makefile /usr/share/doc/postgresql-7.0.3/contrib/userlock/user_locks.c /usr/share/doc/postgresql-7.0.3/contrib/userlock/user_locks.doc /usr/share/doc/postgresql-7.0.3/contrib/userlock/user_locks.h /usr/share/doc/postgresql-7.0.3/contrib/userlock/user_locks.sql.in /usr/share/doc/postgresql-7.0.3/contrib/vacuumlo /usr/share/doc/postgresql-7.0.3/contrib/vacuumlo/Makefile /usr/share/doc/postgresql-7.0.3/contrib/vacuumlo/README /usr/share/doc/postgresql-7.0.3/contrib/vacuumlo/vacuumlo.c /usr/share/doc/postgresql-7.0.3/postgres /usr/share/doc/postgresql-7.0.3/postgres/about.htm /usr/share/doc/postgresql-7.0.3/postgres/advanced.htm /usr/share/doc/postgresql-7.0.3/postgres/advanced27923.htm /usr/share/doc/postgresql-7.0.3/postgres/advanced27945.htm /usr/share/doc/postgresql-7.0.3/postgres/app-createdb.htm /usr/share/doc/postgresql-7.0.3/postgres/app-createlang.htm /usr/share/doc/postgresql-7.0.3/postgres/app-createuser.htm /usr/share/doc/postgresql-7.0.3/postgres/app-dropdb.htm /usr/share/doc/postgresql-7.0.3/postgres/app-droplang.htm /usr/share/doc/postgresql-7.0.3/postgres/app-dropuser.htm /usr/share/doc/postgresql-7.0.3/postgres/app-ecpg.htm /usr/share/doc/postgresql-7.0.3/postgres/app-initdb.htm /usr/share/doc/postgresql-7.0.3/postgres/app-initlocation.htm /usr/share/doc/postgresql-7.0.3/postgres/app-ipcclean.htm /usr/share/doc/postgresql-7.0.3/postgres/app-pg-passwd.htm /usr/share/doc/postgresql-7.0.3/postgres/app-pg-upgrade.htm /usr/share/doc/postgresql-7.0.3/postgres/app-pgaccess.htm /usr/share/doc/postgresql-7.0.3/postgres/app-pgadmin.htm /usr/share/doc/postgresql-7.0.3/postgres/app-pgctl.htm /usr/share/doc/postgresql-7.0.3/postgres/app-pgdump.htm /usr/share/doc/postgresql-7.0.3/postgres/app-pgdumpall.htm /usr/share/doc/postgresql-7.0.3/postgres/app-pgtclsh.htm /usr/share/doc/postgresql-7.0.3/postgres/app-pgtksh.htm /usr/share/doc/postgresql-7.0.3/postgres/app-postgres.htm /usr/share/doc/postgresql-7.0.3/postgres/app-postmaster.htm /usr/share/doc/postgresql-7.0.3/postgres/app-psql.htm /usr/share/doc/postgresql-7.0.3/postgres/app-vacuumdb.htm /usr/share/doc/postgresql-7.0.3/postgres/applications.htm /usr/share/doc/postgresql-7.0.3/postgres/arch-pg.htm /usr/share/doc/postgresql-7.0.3/postgres/arch.htm /usr/share/doc/postgresql-7.0.3/postgres/arrays.htm /usr/share/doc/postgresql-7.0.3/postgres/biblio.htm /usr/share/doc/postgresql-7.0.3/postgres/bki.htm /usr/share/doc/postgresql-7.0.3/postgres/bki26573.htm /usr/share/doc/postgresql-7.0.3/postgres/bki26657.htm /usr/share/doc/postgresql-7.0.3/postgres/bki26681.htm /usr/share/doc/postgresql-7.0.3/postgres/bki26742.htm /usr/share/doc/postgresql-7.0.3/postgres/c16883.htm /usr/share/doc/postgresql-7.0.3/postgres/c1688316912.htm /usr/share/doc/postgresql-7.0.3/postgres/c1688316990.htm /usr/share/doc/postgresql-7.0.3/postgres/c1688317027.htm /usr/share/doc/postgresql-7.0.3/postgres/c19986.htm /usr/share/doc/postgresql-7.0.3/postgres/c21722.htm /usr/share/doc/postgresql-7.0.3/postgres/c2172221764.htm /usr/share/doc/postgresql-7.0.3/postgres/c2172221782.htm /usr/share/doc/postgresql-7.0.3/postgres/c2172221924.htm /usr/share/doc/postgresql-7.0.3/postgres/c2172221936.htm /usr/share/doc/postgresql-7.0.3/postgres/c2172221956.htm /usr/share/doc/postgresql-7.0.3/postgres/c2172221961.htm /usr/share/doc/postgresql-7.0.3/postgres/c25129.htm /usr/share/doc/postgresql-7.0.3/postgres/c4091.htm /usr/share/doc/postgresql-7.0.3/postgres/c40914117.htm /usr/share/doc/postgresql-7.0.3/postgres/c40914344.htm /usr/share/doc/postgresql-7.0.3/postgres/c4362.htm /usr/share/doc/postgresql-7.0.3/postgres/c43624375.htm /usr/share/doc/postgresql-7.0.3/postgres/c4888.htm /usr/share/doc/postgresql-7.0.3/postgres/c4933.htm /usr/share/doc/postgresql-7.0.3/postgres/c49334943.htm /usr/share/doc/postgresql-7.0.3/postgres/c49334947.htm /usr/share/doc/postgresql-7.0.3/postgres/catalogs.gif /usr/share/doc/postgresql-7.0.3/postgres/clientserver.gif /usr/share/doc/postgresql-7.0.3/postgres/compiler.htm /usr/share/doc/postgresql-7.0.3/postgres/connections.gif /usr/share/doc/postgresql-7.0.3/postgres/copyright.htm /usr/share/doc/postgresql-7.0.3/postgres/cvs.htm /usr/share/doc/postgresql-7.0.3/postgres/cvs28436.htm /usr/share/doc/postgresql-7.0.3/postgres/cvs28492.htm /usr/share/doc/postgresql-7.0.3/postgres/datatype.htm /usr/share/doc/postgresql-7.0.3/postgres/datatype1038.htm /usr/share/doc/postgresql-7.0.3/postgres/datatype1070.htm /usr/share/doc/postgresql-7.0.3/postgres/datatype1134.htm /usr/share/doc/postgresql-7.0.3/postgres/datatype1649.htm /usr/share/doc/postgresql-7.0.3/postgres/datatype1681.htm /usr/share/doc/postgresql-7.0.3/postgres/datatype1920.htm /usr/share/doc/postgresql-7.0.3/postgres/datetime-appendix.htm /usr/share/doc/postgresql-7.0.3/postgres/datetime-appendix28356.htm /usr/share/doc/postgresql-7.0.3/postgres/dfunc.htm /usr/share/doc/postgresql-7.0.3/postgres/dfunc20136.htm /usr/share/doc/postgresql-7.0.3/postgres/dfunc20146.htm /usr/share/doc/postgresql-7.0.3/postgres/disk.htm /usr/share/doc/postgresql-7.0.3/postgres/docguide.htm /usr/share/doc/postgresql-7.0.3/postgres/docguide28718.htm /usr/share/doc/postgresql-7.0.3/postgres/docguide28749.htm /usr/share/doc/postgresql-7.0.3/postgres/docguide28840.htm /usr/share/doc/postgresql-7.0.3/postgres/docguide28861.htm /usr/share/doc/postgresql-7.0.3/postgres/docguide28887.htm /usr/share/doc/postgresql-7.0.3/postgres/docguide29024.htm /usr/share/doc/postgresql-7.0.3/postgres/docguide29362.htm /usr/share/doc/postgresql-7.0.3/postgres/environ.htm /usr/share/doc/postgresql-7.0.3/postgres/extend.htm /usr/share/doc/postgresql-7.0.3/postgres/extend18852.htm /usr/share/doc/postgresql-7.0.3/postgres/extend18864.htm /usr/share/doc/postgresql-7.0.3/postgres/func-ref.htm /usr/share/doc/postgresql-7.0.3/postgres/functions.htm /usr/share/doc/postgresql-7.0.3/postgres/functions2593.htm /usr/share/doc/postgresql-7.0.3/postgres/functions2733.htm /usr/share/doc/postgresql-7.0.3/postgres/functions2876.htm /usr/share/doc/postgresql-7.0.3/postgres/functions2976.htm /usr/share/doc/postgresql-7.0.3/postgres/functions3443.htm /usr/share/doc/postgresql-7.0.3/postgres/functions3641.htm /usr/share/doc/postgresql-7.0.3/postgres/geqo-biblio.htm /usr/share/doc/postgresql-7.0.3/postgres/geqo.htm /usr/share/doc/postgresql-7.0.3/postgres/geqo25594.htm /usr/share/doc/postgresql-7.0.3/postgres/geqo25617.htm /usr/share/doc/postgresql-7.0.3/postgres/geqo25655.htm /usr/share/doc/postgresql-7.0.3/postgres/gist.htm /usr/share/doc/postgresql-7.0.3/postgres/index.html /usr/share/doc/postgresql-7.0.3/postgres/indices.htm /usr/share/doc/postgresql-7.0.3/postgres/inherit.htm /usr/share/doc/postgresql-7.0.3/postgres/install-win32.htm /usr/share/doc/postgresql-7.0.3/postgres/install-win3217383.htm /usr/share/doc/postgresql-7.0.3/postgres/install-win3217392.htm /usr/share/doc/postgresql-7.0.3/postgres/install.htm /usr/share/doc/postgresql-7.0.3/postgres/install17165.htm /usr/share/doc/postgresql-7.0.3/postgres/intro.htm /usr/share/doc/postgresql-7.0.3/postgres/intro176.htm /usr/share/doc/postgresql-7.0.3/postgres/intro304.htm /usr/share/doc/postgresql-7.0.3/postgres/intro60.htm /usr/share/doc/postgresql-7.0.3/postgres/jdbc.htm /usr/share/doc/postgresql-7.0.3/postgres/jdbc24909.htm /usr/share/doc/postgresql-7.0.3/postgres/jdbc24921.htm /usr/share/doc/postgresql-7.0.3/postgres/jdbc24927.htm /usr/share/doc/postgresql-7.0.3/postgres/jdbc24935.htm /usr/share/doc/postgresql-7.0.3/postgres/jdbc24953.htm /usr/share/doc/postgresql-7.0.3/postgres/jdbc24990.htm /usr/share/doc/postgresql-7.0.3/postgres/jdbc25021.htm /usr/share/doc/postgresql-7.0.3/postgres/jdbc25026.htm /usr/share/doc/postgresql-7.0.3/postgres/jdbc25030.htm /usr/share/doc/postgresql-7.0.3/postgres/jdbc25056.htm /usr/share/doc/postgresql-7.0.3/postgres/jdbc25086.htm /usr/share/doc/postgresql-7.0.3/postgres/largeobjects.htm /usr/share/doc/postgresql-7.0.3/postgres/largeobjects21625.htm /usr/share/doc/postgresql-7.0.3/postgres/largeobjects21628.htm /usr/share/doc/postgresql-7.0.3/postgres/largeobjects21707.htm /usr/share/doc/postgresql-7.0.3/postgres/largeobjects21714.htm /usr/share/doc/postgresql-7.0.3/postgres/largeobjects21718.htm /usr/share/doc/postgresql-7.0.3/postgres/layout.gif /usr/share/doc/postgresql-7.0.3/postgres/layout.htm /usr/share/doc/postgresql-7.0.3/postgres/libpq-chapter.htm /usr/share/doc/postgresql-7.0.3/postgres/libpq-chapter22422.htm /usr/share/doc/postgresql-7.0.3/postgres/libpq-chapter22577.htm /usr/share/doc/postgresql-7.0.3/postgres/libpq-chapter22724.htm /usr/share/doc/postgresql-7.0.3/postgres/libpq-chapter22736.htm /usr/share/doc/postgresql-7.0.3/postgres/libpq-chapter22774.htm /usr/share/doc/postgresql-7.0.3/postgres/libpq-chapter22844.htm /usr/share/doc/postgresql-7.0.3/postgres/libpq-chapter22857.htm /usr/share/doc/postgresql-7.0.3/postgres/libpq-chapter22942.htm /usr/share/doc/postgresql-7.0.3/postgres/libpq-envars.htm /usr/share/doc/postgresql-7.0.3/postgres/libpq-threading.htm /usr/share/doc/postgresql-7.0.3/postgres/libpqplusplus.htm /usr/share/doc/postgresql-7.0.3/postgres/libpqplusplus23034.htm /usr/share/doc/postgresql-7.0.3/postgres/libpqplusplus23044.htm /usr/share/doc/postgresql-7.0.3/postgres/libpqplusplus23074.htm /usr/share/doc/postgresql-7.0.3/postgres/libpqplusplus23179.htm /usr/share/doc/postgresql-7.0.3/postgres/libpqplusplus23202.htm /usr/share/doc/postgresql-7.0.3/postgres/lisp.htm /usr/share/doc/postgresql-7.0.3/postgres/manage-ag.htm /usr/share/doc/postgresql-7.0.3/postgres/manage-ag17914.htm /usr/share/doc/postgresql-7.0.3/postgres/manage-ag17956.htm /usr/share/doc/postgresql-7.0.3/postgres/manage-ag17965.htm /usr/share/doc/postgresql-7.0.3/postgres/manage.htm /usr/share/doc/postgresql-7.0.3/postgres/manage4814.htm /usr/share/doc/postgresql-7.0.3/postgres/manage4838.htm /usr/share/doc/postgresql-7.0.3/postgres/manage4880.htm /usr/share/doc/postgresql-7.0.3/postgres/mvcc.htm /usr/share/doc/postgresql-7.0.3/postgres/mvcc4568.htm /usr/share/doc/postgresql-7.0.3/postgres/mvcc4621.htm /usr/share/doc/postgresql-7.0.3/postgres/mvcc4633.htm /usr/share/doc/postgresql-7.0.3/postgres/mvcc4646.htm /usr/share/doc/postgresql-7.0.3/postgres/mvcc4723.htm /usr/share/doc/postgresql-7.0.3/postgres/mvcc4744.htm /usr/share/doc/postgresql-7.0.3/postgres/newuser.htm /usr/share/doc/postgresql-7.0.3/postgres/notation.htm /usr/share/doc/postgresql-7.0.3/postgres/odbc.htm /usr/share/doc/postgresql-7.0.3/postgres/odbc24433.htm /usr/share/doc/postgresql-7.0.3/postgres/odbc24471.htm /usr/share/doc/postgresql-7.0.3/postgres/odbc24644.htm /usr/share/doc/postgresql-7.0.3/postgres/odbc24666.htm /usr/share/doc/postgresql-7.0.3/postgres/operators.htm /usr/share/doc/postgresql-7.0.3/postgres/operators2127.htm /usr/share/doc/postgresql-7.0.3/postgres/operators2198.htm /usr/share/doc/postgresql-7.0.3/postgres/operators2267.htm /usr/share/doc/postgresql-7.0.3/postgres/operators2377.htm /usr/share/doc/postgresql-7.0.3/postgres/operators2436.htm /usr/share/doc/postgresql-7.0.3/postgres/operators2490.htm /usr/share/doc/postgresql-7.0.3/postgres/overview.htm /usr/share/doc/postgresql-7.0.3/postgres/overview25194.htm /usr/share/doc/postgresql-7.0.3/postgres/overview25219.htm /usr/share/doc/postgresql-7.0.3/postgres/overview25347.htm /usr/share/doc/postgresql-7.0.3/postgres/overview25403.htm /usr/share/doc/postgresql-7.0.3/postgres/overview25457.htm /usr/share/doc/postgresql-7.0.3/postgres/page.htm /usr/share/doc/postgresql-7.0.3/postgres/page26805.htm /usr/share/doc/postgresql-7.0.3/postgres/page26819.htm /usr/share/doc/postgresql-7.0.3/postgres/part-admin.htm /usr/share/doc/postgresql-7.0.3/postgres/part-appendix.htm /usr/share/doc/postgresql-7.0.3/postgres/part-developer.htm /usr/share/doc/postgresql-7.0.3/postgres/part-interfaces.htm /usr/share/doc/postgresql-7.0.3/postgres/part-programmer.htm /usr/share/doc/postgresql-7.0.3/postgres/part-tutorial.htm /usr/share/doc/postgresql-7.0.3/postgres/part-user.htm /usr/share/doc/postgresql-7.0.3/postgres/partial-index.htm /usr/share/doc/postgresql-7.0.3/postgres/pg-options-dev.htm /usr/share/doc/postgresql-7.0.3/postgres/pg-options.htm /usr/share/doc/postgresql-7.0.3/postgres/pgeasy-chapter.htm /usr/share/doc/postgresql-7.0.3/postgres/pgtcl-pgconndefaults.htm /usr/share/doc/postgresql-7.0.3/postgres/pgtcl-pgconnect.htm /usr/share/doc/postgresql-7.0.3/postgres/pgtcl-pgdisconnect.htm /usr/share/doc/postgresql-7.0.3/postgres/pgtcl-pgexec.htm /usr/share/doc/postgresql-7.0.3/postgres/pgtcl-pglisten.htm /usr/share/doc/postgresql-7.0.3/postgres/pgtcl-pgloclose.htm /usr/share/doc/postgresql-7.0.3/postgres/pgtcl-pglocreat.htm /usr/share/doc/postgresql-7.0.3/postgres/pgtcl-pgloexport.htm /usr/share/doc/postgresql-7.0.3/postgres/pgtcl-pgloimport.htm /usr/share/doc/postgresql-7.0.3/postgres/pgtcl-pglolseek.htm /usr/share/doc/postgresql-7.0.3/postgres/pgtcl-pgloopen.htm /usr/share/doc/postgresql-7.0.3/postgres/pgtcl-pgloread.htm /usr/share/doc/postgresql-7.0.3/postgres/pgtcl-pglotell.htm /usr/share/doc/postgresql-7.0.3/postgres/pgtcl-pglounlink.htm /usr/share/doc/postgresql-7.0.3/postgres/pgtcl-pglowrite.htm /usr/share/doc/postgresql-7.0.3/postgres/pgtcl-pgresult.htm /usr/share/doc/postgresql-7.0.3/postgres/pgtcl-pgselect.htm /usr/share/doc/postgresql-7.0.3/postgres/pgtcl.htm /usr/share/doc/postgresql-7.0.3/postgres/pgtcl23317.htm /usr/share/doc/postgresql-7.0.3/postgres/pgtcl23321.htm /usr/share/doc/postgresql-7.0.3/postgres/pl-perl.htm /usr/share/doc/postgresql-7.0.3/postgres/pl-perl4533.htm /usr/share/doc/postgresql-7.0.3/postgres/pl-perl4542.htm /usr/share/doc/postgresql-7.0.3/postgres/ports.htm /usr/share/doc/postgresql-7.0.3/postgres/ports16791.htm /usr/share/doc/postgresql-7.0.3/postgres/postgres.htm /usr/share/doc/postgresql-7.0.3/postgres/postgres.html /usr/share/doc/postgresql-7.0.3/postgres/postmaster.htm /usr/share/doc/postgresql-7.0.3/postgres/preface.htm /usr/share/doc/postgresql-7.0.3/postgres/protocol.htm /usr/share/doc/postgresql-7.0.3/postgres/protocol25770.htm /usr/share/doc/postgresql-7.0.3/postgres/protocol25925.htm /usr/share/doc/postgresql-7.0.3/postgres/protocol25962.htm /usr/share/doc/postgresql-7.0.3/postgres/query.htm /usr/share/doc/postgresql-7.0.3/postgres/query27752.htm /usr/share/doc/postgresql-7.0.3/postgres/query27768.htm /usr/share/doc/postgresql-7.0.3/postgres/query27790.htm /usr/share/doc/postgresql-7.0.3/postgres/query27799.htm /usr/share/doc/postgresql-7.0.3/postgres/query27817.htm /usr/share/doc/postgresql-7.0.3/postgres/query27825.htm /usr/share/doc/postgresql-7.0.3/postgres/query27844.htm /usr/share/doc/postgresql-7.0.3/postgres/query27849.htm /usr/share/doc/postgresql-7.0.3/postgres/query27856.htm /usr/share/doc/postgresql-7.0.3/postgres/recovery.htm /usr/share/doc/postgresql-7.0.3/postgres/regress.htm /usr/share/doc/postgresql-7.0.3/postgres/regress18171.htm /usr/share/doc/postgresql-7.0.3/postgres/regress18205.htm /usr/share/doc/postgresql-7.0.3/postgres/regress18251.htm /usr/share/doc/postgresql-7.0.3/postgres/release.htm /usr/share/doc/postgresql-7.0.3/postgres/release18319.htm /usr/share/doc/postgresql-7.0.3/postgres/release18330.htm /usr/share/doc/postgresql-7.0.3/postgres/release18341.htm /usr/share/doc/postgresql-7.0.3/postgres/release18352.htm /usr/share/doc/postgresql-7.0.3/postgres/release18434.htm /usr/share/doc/postgresql-7.0.3/postgres/release18445.htm /usr/share/doc/postgresql-7.0.3/postgres/release18456.htm /usr/share/doc/postgresql-7.0.3/postgres/release18497.htm /usr/share/doc/postgresql-7.0.3/postgres/release18513.htm /usr/share/doc/postgresql-7.0.3/postgres/release18532.htm /usr/share/doc/postgresql-7.0.3/postgres/release18576.htm /usr/share/doc/postgresql-7.0.3/postgres/release18598.htm /usr/share/doc/postgresql-7.0.3/postgres/release18613.htm /usr/share/doc/postgresql-7.0.3/postgres/release18622.htm /usr/share/doc/postgresql-7.0.3/postgres/release18645.htm /usr/share/doc/postgresql-7.0.3/postgres/release18659.htm /usr/share/doc/postgresql-7.0.3/postgres/release18662.htm /usr/share/doc/postgresql-7.0.3/postgres/release18687.htm /usr/share/doc/postgresql-7.0.3/postgres/release18724.htm /usr/share/doc/postgresql-7.0.3/postgres/release18731.htm /usr/share/doc/postgresql-7.0.3/postgres/release18738.htm /usr/share/doc/postgresql-7.0.3/postgres/release18745.htm /usr/share/doc/postgresql-7.0.3/postgres/release18749.htm /usr/share/doc/postgresql-7.0.3/postgres/rules.htm /usr/share/doc/postgresql-7.0.3/postgres/rules19478.htm /usr/share/doc/postgresql-7.0.3/postgres/rules19639.htm /usr/share/doc/postgresql-7.0.3/postgres/rules19770.htm /usr/share/doc/postgresql-7.0.3/postgres/rules19784.htm /usr/share/doc/postgresql-7.0.3/postgres/runtime.htm /usr/share/doc/postgresql-7.0.3/postgres/security.htm /usr/share/doc/postgresql-7.0.3/postgres/security17760.htm /usr/share/doc/postgresql-7.0.3/postgres/security17795.htm /usr/share/doc/postgresql-7.0.3/postgres/security17819.htm /usr/share/doc/postgresql-7.0.3/postgres/security17840.htm /usr/share/doc/postgresql-7.0.3/postgres/signals.htm /usr/share/doc/postgresql-7.0.3/postgres/spi-spiconnect.htm /usr/share/doc/postgresql-7.0.3/postgres/spi-spicopytuple.htm /usr/share/doc/postgresql-7.0.3/postgres/spi-spiexec.htm /usr/share/doc/postgresql-7.0.3/postgres/spi-spiexecp.htm /usr/share/doc/postgresql-7.0.3/postgres/spi-spifinish.htm /usr/share/doc/postgresql-7.0.3/postgres/spi-spifname.htm /usr/share/doc/postgresql-7.0.3/postgres/spi-spifnumber.htm /usr/share/doc/postgresql-7.0.3/postgres/spi-spigetbinval.htm /usr/share/doc/postgresql-7.0.3/postgres/spi-spigetrelname.htm /usr/share/doc/postgresql-7.0.3/postgres/spi-spigettype.htm /usr/share/doc/postgresql-7.0.3/postgres/spi-spigettypeid.htm /usr/share/doc/postgresql-7.0.3/postgres/spi-spigetvalue.htm /usr/share/doc/postgresql-7.0.3/postgres/spi-spimodifytuple.htm /usr/share/doc/postgresql-7.0.3/postgres/spi-spipalloc.htm /usr/share/doc/postgresql-7.0.3/postgres/spi-spipfree.htm /usr/share/doc/postgresql-7.0.3/postgres/spi-spiprepare.htm /usr/share/doc/postgresql-7.0.3/postgres/spi-spirepalloc.htm /usr/share/doc/postgresql-7.0.3/postgres/spi-spisaveplan.htm /usr/share/doc/postgresql-7.0.3/postgres/spi.htm /usr/share/doc/postgresql-7.0.3/postgres/spi20808.htm /usr/share/doc/postgresql-7.0.3/postgres/spi21521.htm /usr/share/doc/postgresql-7.0.3/postgres/spi21543.htm /usr/share/doc/postgresql-7.0.3/postgres/spi21548.htm /usr/share/doc/postgresql-7.0.3/postgres/sql-abort.htm /usr/share/doc/postgresql-7.0.3/postgres/sql-altergroup.htm /usr/share/doc/postgresql-7.0.3/postgres/sql-altertable.htm /usr/share/doc/postgresql-7.0.3/postgres/sql-alteruser.htm /usr/share/doc/postgresql-7.0.3/postgres/sql-begin.htm /usr/share/doc/postgresql-7.0.3/postgres/sql-close.htm /usr/share/doc/postgresql-7.0.3/postgres/sql-cluster.htm /usr/share/doc/postgresql-7.0.3/postgres/sql-commands.htm /usr/share/doc/postgresql-7.0.3/postgres/sql-comment.htm /usr/share/doc/postgresql-7.0.3/postgres/sql-commit.htm /usr/share/doc/postgresql-7.0.3/postgres/sql-copy.htm /usr/share/doc/postgresql-7.0.3/postgres/sql-createaggregate.htm /usr/share/doc/postgresql-7.0.3/postgres/sql-createconstraint.htm /usr/share/doc/postgresql-7.0.3/postgres/sql-createdatabase.htm /usr/share/doc/postgresql-7.0.3/postgres/sql-createfunction.htm /usr/share/doc/postgresql-7.0.3/postgres/sql-creategroup.htm /usr/share/doc/postgresql-7.0.3/postgres/sql-createindex.htm /usr/share/doc/postgresql-7.0.3/postgres/sql-createlanguage.htm /usr/share/doc/postgresql-7.0.3/postgres/sql-createoperator.htm /usr/share/doc/postgresql-7.0.3/postgres/sql-createrule.htm /usr/share/doc/postgresql-7.0.3/postgres/sql-createsequence.htm /usr/share/doc/postgresql-7.0.3/postgres/sql-createtable.htm /usr/share/doc/postgresql-7.0.3/postgres/sql-createtableas.htm /usr/share/doc/postgresql-7.0.3/postgres/sql-createtrigger.htm /usr/share/doc/postgresql-7.0.3/postgres/sql-createtype.htm /usr/share/doc/postgresql-7.0.3/postgres/sql-createuser.htm /usr/share/doc/postgresql-7.0.3/postgres/sql-createview.htm /usr/share/doc/postgresql-7.0.3/postgres/sql-declare.htm /usr/share/doc/postgresql-7.0.3/postgres/sql-delete.htm /usr/share/doc/postgresql-7.0.3/postgres/sql-dropaggregate.htm /usr/share/doc/postgresql-7.0.3/postgres/sql-dropdatabase.htm /usr/share/doc/postgresql-7.0.3/postgres/sql-dropfunction.htm /usr/share/doc/postgresql-7.0.3/postgres/sql-dropgroup.htm /usr/share/doc/postgresql-7.0.3/postgres/sql-dropindex.htm /usr/share/doc/postgresql-7.0.3/postgres/sql-droplanguage.htm /usr/share/doc/postgresql-7.0.3/postgres/sql-dropoperator.htm /usr/share/doc/postgresql-7.0.3/postgres/sql-droprule.htm /usr/share/doc/postgresql-7.0.3/postgres/sql-dropsequence.htm /usr/share/doc/postgresql-7.0.3/postgres/sql-droptable.htm /usr/share/doc/postgresql-7.0.3/postgres/sql-droptrigger.htm /usr/share/doc/postgresql-7.0.3/postgres/sql-droptype.htm /usr/share/doc/postgresql-7.0.3/postgres/sql-dropuser.htm /usr/share/doc/postgresql-7.0.3/postgres/sql-dropview.htm /usr/share/doc/postgresql-7.0.3/postgres/sql-end.htm /usr/share/doc/postgresql-7.0.3/postgres/sql-explain.htm /usr/share/doc/postgresql-7.0.3/postgres/sql-fetch.htm /usr/share/doc/postgresql-7.0.3/postgres/sql-grant.htm /usr/share/doc/postgresql-7.0.3/postgres/sql-insert.htm /usr/share/doc/postgresql-7.0.3/postgres/sql-language.htm /usr/share/doc/postgresql-7.0.3/postgres/sql-listen.htm /usr/share/doc/postgresql-7.0.3/postgres/sql-load.htm /usr/share/doc/postgresql-7.0.3/postgres/sql-lock.htm /usr/share/doc/postgresql-7.0.3/postgres/sql-move.htm /usr/share/doc/postgresql-7.0.3/postgres/sql-notify.htm /usr/share/doc/postgresql-7.0.3/postgres/sql-reindex.htm /usr/share/doc/postgresql-7.0.3/postgres/sql-reset.htm /usr/share/doc/postgresql-7.0.3/postgres/sql-revoke.htm /usr/share/doc/postgresql-7.0.3/postgres/sql-rollback.htm /usr/share/doc/postgresql-7.0.3/postgres/sql-select.htm /usr/share/doc/postgresql-7.0.3/postgres/sql-selectinto.htm /usr/share/doc/postgresql-7.0.3/postgres/sql-set.htm /usr/share/doc/postgresql-7.0.3/postgres/sql-show.htm /usr/share/doc/postgresql-7.0.3/postgres/sql-truncate.htm /usr/share/doc/postgresql-7.0.3/postgres/sql-unlisten.htm /usr/share/doc/postgresql-7.0.3/postgres/sql-update.htm /usr/share/doc/postgresql-7.0.3/postgres/sql-vacuum.htm /usr/share/doc/postgresql-7.0.3/postgres/sql.htm /usr/share/doc/postgresql-7.0.3/postgres/sql26902.htm /usr/share/doc/postgresql-7.0.3/postgres/sql27020.htm /usr/share/doc/postgresql-7.0.3/postgres/start.htm /usr/share/doc/postgresql-7.0.3/postgres/start27628.htm /usr/share/doc/postgresql-7.0.3/postgres/start27650.htm /usr/share/doc/postgresql-7.0.3/postgres/storage.htm /usr/share/doc/postgresql-7.0.3/postgres/syntax.htm /usr/share/doc/postgresql-7.0.3/postgres/syntax519.htm /usr/share/doc/postgresql-7.0.3/postgres/syntax525.htm /usr/share/doc/postgresql-7.0.3/postgres/syntax543.htm /usr/share/doc/postgresql-7.0.3/postgres/syntax608.htm /usr/share/doc/postgresql-7.0.3/postgres/syntax653.htm /usr/share/doc/postgresql-7.0.3/postgres/syntax658.htm /usr/share/doc/postgresql-7.0.3/postgres/terminology.htm /usr/share/doc/postgresql-7.0.3/postgres/triggers.htm /usr/share/doc/postgresql-7.0.3/postgres/triggers20224.htm /usr/share/doc/postgresql-7.0.3/postgres/triggers20281.htm /usr/share/doc/postgresql-7.0.3/postgres/triggers20290.htm /usr/share/doc/postgresql-7.0.3/postgres/trouble.htm /usr/share/doc/postgresql-7.0.3/postgres/trouble18031.htm /usr/share/doc/postgresql-7.0.3/postgres/trouble18048.htm /usr/share/doc/postgresql-7.0.3/postgres/typeconv.htm /usr/share/doc/postgresql-7.0.3/postgres/typeconv3759.htm /usr/share/doc/postgresql-7.0.3/postgres/typeconv3822.htm /usr/share/doc/postgresql-7.0.3/postgres/typeconv3875.htm /usr/share/doc/postgresql-7.0.3/postgres/typeconv3895.htm /usr/share/doc/postgresql-7.0.3/postgres/utilities.htm /usr/share/doc/postgresql-7.0.3/postgres/xaggr.htm /usr/share/doc/postgresql-7.0.3/postgres/xfunc.htm /usr/share/doc/postgresql-7.0.3/postgres/xfunc19011.htm /usr/share/doc/postgresql-7.0.3/postgres/xfunc19017.htm /usr/share/doc/postgresql-7.0.3/postgres/xfunc19022.htm /usr/share/doc/postgresql-7.0.3/postgres/xfunc19254.htm /usr/share/doc/postgresql-7.0.3/postgres/xindex.htm /usr/share/doc/postgresql-7.0.3/postgres/xoper.htm /usr/share/doc/postgresql-7.0.3/postgres/xplang.htm /usr/share/doc/postgresql-7.0.3/postgres/xtypes.htm /usr/share/doc/postgresql-7.0.3/postgres/y2k.htm /usr/share/doc/postgresql-7.0.3/programmer /usr/share/doc/postgresql-7.0.3/programmer/arch-pg.htm /usr/share/doc/postgresql-7.0.3/programmer/biblio.htm /usr/share/doc/postgresql-7.0.3/programmer/bki.htm /usr/share/doc/postgresql-7.0.3/programmer/bki8058.htm /usr/share/doc/postgresql-7.0.3/programmer/bki8142.htm /usr/share/doc/postgresql-7.0.3/programmer/bki8166.htm /usr/share/doc/postgresql-7.0.3/programmer/bki8227.htm /usr/share/doc/postgresql-7.0.3/programmer/c1486.htm /usr/share/doc/postgresql-7.0.3/programmer/c5391.htm /usr/share/doc/postgresql-7.0.3/programmer/c53915433.htm /usr/share/doc/postgresql-7.0.3/programmer/c53915451.htm /usr/share/doc/postgresql-7.0.3/programmer/c53915593.htm /usr/share/doc/postgresql-7.0.3/programmer/c53915605.htm /usr/share/doc/postgresql-7.0.3/programmer/c53915625.htm /usr/share/doc/postgresql-7.0.3/programmer/c53915630.htm /usr/share/doc/postgresql-7.0.3/programmer/c6614.htm /usr/share/doc/postgresql-7.0.3/programmer/catalogs.gif /usr/share/doc/postgresql-7.0.3/programmer/compiler.htm /usr/share/doc/postgresql-7.0.3/programmer/connections.gif /usr/share/doc/postgresql-7.0.3/programmer/copyright.htm /usr/share/doc/postgresql-7.0.3/programmer/cvs.htm /usr/share/doc/postgresql-7.0.3/programmer/cvs8365.htm /usr/share/doc/postgresql-7.0.3/programmer/cvs8421.htm /usr/share/doc/postgresql-7.0.3/programmer/dfunc.htm /usr/share/doc/postgresql-7.0.3/programmer/dfunc1679.htm /usr/share/doc/postgresql-7.0.3/programmer/dfunc1689.htm /usr/share/doc/postgresql-7.0.3/programmer/docguide.htm /usr/share/doc/postgresql-7.0.3/programmer/docguide8647.htm /usr/share/doc/postgresql-7.0.3/programmer/docguide8678.htm /usr/share/doc/postgresql-7.0.3/programmer/docguide8769.htm /usr/share/doc/postgresql-7.0.3/programmer/docguide8790.htm /usr/share/doc/postgresql-7.0.3/programmer/docguide8816.htm /usr/share/doc/postgresql-7.0.3/programmer/docguide8953.htm /usr/share/doc/postgresql-7.0.3/programmer/docguide9291.htm /usr/share/doc/postgresql-7.0.3/programmer/extend.htm /usr/share/doc/postgresql-7.0.3/programmer/extend352.htm /usr/share/doc/postgresql-7.0.3/programmer/extend364.htm /usr/share/doc/postgresql-7.0.3/programmer/geqo-biblio.htm /usr/share/doc/postgresql-7.0.3/programmer/geqo.htm /usr/share/doc/postgresql-7.0.3/programmer/geqo7079.htm /usr/share/doc/postgresql-7.0.3/programmer/geqo7102.htm /usr/share/doc/postgresql-7.0.3/programmer/geqo7140.htm /usr/share/doc/postgresql-7.0.3/programmer/gist.htm /usr/share/doc/postgresql-7.0.3/programmer/index.html /usr/share/doc/postgresql-7.0.3/programmer/intro-pg.htm /usr/share/doc/postgresql-7.0.3/programmer/intro-pg167.htm /usr/share/doc/postgresql-7.0.3/programmer/jdbc.htm /usr/share/doc/postgresql-7.0.3/programmer/jdbc6398.htm /usr/share/doc/postgresql-7.0.3/programmer/jdbc6410.htm /usr/share/doc/postgresql-7.0.3/programmer/jdbc6416.htm /usr/share/doc/postgresql-7.0.3/programmer/jdbc6424.htm /usr/share/doc/postgresql-7.0.3/programmer/jdbc6442.htm /usr/share/doc/postgresql-7.0.3/programmer/jdbc6479.htm /usr/share/doc/postgresql-7.0.3/programmer/jdbc6510.htm /usr/share/doc/postgresql-7.0.3/programmer/jdbc6515.htm /usr/share/doc/postgresql-7.0.3/programmer/jdbc6519.htm /usr/share/doc/postgresql-7.0.3/programmer/jdbc6545.htm /usr/share/doc/postgresql-7.0.3/programmer/jdbc6575.htm /usr/share/doc/postgresql-7.0.3/programmer/largeobjects.htm /usr/share/doc/postgresql-7.0.3/programmer/largeobjects3114.htm /usr/share/doc/postgresql-7.0.3/programmer/largeobjects3117.htm /usr/share/doc/postgresql-7.0.3/programmer/largeobjects3196.htm /usr/share/doc/postgresql-7.0.3/programmer/largeobjects3203.htm /usr/share/doc/postgresql-7.0.3/programmer/largeobjects3207.htm /usr/share/doc/postgresql-7.0.3/programmer/libpq-chapter.htm /usr/share/doc/postgresql-7.0.3/programmer/libpq-chapter3419.htm /usr/share/doc/postgresql-7.0.3/programmer/libpq-chapter3574.htm /usr/share/doc/postgresql-7.0.3/programmer/libpq-chapter3721.htm /usr/share/doc/postgresql-7.0.3/programmer/libpq-chapter3733.htm /usr/share/doc/postgresql-7.0.3/programmer/libpq-chapter3771.htm /usr/share/doc/postgresql-7.0.3/programmer/libpq-chapter3841.htm /usr/share/doc/postgresql-7.0.3/programmer/libpq-chapter3854.htm /usr/share/doc/postgresql-7.0.3/programmer/libpq-chapter3939.htm /usr/share/doc/postgresql-7.0.3/programmer/libpq-envars.htm /usr/share/doc/postgresql-7.0.3/programmer/libpq-threading.htm /usr/share/doc/postgresql-7.0.3/programmer/libpqplusplus.htm /usr/share/doc/postgresql-7.0.3/programmer/libpqplusplus4031.htm /usr/share/doc/postgresql-7.0.3/programmer/libpqplusplus4041.htm /usr/share/doc/postgresql-7.0.3/programmer/libpqplusplus4071.htm /usr/share/doc/postgresql-7.0.3/programmer/libpqplusplus4176.htm /usr/share/doc/postgresql-7.0.3/programmer/libpqplusplus4199.htm /usr/share/doc/postgresql-7.0.3/programmer/lisp.htm /usr/share/doc/postgresql-7.0.3/programmer/notation.htm /usr/share/doc/postgresql-7.0.3/programmer/odbc.htm /usr/share/doc/postgresql-7.0.3/programmer/odbc5922.htm /usr/share/doc/postgresql-7.0.3/programmer/odbc5960.htm /usr/share/doc/postgresql-7.0.3/programmer/odbc6133.htm /usr/share/doc/postgresql-7.0.3/programmer/odbc6155.htm /usr/share/doc/postgresql-7.0.3/programmer/overview.htm /usr/share/doc/postgresql-7.0.3/programmer/overview6679.htm /usr/share/doc/postgresql-7.0.3/programmer/overview6704.htm /usr/share/doc/postgresql-7.0.3/programmer/overview6832.htm /usr/share/doc/postgresql-7.0.3/programmer/overview6888.htm /usr/share/doc/postgresql-7.0.3/programmer/overview6942.htm /usr/share/doc/postgresql-7.0.3/programmer/page.htm /usr/share/doc/postgresql-7.0.3/programmer/page8290.htm /usr/share/doc/postgresql-7.0.3/programmer/page8304.htm /usr/share/doc/postgresql-7.0.3/programmer/pg-options-dev.htm /usr/share/doc/postgresql-7.0.3/programmer/pgeasy-chapter.htm /usr/share/doc/postgresql-7.0.3/programmer/pgtcl-pgconndefaults.htm /usr/share/doc/postgresql-7.0.3/programmer/pgtcl-pgconnect.htm /usr/share/doc/postgresql-7.0.3/programmer/pgtcl-pgdisconnect.htm /usr/share/doc/postgresql-7.0.3/programmer/pgtcl-pgexec.htm /usr/share/doc/postgresql-7.0.3/programmer/pgtcl-pglisten.htm /usr/share/doc/postgresql-7.0.3/programmer/pgtcl-pgloclose.htm /usr/share/doc/postgresql-7.0.3/programmer/pgtcl-pglocreat.htm /usr/share/doc/postgresql-7.0.3/programmer/pgtcl-pgloexport.htm /usr/share/doc/postgresql-7.0.3/programmer/pgtcl-pgloimport.htm /usr/share/doc/postgresql-7.0.3/programmer/pgtcl-pglolseek.htm /usr/share/doc/postgresql-7.0.3/programmer/pgtcl-pgloopen.htm /usr/share/doc/postgresql-7.0.3/programmer/pgtcl-pgloread.htm /usr/share/doc/postgresql-7.0.3/programmer/pgtcl-pglotell.htm /usr/share/doc/postgresql-7.0.3/programmer/pgtcl-pglounlink.htm /usr/share/doc/postgresql-7.0.3/programmer/pgtcl-pglowrite.htm /usr/share/doc/postgresql-7.0.3/programmer/pgtcl-pgresult.htm /usr/share/doc/postgresql-7.0.3/programmer/pgtcl-pgselect.htm /usr/share/doc/postgresql-7.0.3/programmer/pgtcl.htm /usr/share/doc/postgresql-7.0.3/programmer/pgtcl4314.htm /usr/share/doc/postgresql-7.0.3/programmer/pgtcl4318.htm /usr/share/doc/postgresql-7.0.3/programmer/preface.htm /usr/share/doc/postgresql-7.0.3/programmer/programmer.htm /usr/share/doc/postgresql-7.0.3/programmer/programmer.html /usr/share/doc/postgresql-7.0.3/programmer/protocol.htm /usr/share/doc/postgresql-7.0.3/programmer/protocol7255.htm /usr/share/doc/postgresql-7.0.3/programmer/protocol7410.htm /usr/share/doc/postgresql-7.0.3/programmer/protocol7447.htm /usr/share/doc/postgresql-7.0.3/programmer/rules.htm /usr/share/doc/postgresql-7.0.3/programmer/rules1139.htm /usr/share/doc/postgresql-7.0.3/programmer/rules1270.htm /usr/share/doc/postgresql-7.0.3/programmer/rules1284.htm /usr/share/doc/postgresql-7.0.3/programmer/rules978.htm /usr/share/doc/postgresql-7.0.3/programmer/signals.htm /usr/share/doc/postgresql-7.0.3/programmer/spi-spiconnect.htm /usr/share/doc/postgresql-7.0.3/programmer/spi-spicopytuple.htm /usr/share/doc/postgresql-7.0.3/programmer/spi-spiexec.htm /usr/share/doc/postgresql-7.0.3/programmer/spi-spiexecp.htm /usr/share/doc/postgresql-7.0.3/programmer/spi-spifinish.htm /usr/share/doc/postgresql-7.0.3/programmer/spi-spifname.htm /usr/share/doc/postgresql-7.0.3/programmer/spi-spifnumber.htm /usr/share/doc/postgresql-7.0.3/programmer/spi-spigetbinval.htm /usr/share/doc/postgresql-7.0.3/programmer/spi-spigetrelname.htm /usr/share/doc/postgresql-7.0.3/programmer/spi-spigettype.htm /usr/share/doc/postgresql-7.0.3/programmer/spi-spigettypeid.htm /usr/share/doc/postgresql-7.0.3/programmer/spi-spigetvalue.htm /usr/share/doc/postgresql-7.0.3/programmer/spi-spimodifytuple.htm /usr/share/doc/postgresql-7.0.3/programmer/spi-spipalloc.htm /usr/share/doc/postgresql-7.0.3/programmer/spi-spipfree.htm /usr/share/doc/postgresql-7.0.3/programmer/spi-spiprepare.htm /usr/share/doc/postgresql-7.0.3/programmer/spi-spirepalloc.htm /usr/share/doc/postgresql-7.0.3/programmer/spi-spisaveplan.htm /usr/share/doc/postgresql-7.0.3/programmer/spi.htm /usr/share/doc/postgresql-7.0.3/programmer/spi2351.htm /usr/share/doc/postgresql-7.0.3/programmer/spi3064.htm /usr/share/doc/postgresql-7.0.3/programmer/spi3086.htm /usr/share/doc/postgresql-7.0.3/programmer/spi3091.htm /usr/share/doc/postgresql-7.0.3/programmer/terminology.htm /usr/share/doc/postgresql-7.0.3/programmer/triggers.htm /usr/share/doc/postgresql-7.0.3/programmer/triggers1767.htm /usr/share/doc/postgresql-7.0.3/programmer/triggers1824.htm /usr/share/doc/postgresql-7.0.3/programmer/triggers1833.htm /usr/share/doc/postgresql-7.0.3/programmer/xaggr.htm /usr/share/doc/postgresql-7.0.3/programmer/xfunc.htm /usr/share/doc/postgresql-7.0.3/programmer/xfunc511.htm /usr/share/doc/postgresql-7.0.3/programmer/xfunc517.htm /usr/share/doc/postgresql-7.0.3/programmer/xfunc522.htm /usr/share/doc/postgresql-7.0.3/programmer/xfunc754.htm /usr/share/doc/postgresql-7.0.3/programmer/xindex.htm /usr/share/doc/postgresql-7.0.3/programmer/xoper.htm /usr/share/doc/postgresql-7.0.3/programmer/xplang.htm /usr/share/doc/postgresql-7.0.3/programmer/xtypes.htm /usr/share/doc/postgresql-7.0.3/programmer/y2k.htm /usr/share/doc/postgresql-7.0.3/tutorial /usr/share/doc/postgresql-7.0.3/tutorial/about.htm /usr/share/doc/postgresql-7.0.3/tutorial/advanced.htm /usr/share/doc/postgresql-7.0.3/tutorial/advanced1511.htm /usr/share/doc/postgresql-7.0.3/tutorial/advanced1533.htm /usr/share/doc/postgresql-7.0.3/tutorial/arch.htm /usr/share/doc/postgresql-7.0.3/tutorial/biblio.htm /usr/share/doc/postgresql-7.0.3/tutorial/clientserver.gif /usr/share/doc/postgresql-7.0.3/tutorial/copyright.htm /usr/share/doc/postgresql-7.0.3/tutorial/f17.htm /usr/share/doc/postgresql-7.0.3/tutorial/index.html /usr/share/doc/postgresql-7.0.3/tutorial/intro.htm /usr/share/doc/postgresql-7.0.3/tutorial/intro172.htm /usr/share/doc/postgresql-7.0.3/tutorial/intro300.htm /usr/share/doc/postgresql-7.0.3/tutorial/intro56.htm /usr/share/doc/postgresql-7.0.3/tutorial/notation.htm /usr/share/doc/postgresql-7.0.3/tutorial/query.htm /usr/share/doc/postgresql-7.0.3/tutorial/query1340.htm /usr/share/doc/postgresql-7.0.3/tutorial/query1356.htm /usr/share/doc/postgresql-7.0.3/tutorial/query1378.htm /usr/share/doc/postgresql-7.0.3/tutorial/query1387.htm /usr/share/doc/postgresql-7.0.3/tutorial/query1405.htm /usr/share/doc/postgresql-7.0.3/tutorial/query1413.htm /usr/share/doc/postgresql-7.0.3/tutorial/query1432.htm /usr/share/doc/postgresql-7.0.3/tutorial/query1437.htm /usr/share/doc/postgresql-7.0.3/tutorial/query1444.htm /usr/share/doc/postgresql-7.0.3/tutorial/sql-language.htm /usr/share/doc/postgresql-7.0.3/tutorial/sql.htm /usr/share/doc/postgresql-7.0.3/tutorial/sql490.htm /usr/share/doc/postgresql-7.0.3/tutorial/sql608.htm /usr/share/doc/postgresql-7.0.3/tutorial/start.htm /usr/share/doc/postgresql-7.0.3/tutorial/start1216.htm /usr/share/doc/postgresql-7.0.3/tutorial/start1238.htm /usr/share/doc/postgresql-7.0.3/tutorial/terminology.htm /usr/share/doc/postgresql-7.0.3/tutorial/tutorial.htm /usr/share/doc/postgresql-7.0.3/tutorial/tutorial.html /usr/share/doc/postgresql-7.0.3/tutorial/y2k.htm /usr/share/doc/postgresql-7.0.3/user /usr/share/doc/postgresql-7.0.3/user/about.htm /usr/share/doc/postgresql-7.0.3/user/app-createdb.htm /usr/share/doc/postgresql-7.0.3/user/app-createlang.htm /usr/share/doc/postgresql-7.0.3/user/app-createuser.htm /usr/share/doc/postgresql-7.0.3/user/app-dropdb.htm /usr/share/doc/postgresql-7.0.3/user/app-droplang.htm /usr/share/doc/postgresql-7.0.3/user/app-dropuser.htm /usr/share/doc/postgresql-7.0.3/user/app-ecpg.htm /usr/share/doc/postgresql-7.0.3/user/app-initdb.htm /usr/share/doc/postgresql-7.0.3/user/app-initlocation.htm /usr/share/doc/postgresql-7.0.3/user/app-ipcclean.htm /usr/share/doc/postgresql-7.0.3/user/app-pg-passwd.htm /usr/share/doc/postgresql-7.0.3/user/app-pg-upgrade.htm /usr/share/doc/postgresql-7.0.3/user/app-pgaccess.htm /usr/share/doc/postgresql-7.0.3/user/app-pgadmin.htm /usr/share/doc/postgresql-7.0.3/user/app-pgctl.htm /usr/share/doc/postgresql-7.0.3/user/app-pgdump.htm /usr/share/doc/postgresql-7.0.3/user/app-pgdumpall.htm /usr/share/doc/postgresql-7.0.3/user/app-pgtclsh.htm /usr/share/doc/postgresql-7.0.3/user/app-pgtksh.htm /usr/share/doc/postgresql-7.0.3/user/app-postgres.htm /usr/share/doc/postgresql-7.0.3/user/app-postmaster.htm /usr/share/doc/postgresql-7.0.3/user/app-psql.htm /usr/share/doc/postgresql-7.0.3/user/app-vacuumdb.htm /usr/share/doc/postgresql-7.0.3/user/applications.htm /usr/share/doc/postgresql-7.0.3/user/arrays.htm /usr/share/doc/postgresql-7.0.3/user/biblio.htm /usr/share/doc/postgresql-7.0.3/user/c4087.htm /usr/share/doc/postgresql-7.0.3/user/c40874113.htm /usr/share/doc/postgresql-7.0.3/user/c40874340.htm /usr/share/doc/postgresql-7.0.3/user/c4358.htm /usr/share/doc/postgresql-7.0.3/user/c43584371.htm /usr/share/doc/postgresql-7.0.3/user/c4884.htm /usr/share/doc/postgresql-7.0.3/user/c4929.htm /usr/share/doc/postgresql-7.0.3/user/c49294939.htm /usr/share/doc/postgresql-7.0.3/user/c49294943.htm /usr/share/doc/postgresql-7.0.3/user/copyright.htm /usr/share/doc/postgresql-7.0.3/user/datatype.htm /usr/share/doc/postgresql-7.0.3/user/datatype1034.htm /usr/share/doc/postgresql-7.0.3/user/datatype1066.htm /usr/share/doc/postgresql-7.0.3/user/datatype1130.htm /usr/share/doc/postgresql-7.0.3/user/datatype1645.htm /usr/share/doc/postgresql-7.0.3/user/datatype1677.htm /usr/share/doc/postgresql-7.0.3/user/datatype1916.htm /usr/share/doc/postgresql-7.0.3/user/datetime-appendix.htm /usr/share/doc/postgresql-7.0.3/user/datetime-appendix16981.htm /usr/share/doc/postgresql-7.0.3/user/environ.htm /usr/share/doc/postgresql-7.0.3/user/functions.htm /usr/share/doc/postgresql-7.0.3/user/functions2589.htm /usr/share/doc/postgresql-7.0.3/user/functions2729.htm /usr/share/doc/postgresql-7.0.3/user/functions2872.htm /usr/share/doc/postgresql-7.0.3/user/functions2972.htm /usr/share/doc/postgresql-7.0.3/user/functions3439.htm /usr/share/doc/postgresql-7.0.3/user/functions3637.htm /usr/share/doc/postgresql-7.0.3/user/index.html /usr/share/doc/postgresql-7.0.3/user/indices.htm /usr/share/doc/postgresql-7.0.3/user/inherit.htm /usr/share/doc/postgresql-7.0.3/user/intro.htm /usr/share/doc/postgresql-7.0.3/user/intro172.htm /usr/share/doc/postgresql-7.0.3/user/intro300.htm /usr/share/doc/postgresql-7.0.3/user/intro56.htm /usr/share/doc/postgresql-7.0.3/user/manage.htm /usr/share/doc/postgresql-7.0.3/user/manage4810.htm /usr/share/doc/postgresql-7.0.3/user/manage4834.htm /usr/share/doc/postgresql-7.0.3/user/manage4876.htm /usr/share/doc/postgresql-7.0.3/user/mvcc.htm /usr/share/doc/postgresql-7.0.3/user/mvcc4564.htm /usr/share/doc/postgresql-7.0.3/user/mvcc4617.htm /usr/share/doc/postgresql-7.0.3/user/mvcc4629.htm /usr/share/doc/postgresql-7.0.3/user/mvcc4642.htm /usr/share/doc/postgresql-7.0.3/user/mvcc4719.htm /usr/share/doc/postgresql-7.0.3/user/mvcc4740.htm /usr/share/doc/postgresql-7.0.3/user/notation.htm /usr/share/doc/postgresql-7.0.3/user/operators.htm /usr/share/doc/postgresql-7.0.3/user/operators2123.htm /usr/share/doc/postgresql-7.0.3/user/operators2194.htm /usr/share/doc/postgresql-7.0.3/user/operators2263.htm /usr/share/doc/postgresql-7.0.3/user/operators2373.htm /usr/share/doc/postgresql-7.0.3/user/operators2432.htm /usr/share/doc/postgresql-7.0.3/user/operators2486.htm /usr/share/doc/postgresql-7.0.3/user/partial-index.htm /usr/share/doc/postgresql-7.0.3/user/pl-perl.htm /usr/share/doc/postgresql-7.0.3/user/pl-perl4529.htm /usr/share/doc/postgresql-7.0.3/user/pl-perl4538.htm /usr/share/doc/postgresql-7.0.3/user/preface.htm /usr/share/doc/postgresql-7.0.3/user/sql-abort.htm /usr/share/doc/postgresql-7.0.3/user/sql-altergroup.htm /usr/share/doc/postgresql-7.0.3/user/sql-altertable.htm /usr/share/doc/postgresql-7.0.3/user/sql-alteruser.htm /usr/share/doc/postgresql-7.0.3/user/sql-begin.htm /usr/share/doc/postgresql-7.0.3/user/sql-close.htm /usr/share/doc/postgresql-7.0.3/user/sql-cluster.htm /usr/share/doc/postgresql-7.0.3/user/sql-commands.htm /usr/share/doc/postgresql-7.0.3/user/sql-comment.htm /usr/share/doc/postgresql-7.0.3/user/sql-commit.htm /usr/share/doc/postgresql-7.0.3/user/sql-copy.htm /usr/share/doc/postgresql-7.0.3/user/sql-createaggregate.htm /usr/share/doc/postgresql-7.0.3/user/sql-createconstraint.htm /usr/share/doc/postgresql-7.0.3/user/sql-createdatabase.htm /usr/share/doc/postgresql-7.0.3/user/sql-createfunction.htm /usr/share/doc/postgresql-7.0.3/user/sql-creategroup.htm /usr/share/doc/postgresql-7.0.3/user/sql-createindex.htm /usr/share/doc/postgresql-7.0.3/user/sql-createlanguage.htm /usr/share/doc/postgresql-7.0.3/user/sql-createoperator.htm /usr/share/doc/postgresql-7.0.3/user/sql-createrule.htm /usr/share/doc/postgresql-7.0.3/user/sql-createsequence.htm /usr/share/doc/postgresql-7.0.3/user/sql-createtable.htm /usr/share/doc/postgresql-7.0.3/user/sql-createtableas.htm /usr/share/doc/postgresql-7.0.3/user/sql-createtrigger.htm /usr/share/doc/postgresql-7.0.3/user/sql-createtype.htm /usr/share/doc/postgresql-7.0.3/user/sql-createuser.htm /usr/share/doc/postgresql-7.0.3/user/sql-createview.htm /usr/share/doc/postgresql-7.0.3/user/sql-declare.htm /usr/share/doc/postgresql-7.0.3/user/sql-delete.htm /usr/share/doc/postgresql-7.0.3/user/sql-dropaggregate.htm /usr/share/doc/postgresql-7.0.3/user/sql-dropdatabase.htm /usr/share/doc/postgresql-7.0.3/user/sql-dropfunction.htm /usr/share/doc/postgresql-7.0.3/user/sql-dropgroup.htm /usr/share/doc/postgresql-7.0.3/user/sql-dropindex.htm /usr/share/doc/postgresql-7.0.3/user/sql-droplanguage.htm /usr/share/doc/postgresql-7.0.3/user/sql-dropoperator.htm /usr/share/doc/postgresql-7.0.3/user/sql-droprule.htm /usr/share/doc/postgresql-7.0.3/user/sql-dropsequence.htm /usr/share/doc/postgresql-7.0.3/user/sql-droptable.htm /usr/share/doc/postgresql-7.0.3/user/sql-droptrigger.htm /usr/share/doc/postgresql-7.0.3/user/sql-droptype.htm /usr/share/doc/postgresql-7.0.3/user/sql-dropuser.htm /usr/share/doc/postgresql-7.0.3/user/sql-dropview.htm /usr/share/doc/postgresql-7.0.3/user/sql-end.htm /usr/share/doc/postgresql-7.0.3/user/sql-explain.htm /usr/share/doc/postgresql-7.0.3/user/sql-fetch.htm /usr/share/doc/postgresql-7.0.3/user/sql-grant.htm /usr/share/doc/postgresql-7.0.3/user/sql-insert.htm /usr/share/doc/postgresql-7.0.3/user/sql-listen.htm /usr/share/doc/postgresql-7.0.3/user/sql-load.htm /usr/share/doc/postgresql-7.0.3/user/sql-lock.htm /usr/share/doc/postgresql-7.0.3/user/sql-move.htm /usr/share/doc/postgresql-7.0.3/user/sql-notify.htm /usr/share/doc/postgresql-7.0.3/user/sql-reindex.htm /usr/share/doc/postgresql-7.0.3/user/sql-reset.htm /usr/share/doc/postgresql-7.0.3/user/sql-revoke.htm /usr/share/doc/postgresql-7.0.3/user/sql-rollback.htm /usr/share/doc/postgresql-7.0.3/user/sql-select.htm /usr/share/doc/postgresql-7.0.3/user/sql-selectinto.htm /usr/share/doc/postgresql-7.0.3/user/sql-set.htm /usr/share/doc/postgresql-7.0.3/user/sql-show.htm /usr/share/doc/postgresql-7.0.3/user/sql-truncate.htm /usr/share/doc/postgresql-7.0.3/user/sql-unlisten.htm /usr/share/doc/postgresql-7.0.3/user/sql-update.htm /usr/share/doc/postgresql-7.0.3/user/sql-vacuum.htm /usr/share/doc/postgresql-7.0.3/user/storage.htm /usr/share/doc/postgresql-7.0.3/user/syntax.htm /usr/share/doc/postgresql-7.0.3/user/syntax515.htm /usr/share/doc/postgresql-7.0.3/user/syntax521.htm /usr/share/doc/postgresql-7.0.3/user/syntax539.htm /usr/share/doc/postgresql-7.0.3/user/syntax604.htm /usr/share/doc/postgresql-7.0.3/user/syntax649.htm /usr/share/doc/postgresql-7.0.3/user/syntax654.htm /usr/share/doc/postgresql-7.0.3/user/terminology.htm /usr/share/doc/postgresql-7.0.3/user/typeconv.htm /usr/share/doc/postgresql-7.0.3/user/typeconv3755.htm /usr/share/doc/postgresql-7.0.3/user/typeconv3818.htm /usr/share/doc/postgresql-7.0.3/user/typeconv3871.htm /usr/share/doc/postgresql-7.0.3/user/typeconv3891.htm /usr/share/doc/postgresql-7.0.3/user/user.htm /usr/share/doc/postgresql-7.0.3/user/user.html /usr/share/doc/postgresql-7.0.3/user/utilities.htm /usr/share/doc/postgresql-7.0.3/user/y2k.htm /usr/share/man/man1/createdb.1.gz /usr/share/man/man1/createlang.1.gz /usr/share/man/man1/createuser.1.gz /usr/share/man/man1/dropdb.1.gz /usr/share/man/man1/droplang.1.gz /usr/share/man/man1/dropuser.1.gz /usr/share/man/man1/pg_dump.1.gz /usr/share/man/man1/pg_dumpall.1.gz /usr/share/man/man1/psql.1.gz /usr/share/man/manl/abort.l.gz /usr/share/man/manl/alter_group.l.gz /usr/share/man/manl/alter_table.l.gz /usr/share/man/manl/alter_user.l.gz /usr/share/man/manl/begin.l.gz /usr/share/man/manl/close.l.gz /usr/share/man/manl/cluster.l.gz /usr/share/man/manl/comment.l.gz /usr/share/man/manl/commit.l.gz /usr/share/man/manl/copy.l.gz /usr/share/man/manl/create_aggregate.l.gz /usr/share/man/manl/create_constraint_trigger.l.gz /usr/share/man/manl/create_database.l.gz /usr/share/man/manl/create_function.l.gz /usr/share/man/manl/create_group.l.gz /usr/share/man/manl/create_index.l.gz /usr/share/man/manl/create_language.l.gz /usr/share/man/manl/create_operator.l.gz /usr/share/man/manl/create_rule.l.gz /usr/share/man/manl/create_sequence.l.gz /usr/share/man/manl/create_table.l.gz /usr/share/man/manl/create_table_as.l.gz /usr/share/man/manl/create_trigger.l.gz /usr/share/man/manl/create_type.l.gz /usr/share/man/manl/create_user.l.gz /usr/share/man/manl/create_view.l.gz /usr/share/man/manl/declare.l.gz /usr/share/man/manl/delete.l.gz /usr/share/man/manl/drop_aggregate.l.gz /usr/share/man/manl/drop_database.l.gz /usr/share/man/manl/drop_function.l.gz /usr/share/man/manl/drop_group.l.gz /usr/share/man/manl/drop_index.l.gz /usr/share/man/manl/drop_language.l.gz /usr/share/man/manl/drop_operator.l.gz /usr/share/man/manl/drop_rule.l.gz /usr/share/man/manl/drop_sequence.l.gz /usr/share/man/manl/drop_table.l.gz /usr/share/man/manl/drop_trigger.l.gz /usr/share/man/manl/drop_type.l.gz /usr/share/man/manl/drop_user.l.gz /usr/share/man/manl/drop_view.l.gz /usr/share/man/manl/end.l.gz /usr/share/man/manl/explain.l.gz /usr/share/man/manl/fetch.l.gz /usr/share/man/manl/grant.l.gz /usr/share/man/manl/insert.l.gz /usr/share/man/manl/listen.l.gz /usr/share/man/manl/load.l.gz /usr/share/man/manl/lock.l.gz /usr/share/man/manl/move.l.gz /usr/share/man/manl/notify.l.gz /usr/share/man/manl/reindex.l.gz /usr/share/man/manl/reset.l.gz /usr/share/man/manl/revoke.l.gz /usr/share/man/manl/rollback.l.gz /usr/share/man/manl/select.l.gz /usr/share/man/manl/select_into.l.gz /usr/share/man/manl/set.l.gz /usr/share/man/manl/show.l.gz /usr/share/man/manl/truncate.l.gz /usr/share/man/manl/unlisten.l.gz /usr/share/man/manl/update.l.gz /usr/share/man/manl/vacuum.l.gz
Generated by rpm2html 1.7
Fritz Elfert, Thu Jan 16 13:49:47 2003