Re: creating "user" table

From: Chris <tomcat(at)weirdness(dot)com>
To: Vince Vielhaber <vev(at)michvhf(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: creating "user" table
Date: 2001-09-23 00:46:27
Message-ID: 4.3.2.7.2.20010923104329.00acd580@pop.iprimus.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


> > Hi,
> >
> > This one is more for the developers, but other comments welcome.
> >
> > Since we can't create a table called user in a normal database due to
> > the reserved keyword problem, would it be easy or worthwhile just having
> > the CREATE USER information in the template1 database?
>
>Uhhh, what "CREATE USER information"?
Sorry, thought I was clear.
I meant only be able to create users when you're connected to the template1 db.

so
test=# create user x;

wouldn't work, since you're not using template1.

that way the user keyword would be free to use as a table name.

Chris.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Peter Eisentraut 2001-09-23 02:10:14 Re: creating "user" table
Previous Message Shane Wright 2001-09-22 17:58:42 backend stalls