Tablespace options in \db+

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Tablespace options in \db+
Date: 2014-01-26 17:13:21
Message-ID: CABUevEw=imRJ5DVVKEhkwCRRRYThrO7vjxaPZ1CUtHnkjOJRUw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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/

Attachment Content-Type Size
psql_tablespace_options.patch text/x-patch 563 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Atri Sharma 2014-01-26 17:17:05 Re: A better way than tweaking NTUP_PER_BUCKET
Previous Message Greg Sabino Mullane 2014-01-26 17:12:51 Re: In-core regression tests for replication, cascading, archiving, PITR, etc. Michael Paquier