Joshua Tolley writes:
> On Sun, May 23, 2010 at 2:11 PM, Jehan-Guillaume (ioguix) de Rorthais
> wrote:
>> Here is how to reproduce the bug:
>> postgres=# SELECT rolname FROM pg_catalog.pg_roles AS r, pg_auth_members AS m
>> WHERE r.oid=m.roleid
>> AND member IN (
>> SELECT oid FROM pg_catalog.pg_
On Sun, May 23, 2010 at 2:11 PM, Jehan-Guillaume (ioguix) de Rorthais
wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Hello,
>
> A user reported us the following bug under phpPgAdmin with 9.0beta1, but it
> seems it comes from backend.
>
> Here is how to reproduce the bug:
>
> ==
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello,
A user reported us the following bug under phpPgAdmin with 9.0beta1, but it
seems it comes from backend.
Here is how to reproduce the bug:
>
postgres=# SELECT version();
version
-
-