Re: [BUGS] Minimal patches for PostgreSQL 7.0b3 on NetBSD/alpha1.4.1....

2000-04-12 Thread Peter Eisentraut
On Tue, 11 Apr 2000, Kevin P. Neal wrote: > Here are minimal patches to get 7.0 beta 3 limping along on NetBSD/alpha > release 1.4.1. *** ./old/src/include/storage/s_lock.h Wed Jan 26 00:58:33 2000 --- ./new/src/include/storage/s_lock.h Sun Apr 9 23:56:46 2000 *** *** 260,270 ***

[BUGS] Re: [SQL] Foreign keys breaks tables permissions

2000-04-12 Thread Jan Wieck
> > Hi, > > If one does: > > [...] > grant select on master to a_user; > grant select, insert, update, delete on detail to a_user; > > then if login as "a_user" and does: > > insert into detail (id, master_id) values (1, 10); > > this will result in: "ERROR: master: Permission denied". > > T

[BUGS] Indians Unite

2000-04-12 Thread Hindu
This mail is being sent only to indians.if any one else receives this it is in error. if you would like to be removed from the list please reply with the word remove in the subject line. The intention of this mail is to awake the indians to the fact that india is in danger of being enveloped by

Re: [BUGS]

2000-04-12 Thread Kardos, Dr. Andreas
This seems to be a Sun Sparc (-fPIC). On mine (SunOS 5.4/ Solaris 2.4) isn't any . Therefore libpq++ is not compilable on this machine (native compilers). configure sets HAVE_CXX_STRING_HEADER correctly (no). Andreas Kardos -Ursprüngliche Nachricht- Von: Tom Lane <[EMAIL PROTECTED]> An

Re: [BUGS]

2000-04-12 Thread Oleg Broytmann
On Wed, 12 Apr 2000, Kardos, Dr. Andreas wrote: > This seems to be a Sun Sparc (-fPIC). Sun Sparc, Solaris 2.5.1. > On mine (SunOS 5.4/ Solaris 2.4) isn't any . Therefore libpq++ is > not compilable on this machine (native compilers). gcc 2.8.1 > configure sets HAVE_CXX_STRING_HEADER co

Re: [BUGS] Minimal patches for PostgreSQL 7.0b3 on NetBSD/alpha 1.4.1....

2000-04-12 Thread Bruce Momjian
Yes, we can't apply this at this stage of the game. Just too many port-specific changes. [Charset iso-8859-1 unsupported, filtering to ASCII...] > On Tue, 11 Apr 2000, Kevin P. Neal wrote: > > > Here are minimal patches to get 7.0 beta 3 limping along on NetBSD/alpha > > release 1.4.1. > > *

Re: [BUGS] Minimal patches for PostgreSQL 7.0b3 on NetBSD/alpha 1.4.1....

2000-04-12 Thread Tom Lane
"Kevin P. Neal" <[EMAIL PROTECTED]> wrote: Here are minimal patches to get 7.0 beta 3 limping along on NetBSD/alpha release 1.4.1. Has anyone compared these to Ryan Kirkpatrick's efforts for Linux/Alpha? regards, tom lane

Re: [BUGS] Re: [SQL] Foreign keys breaks tables permissions

2000-04-12 Thread Peter Eisentraut
Jan Wieck writes: > Peter, you said you'll probably work on the ACL stuff after 7.0. We > need to coordinate that work with the function manager redesign to go > for SETUID triggers and functions. Yes, very nice feature. Far down the road in my dreams though. However, SQL has a REFERENCES privi