Re: [GENERAL] Alter view with psql command line - Mailing list pgsql-general

From Adrian Klaver
Subject Re: [GENERAL] Alter view with psql command line
Date
Msg-id e87bb7eb-d865-90c3-8386-9b2094cc4812@aklaver.com
Whole thread Raw
In response to [GENERAL] Alter view with psql command line  (Leonardo M. Ramé <l.rame@griensu.com>)
Responses Re: [GENERAL] Alter view with psql command line  (Leonardo M. Ramé <l.rame@griensu.com>)
List pgsql-general
On 02/10/2017 09:09 AM, Leonardo M. Ramé wrote:
> Hi, is there a way to alter a view using *psql*?, something like what
> \ef does for functions.

In 9.6:

https://www.postgresql.org/docs/9.6/static/app-psql.html

\ev [ view_name [ line_number ] ]


>
> Regards,


--
Adrian Klaver
adrian.klaver@aklaver.com


pgsql-general by date:

Previous
From: Leonardo M. Ramé
Date:
Subject: [GENERAL] Alter view with psql command line
Next
From: Leonardo M. Ramé
Date:
Subject: Re: [GENERAL] Alter view with psql command line