Re: [HACKERS] grant and SQL92

2001-07-13 Thread Bruce Momjian
> Bruce Momjian writes: > > > Can't I keep it on the TODO until it is done? And wasn't yesterday > > tomorrow? :-) > > No, tomorrow was the day after June 9th. Are you saying you did it already? I see it in CVS now. TODO updated. -- Bruce Momjian| http://candle

Re: [HACKERS] grant and SQL92

2001-07-13 Thread Peter Eisentraut
Bruce Momjian writes: > Can't I keep it on the TODO until it is done? And wasn't yesterday > tomorrow? :-) No, tomorrow was the day after June 9th. -- Peter Eisentraut [EMAIL PROTECTED] http://funkturm.homeip.net/~peter ---(end of broadcast)-

Re: [HACKERS] grant and SQL92

2001-07-13 Thread Bruce Momjian
> Bruce Momjian writes: > > > > On Sat, 9 Jun 2001, Peter Eisentraut wrote: > > > > > > > Vince Vielhaber writes: > > > > > > > > > I can grant a series of privileges (comma separated) on a series of > > > > > objects (comma separated) to either a user, group or public NOT a > > > > > comma separ

Re: [HACKERS] grant and SQL92

2001-07-13 Thread Peter Eisentraut
Bruce Momjian writes: > > On Sat, 9 Jun 2001, Peter Eisentraut wrote: > > > > > Vince Vielhaber writes: > > > > > > > I can grant a series of privileges (comma separated) on a series of > > > > objects (comma separated) to either a user, group or public NOT a > > > > comma separated list of users

Re: [HACKERS] grant and SQL92

2001-07-10 Thread Tom Lane
Bruce Momjian <[EMAIL PROTECTED]> writes: > I do have a pending patch from him that arrived > today that deals with the CREATEDB/CREATEUSER ordering. I have not > applied it because it hasn't appeared on patches yet for people to > comment. I already applied his CREATE/ALTER USER patch, because

Re: [HACKERS] grant and SQL92

2001-07-10 Thread Vince Vielhaber
On Tue, 10 Jul 2001, Bruce Momjian wrote: > > > > > > Added to TODO: > > > > > > > > > > > > * Allow GRANT/REVOKE to handle multiple user/group names > > > > > > > > > > You must have missed the part about tomorrow. > > > > > > > > Did you already commit? I was watching for it but could very

Re: [HACKERS] grant and SQL92

2001-07-10 Thread Bruce Momjian
> > > > > Added to TODO: > > > > > > > > > > * Allow GRANT/REVOKE to handle multiple user/group names > > > > > > > > You must have missed the part about tomorrow. > > > > > > Did you already commit? I was watching for it but could very well > > > have missed it. > > > > I don't see it. Th

Re: [HACKERS] grant and SQL92

2001-07-10 Thread Vince Vielhaber
On Tue, 10 Jul 2001, Bruce Momjian wrote: > > On Mon, 9 Jul 2001, Peter Eisentraut wrote: > > > > > Bruce Momjian writes: > > > > > > > > On Sat, 9 Jun 2001, Peter Eisentraut wrote: > > > > > > > > > > > Vince Vielhaber writes: > > > > > > > > > > > > > I can grant a series of privileges (comma s

Re: [HACKERS] grant and SQL92

2001-07-10 Thread Bruce Momjian
> On Mon, 9 Jul 2001, Peter Eisentraut wrote: > > > Bruce Momjian writes: > > > > > > On Sat, 9 Jun 2001, Peter Eisentraut wrote: > > > > > > > > > Vince Vielhaber writes: > > > > > > > > > > > I can grant a series of privileges (comma separated) on a series of > > > > > > objects (comma separate

Re: [HACKERS] grant and SQL92

2001-07-10 Thread Vince Vielhaber
On Mon, 9 Jul 2001, Peter Eisentraut wrote: > Bruce Momjian writes: > > > > On Sat, 9 Jun 2001, Peter Eisentraut wrote: > > > > > > > Vince Vielhaber writes: > > > > > > > > > I can grant a series of privileges (comma separated) on a series of > > > > > objects (comma separated) to either a user,

Re: [HACKERS] grant and SQL92

2001-07-10 Thread Peter Eisentraut
Bruce Momjian writes: > > On Sat, 9 Jun 2001, Peter Eisentraut wrote: > > > > > Vince Vielhaber writes: > > > > > > > I can grant a series of privileges (comma separated) on a series of > > > > objects (comma separated) to either a user, group or public NOT a > > > > comma separated list of users

Re: [HACKERS] grant and SQL92

2001-07-09 Thread Vince Vielhaber
On Mon, 9 Jul 2001, Bruce Momjian wrote: > > On Sat, 9 Jun 2001, Peter Eisentraut wrote: > > > > > Vince Vielhaber writes: > > > > > > > I can grant a series of privileges (comma separated) on a series of > > > > objects (comma separated) to either a user, group or public NOT a > > > > comma sepa

Re: [HACKERS] grant and SQL92

2001-07-09 Thread Bruce Momjian
> On Sat, 9 Jun 2001, Peter Eisentraut wrote: > > > Vince Vielhaber writes: > > > > > I can grant a series of privileges (comma separated) on a series of > > > objects (comma separated) to either a user, group or public NOT a > > > comma separated list of users or groups. > > > > I should have th

Re: [HACKERS] grant and SQL92

2001-06-09 Thread Vince Vielhaber
On Sat, 9 Jun 2001, Peter Eisentraut wrote: > Vince Vielhaber writes: > > > I can grant a series of privileges (comma separated) on a series of > > objects (comma separated) to either a user, group or public NOT a > > comma separated list of users or groups. > > I should have this finished today

Re: [HACKERS] grant and SQL92

2001-06-07 Thread Vince Vielhaber
On Thu, 7 Jun 2001, Peter Eisentraut wrote: > Vince Vielhaber writes: > > > I can grant a series of privileges (comma separated) on a series of > > objects (comma separated) to either a user, group or public NOT a > > comma separated list of users or groups. Yet at the bottom of the > > man page

[HACKERS] grant and SQL92

2001-06-07 Thread Vince Vielhaber
In process of converting a bunch of scripts from sybase to postgresql I see something that doesn't make much sense.. I can grant a series of privileges (comma separated) on a series of objects (comma separated) to either a user, group or public NOT a comma separated list of users or groups. Yet