Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
51.69. pg_backend_memory_contexts
Prev UpChapter 51. System CatalogsHome Next

51.69. pg_backend_memory_contexts

The viewpg_backend_memory_contexts displays all the memory contexts of the server process attached to the current session.

pg_backend_memory_contexts contains one row for each memory context.

Table 51.70. pg_backend_memory_contexts Columns

Column Type

Description

nametext

Name of the memory context

identtext

Identification information of the memory context. This field is truncated at 1024 bytes

parenttext

Name of the parent of this memory context

levelint4

Distance from TopMemoryContext in context tree

total_bytesint8

Total bytes allocated for this memory context

total_nblocksint8

Total number of blocks allocated for this memory context

free_bytesint8

Free space in bytes

free_chunksint8

Total number of free chunks

used_bytesint8

Used space in bytes


By default, thepg_backend_memory_contexts view can be read only by superusers.


Prev Up Next
51.68. pg_available_extension_versions Home 51.70. pg_config
pdfepub
Go to Postgres Pro Standard 14
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp