-bash-3.2$ postgres -O -P -D /tmp/database webapp
FATAL: cache lookup failed for index 2662
On Wed, Jun 30, 2010 at 3:20 PM, Tom Lane <tgl@xxxxxxxxxxxxx> wrote:
Nathan Robertson <nathan.robertson@xxxxxxxxx> writes:> *This probably connected to the postgres database, not webapp which is
> where your problem is.postgres -O -P -D /cluster/location webapp
> *
> OK, is there anyway I can force a connection to this database
(You don't really need the -O, but it probably doesn't hurt either.)
regards, tom lane