Re: CREATE GROUP oddity

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Jon Lapham <jlapham(at)gandalf(dot)bioqmed(dot)ufrj(dot)br>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: CREATE GROUP oddity
Date: 2000-06-20 16:43:19
Message-ID: Pine.LNX.4.21.0006201842420.4054-100000@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Jon Lapham writes:

> 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.

TRUSTED is a reserved word. Try CREATE GROUP "trusted" (double quoted).

--
Peter Eisentraut Sernanders väg 10:115
peter_e(at)gmx(dot)net 75262 Uppsala
http://yi.org/peter-e/ Sweden

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2000-06-20 16:43:35 Re: Big 7.1 open items
Previous Message Thomas Lockhart 2000-06-20 15:47:26 Re: Re: Big 7.1 open items