Skip to content

Commit f38ad11

Browse files
committed
Revert "Reformat commit 6b2a144"
This reverts commit 6ba56f0. We should instead patch up the following paragraph (the one about pg_relation_size) so that it doesn't have cross-references that break across lines in PDF output.)
1 parent 6ba56f0 commit f38ad11

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

doc/src/sgml/func.sgml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13517,15 +13517,11 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup());
1351713517
</para>
1351813518

1351913519
<para>
13520-
<function>pg_database_size</function> accepts the OID or name of a database,
13521-
and returns the total disk space used therein. To use the function,
13520+
<function>pg_database_size</function> and <function>pg_tablespace_size</>
13521+
accept the OID or name of a database or tablespace, and return the total
13522+
disk space used therein. To use <function>pg_database_size</function>,
1352213523
you must have <literal>CONNECT</> permission on the specified database
13523-
(which is granted by default).
13524-
</para>
13525-
13526-
<para>
13527-
<function>pg_tablespace_size</> accepts the OID or name of a tablespace,
13528-
and returns the total disk space used therein. To use the function,
13524+
(which is granted by default). To use <function>pg_tablespace_size</>,
1352913525
you must have <literal>CREATE</> permission on the specified tablespace,
1353013526
unless it is the default tablespace for the current database.
1353113527
</para>

0 commit comments

Comments
 (0)