ERROR: expected just one rule action

Поиск
Список
Период
Сортировка
От Dave Livesay
Тема ERROR: expected just one rule action
Дата
Msg-id CE111A7E-0D48-49A1-8606-C0761D5AE273@covad.net
обсуждение исходный текст
Ответы Re: ERROR: expected just one rule action
Список pgsql-general
Can anyone interpret this error message?

It appears in response to each of the following queries in one
instance of PostgreSQL 8.3:
SELECT usecreatedb, usesuper, CASE WHEN usesuper THEN
pg_postmaster_start_time() ELSE NULL END as upsince FROM pg_user
WHERE usename=current_user ;
SELECT rolcreaterole, rolcreatedb FROM pg_roles WHERE rolname =
current_user;
SELECT setting FROM pg_settings WHERE name IN ('autovacuum',
'track_counts');
SELECT oid, *, pg_catalog.shobj_description(oid, 'pg_authid') AS
description FROM pg_roles WHERE NOT rolcanlogin ORDER BY rolname;
SELECT oid, *, pg_catalog.shobj_description(oid, 'pg_authid') AS
description FROM pg_roles WHERE rolcanlogin ORDER BY rolname;

These queries work fine in another instance of 8.3, so it's not the
queries themselves.

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

Предыдущее
От: "Andrej Ricnik-Bay"
Дата:
Сообщение: Re: Where is the system-wide psqlrc on RHEL4?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: ERROR: expected just one rule action