Received: from makus.postgresql.org (makus.postgresql.org [98.129.198.125]) by mail.postgresql.org (Postfix) with ESMTP id 4E07D4ADAAC for ; Sat, 10 Dec 2011 13:33:54 -0400 (AST) Received: from mail-bw0-f46.google.com ([209.85.214.46]) by makus.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1RZQo5-0004ya-LD for pgsql-docs@postgresql.org; Sat, 10 Dec 2011 17:33:54 +0000 Received: by bkcjm19 with SMTP id jm19so157828bkc.19 for ; Sat, 10 Dec 2011 09:33:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=tcRn/FWqdpOXHyXlkYHojHj1bSHW3BchdZq81hRwKw0=; b=Vuz/GYyeKOLAcsjVJZtxR3qIn2mZBD2CjTq2ywNdqgPZw3RIsxTN00X13YmkKQrpMC FoAbROf6yg6hwTjKMTSB1PhC3zLAi/YfxTpJPkO9LkSgkeq4jATTA8fKLa1/f6tayq4s OIr0aaIU6ihAU9dESYgWKvcFPY8BSiz/h6G2c= MIME-Version: 1.0 Received: by 10.204.154.136 with SMTP id o8mr6644114bkw.112.1323538420469; Sat, 10 Dec 2011 09:33:40 -0800 (PST) Received: by 10.204.38.131 with HTTP; Sat, 10 Dec 2011 09:33:40 -0800 (PST) In-Reply-To: References: <9796.1323487277@sss.pgh.pa.us> Date: Sat, 10 Dec 2011 10:33:40 -0700 Message-ID: Subject: Re: CREATE USER From: Scott Marlowe To: Jaime Casanova Cc: Tom Lane , pgsql-docs Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Pg-Spam-Score: -2.6 (--) X-Archive-Number: 201112/29 X-Sequence-Number: 7136 On Fri, Dec 9, 2011 at 8:36 PM, Jaime Casanova wrot= e: > On Fri, Dec 9, 2011 at 10:21 PM, Tom Lane wrote: >> Jaime Casanova writes: >>> I just notice that when you create a user using CREATE USER and give >>> the user the ability to create other users it gets created as >>> SUPERUSER. >> >> Are you talking about the CREATEUSER option? =A0That is documented, quit= e >> clearly I think: >> > > yes, i was. and it's seems you're right is documented... obviously i > was looking at the wrong place > >> >> The only way we could really make this any better is to remove these >> keywords, which might be something to consider. =A0The preferred SUPERUS= ER >> spelling has been accepted since 8.1 ... is that long enough to ensure >> everyone's converted their client-side tools? =A0Probably not :-( >> > > 6 years since enough for me... actually i have been around even before > that and didn't remember that. > even if you think is not worth remove these, even a WARNING should be goo= d Make sure the docs mention this and then remove it in the next major release? Works for me.