psql \l error

From: SAKAIDA <sakaida(at)psn(dot)co(dot)jp>
To: pgsql-hackers(at)postgreSQL(dot)org
Subject: psql \l error
Date: 2000-05-02 02:47:21
Message-ID: 390E41B9C8.E181SAKAIDA@smtp.psn.ne.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

There is a bug(?) report about \l command of psql.

(Example) PostgreSQL-7.0RC1

A_server : configure (in USA)
B_server : configure --enable--multibyte (in Japan)

By using the B_server's psql,

prompt> psql -h A_server
ERROR: Multibyte support must be enable to use this function

prompt> export PGCLIENTENCODING='SQL_ASCII'
prompt> psql -h A_server
Welcome to psql, the PostgreSQL interactive terminal.

Type: \copyright for distribution terms
\h for help with SQL commands
\? for help on internal slash commands
\g or terminate with semicolon to execute query
\q to quit

postgres=# \l
ERROR: No such function 'pg_encoding_to_char' with the
specified attributes

--
Regards,
SAKAIDA Masaaki -- Osaka, Japan

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Lockhart 2000-05-02 03:26:36 Re: [HACKERS] Request for 7.0 JDBC status
Previous Message Bruce Momjian 2000-05-02 02:35:37 Re: [HACKERS] Request for 7.0 JDBC status