Properly escape usernames in initdb, so names with single-quotes are
Bruce Momjian <bruce@momjian.us>
Properly escape usernames in initdb, so names with single-quotes are supported. Also add assert to catch future breakage. Also, improve documentation that "double"-quotes must be used in pg_hba.conf (not single quotes).
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/client-auth.sgml | modified | +1 −1 |
| src/backend/parser/scansup.c | modified | +2 −0 |
| src/bin/initdb/initdb.c | modified | +3 −4 |