From: Bruce Momjian Date: Tue, 17 Oct 2000 04:21:30 +0000 (+0000) Subject: Update FAQ. X-Git-Tag: REL7_1_BETA~437 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7e3a15bd5f302aa42a43a7379b022b88deaccc83;p=thirdparty%2Fpostgresql.git Update FAQ. --- diff --git a/doc/FAQ b/doc/FAQ index 2f35a30e27d..403808f7bff 100644 --- a/doc/FAQ +++ b/doc/FAQ @@ -1,7 +1,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL - Last updated: Thu Oct 12 17:21:11 EDT 2000 + Last updated: Tue Oct 17 00:21:20 EDT 2000 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -448,6 +448,9 @@ * check to see that you have the proper paths set * check that the postgres user owns the proper files + If you see an error message about oidvector, you definately have a + version mismatch. + 3.2) How do I install PostgreSQL somewhere other than /usr/local/pgsql? The simplest way is to specify the --prefix option when running diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html index 54159a842c0..585807e6ab9 100644 --- a/doc/src/FAQ/FAQ.html +++ b/doc/src/FAQ/FAQ.html @@ -7,7 +7,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL

-Last updated: Thu Oct 12 17:21:11 EDT 2000 +Last updated: Tue Oct 17 00:21:20 EDT 2000

Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)

@@ -571,6 +571,8 @@ your path

  • check to see that you have the proper paths set
  • check that the postgres user owns the proper files

    +If you see an error message about oidvector, you definately have +a version mismatch.

    3.2) How do I install PostgreSQL somewhere