Tablespace options in \db+

Started by Magnus Haganderabout 12 years ago2 messageshackers
Jump to latest
#1Magnus Hagander
magnus@hagander.net

Currently, tablespace options (such as random_page_cost) aren't shown in
\db or \db+ in psql - the only way to see them is to directly query
pg_tablespaces. This seems like an oversight from back when the feature was
added.

I realize the CF is closed, but would people be ok with me pushing this
trivial patch into 9.4?

--
Magnus Hagander
Me: http://www.hagander.net/
Work: http://www.redpill-linpro.com/

Attachments:

psql_tablespace_options.patchtext/x-patch; charset=US-ASCII; name=psql_tablespace_options.patchDownload+5-0
#2Stephen Frost
sfrost@snowman.net
In reply to: Magnus Hagander (#1)
Re: Tablespace options in \db+

* Magnus Hagander (magnus@hagander.net) wrote:

Currently, tablespace options (such as random_page_cost) aren't shown in
\db or \db+ in psql - the only way to see them is to directly query
pg_tablespaces. This seems like an oversight from back when the feature was
added.

I realize the CF is closed, but would people be ok with me pushing this
trivial patch into 9.4?

It's practically a bugfix, imv. +1 from me for committing it.

Thanks,

Stephen