Content-Length: 261722 | pFad | http://github.com/postgrespro/postgres/commit/cae10ca27e5d478353b9b053073e5f2a1cf97659

9E Include tablespace options in verbose output of \db · postgrespro/postgres@cae10ca · GitHub
Skip to content

Commit cae10ca

Browse files
committed
Include tablespace options in verbose output of \db
1 parent cec8394 commit cae10ca

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/bin/psql/describe.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,11 @@ describeTablespaces(const char *pattern, bool verbose)
176176
",\n pg_catalog.shobj_description(oid, 'pg_tablespace') AS \"%s\"",
177177
gettext_noop("Description"));
178178

179+
if (verbose && pset.sversion >= 90000)
180+
appendPQExpBuffer(&buf,
181+
",\n spcoptions AS \"%s\"",
182+
gettext_noop("Options"));
183+
179184
appendPQExpBufferStr(&buf,
180185
"\nFROM pg_catalog.pg_tablespace\n");
181186

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/cae10ca27e5d478353b9b053073e5f2a1cf97659

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy