pgsql: Issue a proper error message when MD5 is attempted when - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Issue a proper error message when MD5 is attempted when
Date
Msg-id 20081120204530.26ADD7545A4@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Issue a proper error message when MD5 is attempted when
db_user_namespace is enabled.

Also document this limitation.

Modified Files:
--------------
    pgsql/doc/src/sgml:
        client-auth.sgml (r1.112 -> r1.113)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/client-auth.sgml?r1=1.112&r2=1.113)
        config.sgml (r1.195 -> r1.196)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml?r1=1.195&r2=1.196)
    pgsql/src/backend/libpq:
        auth.c (r1.173 -> r1.174)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/auth.c?r1=1.173&r2=1.174)
        hba.c (r1.174 -> r1.175)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/hba.c?r1=1.174&r2=1.175)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix breakage of bitmap scan plan creation for special index
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Note that the example aggregate array_accum is comparable to the