Re: [PATCHES] createuser patch

2005-08-14 Thread Tom Lane
Alvaro Herrera <[EMAIL PROTECTED]> writes: > Here is a patch to createuser, to make it handle some of the options of > CREATE ROLE. Applied with the changes I mentioned earlier. > Comments? After things have settled I'll generate the doc patch. Already done. I left most of the instances of "us

Re: [PATCHES] createuser patch

2005-08-14 Thread Tom Lane
Alvaro Herrera <[EMAIL PROTECTED]> writes: > Here is a patch to createuser, to make it handle some of the options of > CREATE ROLE. > While developing it, I noticed it takes an annoying number of options, > or ask an annoying number of questions. I thought about producing a > version called "crea

Re: [PATCHES] createuser patch

2005-08-12 Thread Alvaro Herrera
On Fri, Aug 12, 2005 at 10:49:26PM -0400, Bruce Momjian wrote: > > I assume this is for 8.1 because of the new ROLE capability. IMHO this is an integral part of the ROLE patch. > > On Fri, Aug 12, 2005 at 12:37:22PM -0400, Alvaro Herrera wrote: > > > > > Here is a patch to createuser, to make

Re: [PATCHES] createuser patch

2005-08-12 Thread Bruce Momjian
I assume this is for 8.1 because of the new ROLE capability. Your patch has been added to the PostgreSQL unapplied patches list at: http://momjian.postgresql.org/cgi-bin/pgpatches It will be applied as soon as one of the PostgreSQL committers reviews and approves it. --

Re: [PATCHES] createuser patch

2005-08-12 Thread Alvaro Herrera
On Fri, Aug 12, 2005 at 12:37:22PM -0400, Alvaro Herrera wrote: > Here is a patch to createuser, to make it handle some of the options of > CREATE ROLE. Sorry :-( -- Alvaro Herrera () "La principal característica humana es la tontería" (Augusto Monterroso) Index: createuser.c ==

[PATCHES] createuser patch

2005-08-12 Thread Alvaro Herrera
Hackers, Here is a patch to createuser, to make it handle some of the options of CREATE ROLE. While developing it, I noticed it takes an annoying number of options, or ask an annoying number of questions. I thought about producing a version called "createrole" which would have all the options an