| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Feedback | Help | Search |
| Name: postgresql | Distribution: Red Hat (FC-5) |
| Version: 8.1.8 | Vendor: Red Hat, Inc. |
| Release: 1.fc5 | Build date: Wed Feb 7 10:42:03 2007 |
| Group: Applications/Databases | Build host: hs20-bc2-3.build.redhat.com |
| Size: 10789095 | Source RPM: postgresql-8.1.8-1.fc5.src.rpm |
| Packager: Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla> | |
| 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 docs in HTML for the whole package, 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
internal MD5: ce8dd9c66b7a41021fceb1ec0e7cc7b7
GPG
* Wed Feb 07 2007 Tom Lane <tgl@redhat.com> 8.1.8-1
- Update to PostgreSQL 8.1.8 due to regression induced by security fix
Resolves: #227522
* Sun Feb 04 2007 Tom Lane <tgl@redhat.com> 8.1.7-1
- Update to PostgreSQL 8.1.7 to fix CVE-2007-0555, CVE-2007-0556
Related: #225496
* Wed Jan 10 2007 Tom Lane <tgl@redhat.com> 8.1.6-1
- Update to PostgreSQL 8.1.6
* Mon Dec 11 2006 Tom Lane <tgl@redhat.com> 8.1.5-1
- Update to PostgreSQL 8.1.5
- Update to PyGreSQL 3.8.1
- Adjust init script to not fool /etc/rc.d/rc
Resolves: #161470
- Fix chcon arguments in test/regress/Makefile
Resolves: #201035
* Mon May 22 2006 Tom Lane <tgl@redhat.com> 8.1.4-1.FC5.1
- Update to PostgreSQL 8.1.4 (includes fixes for CVE-2006-2313, CVE-2006-2314;
see bug #192173)
- Update to PyGreSQL 3.8
- Update to jdbc driver build 406
- Suppress noise from chcon, per bug #187744
* Mon Feb 13 2006 Jesse Keating <jkeating@redhat.com> - 8.1.3-1.1
- rebump for build order issues during double-long bump
* Mon Feb 13 2006 Tom Lane <tgl@redhat.com> 8.1.3-1
- Update to PostgreSQL 8.1.3 (fixes bug #180617, CVE-2006-0553)
- Update to jdbc driver build 405
- Modify multilib header hack to not break non-RH arches, per bug #177564
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 8.1.2-1.1
- rebuilt for new gcc4.1 snapshot and glibc changes
* Mon Jan 09 2006 Tom Lane <tgl@redhat.com> 8.1.2-1
- Update to PostgreSQL 8.1.2
- Repair extraneous quote in pgtcl configure script ... odd that bash
didn't use to spit up on this.
* Thu Dec 15 2005 Tom Lane <tgl@redhat.com> 8.1.1-3
- fix pg_config.h for 64-bit and ppc platforms
- update Makefile.regress (needs to --load-language=plpgsql)
* Wed Dec 14 2005 Tom Lane <tgl@redhat.com> 8.1.1-2
- oops, looks like we want uname -i not uname -m
* Wed Dec 14 2005 Tom Lane <tgl@redhat.com> 8.1.1-1
- Update to PostgreSQL 8.1.1
- Make pg_config.h architecture-independent for multilib installs;
put the original pg_config.h into pg_config_$ARCH.h
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
- rebuilt
* Sat Nov 12 2005 Tom Lane <tgl@redhat.com> 8.1.0-4
- Update included PDF-format manual to 8.1.
* Wed Nov 09 2005 Tom Lane <tgl@redhat.com> 8.1.0-3
- Rebuild due to openssl library update.
* Wed Nov 09 2005 Tom Lane <tgl@redhat.com> 8.1.0-2
- Rebuild due to openssl library update.
* Mon Nov 07 2005 Tom Lane <tgl@redhat.com> 8.1.0-1
- Update to PostgreSQL 8.1.0, PyGreSQL 3.7, and jdbc driver build 404
- Fix PAM config file (must have account not only auth) (bug #167040)
- Add BuildPrereq: libxslt-devel (bug #170141)
- Sync with PGDG SRPM as much as feasible
* Fri Oct 14 2005 Tomas Mraz <tmraz@redhat.com>
- use include instead of pam_stack in pam config
* Tue Oct 04 2005 Tom Lane <tgl@redhat.com> 8.0.4-2
- Add rpath to plperl.so (bug #162198)
* Tue Oct 04 2005 Tom Lane <tgl@redhat.com> 8.0.4-1
- Update to PostgreSQL 8.0.4, PyGreSQL 3.6.2, and jdbc driver build 312
- Adjust pgtcl link command to ensure it binds to correct libpq (bug #166665)
- Remove obsolete Conflicts: against other python versions (bug #166754)
- Add /etc/pam.d/postgresql (bug #167040)
- Include contrib/xml2 in build (bug #167492)
* Tue May 10 2005 Tom Lane <tgl@redhat.com> 8.0.3-1
- Update to PostgreSQL 8.0.3 (includes security and data-loss fixes; see
bz#156727, CAN-2005-1409, CAN-2005-1410)
- Update to jdbc driver build 311
- Recreate postgres user after superseding an rh-postgresql install (bug #151911)
- Ensure postgresql server is restarted if running during an upgrade
* Thu Apr 14 2005 Florian La Roche <laroche@redhat.com> 8.0.2-2
- rebuild for postgresql-tcl
* Tue Apr 12 2005 Tom Lane <tgl@redhat.com> 8.0.2-1
- Update to PostgreSQL 8.0.2.
* Fri Mar 11 2005 Tom Lane <tgl@redhat.com> 8.0.1-5
- Remove unwanted rpath specification from pgtcl (bz#150649)
* Wed Mar 02 2005 Tom Lane <tgl@redhat.com> 8.0.1-4
- Attach Obsoletes: declarations for rh-postgresql to subpackages (bz#144435)
- Make Requires: and Prereq: package linkages specify release not only
version, as per recent mailing list discussion.
* Tue Mar 01 2005 Tomas Mraz <tmraz@redhat.com> 8.0.1-3
- rebuild with openssl-0.9.7e
* Mon Feb 21 2005 Tom Lane <tgl@redhat.com> 8.0.1-2
- Repair improper error message in init script when PGVERSION doesn't match.
- Arrange for auto update of version embedded in init script.
* Sun Jan 30 2005 Tom Lane <tgl@redhat.com> 8.0.1-1
- Update to PostgreSQL 8.0.1.
- Add versionless symlinks to jar files (bz#145744)
* Wed Jan 19 2005 Tom Lane <tgl@redhat.com> 8.0.0-1
- Update to PostgreSQL 8.0.0, PyGreSQL 3.6.1, pgtcl 1.5.2,
and jdbc driver build 309.
- Extensive cleanout of obsolete cruft in patch set.
- Regression tests are run during RPM build (NOTE: cannot build as root when
this is enabled).
- Postmaster stderr goes someplace useful, not /dev/null (bz#76503, #103767)
- Make init script return a useful exit status (bz#80782)
- Move docs' tutorial directory to %{_libdir}/pgsql/tutorial, since it
includes .so files that surely do not belong under /usr/share.
- Remove useless .sgml files from docs RPM (bz#134450)
- Put regression tests under /usr/lib64 on 64-bit archs, since .so files
are not architecture-independent.
* Wed Jan 12 2005 Tim Waugh <twaugh@redhat.com> 7.4.6-5
- Rebuilt for new readline.
* Tue Jan 11 2005 Dan Walsh <dwalsh@redhat.com> 7.4.6-4
- Add restorecon to postgresql.init in order to restore database to correct
- SELinux context.
* Thu Dec 16 2004 Tom Lane <tgl@redhat.com> 7.4.6-3
- Update to PyGreSQL 3.6 (to fix bug #142711)
- Adjust a few file permissions (bug #142431)
- Assign %{_libdir}/pgsql to base package instead of -server (bug #74003)
* Mon Nov 15 2004 Tom Lane <tgl@redhat.com> 7.4.6-2
- Rebuild so python components play with python 2.4 (bug 139160)
* Sat Oct 23 2004 Tom Lane <tgl@redhat.com> 7.4.6-1
- Update to PostgreSQL 7.4.6 (bugs 136947, 136949)
- Make init script more paranoid about mkdir step of initializing a new
database (bugs 136947, 136949)
* Wed Oct 20 2004 Tom Lane <tgl@redhat.com> 7.4.5-4
- Remove contrib/oidjoins stuff from installed fileset; it's of no use
to ordinary users and has a security issue (bugs 136300, 136301)
- adjust chkconfig priority (bug 128852)
* Tue Oct 05 2004 Tom Lane <tgl@redhat.com> 7.4.5-3
- Solve the stale lockfile problem (bugs 71295, 96981, 134090)
- Use runuser instead of su for SELinux (bug 134588)
* Mon Aug 30 2004 Tom Lane <tgl@redhat.com> 7.4.5-2
- Update to PyGreSQL 3.5.
* Tue Aug 24 2004 Tom Lane <tgl@redhat.com> 7.4.5-1
- Update to PostgreSQL 7.4.5.
- Update JDBC jars to driver build 215.
- Add Obsoletes: entries for rh-postgresql packages, per bug 129278.
* Sat Jul 10 2004 Tom Lane <tgl@redhat.com> 7.4.3-3
- Undo ill-considered chkconfig change that causes server to start
immediately upon install. Mea culpa (bug 127552).
* Sat Jul 03 2004 Tom Lane <tgl@redhat.com> 7.4.3-2
- Update JDBC jars to driver build 214.
* Wed Jun 23 2004 Tom Lane <tgl@redhat.com> 7.4.3-1
- Update to PostgreSQL 7.4.3.
- Uninstalling server RPM stops postmaster first, per bug 114846.
- Fix su commands to not assume PG user's shell is sh-like, per bug 124024.
- Fix permissions on postgresql-python doc files, per bug 124822.
- Minor postgresql.init improvements.
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Wed Mar 10 2004 Tom Lane <tgl@redhat.com> 7.4.2-1
- Update to PostgreSQL 7.4.2; sync with community SRPM as much as possible.
- Support PGOPTS from /etc/sysconfig/pgsql, per bug 111504.
- Fix permissions on /etc/sysconfig/pgsql, per bug 115278.
- SELinux patch in init file: always su </dev/null, per bug 117901.
- Rebuilt
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Wed Feb 25 2004 Tom Lane <tgl@redhat.com>
- Update to PostgreSQL 7.4.1.
- Rebuilt
* Tue Feb 24 2004 Tom Lane <tgl@redhat.com>
- Fix chown syntax in postgresql.init also.
- Rebuilt
* Mon Feb 23 2004 Tim Waugh <twaugh@redhat.com>
- Use ':' instead of '.' as separator for chown.
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Fri Jan 09 2004 Lamar Owen <lowen@pari.edu>
- 7.4.1-1PGDG
- Merge Sander Steffann's changes up to 7.4-0.5PGDG
- Proper 7.4.1 JDBC jars this time.
- Patch for no pl/python from Alvaro
* Fri Dec 05 2003 David Jee <djee@redhat.com> 7.4-5
- Rebuild for Perl 5.8.2.
* Mon Dec 01 2003 David Jee <djee@redhat.com> 7.4-4
- Add PyGreSQL patch for deprecated column pg_type.typprtlen [Bug #111263]
- Add headers patch which moves ecpg headers to /usr/include/ecpg
[Bug #111195]
* Fri Nov 28 2003 David Jee <djee@redhat.com> 7.4-3
- uncomment buildrequires tcl-devel
* Fri Nov 28 2003 David Jee <djee@redhat.com> 7.4-2
- rebuild
* Mon Nov 24 2003 David Jee <djee@redhat.com> 7.4-1
- initial Red Hat build
- move jars to /usr/share/java
- fix rpm-multilib patch to use sysconfig
* Fri Nov 21 2003 Lamar Owen <lowen@pari.edu> <lamar.owen@wgcr.org>
- 7.4-0.1PGDG
- Development JDBC jars in addition to the 7.3 jars; will replace the
- 7.3 jars once 7.4 official jars are released.
- Changed to use the bzip2 source to save a little size.
- Removed some commented out portions of the specfile.
- Removed the 7.3.4 PDF docs. Will replace with 7.4 PDF's once they
- are ready.
* Tue Nov 18 2003 Kaj J. Niemi <kajtzu@fi.basen.net> 7.4-0.1
- 7.4
- Fixed Patch #1 (now rpm-pgsql-7.4.patch)
- Fixed Patch #2 (now rpm-multilib-7.4.patch):
- Patch #4 is unnecessary (upstream)
- Fixed Patch #6 (now postgresql-7.4-src-tutorial.patch)
- Added Patch #8 (postgresql-7.4-com_err.patch) as com_err()
is provided by e2fsprogs and CPPFLAGS gets lost somewhere
inside configure (bad macro?)
- No 7.4 PDF docs available yet (Source #17)
- PyGreSQL is separated from the upstream distribution but
we include it as usual (Source #18)
- Default to compiling libpq and ECPG as fully thread-safe
- 7.4 Origin. See previous spec files for previous history. Adapted
- from Red Hat and PGDG's 7.3.4 RPM, directly descended from
- postgresql-7.3.4-2 as shipped in Fedora Core 1.
/usr/bin/clusterdb /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_restore /usr/bin/psql /usr/bin/reindexdb /usr/bin/vacuumdb /usr/lib/pgsql /usr/share/doc/postgresql-8.1.8 /usr/share/doc/postgresql-8.1.8/COPYRIGHT /usr/share/doc/postgresql-8.1.8/FAQ /usr/share/doc/postgresql-8.1.8/HISTORY /usr/share/doc/postgresql-8.1.8/KNOWN_BUGS /usr/share/doc/postgresql-8.1.8/MISSING_FEATURES /usr/share/doc/postgresql-8.1.8/README /usr/share/doc/postgresql-8.1.8/README.mb.big5 /usr/share/doc/postgresql-8.1.8/README.mb.jp /usr/share/doc/postgresql-8.1.8/README.rpm-dist /usr/share/doc/postgresql-8.1.8/bug.template /usr/share/doc/postgresql-8.1.8/html /usr/share/doc/postgresql-8.1.8/html/LEGALNOTICE.html /usr/share/doc/postgresql-8.1.8/html/admin.html /usr/share/doc/postgresql-8.1.8/html/app-clusterdb.html /usr/share/doc/postgresql-8.1.8/html/app-createdb.html /usr/share/doc/postgresql-8.1.8/html/app-createlang.html /usr/share/doc/postgresql-8.1.8/html/app-createuser.html /usr/share/doc/postgresql-8.1.8/html/app-dropdb.html /usr/share/doc/postgresql-8.1.8/html/app-droplang.html /usr/share/doc/postgresql-8.1.8/html/app-dropuser.html /usr/share/doc/postgresql-8.1.8/html/app-ecpg.html /usr/share/doc/postgresql-8.1.8/html/app-initdb.html /usr/share/doc/postgresql-8.1.8/html/app-ipcclean.html /usr/share/doc/postgresql-8.1.8/html/app-pg-ctl.html /usr/share/doc/postgresql-8.1.8/html/app-pg-dumpall.html /usr/share/doc/postgresql-8.1.8/html/app-pgconfig.html /usr/share/doc/postgresql-8.1.8/html/app-pgcontroldata.html /usr/share/doc/postgresql-8.1.8/html/app-pgdump.html /usr/share/doc/postgresql-8.1.8/html/app-pgresetxlog.html /usr/share/doc/postgresql-8.1.8/html/app-pgrestore.html /usr/share/doc/postgresql-8.1.8/html/app-postgres.html /usr/share/doc/postgresql-8.1.8/html/app-postmaster.html /usr/share/doc/postgresql-8.1.8/html/app-psql.html /usr/share/doc/postgresql-8.1.8/html/app-reindexdb.html /usr/share/doc/postgresql-8.1.8/html/app-vacuumdb.html /usr/share/doc/postgresql-8.1.8/html/appendixes.html /usr/share/doc/postgresql-8.1.8/html/applevel-consistency.html /usr/share/doc/postgresql-8.1.8/html/arrays.html /usr/share/doc/postgresql-8.1.8/html/auth-methods.html /usr/share/doc/postgresql-8.1.8/html/backup-file.html /usr/share/doc/postgresql-8.1.8/html/backup-online.html /usr/share/doc/postgresql-8.1.8/html/backup.html /usr/share/doc/postgresql-8.1.8/html/biblio.html /usr/share/doc/postgresql-8.1.8/html/bki-commands.html /usr/share/doc/postgresql-8.1.8/html/bki-example.html /usr/share/doc/postgresql-8.1.8/html/bki-structure.html /usr/share/doc/postgresql-8.1.8/html/bki.html /usr/share/doc/postgresql-8.1.8/html/bookindex.html /usr/share/doc/postgresql-8.1.8/html/bug-reporting.html /usr/share/doc/postgresql-8.1.8/html/catalog-pg-aggregate.html /usr/share/doc/postgresql-8.1.8/html/catalog-pg-am.html /usr/share/doc/postgresql-8.1.8/html/catalog-pg-amop.html /usr/share/doc/postgresql-8.1.8/html/catalog-pg-amproc.html /usr/share/doc/postgresql-8.1.8/html/catalog-pg-attrdef.html /usr/share/doc/postgresql-8.1.8/html/catalog-pg-attribute.html /usr/share/doc/postgresql-8.1.8/html/catalog-pg-auth-members.html /usr/share/doc/postgresql-8.1.8/html/catalog-pg-authid.html /usr/share/doc/postgresql-8.1.8/html/catalog-pg-autovacuum.html /usr/share/doc/postgresql-8.1.8/html/catalog-pg-cast.html /usr/share/doc/postgresql-8.1.8/html/catalog-pg-class.html /usr/share/doc/postgresql-8.1.8/html/catalog-pg-constraint.html /usr/share/doc/postgresql-8.1.8/html/catalog-pg-conversion.html /usr/share/doc/postgresql-8.1.8/html/catalog-pg-database.html /usr/share/doc/postgresql-8.1.8/html/catalog-pg-depend.html /usr/share/doc/postgresql-8.1.8/html/catalog-pg-description.html /usr/share/doc/postgresql-8.1.8/html/catalog-pg-index.html /usr/share/doc/postgresql-8.1.8/html/catalog-pg-inherits.html /usr/share/doc/postgresql-8.1.8/html/catalog-pg-language.html /usr/share/doc/postgresql-8.1.8/html/catalog-pg-largeobject.html /usr/share/doc/postgresql-8.1.8/html/catalog-pg-listener.html /usr/share/doc/postgresql-8.1.8/html/catalog-pg-namespace.html /usr/share/doc/postgresql-8.1.8/html/catalog-pg-opclass.html /usr/share/doc/postgresql-8.1.8/html/catalog-pg-operator.html /usr/share/doc/postgresql-8.1.8/html/catalog-pg-pltemplate.html /usr/share/doc/postgresql-8.1.8/html/catalog-pg-proc.html /usr/share/doc/postgresql-8.1.8/html/catalog-pg-rewrite.html /usr/share/doc/postgresql-8.1.8/html/catalog-pg-shdepend.html /usr/share/doc/postgresql-8.1.8/html/catalog-pg-statistic.html /usr/share/doc/postgresql-8.1.8/html/catalog-pg-tablespace.html /usr/share/doc/postgresql-8.1.8/html/catalog-pg-trigger.html /usr/share/doc/postgresql-8.1.8/html/catalog-pg-type.html /usr/share/doc/postgresql-8.1.8/html/catalogs.html /usr/share/doc/postgresql-8.1.8/html/charset.html /usr/share/doc/postgresql-8.1.8/html/client-authentication-problems.html /usr/share/doc/postgresql-8.1.8/html/client-authentication.html /usr/share/doc/postgresql-8.1.8/html/client-interfaces.html /usr/share/doc/postgresql-8.1.8/html/connect-estab.html /usr/share/doc/postgresql-8.1.8/html/creating-cluster.html /usr/share/doc/postgresql-8.1.8/html/cvs-tree.html /usr/share/doc/postgresql-8.1.8/html/cvs.html /usr/share/doc/postgresql-8.1.8/html/cvsup.html /usr/share/doc/postgresql-8.1.8/html/datatype-binary.html /usr/share/doc/postgresql-8.1.8/html/datatype-bit.html /usr/share/doc/postgresql-8.1.8/html/datatype-boolean.html /usr/share/doc/postgresql-8.1.8/html/datatype-character.html /usr/share/doc/postgresql-8.1.8/html/datatype-datetime.html /usr/share/doc/postgresql-8.1.8/html/datatype-geometric.html /usr/share/doc/postgresql-8.1.8/html/datatype-money.html /usr/share/doc/postgresql-8.1.8/html/datatype-net-types.html /usr/share/doc/postgresql-8.1.8/html/datatype-oid.html /usr/share/doc/postgresql-8.1.8/html/datatype-pseudo.html /usr/share/doc/postgresql-8.1.8/html/datatype.html /usr/share/doc/postgresql-8.1.8/html/datetime-appendix.html /usr/share/doc/postgresql-8.1.8/html/datetime-keywords.html /usr/share/doc/postgresql-8.1.8/html/datetime-units-history.html /usr/share/doc/postgresql-8.1.8/html/ddl-alter.html /usr/share/doc/postgresql-8.1.8/html/ddl-constraints.html /usr/share/doc/postgresql-8.1.8/html/ddl-default.html /usr/share/doc/postgresql-8.1.8/html/ddl-depend.html /usr/share/doc/postgresql-8.1.8/html/ddl-inherit.html /usr/share/doc/postgresql-8.1.8/html/ddl-others.html /usr/share/doc/postgresql-8.1.8/html/ddl-partitioning.html /usr/share/doc/postgresql-8.1.8/html/ddl-priv.html /usr/share/doc/postgresql-8.1.8/html/ddl-schemas.html /usr/share/doc/postgresql-8.1.8/html/ddl-system-columns.html /usr/share/doc/postgresql-8.1.8/html/ddl.html /usr/share/doc/postgresql-8.1.8/html/disk-full.html /usr/share/doc/postgresql-8.1.8/html/diskusage.html /usr/share/doc/postgresql-8.1.8/html/dml-delete.html /usr/share/doc/postgresql-8.1.8/html/dml-update.html /usr/share/doc/postgresql-8.1.8/html/dml.html /usr/share/doc/postgresql-8.1.8/html/docguide-authoring.html /usr/share/doc/postgresql-8.1.8/html/docguide-build.html /usr/share/doc/postgresql-8.1.8/html/docguide-style.html /usr/share/doc/postgresql-8.1.8/html/docguide-toolsets.html /usr/share/doc/postgresql-8.1.8/html/docguide.html /usr/share/doc/postgresql-8.1.8/html/ecpg-commands.html /usr/share/doc/postgresql-8.1.8/html/ecpg-connect.html /usr/share/doc/postgresql-8.1.8/html/ecpg-descriptors.html /usr/share/doc/postgresql-8.1.8/html/ecpg-develop.html /usr/share/doc/postgresql-8.1.8/html/ecpg-disconnect.html /usr/share/doc/postgresql-8.1.8/html/ecpg-dynamic.html /usr/share/doc/postgresql-8.1.8/html/ecpg-errors.html /usr/share/doc/postgresql-8.1.8/html/ecpg-include.html /usr/share/doc/postgresql-8.1.8/html/ecpg-library.html /usr/share/doc/postgresql-8.1.8/html/ecpg-process.html /usr/share/doc/postgresql-8.1.8/html/ecpg-set-connection.html /usr/share/doc/postgresql-8.1.8/html/ecpg-variables.html /usr/share/doc/postgresql-8.1.8/html/ecpg.html /usr/share/doc/postgresql-8.1.8/html/encryption-options.html /usr/share/doc/postgresql-8.1.8/html/errcodes-appendix.html /usr/share/doc/postgresql-8.1.8/html/error-message-reporting.html /usr/share/doc/postgresql-8.1.8/html/error-style-guide.html /usr/share/doc/postgresql-8.1.8/html/executor.html /usr/share/doc/postgresql-8.1.8/html/explicit-joins.html /usr/share/doc/postgresql-8.1.8/html/explicit-locking.html /usr/share/doc/postgresql-8.1.8/html/extend-type-system.html /usr/share/doc/postgresql-8.1.8/html/extend.html /usr/share/doc/postgresql-8.1.8/html/external-extensions.html /usr/share/doc/postgresql-8.1.8/html/external-projects.html /usr/share/doc/postgresql-8.1.8/html/features.html /usr/share/doc/postgresql-8.1.8/html/functions-admin.html /usr/share/doc/postgresql-8.1.8/html/functions-aggregate.html /usr/share/doc/postgresql-8.1.8/html/functions-array.html /usr/share/doc/postgresql-8.1.8/html/functions-binarystring.html /usr/share/doc/postgresql-8.1.8/html/functions-bitstring.html /usr/share/doc/postgresql-8.1.8/html/functions-comparison.html /usr/share/doc/postgresql-8.1.8/html/functions-comparisons.html /usr/share/doc/postgresql-8.1.8/html/functions-conditional.html /usr/share/doc/postgresql-8.1.8/html/functions-datetime.html /usr/share/doc/postgresql-8.1.8/html/functions-formatting.html /usr/share/doc/postgresql-8.1.8/html/functions-geometry.html /usr/share/doc/postgresql-8.1.8/html/functions-info.html /usr/share/doc/postgresql-8.1.8/html/functions-matching.html /usr/share/doc/postgresql-8.1.8/html/functions-math.html /usr/share/doc/postgresql-8.1.8/html/functions-net.html /usr/share/doc/postgresql-8.1.8/html/functions-sequence.html /usr/share/doc/postgresql-8.1.8/html/functions-srf.html /usr/share/doc/postgresql-8.1.8/html/functions-string.html /usr/share/doc/postgresql-8.1.8/html/functions-subquery.html /usr/share/doc/postgresql-8.1.8/html/functions.html /usr/share/doc/postgresql-8.1.8/html/geqo-biblio.html /usr/share/doc/postgresql-8.1.8/html/geqo-intro2.html /usr/share/doc/postgresql-8.1.8/html/geqo-pg-intro.html /usr/share/doc/postgresql-8.1.8/html/geqo.html /usr/share/doc/postgresql-8.1.8/html/gist-examples.html /usr/share/doc/postgresql-8.1.8/html/gist-extensibility.html /usr/share/doc/postgresql-8.1.8/html/gist-implementation.html /usr/share/doc/postgresql-8.1.8/html/gist-recovery.html /usr/share/doc/postgresql-8.1.8/html/gist.html /usr/share/doc/postgresql-8.1.8/html/history.html /usr/share/doc/postgresql-8.1.8/html/index-cost-estimation.html /usr/share/doc/postgresql-8.1.8/html/index-functions.html /usr/share/doc/postgresql-8.1.8/html/index-locking.html /usr/share/doc/postgresql-8.1.8/html/index-scanning.html /usr/share/doc/postgresql-8.1.8/html/index-unique-checks.html /usr/share/doc/postgresql-8.1.8/html/index.html /usr/share/doc/postgresql-8.1.8/html/indexam.html /usr/share/doc/postgresql-8.1.8/html/indexes-bitmap-scans.html /usr/share/doc/postgresql-8.1.8/html/indexes-examine.html /usr/share/doc/postgresql-8.1.8/html/indexes-expressional.html /usr/share/doc/postgresql-8.1.8/html/indexes-multicolumn.html /usr/share/doc/postgresql-8.1.8/html/indexes-opclass.html /usr/share/doc/postgresql-8.1.8/html/indexes-partial.html /usr/share/doc/postgresql-8.1.8/html/indexes-types.html /usr/share/doc/postgresql-8.1.8/html/indexes-unique.html /usr/share/doc/postgresql-8.1.8/html/indexes.html /usr/share/doc/postgresql-8.1.8/html/information-schema.html /usr/share/doc/postgresql-8.1.8/html/infoschema-applicable-roles.html /usr/share/doc/postgresql-8.1.8/html/infoschema-check-constraints.html /usr/share/doc/postgresql-8.1.8/html/infoschema-column-domain-usage.html /usr/share/doc/postgresql-8.1.8/html/infoschema-column-privileges.html /usr/share/doc/postgresql-8.1.8/html/infoschema-column-udt-usage.html /usr/share/doc/postgresql-8.1.8/html/infoschema-columns.html /usr/share/doc/postgresql-8.1.8/html/infoschema-constraint-column-usage.html /usr/share/doc/postgresql-8.1.8/html/infoschema-constraint-table-usage.html /usr/share/doc/postgresql-8.1.8/html/infoschema-data-type-privileges.html /usr/share/doc/postgresql-8.1.8/html/infoschema-datatypes.html /usr/share/doc/postgresql-8.1.8/html/infoschema-domain-constraints.html /usr/share/doc/postgresql-8.1.8/html/infoschema-domain-udt-usage.html /usr/share/doc/postgresql-8.1.8/html/infoschema-domains.html /usr/share/doc/postgresql-8.1.8/html/infoschema-element-types.html /usr/share/doc/postgresql-8.1.8/html/infoschema-enabled-roles.html /usr/share/doc/postgresql-8.1.8/html/infoschema-information-schema-catalog-name.html /usr/share/doc/postgresql-8.1.8/html/infoschema-key-column-usage.html /usr/share/doc/postgresql-8.1.8/html/infoschema-parameters.html /usr/share/doc/postgresql-8.1.8/html/infoschema-referential-constraints.html /usr/share/doc/postgresql-8.1.8/html/infoschema-role-column-grants.html /usr/share/doc/postgresql-8.1.8/html/infoschema-role-routine-grants.html /usr/share/doc/postgresql-8.1.8/html/infoschema-role-table-grants.html /usr/share/doc/postgresql-8.1.8/html/infoschema-role-usage-grants.html /usr/share/doc/postgresql-8.1.8/html/infoschema-routine-privileges.html /usr/share/doc/postgresql-8.1.8/html/infoschema-routines.html /usr/share/doc/postgresql-8.1.8/html/infoschema-schemata.html /usr/share/doc/postgresql-8.1.8/html/infoschema-sql-features.html /usr/share/doc/postgresql-8.1.8/html/infoschema-sql-implementation-info.html /usr/share/doc/postgresql-8.1.8/html/infoschema-sql-languages.html /usr/share/doc/postgresql-8.1.8/html/infoschema-sql-packages.html /usr/share/doc/postgresql-8.1.8/html/infoschema-sql-sizing-profiles.html /usr/share/doc/postgresql-8.1.8/html/infoschema-sql-sizing.html /usr/share/doc/postgresql-8.1.8/html/infoschema-table-constraints.html /usr/share/doc/postgresql-8.1.8/html/infoschema-table-privileges.html /usr/share/doc/postgresql-8.1.8/html/infoschema-tables.html /usr/share/doc/postgresql-8.1.8/html/infoschema-triggers.html /usr/share/doc/postgresql-8.1.8/html/infoschema-usage-privileges.html /usr/share/doc/postgresql-8.1.8/html/infoschema-view-column-usage.html /usr/share/doc/postgresql-8.1.8/html/infoschema-view-table-usage.html /usr/share/doc/postgresql-8.1.8/html/infoschema-views.html /usr/share/doc/postgresql-8.1.8/html/install-getsource.html /usr/share/doc/postgresql-8.1.8/html/install-post.html /usr/share/doc/postgresql-8.1.8/html/install-procedure.html /usr/share/doc/postgresql-8.1.8/html/install-requirements.html /usr/share/doc/postgresql-8.1.8/html/install-upgrading.html /usr/share/doc/postgresql-8.1.8/html/install-win32.html /usr/share/doc/postgresql-8.1.8/html/installation.html /usr/share/doc/postgresql-8.1.8/html/internals.html /usr/share/doc/postgresql-8.1.8/html/kernel-resources.html /usr/share/doc/postgresql-8.1.8/html/largeobjects.html /usr/share/doc/postgresql-8.1.8/html/libpq-async.html /usr/share/doc/postgresql-8.1.8/html/libpq-build.html /usr/share/doc/postgresql-8.1.8/html/libpq-cancel.html /usr/share/doc/postgresql-8.1.8/html/libpq-control.html /usr/share/doc/postgresql-8.1.8/html/libpq-copy.html /usr/share/doc/postgresql-8.1.8/html/libpq-envars.html /usr/share/doc/postgresql-8.1.8/html/libpq-example.html /usr/share/doc/postgresql-8.1.8/html/libpq-exec.html /usr/share/doc/postgresql-8.1.8/html/libpq-fastpath.html /usr/share/doc/postgresql-8.1.8/html/libpq-notice-processing.html /usr/share/doc/postgresql-8.1.8/html/libpq-notify.html /usr/share/doc/postgresql-8.1.8/html/libpq-pgpass.html /usr/share/doc/postgresql-8.1.8/html/libpq-pgservice.html /usr/share/doc/postgresql-8.1.8/html/libpq-ssl.html /usr/share/doc/postgresql-8.1.8/html/libpq-status.html /usr/share/doc/postgresql-8.1.8/html/libpq-threading.html /usr/share/doc/postgresql-8.1.8/html/libpq.html /usr/share/doc/postgresql-8.1.8/html/lo-examplesect.html /usr/share/doc/postgresql-8.1.8/html/lo-funcs.html /usr/share/doc/postgresql-8.1.8/html/lo-implementation.html /usr/share/doc/postgresql-8.1.8/html/lo-interfaces.html /usr/share/doc/postgresql-8.1.8/html/locking-indexes.html /usr/share/doc/postgresql-8.1.8/html/logfile-maintenance.html /usr/share/doc/postgresql-8.1.8/html/maintenance.html /usr/share/doc/postgresql-8.1.8/html/manage-ag-config.html /usr/share/doc/postgresql-8.1.8/html/manage-ag-createdb.html /usr/share/doc/postgresql-8.1.8/html/manage-ag-dropdb.html /usr/share/doc/postgresql-8.1.8/html/manage-ag-tablespaces.html /usr/share/doc/postgresql-8.1.8/html/manage-ag-templatedbs.html /usr/share/doc/postgresql-8.1.8/html/managing-databases.html /usr/share/doc/postgresql-8.1.8/html/migration.html /usr/share/doc/postgresql-8.1.8/html/monitoring-locks.html /usr/share/doc/postgresql-8.1.8/html/monitoring-stats.html /usr/share/doc/postgresql-8.1.8/html/monitoring.html /usr/share/doc/postgresql-8.1.8/html/multibyte.html /usr/share/doc/postgresql-8.1.8/html/mvcc.html /usr/share/doc/postgresql-8.1.8/html/nls-programmer.html /usr/share/doc/postgresql-8.1.8/html/nls.html /usr/share/doc/postgresql-8.1.8/html/notation.html /usr/share/doc/postgresql-8.1.8/html/overview.html /usr/share/doc/postgresql-8.1.8/html/parser-stage.html /usr/share/doc/postgresql-8.1.8/html/performance-tips.html /usr/share/doc/postgresql-8.1.8/html/perm-functions.html /usr/share/doc/postgresql-8.1.8/html/planner-optimizer.html /usr/share/doc/postgresql-8.1.8/html/planner-stats-details.html /usr/share/doc/postgresql-8.1.8/html/planner-stats.html /usr/share/doc/postgresql-8.1.8/html/plhandler.html /usr/share/doc/postgresql-8.1.8/html/plperl-data.html /usr/share/doc/postgresql-8.1.8/html/plperl-database.html /usr/share/doc/postgresql-8.1.8/html/plperl-global.html /usr/share/doc/postgresql-8.1.8/html/plperl-missing.html /usr/share/doc/postgresql-8.1.8/html/plperl-triggers.html /usr/share/doc/postgresql-8.1.8/html/plperl-trusted.html /usr/share/doc/postgresql-8.1.8/html/plperl.html /usr/share/doc/postgresql-8.1.8/html/plpgsql-control-structures.html /usr/share/doc/postgresql-8.1.8/html/plpgsql-cursors.html /usr/share/doc/postgresql-8.1.8/html/plpgsql-declarations.html /usr/share/doc/postgresql-8.1.8/html/plpgsql-development-tips.html /usr/share/doc/postgresql-8.1.8/html/plpgsql-errors-and-messages.html /usr/share/doc/postgresql-8.1.8/html/plpgsql-expressions.html /usr/share/doc/postgresql-8.1.8/html/plpgsql-porting.html /usr/share/doc/postgresql-8.1.8/html/plpgsql-statements.html /usr/share/doc/postgresql-8.1.8/html/plpgsql-structure.html /usr/share/doc/postgresql-8.1.8/html/plpgsql-trigger.html /usr/share/doc/postgresql-8.1.8/html/plpgsql.html /usr/share/doc/postgresql-8.1.8/html/plpython-database.html /usr/share/doc/postgresql-8.1.8/html/plpython-trigger.html /usr/share/doc/postgresql-8.1.8/html/plpython.html /usr/share/doc/postgresql-8.1.8/html/pltcl-data.html /usr/share/doc/postgresql-8.1.8/html/pltcl-dbaccess.html /usr/share/doc/postgresql-8.1.8/html/pltcl-functions.html /usr/share/doc/postgresql-8.1.8/html/pltcl-global.html /usr/share/doc/postgresql-8.1.8/html/pltcl-procnames.html /usr/share/doc/postgresql-8.1.8/html/pltcl-trigger.html /usr/share/doc/postgresql-8.1.8/html/pltcl-unknown.html /usr/share/doc/postgresql-8.1.8/html/pltcl.html /usr/share/doc/postgresql-8.1.8/html/populate.html /usr/share/doc/postgresql-8.1.8/html/postmaster-shutdown.html /usr/share/doc/postgresql-8.1.8/html/postmaster-start.html /usr/share/doc/postgresql-8.1.8/html/preface.html /usr/share/doc/postgresql-8.1.8/html/privileges.html /usr/share/doc/postgresql-8.1.8/html/protocol-changes.html /usr/share/doc/postgresql-8.1.8/html/protocol-error-fields.html /usr/share/doc/postgresql-8.1.8/html/protocol-flow.html /usr/share/doc/postgresql-8.1.8/html/protocol-message-formats.html /usr/share/doc/postgresql-8.1.8/html/protocol-message-types.html /usr/share/doc/postgresql-8.1.8/html/protocol.html /usr/share/doc/postgresql-8.1.8/html/queries-limit.html /usr/share/doc/postgresql-8.1.8/html/queries-order.html /usr/share/doc/postgresql-8.1.8/html/queries-select-lists.html /usr/share/doc/postgresql-8.1.8/html/queries-table-expressions.html /usr/share/doc/postgresql-8.1.8/html/queries-union.html /usr/share/doc/postgresql-8.1.8/html/queries.html /usr/share/doc/postgresql-8.1.8/html/reference-client.html /usr/share/doc/postgresql-8.1.8/html/reference-server.html /usr/share/doc/postgresql-8.1.8/html/reference.html /usr/share/doc/postgresql-8.1.8/html/regress-evaluation.html /usr/share/doc/postgresql-8.1.8/html/regress-variant.html /usr/share/doc/postgresql-8.1.8/html/regress.html /usr/share/doc/postgresql-8.1.8/html/release-0-01.html /usr/share/doc/postgresql-8.1.8/html/release-0-02.html /usr/share/doc/postgresql-8.1.8/html/release-0-03.html /usr/share/doc/postgresql-8.1.8/html/release-1-0.html /usr/share/doc/postgresql-8.1.8/html/release-1-01.html /usr/share/doc/postgresql-8.1.8/html/release-1-02.html /usr/share/doc/postgresql-8.1.8/html/release-1-09.html /usr/share/doc/postgresql-8.1.8/html/release-6-0.html /usr/share/doc/postgresql-8.1.8/html/release-6-1-1.html /usr/share/doc/postgresql-8.1.8/html/release-6-1.html /usr/share/doc/postgresql-8.1.8/html/release-6-2-1.html /usr/share/doc/postgresql-8.1.8/html/release-6-2.html /usr/share/doc/postgresql-8.1.8/html/release-6-3-1.html /usr/share/doc/postgresql-8.1.8/html/release-6-3-2.html /usr/share/doc/postgresql-8.1.8/html/release-6-3.html /usr/share/doc/postgresql-8.1.8/html/release-6-4-1.html /usr/share/doc/postgresql-8.1.8/html/release-6-4-2.html /usr/share/doc/postgresql-8.1.8/html/release-6-4.html /usr/share/doc/postgresql-8.1.8/html/release-6-5-1.html /usr/share/doc/postgresql-8.1.8/html/release-6-5-2.html /usr/share/doc/postgresql-8.1.8/html/release-6-5-3.html /usr/share/doc/postgresql-8.1.8/html/release-6-5.html /usr/share/doc/postgresql-8.1.8/html/release-7-0-1.html /usr/share/doc/postgresql-8.1.8/html/release-7-0-2.html /usr/share/doc/postgresql-8.1.8/html/release-7-0-3.html /usr/share/doc/postgresql-8.1.8/html/release-7-0.html /usr/share/doc/postgresql-8.1.8/html/release-7-1-1.html /usr/share/doc/postgresql-8.1.8/html/release-7-1-2.html /usr/share/doc/postgresql-8.1.8/html/release-7-1-3.html /usr/share/doc/postgresql-8.1.8/html/release-7-1.html /usr/share/doc/postgresql-8.1.8/html/release-7-2-1.html /usr/share/doc/postgresql-8.1.8/html/release-7-2-2.html /usr/share/doc/postgresql-8.1.8/html/release-7-2-3.html /usr/share/doc/postgresql-8.1.8/html/release-7-2-4.html /usr/share/doc/postgresql-8.1.8/html/release-7-2-5.html /usr/share/doc/postgresql-8.1.8/html/release-7-2-6.html /usr/share/doc/postgresql-8.1.8/html/release-7-2-7.html /usr/share/doc/postgresql-8.1.8/html/release-7-2-8.html /usr/share/doc/postgresql-8.1.8/html/release-7-2.html /usr/share/doc/postgresql-8.1.8/html/release-7-3-1.html /usr/share/doc/postgresql-8.1.8/html/release-7-3-10.html /usr/share/doc/postgresql-8.1.8/html/release-7-3-11.html /usr/share/doc/postgresql-8.1.8/html/release-7-3-12.html /usr/share/doc/postgresql-8.1.8/html/release-7-3-13.html /usr/share/doc/postgresql-8.1.8/html/release-7-3-14.html /usr/share/doc/postgresql-8.1.8/html/release-7-3-15.html /usr/share/doc/postgresql-8.1.8/html/release-7-3-16.html /usr/share/doc/postgresql-8.1.8/html/release-7-3-17.html /usr/share/doc/postgresql-8.1.8/html/release-7-3-18.html /usr/share/doc/postgresql-8.1.8/html/release-7-3-2.html /usr/share/doc/postgresql-8.1.8/html/release-7-3-3.html /usr/share/doc/postgresql-8.1.8/html/release-7-3-4.html /usr/share/doc/postgresql-8.1.8/html/release-7-3-5.html /usr/share/doc/postgresql-8.1.8/html/release-7-3-6.html /usr/share/doc/postgresql-8.1.8/html/release-7-3-7.html /usr/share/doc/postgresql-8.1.8/html/release-7-3-8.html /usr/share/doc/postgresql-8.1.8/html/release-7-3-9.html /usr/share/doc/postgresql-8.1.8/html/release-7-3.html /usr/share/doc/postgresql-8.1.8/html/release-7-4-1.html /usr/share/doc/postgresql-8.1.8/html/release-7-4-10.html /usr/share/doc/postgresql-8.1.8/html/release-7-4-11.html /usr/share/doc/postgresql-8.1.8/html/release-7-4-12.html /usr/share/doc/postgresql-8.1.8/html/release-7-4-13.html /usr/share/doc/postgresql-8.1.8/html/release-7-4-14.html /usr/share/doc/postgresql-8.1.8/html/release-7-4-15.html /usr/share/doc/postgresql-8.1.8/html/release-7-4-16.html /usr/share/doc/postgresql-8.1.8/html/release-7-4-2.html /usr/share/doc/postgresql-8.1.8/html/release-7-4-3.html /usr/share/doc/postgresql-8.1.8/html/release-7-4-4.html /usr/share/doc/postgresql-8.1.8/html/release-7-4-5.html /usr/share/doc/postgresql-8.1.8/html/release-7-4-6.html /usr/share/doc/postgresql-8.1.8/html/release-7-4-7.html /usr/share/doc/postgresql-8.1.8/html/release-7-4-8.html /usr/share/doc/postgresql-8.1.8/html/release-7-4-9.html /usr/share/doc/postgresql-8.1.8/html/release-7-4.html /usr/share/doc/postgresql-8.1.8/html/release-8-0-1.html /usr/share/doc/postgresql-8.1.8/html/release-8-0-10.html /usr/share/doc/postgresql-8.1.8/html/release-8-0-11.html /usr/share/doc/postgresql-8.1.8/html/release-8-0-12.html /usr/share/doc/postgresql-8.1.8/html/release-8-0-2.html /usr/share/doc/postgresql-8.1.8/html/release-8-0-3.html /usr/share/doc/postgresql-8.1.8/html/release-8-0-4.html /usr/share/doc/postgresql-8.1.8/html/release-8-0-5.html /usr/share/doc/postgresql-8.1.8/html/release-8-0-6.html /usr/share/doc/postgresql-8.1.8/html/release-8-0-7.html /usr/share/doc/postgresql-8.1.8/html/release-8-0-8.html /usr/share/doc/postgresql-8.1.8/html/release-8-0-9.html /usr/share/doc/postgresql-8.1.8/html/release-8-0.html /usr/share/doc/postgresql-8.1.8/html/release-8-1-1.html /usr/share/doc/postgresql-8.1.8/html/release-8-1-2.html /usr/share/doc/postgresql-8.1.8/html/release-8-1-3.html /usr/share/doc/postgresql-8.1.8/html/release-8-1-4.html /usr/share/doc/postgresql-8.1.8/html/release-8-1-5.html /usr/share/doc/postgresql-8.1.8/html/release-8-1-6.html /usr/share/doc/postgresql-8.1.8/html/release-8-1-7.html /usr/share/doc/postgresql-8.1.8/html/release-8-1.html /usr/share/doc/postgresql-8.1.8/html/release.html /usr/share/doc/postgresql-8.1.8/html/resources.html /usr/share/doc/postgresql-8.1.8/html/role-attributes.html /usr/share/doc/postgresql-8.1.8/html/role-membership.html /usr/share/doc/postgresql-8.1.8/html/routine-reindex.html /usr/share/doc/postgresql-8.1.8/html/rowtypes.html /usr/share/doc/postgresql-8.1.8/html/rule-system.html /usr/share/doc/postgresql-8.1.8/html/rules-privileges.html /usr/share/doc/postgresql-8.1.8/html/rules-status.html /usr/share/doc/postgresql-8.1.8/html/rules-triggers.html /usr/share/doc/postgresql-8.1.8/html/rules-update.html /usr/share/doc/postgresql-8.1.8/html/rules-views.html /usr/share/doc/postgresql-8.1.8/html/rules.html /usr/share/doc/postgresql-8.1.8/html/runtime-config-autovacuum.html /usr/share/doc/postgresql-8.1.8/html/runtime-config-client.html /usr/share/doc/postgresql-8.1.8/html/runtime-config-compatible.html /usr/share/doc/postgresql-8.1.8/html/runtime-config-connection.html /usr/share/doc/postgresql-8.1.8/html/runtime-config-custom.html /usr/share/doc/postgresql-8.1.8/html/runtime-config-developer.html /usr/share/doc/postgresql-8.1.8/html/runtime-config-file-locations.html /usr/share/doc/postgresql-8.1.8/html/runtime-config-locks.html /usr/share/doc/postgresql-8.1.8/html/runtime-config-logging.html /usr/share/doc/postgresql-8.1.8/html/runtime-config-preset.html /usr/share/doc/postgresql-8.1.8/html/runtime-config-query.html /usr/share/doc/postgresql-8.1.8/html/runtime-config-resource.html /usr/share/doc/postgresql-8.1.8/html/runtime-config-short.html /usr/share/doc/postgresql-8.1.8/html/runtime-config-statistics.html /usr/share/doc/postgresql-8.1.8/html/runtime-config-wal.html /usr/share/doc/postgresql-8.1.8/html/runtime-config.html /usr/share/doc/postgresql-8.1.8/html/runtime.html /usr/share/doc/postgresql-8.1.8/html/server-programming.html /usr/share/doc/postgresql-8.1.8/html/source.html /usr/share/doc/postgresql-8.1.8/html/spi-examples.html /usr/share/doc/postgresql-8.1.8/html/spi-interface-support.html /usr/share/doc/postgresql-8.1.8/html/spi-memory.html /usr/share/doc/postgresql-8.1.8/html/spi-realloc.html /usr/share/doc/postgresql-8.1.8/html/spi-spi-connect.html /usr/share/doc/postgresql-8.1.8/html/spi-spi-copytuple.html /usr/share/doc/postgresql-8.1.8/html/spi-spi-cursor-close.html /usr/share/doc/postgresql-8.1.8/html/spi-spi-cursor-fetch.html /usr/share/doc/postgresql-8.1.8/html/spi-spi-cursor-find.html /usr/share/doc/postgresql-8.1.8/html/spi-spi-cursor-move.html /usr/share/doc/postgresql-8.1.8/html/spi-spi-cursor-open.html /usr/share/doc/postgresql-8.1.8/html/spi-spi-exec.html /usr/share/doc/postgresql-8.1.8/html/spi-spi-execp.html /usr/share/doc/postgresql-8.1.8/html/spi-spi-execute-plan.html /usr/share/doc/postgresql-8.1.8/html/spi-spi-execute.html /usr/share/doc/postgresql-8.1.8/html/spi-spi-finish.html /usr/share/doc/postgresql-8.1.8/html/spi-spi-fname.html /usr/share/doc/postgresql-8.1.8/html/spi-spi-fnumber.html /usr/share/doc/postgresql-8.1.8/html/spi-spi-freeplan.html /usr/share/doc/postgresql-8.1.8/html/spi-spi-freetuple.html /usr/share/doc/postgresql-8.1.8/html/spi-spi-freetupletable.html /usr/share/doc/postgresql-8.1.8/html/spi-spi-getargcount.html /usr/share/doc/postgresql-8.1.8/html/spi-spi-getargtypeid.html /usr/share/doc/postgresql-8.1.8/html/spi-spi-getbinval.html /usr/share/doc/postgresql-8.1.8/html/spi-spi-getnspname.html /usr/share/doc/postgresql-8.1.8/html/spi-spi-getrelname.html /usr/share/doc/postgresql-8.1.8/html/spi-spi-gettype.html /usr/share/doc/postgresql-8.1.8/html/spi-spi-gettypeid.html /usr/share/doc/postgresql-8.1.8/html/spi-spi-getvalue.html /usr/share/doc/postgresql-8.1.8/html/spi-spi-is-cursor-plan.html /usr/share/doc/postgresql-8.1.8/html/spi-spi-modifytuple.html /usr/share/doc/postgresql-8.1.8/html/spi-spi-palloc.html /usr/share/doc/postgresql-8.1.8/html/spi-spi-pfree.html /usr/share/doc/postgresql-8.1.8/html/spi-spi-pop.html /usr/share/doc/postgresql-8.1.8/html/spi-spi-prepare.html /usr/share/doc/postgresql-8.1.8/html/spi-spi-push.html /usr/share/doc/postgresql-8.1.8/html/spi-spi-returntuple.html /usr/share/doc/postgresql-8.1.8/html/spi-spi-saveplan.html /usr/share/doc/postgresql-8.1.8/html/spi-visibility.html /usr/share/doc/postgresql-8.1.8/html/spi.html /usr/share/doc/postgresql-8.1.8/html/sql-abort.html /usr/share/doc/postgresql-8.1.8/html/sql-alteraggregate.html /usr/share/doc/postgresql-8.1.8/html/sql-alterconversion.html /usr/share/doc/postgresql-8.1.8/html/sql-alterdatabase.html /usr/share/doc/postgresql-8.1.8/html/sql-alterdomain.html /usr/share/doc/postgresql-8.1.8/html/sql-alterfunction.html /usr/share/doc/postgresql-8.1.8/html/sql-altergroup.html /usr/share/doc/postgresql-8.1.8/html/sql-alterindex.html /usr/share/doc/postgresql-8.1.8/html/sql-alterlanguage.html /usr/share/doc/postgresql-8.1.8/html/sql-alteropclass.html /usr/share/doc/postgresql-8.1.8/html/sql-alteroperator.html /usr/share/doc/postgresql-8.1.8/html/sql-alterrole.html /usr/share/doc/postgresql-8.1.8/html/sql-alterschema.html /usr/share/doc/postgresql-8.1.8/html/sql-altersequence.html /usr/share/doc/postgresql-8.1.8/html/sql-altertable.html /usr/share/doc/postgresql-8.1.8/html/sql-altertablespace.html /usr/share/doc/postgresql-8.1.8/html/sql-altertrigger.html /usr/share/doc/postgresql-8.1.8/html/sql-altertype.html /usr/share/doc/postgresql-8.1.8/html/sql-alteruser.html /usr/share/doc/postgresql-8.1.8/html/sql-analyze.html /usr/share/doc/postgresql-8.1.8/html/sql-begin.html /usr/share/doc/postgresql-8.1.8/html/sql-checkpoint.html /usr/share/doc/postgresql-8.1.8/html/sql-close.html /usr/share/doc/postgresql-8.1.8/html/sql-cluster.html /usr/share/doc/postgresql-8.1.8/html/sql-commands.html /usr/share/doc/postgresql-8.1.8/html/sql-comment.html /usr/share/doc/postgresql-8.1.8/html/sql-commit-prepared.html /usr/share/doc/postgresql-8.1.8/html/sql-commit.html /usr/share/doc/postgresql-8.1.8/html/sql-copy.html /usr/share/doc/postgresql-8.1.8/html/sql-createaggregate.html /usr/share/doc/postgresql-8.1.8/html/sql-createcast.html /usr/share/doc/postgresql-8.1.8/html/sql-createconstraint.html /usr/share/doc/postgresql-8.1.8/html/sql-createconversion.html /usr/share/doc/postgresql-8.1.8/html/sql-createdatabase.html /usr/share/doc/postgresql-8.1.8/html/sql-createdomain.html /usr/share/doc/postgresql-8.1.8/html/sql-createfunction.html /usr/share/doc/postgresql-8.1.8/html/sql-creategroup.html /usr/share/doc/postgresql-8.1.8/html/sql-createindex.html /usr/share/doc/postgresql-8.1.8/html/sql-createlanguage.html /usr/share/doc/postgresql-8.1.8/html/sql-createopclass.html /usr/share/doc/postgresql-8.1.8/html/sql-createoperator.html /usr/share/doc/postgresql-8.1.8/html/sql-createrole.html /usr/share/doc/postgresql-8.1.8/html/sql-createrule.html /usr/share/doc/postgresql-8.1.8/html/sql-createschema.html /usr/share/doc/postgresql-8.1.8/html/sql-createsequence.html /usr/share/doc/postgresql-8.1.8/html/sql-createtable.html /usr/share/doc/postgresql-8.1.8/html/sql-createtableas.html /usr/share/doc/postgresql-8.1.8/html/sql-createtablespace.html /usr/share/doc/postgresql-8.1.8/html/sql-createtrigger.html /usr/share/doc/postgresql-8.1.8/html/sql-createtype.html /usr/share/doc/postgresql-8.1.8/html/sql-createuser.html /usr/share/doc/postgresql-8.1.8/html/sql-createview.html /usr/share/doc/postgresql-8.1.8/html/sql-deallocate.html /usr/share/doc/postgresql-8.1.8/html/sql-declare.html /usr/share/doc/postgresql-8.1.8/html/sql-delete.html /usr/share/doc/postgresql-8.1.8/html/sql-dropaggregate.html /usr/share/doc/postgresql-8.1.8/html/sql-dropcast.html /usr/share/doc/postgresql-8.1.8/html/sql-dropconversion.html /usr/share/doc/postgresql-8.1.8/html/sql-dropdatabase.html /usr/share/doc/postgresql-8.1.8/html/sql-dropdomain.html /usr/share/doc/postgresql-8.1.8/html/sql-dropfunction.html /usr/share/doc/postgresql-8.1.8/html/sql-dropgroup.html /usr/share/doc/postgresql-8.1.8/html/sql-dropindex.html /usr/share/doc/postgresql-8.1.8/html/sql-droplanguage.html /usr/share/doc/postgresql-8.1.8/html/sql-dropopclass.html /usr/share/doc/postgresql-8.1.8/html/sql-dropoperator.html /usr/share/doc/postgresql-8.1.8/html/sql-droprole.html /usr/share/doc/postgresql-8.1.8/html/sql-droprule.html /usr/share/doc/postgresql-8.1.8/html/sql-dropschema.html /usr/share/doc/postgresql-8.1.8/html/sql-dropsequence.html /usr/share/doc/postgresql-8.1.8/html/sql-droptable.html /usr/share/doc/postgresql-8.1.8/html/sql-droptablespace.html /usr/share/doc/postgresql-8.1.8/html/sql-droptrigger.html /usr/share/doc/postgresql-8.1.8/html/sql-droptype.html /usr/share/doc/postgresql-8.1.8/html/sql-dropuser.html /usr/share/doc/postgresql-8.1.8/html/sql-dropview.html /usr/share/doc/postgresql-8.1.8/html/sql-end.html /usr/share/doc/postgresql-8.1.8/html/sql-execute.html /usr/share/doc/postgresql-8.1.8/html/sql-explain.html /usr/share/doc/postgresql-8.1.8/html/sql-expressions.html /usr/share/doc/postgresql-8.1.8/html/sql-fetch.html /usr/share/doc/postgresql-8.1.8/html/sql-grant.html /usr/share/doc/postgresql-8.1.8/html/sql-insert.html /usr/share/doc/postgresql-8.1.8/html/sql-keywords-appendix.html /usr/share/doc/postgresql-8.1.8/html/sql-listen.html /usr/share/doc/postgresql-8.1.8/html/sql-load.html /usr/share/doc/postgresql-8.1.8/html/sql-lock.html /usr/share/doc/postgresql-8.1.8/html/sql-move.html /usr/share/doc/postgresql-8.1.8/html/sql-notify.html /usr/share/doc/postgresql-8.1.8/html/sql-prepare-transaction.html /usr/share/doc/postgresql-8.1.8/html/sql-prepare.html /usr/share/doc/postgresql-8.1.8/html/sql-reindex.html /usr/share/doc/postgresql-8.1.8/html/sql-release-savepoint.html /usr/share/doc/postgresql-8.1.8/html/sql-reset.html /usr/share/doc/postgresql-8.1.8/html/sql-revoke.html /usr/share/doc/postgresql-8.1.8/html/sql-rollback-prepared.html /usr/share/doc/postgresql-8.1.8/html/sql-rollback-to.html /usr/share/doc/postgresql-8.1.8/html/sql-rollback.html /usr/share/doc/postgresql-8.1.8/html/sql-savepoint.html /usr/share/doc/postgresql-8.1.8/html/sql-select.html /usr/share/doc/postgresql-8.1.8/html/sql-selectinto.html /usr/share/doc/postgresql-8.1.8/html/sql-set-constraints.html /usr/share/doc/postgresql-8.1.8/html/sql-set-role.html /usr/share/doc/postgresql-8.1.8/html/sql-set-session-authorization.html /usr/share/doc/postgresql-8.1.8/html/sql-set-transaction.html /usr/share/doc/postgresql-8.1.8/html/sql-set.html /usr/share/doc/postgresql-8.1.8/html/sql-show.html /usr/share/doc/postgresql-8.1.8/html/sql-start-transaction.html /usr/share/doc/postgresql-8.1.8/html/sql-syntax.html /usr/share/doc/postgresql-8.1.8/html/sql-truncate.html /usr/share/doc/postgresql-8.1.8/html/sql-unlisten.html /usr/share/doc/postgresql-8.1.8/html/sql-update.html /usr/share/doc/postgresql-8.1.8/html/sql-vacuum.html /usr/share/doc/postgresql-8.1.8/html/sql.html /usr/share/doc/postgresql-8.1.8/html/ssh-tunnels.html /usr/share/doc/postgresql-8.1.8/html/ssl-tcp.html /usr/share/doc/postgresql-8.1.8/html/storage-page-layout.html /usr/share/doc/postgresql-8.1.8/html/storage-toast.html /usr/share/doc/postgresql-8.1.8/html/storage.html /usr/share/doc/postgresql-8.1.8/html/stylesheet.css /usr/share/doc/postgresql-8.1.8/html/supported-platforms.html /usr/share/doc/postgresql-8.1.8/html/transaction-iso.html /usr/share/doc/postgresql-8.1.8/html/trigger-datachanges.html /usr/share/doc/postgresql-8.1.8/html/trigger-example.html /usr/share/doc/postgresql-8.1.8/html/trigger-interface.html /usr/share/doc/postgresql-8.1.8/html/triggers.html /usr/share/doc/postgresql-8.1.8/html/tutorial-accessdb.html /usr/share/doc/postgresql-8.1.8/html/tutorial-advanced.html /usr/share/doc/postgresql-8.1.8/html/tutorial-agg.html /usr/share/doc/postgresql-8.1.8/html/tutorial-arch.html /usr/share/doc/postgresql-8.1.8/html/tutorial-concepts.html /usr/share/doc/postgresql-8.1.8/html/tutorial-conclusion.html /usr/share/doc/postgresql-8.1.8/html/tutorial-createdb.html /usr/share/doc/postgresql-8.1.8/html/tutorial-delete.html /usr/share/doc/postgresql-8.1.8/html/tutorial-fk.html /usr/share/doc/postgresql-8.1.8/html/tutorial-inheritance.html /usr/share/doc/postgresql-8.1.8/html/tutorial-join.html /usr/share/doc/postgresql-8.1.8/html/tutorial-populate.html /usr/share/doc/postgresql-8.1.8/html/tutorial-select.html /usr/share/doc/postgresql-8.1.8/html/tutorial-sql.html /usr/share/doc/postgresql-8.1.8/html/tutorial-start.html /usr/share/doc/postgresql-8.1.8/html/tutorial-table.html /usr/share/doc/postgresql-8.1.8/html/tutorial-transactions.html /usr/share/doc/postgresql-8.1.8/html/tutorial-update.html /usr/share/doc/postgresql-8.1.8/html/tutorial-views.html /usr/share/doc/postgresql-8.1.8/html/tutorial.html /usr/share/doc/postgresql-8.1.8/html/typeconv-func.html /usr/share/doc/postgresql-8.1.8/html/typeconv-oper.html /usr/share/doc/postgresql-8.1.8/html/typeconv-query.html /usr/share/doc/postgresql-8.1.8/html/typeconv-union-case.html /usr/share/doc/postgresql-8.1.8/html/typeconv.html /usr/share/doc/postgresql-8.1.8/html/unsupported-features-sql-standard.html /usr/share/doc/postgresql-8.1.8/html/user-manag.html /usr/share/doc/postgresql-8.1.8/html/view-pg-group.html /usr/share/doc/postgresql-8.1.8/html/view-pg-indexes.html /usr/share/doc/postgresql-8.1.8/html/view-pg-locks.html /usr/share/doc/postgresql-8.1.8/html/view-pg-prepared-xacts.html /usr/share/doc/postgresql-8.1.8/html/view-pg-roles.html /usr/share/doc/postgresql-8.1.8/html/view-pg-rules.html /usr/share/doc/postgresql-8.1.8/html/view-pg-settings.html /usr/share/doc/postgresql-8.1.8/html/view-pg-shadow.html /usr/share/doc/postgresql-8.1.8/html/view-pg-stats.html /usr/share/doc/postgresql-8.1.8/html/view-pg-tables.html /usr/share/doc/postgresql-8.1.8/html/view-pg-user.html /usr/share/doc/postgresql-8.1.8/html/view-pg-views.html /usr/share/doc/postgresql-8.1.8/html/views-overview.html /usr/share/doc/postgresql-8.1.8/html/wal-configuration.html /usr/share/doc/postgresql-8.1.8/html/wal-internals.html /usr/share/doc/postgresql-8.1.8/html/wal-intro.html /usr/share/doc/postgresql-8.1.8/html/wal.html /usr/share/doc/postgresql-8.1.8/html/xaggr.html /usr/share/doc/postgresql-8.1.8/html/xfunc-c.html /usr/share/doc/postgresql-8.1.8/html/xfunc-internal.html /usr/share/doc/postgresql-8.1.8/html/xfunc-overload.html /usr/share/doc/postgresql-8.1.8/html/xfunc-pl.html /usr/share/doc/postgresql-8.1.8/html/xfunc-sql.html /usr/share/doc/postgresql-8.1.8/html/xfunc-volatility.html /usr/share/doc/postgresql-8.1.8/html/xfunc.html /usr/share/doc/postgresql-8.1.8/html/xindex.html /usr/share/doc/postgresql-8.1.8/html/xoper-optimization.html /usr/share/doc/postgresql-8.1.8/html/xoper.html /usr/share/doc/postgresql-8.1.8/html/xplang.html /usr/share/doc/postgresql-8.1.8/html/xtypes.html /usr/share/locale/cs/LC_MESSAGES/initdb.mo /usr/share/locale/cs/LC_MESSAGES/pg_ctl.mo /usr/share/locale/cs/LC_MESSAGES/pg_dump.mo /usr/share/locale/cs/LC_MESSAGES/pgscripts.mo /usr/share/locale/cs/LC_MESSAGES/psql.mo /usr/share/locale/de/LC_MESSAGES/initdb.mo /usr/share/locale/de/LC_MESSAGES/pg_ctl.mo /usr/share/locale/de/LC_MESSAGES/pg_dump.mo /usr/share/locale/de/LC_MESSAGES/pgscripts.mo /usr/share/locale/de/LC_MESSAGES/psql.mo /usr/share/locale/es/LC_MESSAGES/initdb.mo /usr/share/locale/es/LC_MESSAGES/pg_ctl.mo /usr/share/locale/es/LC_MESSAGES/pg_dump.mo /usr/share/locale/es/LC_MESSAGES/pgscripts.mo /usr/share/locale/es/LC_MESSAGES/psql.mo /usr/share/locale/fa/LC_MESSAGES/psql.mo /usr/share/locale/fr/LC_MESSAGES/initdb.mo /usr/share/locale/fr/LC_MESSAGES/pg_ctl.mo /usr/share/locale/fr/LC_MESSAGES/pg_dump.mo /usr/share/locale/fr/LC_MESSAGES/pgscripts.mo /usr/share/locale/fr/LC_MESSAGES/psql.mo /usr/share/locale/hu/LC_MESSAGES/psql.mo /usr/share/locale/it/LC_MESSAGES/initdb.mo /usr/share/locale/it/LC_MESSAGES/pg_dump.mo /usr/share/locale/it/LC_MESSAGES/pgscripts.mo /usr/share/locale/it/LC_MESSAGES/psql.mo /usr/share/locale/ko/LC_MESSAGES/initdb.mo /usr/share/locale/ko/LC_MESSAGES/pg_ctl.mo /usr/share/locale/ko/LC_MESSAGES/pg_dump.mo /usr/share/locale/ko/LC_MESSAGES/pgscripts.mo /usr/share/locale/ko/LC_MESSAGES/psql.mo /usr/share/locale/nb/LC_MESSAGES/pg_dump.mo /usr/share/locale/nb/LC_MESSAGES/psql.mo /usr/share/locale/pl/LC_MESSAGES/initdb.mo /usr/share/locale/pt_BR/LC_MESSAGES/initdb.mo /usr/share/locale/pt_BR/LC_MESSAGES/pg_ctl.mo /usr/share/locale/pt_BR/LC_MESSAGES/pg_dump.mo /usr/share/locale/pt_BR/LC_MESSAGES/pgscripts.mo /usr/share/locale/pt_BR/LC_MESSAGES/psql.mo /usr/share/locale/ro/LC_MESSAGES/initdb.mo /usr/share/locale/ro/LC_MESSAGES/pg_ctl.mo /usr/share/locale/ro/LC_MESSAGES/pg_dump.mo /usr/share/locale/ro/LC_MESSAGES/pgscripts.mo /usr/share/locale/ro/LC_MESSAGES/psql.mo /usr/share/locale/ru/LC_MESSAGES/initdb.mo /usr/share/locale/ru/LC_MESSAGES/pg_ctl.mo /usr/share/locale/ru/LC_MESSAGES/pg_dump.mo /usr/share/locale/ru/LC_MESSAGES/pgscripts.mo /usr/share/locale/ru/LC_MESSAGES/psql.mo /usr/share/locale/sk/LC_MESSAGES/initdb.mo /usr/share/locale/sk/LC_MESSAGES/pg_ctl.mo /usr/share/locale/sk/LC_MESSAGES/pg_dump.mo /usr/share/locale/sk/LC_MESSAGES/pgscripts.mo /usr/share/locale/sk/LC_MESSAGES/psql.mo /usr/share/locale/sl/LC_MESSAGES/initdb.mo /usr/share/locale/sl/LC_MESSAGES/pg_ctl.mo /usr/share/locale/sl/LC_MESSAGES/pg_dump.mo /usr/share/locale/sl/LC_MESSAGES/pgscripts.mo /usr/share/locale/sl/LC_MESSAGES/psql.mo /usr/share/locale/sv/LC_MESSAGES/initdb.mo /usr/share/locale/sv/LC_MESSAGES/pg_ctl.mo /usr/share/locale/sv/LC_MESSAGES/pg_dump.mo /usr/share/locale/sv/LC_MESSAGES/pgscripts.mo /usr/share/locale/sv/LC_MESSAGES/psql.mo /usr/share/locale/tr/LC_MESSAGES/initdb.mo /usr/share/locale/tr/LC_MESSAGES/pg_ctl.mo /usr/share/locale/tr/LC_MESSAGES/pg_dump.mo /usr/share/locale/tr/LC_MESSAGES/pgscripts.mo /usr/share/locale/tr/LC_MESSAGES/psql.mo /usr/share/locale/zh_CN/LC_MESSAGES/initdb.mo /usr/share/locale/zh_CN/LC_MESSAGES/pg_ctl.mo /usr/share/locale/zh_CN/LC_MESSAGES/pg_dump.mo /usr/share/locale/zh_CN/LC_MESSAGES/pgscripts.mo /usr/share/locale/zh_CN/LC_MESSAGES/psql.mo /usr/share/locale/zh_TW/LC_MESSAGES/initdb.mo /usr/share/locale/zh_TW/LC_MESSAGES/pg_ctl.mo /usr/share/locale/zh_TW/LC_MESSAGES/pg_dump.mo /usr/share/locale/zh_TW/LC_MESSAGES/pgscripts.mo /usr/share/locale/zh_TW/LC_MESSAGES/psql.mo /usr/share/man/man1/clusterdb.1.gz /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/pg_restore.1.gz /usr/share/man/man1/psql.1.gz /usr/share/man/man1/reindexdb.1.gz /usr/share/man/man1/vacuumdb.1.gz /usr/share/man/man7/abort.7.gz /usr/share/man/man7/alter_aggregate.7.gz /usr/share/man/man7/alter_conversion.7.gz /usr/share/man/man7/alter_database.7.gz /usr/share/man/man7/alter_domain.7.gz /usr/share/man/man7/alter_function.7.gz /usr/share/man/man7/alter_group.7.gz /usr/share/man/man7/alter_index.7.gz /usr/share/man/man7/alter_language.7.gz /usr/share/man/man7/alter_operator.7.gz /usr/share/man/man7/alter_operator_class.7.gz /usr/share/man/man7/alter_role.7.gz /usr/share/man/man7/alter_schema.7.gz /usr/share/man/man7/alter_sequence.7.gz /usr/share/man/man7/alter_table.7.gz /usr/share/man/man7/alter_tablespace.7.gz /usr/share/man/man7/alter_trigger.7.gz /usr/share/man/man7/alter_type.7.gz /usr/share/man/man7/alter_user.7.gz /usr/share/man/man7/analyze.7.gz /usr/share/man/man7/begin.7.gz /usr/share/man/man7/checkpoint.7.gz /usr/share/man/man7/close.7.gz /usr/share/man/man7/cluster.7.gz /usr/share/man/man7/comment.7.gz /usr/share/man/man7/commit.7.gz /usr/share/man/man7/commit_prepared.7.gz /usr/share/man/man7/copy.7.gz /usr/share/man/man7/create_aggregate.7.gz /usr/share/man/man7/create_cast.7.gz /usr/share/man/man7/create_constraint_trigger.7.gz /usr/share/man/man7/create_conversion.7.gz /usr/share/man/man7/create_database.7.gz /usr/share/man/man7/create_domain.7.gz /usr/share/man/man7/create_function.7.gz /usr/share/man/man7/create_group.7.gz /usr/share/man/man7/create_index.7.gz /usr/share/man/man7/create_language.7.gz /usr/share/man/man7/create_operator.7.gz /usr/share/man/man7/create_operator_class.7.gz /usr/share/man/man7/create_role.7.gz /usr/share/man/man7/create_rule.7.gz /usr/share/man/man7/create_schema.7.gz /usr/share/man/man7/create_sequence.7.gz /usr/share/man/man7/create_table.7.gz /usr/share/man/man7/create_table_as.7.gz /usr/share/man/man7/create_tablespace.7.gz /usr/share/man/man7/create_trigger.7.gz /usr/share/man/man7/create_type.7.gz /usr/share/man/man7/create_user.7.gz /usr/share/man/man7/create_view.7.gz /usr/share/man/man7/deallocate.7.gz /usr/share/man/man7/declare.7.gz /usr/share/man/man7/delete.7.gz /usr/share/man/man7/drop_aggregate.7.gz /usr/share/man/man7/drop_cast.7.gz /usr/share/man/man7/drop_conversion.7.gz /usr/share/man/man7/drop_database.7.gz /usr/share/man/man7/drop_domain.7.gz /usr/share/man/man7/drop_function.7.gz /usr/share/man/man7/drop_group.7.gz /usr/share/man/man7/drop_index.7.gz /usr/share/man/man7/drop_language.7.gz /usr/share/man/man7/drop_operator.7.gz /usr/share/man/man7/drop_operator_class.7.gz /usr/share/man/man7/drop_role.7.gz /usr/share/man/man7/drop_rule.7.gz /usr/share/man/man7/drop_schema.7.gz /usr/share/man/man7/drop_sequence.7.gz /usr/share/man/man7/drop_table.7.gz /usr/share/man/man7/drop_tablespace.7.gz /usr/share/man/man7/drop_trigger.7.gz /usr/share/man/man7/drop_type.7.gz /usr/share/man/man7/drop_user.7.gz /usr/share/man/man7/drop_view.7.gz /usr/share/man/man7/end.7.gz /usr/share/man/man7/execute.7.gz /usr/share/man/man7/explain.7.gz /usr/share/man/man7/fetch.7.gz /usr/share/man/man7/grant.7.gz /usr/share/man/man7/insert.7.gz /usr/share/man/man7/listen.7.gz /usr/share/man/man7/load.7.gz /usr/share/man/man7/lock.7.gz /usr/share/man/man7/move.7.gz /usr/share/man/man7/notify.7.gz /usr/share/man/man7/prepare.7.gz /usr/share/man/man7/prepare_transaction.7.gz /usr/share/man/man7/reindex.7.gz /usr/share/man/man7/release_savepoint.7.gz /usr/share/man/man7/reset.7.gz /usr/share/man/man7/revoke.7.gz /usr/share/man/man7/rollback.7.gz /usr/share/man/man7/rollback_prepared.7.gz /usr/share/man/man7/rollback_to_savepoint.7.gz /usr/share/man/man7/savepoint.7.gz /usr/share/man/man7/select.7.gz /usr/share/man/man7/select_into.7.gz /usr/share/man/man7/set.7.gz /usr/share/man/man7/set_constraints.7.gz /usr/share/man/man7/set_role.7.gz /usr/share/man/man7/set_session_authorization.7.gz /usr/share/man/man7/set_transaction.7.gz /usr/share/man/man7/show.7.gz /usr/share/man/man7/spi_connect.7.gz /usr/share/man/man7/spi_copytuple.7.gz /usr/share/man/man7/spi_cursor_close.7.gz /usr/share/man/man7/spi_cursor_fetch.7.gz /usr/share/man/man7/spi_cursor_find.7.gz /usr/share/man/man7/spi_cursor_move.7.gz /usr/share/man/man7/spi_cursor_open.7.gz /usr/share/man/man7/spi_exec.7.gz /usr/share/man/man7/spi_execp.7.gz /usr/share/man/man7/spi_execute.7.gz /usr/share/man/man7/spi_execute_plan.7.gz /usr/share/man/man7/spi_finish.7.gz /usr/share/man/man7/spi_fname.7.gz /usr/share/man/man7/spi_fnumber.7.gz /usr/share/man/man7/spi_freeplan.7.gz /usr/share/man/man7/spi_freetuple.7.gz /usr/share/man/man7/spi_freetuptable.7.gz /usr/share/man/man7/spi_getargcount.7.gz /usr/share/man/man7/spi_getargtypeid.7.gz /usr/share/man/man7/spi_getbinval.7.gz /usr/share/man/man7/spi_getnspname.7.gz /usr/share/man/man7/spi_getrelname.7.gz /usr/share/man/man7/spi_gettype.7.gz /usr/share/man/man7/spi_gettypeid.7.gz /usr/share/man/man7/spi_getvalue.7.gz /usr/share/man/man7/spi_is_cursor_plan.7.gz /usr/share/man/man7/spi_modifytuple.7.gz /usr/share/man/man7/spi_palloc.7.gz /usr/share/man/man7/spi_pfree.7.gz /usr/share/man/man7/spi_pop.7.gz /usr/share/man/man7/spi_prepare.7.gz /usr/share/man/man7/spi_push.7.gz /usr/share/man/man7/spi_repalloc.7.gz /usr/share/man/man7/spi_returntuple.7.gz /usr/share/man/man7/spi_saveplan.7.gz /usr/share/man/man7/start_transaction.7.gz /usr/share/man/man7/truncate.7.gz /usr/share/man/man7/unlisten.7.gz /usr/share/man/man7/update.7.gz /usr/share/man/man7/vacuum.7.gz
Generated by rpm2html 1.9.2
webmaster@wesmo.com, Wed Mar 21 12:13:11 2007