pgaccess error message

From: Don Isgitt <djisgitt(at)soundenergy(dot)com>
To: pgsql-general newsgroup <pgsql-general(at)postgresql(dot)org>
Subject: pgaccess error message
Date: 2002-08-14 18:45:48
Message-ID: auto-000008649764@mail.atl.cbeyond.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,

I recently compiled from source pg 7.2.1. Version information is

gds=# select version();
version
--------------------------------------------------------------
PostgreSQL 7.2.1 on i686-pc-linux-gnu, compiled by GCC 3.0.4

All is well with the database proper and psql, and I have loaded several
million records with no problems. My one problem relates to pgaccess. I have
not previously tried to use it (I was on pg 6.5), so I wanted to see what it
was like. When I try to open my db (local machine), I receive the following
message:

Error trying to connect to database 'gds' on host localhost

PostgreSQL error message:Connection to database failed
ERROR: Client encoding UNICODE is not supported

That last bit is very strange. Everything is English; no locale or multibyte
or such things. At this time, I have taken all defaults for the *.conf files,
and the user is pg superuser.

Help! Obviously not urgent, but now I'm curious.

Thank you.

Don

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jochem van Dieten 2002-08-14 19:39:22 Re: performance with triggers depends on table size?
Previous Message Jon Swinth 2002-08-14 18:40:50 Re: Transaction Exception Question