diff options
author | Bruce Momjian <bruce@momjian.us> | 2000-10-17 04:21:30 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2000-10-17 04:21:30 +0000 |
commit | 7e3a15bd5f302aa42a43a7379b022b88deaccc83 (patch) | |
tree | c66069f27e9ef4924c417442b57e6fc1b4cc7bd8 /doc/FAQ | |
parent | be57cd6f63523d8dd0a91df0701a61c1f6e1d25b (diff) | |
download | postgresql-7e3a15bd5f302aa42a43a7379b022b88deaccc83.tar.gz postgresql-7e3a15bd5f302aa42a43a7379b022b88deaccc83.zip |
Update FAQ.
Diffstat (limited to 'doc/FAQ')
-rw-r--r-- | doc/FAQ | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |