1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Update FAQ item:

<H3 id="item3.6">3.6) What is the upgrade process for
   PostgreSQL?</H3>

to reference both versioning and specific upgrade instructions.
This commit is contained in:
Bruce Momjian
2007-04-24 21:28:54 +00:00
parent 93dc5a234e
commit 2a2e6d3f0f
2 changed files with 11 additions and 5 deletions

View File

@ -1,7 +1,7 @@
Frequently Asked Questions (FAQ) for PostgreSQL
Last updated: Fri Apr 20 09:48:11 EDT 2007
Last updated: Tue Apr 24 17:28:23 EDT 2007
Current maintainer: Bruce Momjian (bruce@momjian.us)
@ -430,7 +430,10 @@
3.6) What is the upgrade process for PostgreSQL?
See http://www.postgresql.org/support/versioning.
See http://www.postgresql.org/support/versioning for a general
discussion about upgading, and
http://www.postgresql.org/docs/current/static/install-upgrading.html
for specific instructions.
3.7) What computer hardware should I use?