pgsql: Update the createuser utility for the ROLEs world. - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Update the createuser utility for the ROLEs world.
Date
Msg-id 20050814201604.47F5C52ED1@svr1.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix psql's \d commands to use pg_roles instead of pg_user, so
Next
From: petere@svr1.postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Change standard_compliant_strings to standard_conforming_strings.