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

From Tom Lane
Subject Re: Discussion: psql \et -> edit the trigger function
Date
Msg-id 906261.1683739102@sss.pgh.pa.us
Whole thread Raw
In response to Re: Discussion: psql \et -> edit the trigger function  (Kirk Wolak <wolakk@gmail.com>)
Responses Re: Discussion: psql \et -> edit the trigger function
List pgsql-hackers
Kirk Wolak <wolakk@gmail.com> writes:
> \et <TAB>
>   Would specifically let me complete the Trigger_Name, but find the function

Hmm, I wonder how useful that's really going to be, considering
that trigger names aren't unique across tables.  Wouldn't it
need to be more like "\et table-name trigger-name"?

Also, in a typical database I bet a large fraction of pg_trigger.tgname
entries are going to be "RI_ConstraintTrigger_something".  Are we going
to suppress those?

            regards, tom lane



pgsql-hackers by date:

Previous
From: Bharath Rupireddy
Date:
Subject: Re: WAL Insertion Lock Improvements
Next
From: Bruce Momjian
Date:
Subject: createuser --memeber and PG 16