From: | Márcio A(dot) Sepp <marcio(at)zyontecnologia(dot)com(dot)br> |
---|---|
To: | <pgsql-bugs(at)postgresql(dot)org> |
Subject: | Problem with pgdump_all |
Date: | 2005-04-18 16:12:37 |
Message-ID: | 00bd01c54431$70a51340$0507a8c0@train |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
Hellow,
I'm using postgresql 8.02 in a OpenBSD 3.6 system. And since the 8.x.x version I had some problems with pgdump_all.
Yesterday I've installed in a new machine, with kernel and ports up-to-date and the problem as happened again.
-bash-3.00$ pg_dumpall >> /tmp/arquivo
pg_dumpall: query failed: ERROR: column "datpath" does not exist
pg_dumpall: query was: SELECT datname, coalesce(usename, (select usename from pg_shadow where usesysid=(select datdba from pg_database where datname='template0'))), pg_encoding_to_char(d.encoding), datistemplate, datpath, datacl FROM pg_database d LEFT JOIN pg_shadow u ON (datdba = usesysid) WHERE datallowconn ORDER BY 1
The postgresql does not have any data. I only have installed it and then I try to make backup.
The machine is running OpenBSD 3.6 in a i386 with 1 processor and 512 Mb of memory.
Best regards,
Márcio A. Sepp
ICQ: 162258623
MSN: marciosepp(at)hotmail(dot)com
Fones (049) 444-4591
(049) 9918-8641
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2005-04-18 17:12:57 | Re: BUG #1604: Composite types, triggers, and INET_CLIENT_ADDR() function |
Previous Message | Takehsi Sawai | 2005-04-18 05:16:36 | BUG #1605: Is this a bug of PostgreSQL?Or, is the parameter of Windows set? |