bug in CREATE USER

From: Massimo Dal Zotto <dz(at)cs(dot)unitn(dot)it>
To: hackers(at)postgreSQL(dot)org (PostgreSQL Hackers)
Subject: bug in CREATE USER
Date: 1999-01-08 15:58:34
Message-ID: 199901081558.QAA04473@nikita.wizard.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

it seems that the CREATE USER command doesn't handle the group value at all:

INSERT INTO pg_group VALUES ('todos',100);
CREATE USER miriam IN GROUP todos;
select * from pg_group;
groname|grosysid|grolist
-------+--------+-------
todos | 100|

I would like to have the usesysid of a new user to the grolist of all his
groups. I would also like to have a WITH UID clause in order to be able to
assign an explict uid to the user.

--
Massimo Dal Zotto

+----------------------------------------------------------------------+
| Massimo Dal Zotto email: dz(at)cs(dot)unitn(dot)it |
| Via Marconi, 141 phone: ++39-0461534251 |
| 38057 Pergine Valsugana (TN) www: http://www.cs.unitn.it/~dz/ |
| Italy pgp: finger dz(at)tango(dot)cs(dot)unitn(dot)it |
+----------------------------------------------------------------------+

Browse pgsql-hackers by date

  From Date Subject
Next Message Massimo Dal Zotto 1999-01-08 16:07:02 some patches for 6.4.2
Previous Message Massimo Dal Zotto 1999-01-08 15:53:55 postgres and year 2000