| From: | Olivier PRENANT <ohp(at)pyrenet(dot)fr> |
|---|---|
| To: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Bug or feature? |
| Date: | 2001-05-11 17:09:46 |
| Message-ID: | Pine.UW2.4.21.0105111905100.9383-100000@server.pyrenet.fr |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hi,
I've just noticed that (after a upgrade from 7.0.3 to 7.1) the following
did'nt work anymore:
create tabla a (n1 serial, n2 int);
grant all on a to nobody;
<reconnect as user nobody>
insert into a (n2) value (1);
n1.nextval: you don't have permission to set sequence n1
It worked on 7.0.3
Regards,
--
Olivier PRENANT Tel: +33-5-61-50-97-00 (Work)
Quartier d'Harraud Turrou +33-5-61-50-97-01 (Fax)
31190 AUTERIVE +33-6-07-63-80-64 (GSM)
FRANCE Email: ohp(at)pyrenet(dot)fr
------------------------------------------------------------------------------
Make your life a dream, make your dream a reality. (St Exupery)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Ian Lance Taylor | 2001-05-11 17:19:45 | Re: REL7_1_STABLE tag/branch |
| Previous Message | Lamar Owen | 2001-05-11 16:31:52 | Re: 7.1.2 schedule (was Re: Posted 7.1 RPMs for Mandrake 7.2) |