File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -171,16 +171,16 @@ describeTablespaces(const char *pattern, bool verbose)
171
171
printACLColumn (& buf , "spcacl" );
172
172
}
173
173
174
- if (verbose && pset .sversion >= 80200 )
175
- appendPQExpBuffer (& buf ,
176
- ",\n pg_catalog.shobj_description(oid, 'pg_tablespace') AS \"%s\"" ,
177
- gettext_noop ("Description" ));
178
-
179
174
if (verbose && pset .sversion >= 90000 )
180
175
appendPQExpBuffer (& buf ,
181
176
",\n spcoptions AS \"%s\"" ,
182
177
gettext_noop ("Options" ));
183
178
179
+ if (verbose && pset .sversion >= 80200 )
180
+ appendPQExpBuffer (& buf ,
181
+ ",\n pg_catalog.shobj_description(oid, 'pg_tablespace') AS \"%s\"" ,
182
+ gettext_noop ("Description" ));
183
+
184
184
appendPQExpBufferStr (& buf ,
185
185
"\nFROM pg_catalog.pg_tablespace\n" );
186
186
You can’t perform that action at this time.
0 commit comments