Discussion: psql \et <trigger_name> -> edit the trigger function

From: Kirk Wolak <wolakk(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Discussion: psql \et <trigger_name> -> edit the trigger function
Date: 2023-05-10 15:32:44
Message-ID: CACLU5mTDr+jCeXoV4DK9ieCHy_Q-BaJ2aVLqS2zic695TPss1g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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...

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2023-05-10 15:44:07 Re: BUG: Postgres 14 + vacuum_defer_cleanup_age + FOR UPDATE + UPDATE
Previous Message tender wang 2023-05-10 14:38:27 Re: [PATCH] Use RelationClose rather than table_close in heap_create_with_catalog