From: | claudiob_br(at)yahoo(dot)com(dot)br |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | BUG #7714: Error Message related to "sql_implementation_info" when itś not part of the query... |
Date: | 2012-11-29 15:27:31 |
Message-ID: | E1Te61T-0001Cx-68@wrigleys.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
The following bug has been logged on the website:
Bug reference: 7714
Logged by: Cláudio Bezerra Leopoldino
Email address: claudiob_br(at)yahoo(dot)com(dot)br
PostgreSQL version: 9.2.1
Operating system: Linux - Ubuntu
Description:
I dont know if its an error or an expected behavior, but it seems strange to
me.
I was testing table privilege functions and a inusual message appeared,
related to "sql_implementation_info" when itś not part of the query.
The commands to induce the mesage appear above:
postgres=# SELECT 'r1' as TABELA, has_table_privilege('postgres', 'r1',
'SELECT') AS SELECT;
tabela | select
--------+--------
r1 | t
(1 registro)
postgres=# SELECT tablename as TABELA, has_table_privilege('postgres',
tablename, 'SELECT') AS SELECT FROM pg_tables;
ERRO: relação "sql_implementation_info" não existe
postgres=# SELECT version();
version
---------------------------------------------------------------------------------------------------------
PostgreSQL 9.2.1 on i686-pc-linux-gnu, compiled by gcc-4.4.real (Ubuntu
4.4.3-4ubuntu5.1) 4.4.3, 32-bit
(1 registro)
(END)
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2012-11-29 17:00:10 | Re: BUG #7713: Is it a good idea to write more? |
Previous Message | jackie.qq.zhang | 2012-11-29 09:03:02 | BUG #7713: Is it a good idea to write more? |