Discussion: psql \et -> edit the trigger function - Mailing list pgsql-hackers

From Kirk Wolak
Subject Discussion: psql \et -> edit the trigger function
Date
Msg-id CACLU5mTDr+jCeXoV4DK9ieCHy_Q-BaJ2aVLqS2zic695TPss1g@mail.gmail.com
Whole thread Raw
Responses Re: Discussion: psql \et -> edit the trigger function
List pgsql-hackers
We already have
\ef
\ev

The use case here is simply that it saves me from:
\d <table>
[scroll through all the fields]
[often scroll right]
select function name
\ef [paste function name]

and tab completion is much narrower

When doing conversions and reviews all of this stuff has to be reviewed.
Oftentimes, renamed, touched.

I am 100% willing to write the code, docs, etc. but would appreciate feedback.

Kirk...

pgsql-hackers by date:

Previous
From: tender wang
Date:
Subject: Re: [PATCH] Use RelationClose rather than table_close in heap_create_with_catalog
Next
From: Peter Eisentraut
Date:
Subject: Re: BUG: Postgres 14 + vacuum_defer_cleanup_age + FOR UPDATE + UPDATE