mirror of
https://github.com/postgres/postgres.git
synced 2025-08-28 18:48:04 +03:00
This commit fixes psql, pg_dump, and the information schema to be
consistent with the backend changes which I made as part of commit
be90032e0d
, and also includes a
related documentation tweak.
Shigeru Hanada, with slight adjustment.