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)
171171 printACLColumn (& buf , "spcacl" );
172172 }
173173
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-
179174 if (verbose && pset .sversion >= 90000 )
180175 appendPQExpBuffer (& buf ,
181176 ",\n spcoptions AS \"%s\"" ,
182177 gettext_noop ("Options" ));
183178
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+
184184 appendPQExpBufferStr (& buf ,
185185 "\nFROM pg_catalog.pg_tablespace\n" );
186186
You can’t perform that action at this time.
0 commit comments