Re: [BUGS] BUG #6694: 9.2 beta 2 : psql commands \db and \db+ fail

2012-06-15 Thread Philippe BEAUDOIN
Hello, paf=# \db ERROR: column "spclocation" does not exist LINE 3: spclocation AS "Location" ^ Are you using the psql provided by 9.2 beta 2? Or an older version? It appears that the version of psql in 9.2 beta 2 does the correct thing, look at src/bin/psql/describe

Re: [BUGS] BUG #6694: 9.2 beta 2 : psql commands \db and \db+ fail

2012-06-14 Thread Josh Kupershmidt
On Thu, Jun 14, 2012 at 1:34 PM, Ryan Kelly wrote: > On Wed, Jun 13, 2012 at 07:17:11PM +, phb.e...@free.fr wrote: >> paf=# \db >> >> ERROR:  column "spclocation" does not exist >> >> LINE 3:   spclocation AS "Location" >> >>           ^ >> > Are you using the psql provided by 9.2 beta 2? Or

Re: [BUGS] BUG #6694: 9.2 beta 2 : psql commands \db and \db+ fail

2012-06-14 Thread Ryan Kelly
On Wed, Jun 13, 2012 at 07:17:11PM +, phb.e...@free.fr wrote: > The following bug has been logged on the website: > > Bug reference: 6694 > Logged by: Philippe Beaudoin > Email address: phb.e...@free.fr > PostgreSQL version: Unsupported/Unknown > Operating system: linux >

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

2012-06-14 Thread phb . emaj
The following bug has been logged on the website: Bug reference: 6694 Logged by: Philippe Beaudoin Email address: phb.e...@free.fr PostgreSQL version: Unsupported/Unknown Operating system: linux Description: Using the latest 9.2 beta 2 version, I got an error when iss