Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6ba56f0

Browse files
committed
Reformat commit6b2a144
This commit broke PDF builds on the 9.0 branch. Split the paragraphup in two separate ones to make the PDFs happy again. Only doing thisin the 9.0 branch since that's the only place it's causing problemsat this point, and it's fairly unlikely that we're going to bebackpatching more docs changes to exactly this paragraph.
1 parent62f84f1 commit6ba56f0

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

‎doc/src/sgml/func.sgml

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

1351913519
<para>
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>,
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,
1352313522
you must have <literal>CONNECT</> permission on the specified database
13524-
(which is granted by default). To use <function>pg_tablespace_size</>,
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,
1352513529
you must have <literal>CREATE</> permission on the specified tablespace,
1352613530
unless it is the default tablespace for the current database.
1352713531
</para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp