pgsql-server/doc/src/sgml/ref alter_user.sgml - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian - CVS)
Subject pgsql-server/doc/src/sgml/ref alter_user.sgml
Date
Msg-id 20030320200532.751E6476352@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    momjian@postgresql.org    03/03/20 15:05:32

Modified files:
    doc/src/sgml/ref: alter_user.sgml

Log message:
    This is not the only place in the system catalogs where NULL is
    effectively used to mean a default value that could also be spelled
    out explicitly.  (ACLs behave that way, and useconfig/datconfig
    do too IIRC.)

    It's a bit of a hack, but it saves table space and backend code ---
    without this convention the default would have to be inserted "manually"
    since we have no mechanism to supply defaults when C code is forming a
    new catalog tuple.

    I'm inclined to leave the code alone.  But Alvaro is right that it'd be
    good to point out the 'infinity' option in the CREATE USER and ALTER
    USER man pages.  (Doc patch please?)

    Alvaro Herrera


pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql-server/doc/src/sgml/ref select.sgml
Next
From: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql-server/src/test/regress/output misc.source