| From: | momjian(at)postgresql(dot)org (Bruce Momjian) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Issue a proper error message when MD5 is attempted when |
| Date: | 2008-11-20 20:45:30 |
| Message-ID: | 20081120204530.26ADD7545A4@cvs.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2008-11-20 21:10:44 | pgsql: Note that the example aggregate array_accum is comparable to the |
| Previous Message | Tom Lane | 2008-11-20 20:08:24 | Re: Re: [COMMITTERS] pgsql: Silence compiler warning about ignored return value. |