| From: | Trurl McByte <trurl(at)realtor3d(dot)odessa(dot)ua> |
|---|---|
| To: | bugs(at)postgresql(dot)org |
| Subject: | PG 7.0: ERROR: Client encoding is not supported |
| Date: | 2000-01-17 07:44:58 |
| Message-ID: | Pine.LNX.4.20.0001170928020.1448-100000@random.dev.null |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
psql (PostgreSQL) 7.0.0
==========================
trurl(at)random:~$ psql test
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
test=> show server_encoding;
NOTICE: Current server encoding is SQL_ASCII
SHOW VARIABLE
test=> show client_encoding;
NOTICE: Current client encoding is SQL_ASCII
SHOW VARIABLE
test=> \c trurl
ERROR: Client encoding is not supported
Previous connection kept
test=> \q
trurl(at)random:~$ psql
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
trurl=> show client_encoding;
NOTICE: Current client encoding is SQL_ASCII
SHOW VARIABLE
trurl=> show server_encoding;
NOTICE: Current server encoding is SQL_ASCII
SHOW VARIABLE
trurl=>
trurl=> \c test
ERROR: Client encoding is not supported
Previous connection kept
trurl=> \q
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Gunnar R|nning | 2000-01-21 13:05:09 | Syntax bug in create table - does not allow NULL |
| Previous Message | dLux | 2000-01-13 17:06:02 | Cannot Dump the Database. This is a pg_dump (or backend bug) |