CREATE GROUP oddity

From: Jon Lapham <jlapham(at)gandalf(dot)bioqmed(dot)ufrj(dot)br>
To: pgsql-hackers(at)postgresql(dot)org
Subject: CREATE GROUP oddity
Date: 2000-06-19 17:04:38
Message-ID: 200006191704.OAA18471@gandalf.bioqmed.ufrj.br
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello-

I found the following odd behavior in v7.0.2 when issuing the
'create group' command. Namely, I cannot create a group named 'trusted'
unless I use 'insert into pg_group...' syntax. Any other group name works
as expected... well, at least those that I have tried.

Cheers, Jon

PS: I am running home-rolled v7.0.2 of Pg, on a linux v2.2.16 i686
box. I have also test this on a v7.0.1 installation, with the same
result. I cannot test this on a v6.5.x installation, b/c the 'create
group' command did not exist then.

------------------------------------------------------------------
template1=# create group trusted;
ERROR: parser: parse error at or near "trusted"
template1=# insert into pg_group (groname) values ('trusted');
INSERT 18786 1

-**-*-*---*-*---*-*---*-----*-*-----*---*-*---*-----*-----*-*-----*---
Jon Lapham
Centro Nacional de Ressonancia Magnetica Nuclear de Macromoleculas
Universidade Federal do Rio de Janeiro (UFRJ) - Brasil
email: jlapham(at)gandalf(dot)bioqmed(dot)ufrj(dot)br
***-*--*----*-------*------------*--------------------*---------------

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2000-06-19 17:35:59 Re: Big 7.1 open items
Previous Message Adam Haberlach 2000-06-19 16:31:43 Warning question