37.25. foreign_data_wrapper_options

Представление foreign_data_wrapper_options показывает все параметры, определённые для обёрток сторонних данных в текущей базе. В нём отражаются только те обёртки сторонних данных, к которым имеет доступ текущий пользователь (являясь их владельцем или имея некоторые права).

Таблица 37.23. Столбцы foreign_data_wrapper_options

ИмяТип данныхОписание
foreign_data_wrapper_catalogsql_identifierИмя базы данных, в которой определена обёртка сторонних данных (всегда текущая база)
foreign_data_wrapper_namesql_identifierИмя обёртки сторонних данных
option_namesql_identifierИмя параметра
option_valuecharacter_dataЗначение параметра

Chapter 73. Backup Manifest Format

The backup manifest generated by pg_basebackup is primarily intended to permit the backup to be verified using pg_verifybackup. However, it is also possible for other tools to read the backup manifest file and use the information contained therein for their own purposes. To that end, this chapter describes the format of the backup manifest file.

A backup manifest is a JSON document encoded as UTF-8. (Although in general JSON documents are required to be Unicode, Postgres Pro permits the json and jsonb data types to be used with any supported server encoding. There is no similar exception for backup manifests.) The JSON document is always an object; the keys that are present in this object are described in the next section.