From 6ba56f0805b549b001e3149d6a7fba04e970d2dc Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Wed, 23 Jul 2014 15:51:31 +0200 Subject: [PATCH] Reformat commit 6b2a1445ec8a631060c4cbff3f172bf31d3379b9 This commit broke PDF builds on the 9.0 branch. Split the paragraph up in two separate ones to make the PDFs happy again. Only doing this in the 9.0 branch since that's the only place it's causing problems at this point, and it's fairly unlikely that we're going to be backpatching more docs changes to exactly this paragraph. --- doc/src/sgml/func.sgml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 8b74d47174a..0afa0ecaeed 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -13517,11 +13517,15 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup()); - pg_database_size and pg_tablespace_size - accept the OID or name of a database or tablespace, and return the total - disk space used therein. To use pg_database_size, + pg_database_size accepts the OID or name of a database, + and returns the total disk space used therein. To use the function, you must have CONNECT permission on the specified database - (which is granted by default). To use pg_tablespace_size, + (which is granted by default). + + + + pg_tablespace_size accepts the OID or name of a tablespace, + and returns the total disk space used therein. To use the function, you must have CREATE permission on the specified tablespace, unless it is the default tablespace for the current database. -- 2.39.5