Re: [HACKERS] Re: [COMMITTERS] 'pgsql/src/bin/initdb initdb.sh'

From: jwieck(at)debis(dot)com (Jan Wieck)
To: maillist(at)candle(dot)pha(dot)pa(dot)us (Bruce Momjian)
Cc: scrappy(at)hub(dot)org, hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Re: [COMMITTERS] 'pgsql/src/bin/initdb initdb.sh'
Date: 1998-02-23 20:13:51
Message-ID: m0y74G7-000BFRC@orion.SAPserv.Hamburg.dsh.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>
> >
> > Update of /usr/local/cvsroot/pgsql/src/bin/initdb
> > In directory hub.org:/tmp/cvs-serv23999/bin/initdb
> >
> > Modified Files:
> > initdb.sh
> > Log Message:
> >
> > Modify initdb.sh so that it makes pg_user readable through view db_user
> > Modify psql so that it uses db_user instead of pg_user
> > GRANT SELECT on pg_class
>
> I don't know if I like the new name db_user? What do other people
> think? I thought pg_user_no_pwd would be nice.

create view pg_users as ...
ERROR: Illegal class name: pg_users -- pg_ is reserved for system catalogs

>
>
> --
> Bruce Momjian
> maillist(at)candle(dot)pha(dot)pa(dot)us
>
>

--

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me. #
#======================================== jwieck(at)debis(dot)com (Jan Wieck) #

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-02-23 20:15:01 Re: [HACKERS] pg_user "sealed"
Previous Message Bruce Momjian 1998-02-23 20:05:14 Re: [HACKERS] Views on aggregates - need assistence