Re: Granting Browser Access to pgsql database.

From: Larry Rosenman <ler(at)lerctr(dot)org>
To: Pgsql <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Granting Browser Access to pgsql database.
Date: 2000-11-15 20:26:04
Message-ID: 20001115142604.A25166@lerami.lerctr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

* James Snelling <fatboy2000(at)btinternet(dot)com> [001115 14:09]:
> Hello again!
>
> I have now managed to work out where I was going wrong.
>
> However, I still get the line:
>
> NOTICE: Unrecognized variable client_encoding
>
> when executing a psql command, however it doesn't seem to affect anything.
> Has anyone else experienced this?
The DB probably was built with --enable-multibyte set, but psql is
finding a libpq that doesn't have it.

Larry
--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 (voice) Internet: ler(at)lerctr(dot)org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message GH 2000-11-15 22:45:23 Securing table creation
Previous Message James Snelling 2000-11-15 19:56:14 Granting Browser Access to pgsql database.