psql tab completion for updatable foreign tables - Mailing list pgsql-hackers

From Bernd Helmle
Subject psql tab completion for updatable foreign tables
Date
Msg-id E1675552C83ED6F99E5522A5@localhost
Whole thread Raw
Responses Re: psql tab completion for updatable foreign tables
List pgsql-hackers
Recently i got annoyed that psql doesn't tab complete to updatable foreign
tables.

Attached is a patch to address this. I'm using the new
pg_relation_is_updatable() function to accomplish this. The function could
also be used for the trigger based stuff in the query, but i haven't
touched this part of the query. The patch ist against HEAD, but maybe it's
worth to apply this to REL9_3_STABLE, too, but not sure what our policy is
at this state...

--
Thanks

    Bernd
Attachment

pgsql-hackers by date:

Previous
From: Hari Babu
Date:
Subject: Re: Review: Patch to compute Max LSN of Data Pages
Next
From: Ants Aasma
Date:
Subject: Re: XLogInsert scaling, revisited