]> granicus.if.org Git - postgresql/commit
Add pg_upgrade to /contrib; will be in 9.0 beta2.
authorBruce Momjian <bruce@momjian.us>
Wed, 12 May 2010 02:19:11 +0000 (02:19 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 12 May 2010 02:19:11 +0000 (02:19 +0000)
commitc2e9b2f288185a8569f6391ea250c7eeafa6c14b
tree408e8eb0c0aacaf177602789c02d7a416bbd59e1
parent28e1742217716076da0700094a369eae5766974c
Add pg_upgrade to /contrib;  will be in 9.0 beta2.

Add documentation.

Supports migration from PG 8.3 and 8.4.
22 files changed:
contrib/pg_upgrade/Makefile [new file with mode: 0644]
contrib/pg_upgrade/check.c [new file with mode: 0644]
contrib/pg_upgrade/controldata.c [new file with mode: 0644]
contrib/pg_upgrade/dump.c [new file with mode: 0644]
contrib/pg_upgrade/exec.c [new file with mode: 0644]
contrib/pg_upgrade/file.c [new file with mode: 0644]
contrib/pg_upgrade/function.c [new file with mode: 0644]
contrib/pg_upgrade/info.c [new file with mode: 0644]
contrib/pg_upgrade/option.c [new file with mode: 0644]
contrib/pg_upgrade/page.c [new file with mode: 0644]
contrib/pg_upgrade/pg_upgrade.c [new file with mode: 0644]
contrib/pg_upgrade/pg_upgrade.h [new file with mode: 0644]
contrib/pg_upgrade/pg_upgrade_sysoids.c [new file with mode: 0644]
contrib/pg_upgrade/relfilenode.c [new file with mode: 0644]
contrib/pg_upgrade/server.c [new file with mode: 0644]
contrib/pg_upgrade/tablespace.c [new file with mode: 0644]
contrib/pg_upgrade/util.c [new file with mode: 0644]
contrib/pg_upgrade/version.c [new file with mode: 0644]
contrib/pg_upgrade/version_old_8_3.c [new file with mode: 0644]
doc/src/sgml/contrib.sgml
doc/src/sgml/filelist.sgml
doc/src/sgml/pgupgrade.sgml [new file with mode: 0644]