Skip to content
Snippets Groups Projects
Commit fff98165 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

More updates.

parent 50c95575
No related branches found
No related tags found
No related merge requests found
z#!/bin/sh #!/bin/sh
# #
# pg_upgrade: update a database without needing a full dump/reload cycle. # pg_upgrade: update a database without needing a full dump/reload cycle.
# CAUTION: Read the manual page before trying to use this! # CAUTION: Read the manual page before trying to use this!
# $Header: /cvsroot/pgsql/contrib/pg_upgrade/Attic/pg_upgrade,v 1.4 2002/01/15 04:50:37 momjian Exp $ # $Header: /cvsroot/pgsql/contrib/pg_upgrade/Attic/pg_upgrade,v 1.5 2002/01/15 04:55:26 momjian Exp $
# #
# To migrate this to newer versions of PostgreSQL: # To migrate this to newer versions of PostgreSQL:
# 1) Update the version numbers at the top of the file # 1) Update the version numbers at the top of the file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment