Re: psql :: support for \ev viewname and \sv viewname
Petr Korobeinikov <pkorobeinikov@gmail.com>
From: "Petr A. Korobeinikov" <pkorobeinikov@gmail.com>
To: Robert Haas <robertmhaas@gmail.com>
Cc: "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2015-05-14T08:04:30Z
Lists: pgsql-hackers
Attachments
- psql-ev-sv-support-v2.diff (application/octet-stream) patch v2
- (unnamed) (text/plain)
This version contains one little change. In order to be consistent with “\d+ viewname” it uses pg_get_viewdef(oid, /* pretty */ true) to produce “pretty” output (without additional parentheses).
Commits
-
Fix psql's \ev and \sv commands so that they handle view reloptions.
- 9b66aa006f81 9.6.0 landed
-
Move and rename fmtReloptionsArray().
- 93a8c6fd6c5e 9.6.0 landed
-
pgindent run for 9.5
- 807b9e0dff66 9.5.0 cited