Re: psql :: support for \ev viewname and \sv viewname

From: "Petr A(dot) Korobeinikov" <pkorobeinikov(at)gmail(dot)com>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: psql :: support for \ev viewname and \sv viewname
Date: 2015-05-14 08:04:30
Message-ID: 43B93368-A3BD-47F0-82D7-9CEC0D6F77E7@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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).

Attachment Content-Type Size
psql-ev-sv-support-v2.diff application/octet-stream 19.0 KB
unknown_filename text/plain 663 bytes

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Etsuro Fujita 2015-05-14 08:07:40 Minor improvement to create_foreign_table.sgml
Previous Message Sawada Masahiko 2015-05-14 07:30:28 Re: Proposal : REINDEX xxx VERBOSE