============================================================================
POSTGRESQL BUG REPORT TEMPLATE
============================================================================
Your name : SL Baur
Your email address : [EMAIL PROTECTED]
System Configuration
---------------------
Architecture (example: Intel Pentium) : N/A
Operating System (example: Linux 2.0.26 ELF) : N/A
PostgreSQL version (example: PostgreSQL-6.5.1): PostgreSQL-7.0 (CVS)
Compiler used (example: gcc 2.8.0) : N/A
I have configured Postgres with locales and multibyte characters.
Please enter a FULL description of your problem:
------------------------------------------------
There are two problems. I get an error message of the form:
ERROR: Attribute 'steve' not found
(Replace `steve' with the database owner)
for each database dumped.
Once dumped, the script file has a bug. Database encodings are not
restored properly. For example, this code won't work on restore:
\connect template1
create database japanese with encoding='1';
The numeric encoding needs to be replaced with the symbolic name, in
this case 'EUC_JP'.
Please describe a way to repeat the problem. Please try to provide a
concise reproducible example, if at all possible:
----------------------------------------------------------------------
pg_dumpall > foo.bar
If you know how this problem might be fixed, list the solution below:
---------------------------------------------------------------------