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

Commit8bd0bed

Browse files
committed
Update dbsize documentation with:
Copy this directory to contrib/dbsize in your PostgreSQL source tree.Then just run make; make install. Finally, load the functions into anydatabase using dbsize.sql.When computing the size of a table, it does not include TOAST or indexdisk space.
1 parenteb3901e commit8bd0bed

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

‎contrib/dbsize/README.dbsize

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,8 @@ These functions report the actual file system space. Thus, users can
88
avoid digging through the details of the database directories.
99

1010
Copy this directory to contrib/dbsize in your PostgreSQL source tree.
11-
Then just run make; make install.
11+
Then just run make; make install. Finally, load the functions into any
12+
database using dbsize.sql.
13+
14+
When computing the size of a table, it does not include TOAST or index
15+
disk space.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp