mirror of
https://github.com/postgres/postgres.git
synced 2026-06-14 12:42:02 -04:00
a55898131e
Sequences and views could previously be renamed using ALTER TABLE, but this was a repeated source of confusion for users. Update the docs, and psql tab completion. Patch from David Fetter; various minor fixes by myself.