Re: [HACKERS] pg_roles: unrecognized token: ":aliasname"

2006-02-23 Thread Tom Lane
Michael Fuhr <[EMAIL PROTECTED]> writes: > 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: "

[HACKERS] pg_roles: unrecognized token: ":aliasname"

2006-02-23 Thread Michael Fuhr
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