pgsql: Update the createuser utility for the ROLEs world.

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Update the createuser utility for the ROLEs world.
Date: 2005-08-14 20:16:04
Message-ID: 20050814201604.47F5C52ED1@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Update the createuser utility for the ROLEs world. Alvaro Herrera

Modified Files:
--------------
pgsql/doc/src/sgml/ref:
createuser.sgml (r1.41 -> r1.42)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/createuser.sgml.diff?r1=1.41&r2=1.42)
pgsql/src/bin/scripts:
createuser.c (r1.17 -> r1.18)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/scripts/createuser.c.diff?r1=1.17&r2=1.18)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2005-08-14 22:19:52 pgsql: Change standard_compliant_strings to standard_conforming_strings.
Previous Message Tom Lane 2005-08-14 19:20:47 pgsql: Fix psql's \d commands to use pg_roles instead of pg_user, so