pg_roles: unrecognized token: ":aliasname"

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: pgsql-hackers(at)postgresql(dot)org
Subject: pg_roles: unrecognized token: ":aliasname"
Date: 2006-02-23 16:12:45
Message-ID: 20060223161245.GA37061@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

In an up-to-date HEAD server that was initdb'd on 12 Feb (catalog
version 200602112):

test=> SELECT * FROM pg_roles;
ERROR: unrecognized token: ":aliasname"
test=> SELECT pg_get_viewdef('pg_roles'::regclass, true);
ERROR: unrecognized token: ":aliasname"

This breaks several things, including pg_dump. A newly-initdb'd
cluster doesn't have the problem. Was something changed that should
have bumped the catalog version?

--
Michael Fuhr

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2006-02-23 16:30:27 Re: pg_roles: unrecognized token: ":aliasname"
Previous Message Martin Pitt 2006-02-23 13:03:46 Re: pg_config, pg_service.conf, postgresql.conf ....