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

Commitf38ad11

Browse files
committed
Revert "Reformat commit6b2a144"
This reverts commit6ba56f0.We should instead patch up the following paragraph (the one aboutpg_relation_size) so that it doesn't have cross-references thatbreak across lines in PDF output.)
1 parent6ba56f0 commitf38ad11

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)

[8]ページ先頭

©2009-2025 Movatter.jp