ERROR: expected just one rule action - Mailing list pgsql-general

From Dave Livesay
Subject ERROR: expected just one rule action
Date
Msg-id CE111A7E-0D48-49A1-8606-C0761D5AE273@covad.net
Whole thread Raw
Responses Re: ERROR: expected just one rule action
List 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 by date:

Previous
From: "Andrej Ricnik-Bay"
Date:
Subject: Re: Where is the system-wide psqlrc on RHEL4?
Next
From: Tom Lane
Date:
Subject: Re: ERROR: expected just one rule action