Re: To do for psql to show installable extensions - Mailing list pgsql-hackers

From Stephen Frost
Subject Re: To do for psql to show installable extensions
Date
Msg-id 20150112212110.GL3062@tamriel.snowman.net
Whole thread Raw
In response to To do for psql to show installable extensions  (Jeff Janes <jeff.janes@gmail.com>)
List pgsql-hackers
* Jeff Janes (jeff.janes@gmail.com) wrote:
> I'd like to propose a wiki to-do item for a backslash command in psql which
> would show all installable extensions, basically just a wrapper around
> 'select * from pg_available_extensions'.

I guess I don't feel very strongly for or against adding a backslash
command for this, but just wanted to mention that you can use table, as
in:

table pg_available_extensions;

Slightly shorter. :)
Thanks,
    Stephen

pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: To do for psql to show installable extensions
Next
From: Tom Lane
Date:
Subject: Re: To do for psql to show installable extensions