-support] pgadmin 4 enhancement request
Lance,
I am not a PgAdmin developer, but you can easily accomplish what you want with
either of the
following two queries:
-- Returns all columns for a specified table
SELECT c.relname as table,
a.attname as column,
t.typname as type
y is entirely up to you.
www.youtube.com/unusedhero/videos
Folk Alley - All Folk - 24 Hours a day
www.folkalley.com
From: "Campbell, Lance"
To: "pgadmin-support@postgresql.org"
Sent: Wednesday, April 19, 2017 10:05 AM
Subject: [pgadmin-support] pgadmin 4 enhancement
In pgadmin 4 in the left hand navigation you can select the "Columns" label
under any table listed in order to get a list of all columns within a table.
A fantast enhancements would be to add to the "File >> Preferences" the ability
to do either option #1 or #2 listed below:
1) A question