Reference pg_user ? - Mailing list pgsql-general

From Carsten Zerbst
Subject Reference pg_user ?
Date
Msg-id 1016551972.24953.7.camel@abulafia
Whole thread Raw
Responses Re: Reference pg_user ?  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: Reference pg_user ?  ("Joel Burton" <joel@joelburton.com>)
List pgsql-general
Hello,

I need users and groups for an application and thought about
using ordinary postgres users and groups.

But I need some additional information like name, email-addres and the
like, so i tried to use something like:

test=# create table users (
test(# shortname name references pg_user,
test(# lastname varchar not null,
test(# email varchar not null
test(# );
NOTICE:  CREATE TABLE will create implicit trigger(s) for FOREIGN KEY
check(s)
ERROR:  Referenced relation "pg_user" is not a table
NOTICE:  CREATE TABLE will create implicit trigger(s) for FOREIGN KEY
check(s)
ERROR:  Referenced relation "pg_user" is not a table

Is it somehow possible to reference the system catalog with
the users ?

Thanks, Carsten

--
Dipl. Ing. Carsten Zerbst         |   carsten.zerbst@atlantec-es.com



pgsql-general by date:

Previous
From: Andrew Sullivan
Date:
Subject: Re: locking problems
Next
From: "Johnson, Shaunn"
Date:
Subject: Re: multiple counts using CASE