BUG #6694: 9.2 beta 2 : psql commands \db and \db+ fail

Поиск
Список
Период
Сортировка
От phb.emaj@free.fr
Тема BUG #6694: 9.2 beta 2 : psql commands \db and \db+ fail
Дата
Msg-id E1Set43-0001xm-7A@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #6694: 9.2 beta 2 : psql commands \db and \db+ fail  (Ryan Kelly <rpkelly22@gmail.com>)
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      6694
Logged by:          Philippe Beaudoin
Email address:      phb.emaj@free.fr
PostgreSQL version: Unsupported/Unknown
Operating system:   linux
Description:=20=20=20=20=20=20=20=20

Using the latest 9.2 beta 2 version, I got an error when issuing \db or \db+
psql command.

paf=3D# select version();

                                                 version=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20

---------------------------------------------------------------------------=
-------------------------------

 PostgreSQL 9.2beta2 on i686-pc-linux-gnu, compiled by gcc (GCC) 4.4.0
20090506 (Red Hat 4.4.0-4), 32-bit

(1 row)



paf=3D# \db

ERROR:  column "spclocation" does not exist

LINE 3:   spclocation AS "Location"

          ^

paf=3D# \db+

ERROR:  column "spclocation" does not exist

LINE 3:   spclocation AS "Location",

          ^
I presume this is linked to the "Remove the spclocation field from
pg_tablespace" item of the release notes
and that something like the new pg_tablespace_location() function should be
used by psql.

Regards. Philippe.

В списке pgsql-bugs по дате отправления:

Предыдущее
От: msrbugzilla@gmail.com
Дата:
Сообщение: BUG #6693: Potential Bug in rewriteManip.c
Следующее
От: Ryan Kelly
Дата:
Сообщение: Re: BUG #6694: 9.2 beta 2 : psql commands \db and \db+ fail