ERROR: failed to build any 3-way joins

Поиск
Список
Период
Сортировка
От Jehan-Guillaume (ioguix) de Rorthais
Тема ERROR: failed to build any 3-way joins
Дата
Msg-id 4BF98BEA.9080709@dalibo.com
обсуждение исходный текст
Ответы Re: ERROR: failed to build any 3-way joins  (Joshua Tolley <eggyknap@gmail.com>)
Список pgsql-bugs
-----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
- ----------------------------------------------------------------------------------------------
 PostgreSQL 9.0beta1 on i686-pc-linux-gnu, compiled by GCC gcc (Debian 4.4.3-2) 4.4.3, 32-bit
(1 row)

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_roles
WHERE rolname='postgres')
ORDER BY rolname;
ERROR:  failed to build any 3-way joins
<================

- --
Jehan-Guillaume (ioguix) de Rorthais
DBA
http://www.dalibo.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkv5i+AACgkQXu9L1HbaT6LRNgCgxD2+d7V/+CPLdXdqoLLyQCF5
CdsAn0grUp3bXjOazRz111wTJDxa4ff6
=9qaz
-----END PGP SIGNATURE-----

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

Предыдущее
От: Craig Ringer
Дата:
Сообщение: Re: BUG #5468: Pg doesn't send accepted root CA list to client during SSL client cert request
Следующее
От: Joshua Tolley
Дата:
Сообщение: Re: ERROR: failed to build any 3-way joins