post installation error
I now seem to have postgresql installed on a new server, but now I have an
error when I try to create a database. When I type "createdb brokers" it
spits back: "NOTICE: Unrecognized variable client_encoding"
It apparently still makes the database, but I'm curious what it means and
how to fix.
Adam Lang
Systems Engineer
Rutgers Casualty Insurance Company
Two things:
check the path of the createdb. You might be running the wrong one.
Instead of running the one in your path, run the logical one, or the
one you just installed by typing the full path to it...
Gary
----- Original Message -----
From: "Adam Lang" <aalang@rutgersinsurance.com>
To: "PGSQL General" <pgsql-general@postgresql.org>
Sent: Wednesday, September 06, 2000 2:37 PM
Subject: [GENERAL] post installation error
Show quoted text
I now seem to have postgresql installed on a new server, but now I have an
error when I try to create a database. When I type "createdb brokers" it
spits back: "NOTICE: Unrecognized variable client_encoding"It apparently still makes the database, but I'm curious what it means and
how to fix.Adam Lang
Systems Engineer
Rutgers Casualty Insurance Company