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

From Pavel Stehule
Subject Re: Discussion: psql \et -> edit the trigger function
Date
Msg-id CAFj8pRDY31enpioTaKyuk6w0bagbhzSp8q8UfF--vs9sXQt8FA@mail.gmail.com
Whole thread Raw
In response to Discussion: psql \et -> edit the trigger function  (Kirk Wolak <wolakk@gmail.com>)
Responses Re: Discussion: psql \et -> edit the trigger function
List pgsql-hackers
Hi

st 10. 5. 2023 v 17:33 odesílatel Kirk Wolak <wolakk@gmail.com> napsal:
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.

\et can be little bit confusing, because looks like editing trigger, not trigger function

what \eft triggername

?

regards

Pavel

 

Kirk...

pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: BUG: Postgres 14 + vacuum_defer_cleanup_age + FOR UPDATE + UPDATE
Next
From: Dagfinn Ilmari Mannsåker
Date:
Subject: Re: Discussion: psql \et -> edit the trigger function