postgresql

package
v0.0.0-...-a04abcf Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 15, 2024 License: MIT Imports: 6 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	PostgresqlHostConfig10_ConstraintExclusion_name = map[int32]string{
		0: "CONSTRAINT_EXCLUSION_UNSPECIFIED",
		1: "CONSTRAINT_EXCLUSION_ON",
		2: "CONSTRAINT_EXCLUSION_OFF",
		3: "CONSTRAINT_EXCLUSION_PARTITION",
	}
	PostgresqlHostConfig10_ConstraintExclusion_value = map[string]int32{
		"CONSTRAINT_EXCLUSION_UNSPECIFIED": 0,
		"CONSTRAINT_EXCLUSION_ON":          1,
		"CONSTRAINT_EXCLUSION_OFF":         2,
		"CONSTRAINT_EXCLUSION_PARTITION":   3,
	}
)

Enum value maps for PostgresqlHostConfig10_ConstraintExclusion.

View Source
var (
	PostgresqlHostConfig10_ForceParallelMode_name = map[int32]string{
		0: "FORCE_PARALLEL_MODE_UNSPECIFIED",
		1: "FORCE_PARALLEL_MODE_ON",
		2: "FORCE_PARALLEL_MODE_OFF",
		3: "FORCE_PARALLEL_MODE_REGRESS",
	}
	PostgresqlHostConfig10_ForceParallelMode_value = map[string]int32{
		"FORCE_PARALLEL_MODE_UNSPECIFIED": 0,
		"FORCE_PARALLEL_MODE_ON":          1,
		"FORCE_PARALLEL_MODE_OFF":         2,
		"FORCE_PARALLEL_MODE_REGRESS":     3,
	}
)

Enum value maps for PostgresqlHostConfig10_ForceParallelMode.

View Source
var (
	PostgresqlHostConfig10_LogLevel_name = map[int32]string{
		0:  "LOG_LEVEL_UNSPECIFIED",
		1:  "LOG_LEVEL_DEBUG5",
		2:  "LOG_LEVEL_DEBUG4",
		3:  "LOG_LEVEL_DEBUG3",
		4:  "LOG_LEVEL_DEBUG2",
		5:  "LOG_LEVEL_DEBUG1",
		6:  "LOG_LEVEL_LOG",
		7:  "LOG_LEVEL_NOTICE",
		8:  "LOG_LEVEL_WARNING",
		9:  "LOG_LEVEL_ERROR",
		10: "LOG_LEVEL_FATAL",
		11: "LOG_LEVEL_PANIC",
	}
	PostgresqlHostConfig10_LogLevel_value = map[string]int32{
		"LOG_LEVEL_UNSPECIFIED": 0,
		"LOG_LEVEL_DEBUG5":      1,
		"LOG_LEVEL_DEBUG4":      2,
		"LOG_LEVEL_DEBUG3":      3,
		"LOG_LEVEL_DEBUG2":      4,
		"LOG_LEVEL_DEBUG1":      5,
		"LOG_LEVEL_LOG":         6,
		"LOG_LEVEL_NOTICE":      7,
		"LOG_LEVEL_WARNING":     8,
		"LOG_LEVEL_ERROR":       9,
		"LOG_LEVEL_FATAL":       10,
		"LOG_LEVEL_PANIC":       11,
	}
)

Enum value maps for PostgresqlHostConfig10_LogLevel.

View Source
var (
	PostgresqlHostConfig10_LogErrorVerbosity_name = map[int32]string{
		0: "LOG_ERROR_VERBOSITY_UNSPECIFIED",
		1: "LOG_ERROR_VERBOSITY_TERSE",
		2: "LOG_ERROR_VERBOSITY_DEFAULT",
		3: "LOG_ERROR_VERBOSITY_VERBOSE",
	}
	PostgresqlHostConfig10_LogErrorVerbosity_value = map[string]int32{
		"LOG_ERROR_VERBOSITY_UNSPECIFIED": 0,
		"LOG_ERROR_VERBOSITY_TERSE":       1,
		"LOG_ERROR_VERBOSITY_DEFAULT":     2,
		"LOG_ERROR_VERBOSITY_VERBOSE":     3,
	}
)

Enum value maps for PostgresqlHostConfig10_LogErrorVerbosity.

View Source
var (
	PostgresqlHostConfig10_LogStatement_name = map[int32]string{
		0: "LOG_STATEMENT_UNSPECIFIED",
		1: "LOG_STATEMENT_NONE",
		2: "LOG_STATEMENT_DDL",
		3: "LOG_STATEMENT_MOD",
		4: "LOG_STATEMENT_ALL",
	}
	PostgresqlHostConfig10_LogStatement_value = map[string]int32{
		"LOG_STATEMENT_UNSPECIFIED": 0,
		"LOG_STATEMENT_NONE":        1,
		"LOG_STATEMENT_DDL":         2,
		"LOG_STATEMENT_MOD":         3,
		"LOG_STATEMENT_ALL":         4,
	}
)

Enum value maps for PostgresqlHostConfig10_LogStatement.

View Source
var (
	PostgresqlHostConfig10_TransactionIsolation_name = map[int32]string{
		0: "TRANSACTION_ISOLATION_UNSPECIFIED",
		1: "TRANSACTION_ISOLATION_READ_UNCOMMITTED",
		2: "TRANSACTION_ISOLATION_READ_COMMITTED",
		3: "TRANSACTION_ISOLATION_REPEATABLE_READ",
		4: "TRANSACTION_ISOLATION_SERIALIZABLE",
	}
	PostgresqlHostConfig10_TransactionIsolation_value = map[string]int32{
		"TRANSACTION_ISOLATION_UNSPECIFIED":      0,
		"TRANSACTION_ISOLATION_READ_UNCOMMITTED": 1,
		"TRANSACTION_ISOLATION_READ_COMMITTED":   2,
		"TRANSACTION_ISOLATION_REPEATABLE_READ":  3,
		"TRANSACTION_ISOLATION_SERIALIZABLE":     4,
	}
)

Enum value maps for PostgresqlHostConfig10_TransactionIsolation.

View Source
var (
	PostgresqlHostConfig10_ByteaOutput_name = map[int32]string{
		0: "BYTEA_OUTPUT_UNSPECIFIED",
		1: "BYTEA_OUTPUT_HEX",
		2: "BYTEA_OUTPUT_ESCAPED",
	}
	PostgresqlHostConfig10_ByteaOutput_value = map[string]int32{
		"BYTEA_OUTPUT_UNSPECIFIED": 0,
		"BYTEA_OUTPUT_HEX":         1,
		"BYTEA_OUTPUT_ESCAPED":     2,
	}
)

Enum value maps for PostgresqlHostConfig10_ByteaOutput.

View Source
var (
	PostgresqlHostConfig10_XmlBinary_name = map[int32]string{
		0: "XML_BINARY_UNSPECIFIED",
		1: "XML_BINARY_BASE64",
		2: "XML_BINARY_HEX",
	}
	PostgresqlHostConfig10_XmlBinary_value = map[string]int32{
		"XML_BINARY_UNSPECIFIED": 0,
		"XML_BINARY_BASE64":      1,
		"XML_BINARY_HEX":         2,
	}
)

Enum value maps for PostgresqlHostConfig10_XmlBinary.

View Source
var (
	PostgresqlHostConfig10_XmlOption_name = map[int32]string{
		0: "XML_OPTION_UNSPECIFIED",
		1: "XML_OPTION_DOCUMENT",
		2: "XML_OPTION_CONTENT",
	}
	PostgresqlHostConfig10_XmlOption_value = map[string]int32{
		"XML_OPTION_UNSPECIFIED": 0,
		"XML_OPTION_DOCUMENT":    1,
		"XML_OPTION_CONTENT":     2,
	}
)

Enum value maps for PostgresqlHostConfig10_XmlOption.

View Source
var (
	PostgresqlHostConfig10_BackslashQuote_name = map[int32]string{
		0: "BACKSLASH_QUOTE_UNSPECIFIED",
		1: "BACKSLASH_QUOTE",
		2: "BACKSLASH_QUOTE_ON",
		3: "BACKSLASH_QUOTE_OFF",
		4: "BACKSLASH_QUOTE_SAFE_ENCODING",
	}
	PostgresqlHostConfig10_BackslashQuote_value = map[string]int32{
		"BACKSLASH_QUOTE_UNSPECIFIED":   0,
		"BACKSLASH_QUOTE":               1,
		"BACKSLASH_QUOTE_ON":            2,
		"BACKSLASH_QUOTE_OFF":           3,
		"BACKSLASH_QUOTE_SAFE_ENCODING": 4,
	}
)

Enum value maps for PostgresqlHostConfig10_BackslashQuote.

View Source
var (
	PostgresqlHostConfig10_1C_ConstraintExclusion_name = map[int32]string{
		0: "CONSTRAINT_EXCLUSION_UNSPECIFIED",
		1: "CONSTRAINT_EXCLUSION_ON",
		2: "CONSTRAINT_EXCLUSION_OFF",
		3: "CONSTRAINT_EXCLUSION_PARTITION",
	}
	PostgresqlHostConfig10_1C_ConstraintExclusion_value = map[string]int32{
		"CONSTRAINT_EXCLUSION_UNSPECIFIED": 0,
		"CONSTRAINT_EXCLUSION_ON":          1,
		"CONSTRAINT_EXCLUSION_OFF":         2,
		"CONSTRAINT_EXCLUSION_PARTITION":   3,
	}
)

Enum value maps for PostgresqlHostConfig10_1C_ConstraintExclusion.

View Source
var (
	PostgresqlHostConfig10_1C_ForceParallelMode_name = map[int32]string{
		0: "FORCE_PARALLEL_MODE_UNSPECIFIED",
		1: "FORCE_PARALLEL_MODE_ON",
		2: "FORCE_PARALLEL_MODE_OFF",
		3: "FORCE_PARALLEL_MODE_REGRESS",
	}
	PostgresqlHostConfig10_1C_ForceParallelMode_value = map[string]int32{
		"FORCE_PARALLEL_MODE_UNSPECIFIED": 0,
		"FORCE_PARALLEL_MODE_ON":          1,
		"FORCE_PARALLEL_MODE_OFF":         2,
		"FORCE_PARALLEL_MODE_REGRESS":     3,
	}
)

Enum value maps for PostgresqlHostConfig10_1C_ForceParallelMode.

View Source
var (
	PostgresqlHostConfig10_1C_LogLevel_name = map[int32]string{
		0:  "LOG_LEVEL_UNSPECIFIED",
		1:  "LOG_LEVEL_DEBUG5",
		2:  "LOG_LEVEL_DEBUG4",
		3:  "LOG_LEVEL_DEBUG3",
		4:  "LOG_LEVEL_DEBUG2",
		5:  "LOG_LEVEL_DEBUG1",
		6:  "LOG_LEVEL_LOG",
		7:  "LOG_LEVEL_NOTICE",
		8:  "LOG_LEVEL_WARNING",
		9:  "LOG_LEVEL_ERROR",
		10: "LOG_LEVEL_FATAL",
		11: "LOG_LEVEL_PANIC",
	}
	PostgresqlHostConfig10_1C_LogLevel_value = map[string]int32{
		"LOG_LEVEL_UNSPECIFIED": 0,
		"LOG_LEVEL_DEBUG5":      1,
		"LOG_LEVEL_DEBUG4":      2,
		"LOG_LEVEL_DEBUG3":      3,
		"LOG_LEVEL_DEBUG2":      4,
		"LOG_LEVEL_DEBUG1":      5,
		"LOG_LEVEL_LOG":         6,
		"LOG_LEVEL_NOTICE":      7,
		"LOG_LEVEL_WARNING":     8,
		"LOG_LEVEL_ERROR":       9,
		"LOG_LEVEL_FATAL":       10,
		"LOG_LEVEL_PANIC":       11,
	}
)

Enum value maps for PostgresqlHostConfig10_1C_LogLevel.

View Source
var (
	PostgresqlHostConfig10_1C_LogErrorVerbosity_name = map[int32]string{
		0: "LOG_ERROR_VERBOSITY_UNSPECIFIED",
		1: "LOG_ERROR_VERBOSITY_TERSE",
		2: "LOG_ERROR_VERBOSITY_DEFAULT",
		3: "LOG_ERROR_VERBOSITY_VERBOSE",
	}
	PostgresqlHostConfig10_1C_LogErrorVerbosity_value = map[string]int32{
		"LOG_ERROR_VERBOSITY_UNSPECIFIED": 0,
		"LOG_ERROR_VERBOSITY_TERSE":       1,
		"LOG_ERROR_VERBOSITY_DEFAULT":     2,
		"LOG_ERROR_VERBOSITY_VERBOSE":     3,
	}
)

Enum value maps for PostgresqlHostConfig10_1C_LogErrorVerbosity.

View Source
var (
	PostgresqlHostConfig10_1C_LogStatement_name = map[int32]string{
		0: "LOG_STATEMENT_UNSPECIFIED",
		1: "LOG_STATEMENT_NONE",
		2: "LOG_STATEMENT_DDL",
		3: "LOG_STATEMENT_MOD",
		4: "LOG_STATEMENT_ALL",
	}
	PostgresqlHostConfig10_1C_LogStatement_value = map[string]int32{
		"LOG_STATEMENT_UNSPECIFIED": 0,
		"LOG_STATEMENT_NONE":        1,
		"LOG_STATEMENT_DDL":         2,
		"LOG_STATEMENT_MOD":         3,
		"LOG_STATEMENT_ALL":         4,
	}
)

Enum value maps for PostgresqlHostConfig10_1C_LogStatement.

View Source
var (
	PostgresqlHostConfig10_1C_TransactionIsolation_name = map[int32]string{
		0: "TRANSACTION_ISOLATION_UNSPECIFIED",
		1: "TRANSACTION_ISOLATION_READ_UNCOMMITTED",
		2: "TRANSACTION_ISOLATION_READ_COMMITTED",
		3: "TRANSACTION_ISOLATION_REPEATABLE_READ",
		4: "TRANSACTION_ISOLATION_SERIALIZABLE",
	}
	PostgresqlHostConfig10_1C_TransactionIsolation_value = map[string]int32{
		"TRANSACTION_ISOLATION_UNSPECIFIED":      0,
		"TRANSACTION_ISOLATION_READ_UNCOMMITTED": 1,
		"TRANSACTION_ISOLATION_READ_COMMITTED":   2,
		"TRANSACTION_ISOLATION_REPEATABLE_READ":  3,
		"TRANSACTION_ISOLATION_SERIALIZABLE":     4,
	}
)

Enum value maps for PostgresqlHostConfig10_1C_TransactionIsolation.

View Source
var (
	PostgresqlHostConfig10_1C_ByteaOutput_name = map[int32]string{
		0: "BYTEA_OUTPUT_UNSPECIFIED",
		1: "BYTEA_OUTPUT_HEX",
		2: "BYTEA_OUTPUT_ESCAPED",
	}
	PostgresqlHostConfig10_1C_ByteaOutput_value = map[string]int32{
		"BYTEA_OUTPUT_UNSPECIFIED": 0,
		"BYTEA_OUTPUT_HEX":         1,
		"BYTEA_OUTPUT_ESCAPED":     2,
	}
)

Enum value maps for PostgresqlHostConfig10_1C_ByteaOutput.

View Source
var (
	PostgresqlHostConfig10_1C_XmlBinary_name = map[int32]string{
		0: "XML_BINARY_UNSPECIFIED",
		1: "XML_BINARY_BASE64",
		2: "XML_BINARY_HEX",
	}
	PostgresqlHostConfig10_1C_XmlBinary_value = map[string]int32{
		"XML_BINARY_UNSPECIFIED": 0,
		"XML_BINARY_BASE64":      1,
		"XML_BINARY_HEX":         2,
	}
)

Enum value maps for PostgresqlHostConfig10_1C_XmlBinary.

View Source
var (
	PostgresqlHostConfig10_1C_XmlOption_name = map[int32]string{
		0: "XML_OPTION_UNSPECIFIED",
		1: "XML_OPTION_DOCUMENT",
		2: "XML_OPTION_CONTENT",
	}
	PostgresqlHostConfig10_1C_XmlOption_value = map[string]int32{
		"XML_OPTION_UNSPECIFIED": 0,
		"XML_OPTION_DOCUMENT":    1,
		"XML_OPTION_CONTENT":     2,
	}
)

Enum value maps for PostgresqlHostConfig10_1C_XmlOption.

View Source
var (
	PostgresqlHostConfig10_1C_BackslashQuote_name = map[int32]string{
		0: "BACKSLASH_QUOTE_UNSPECIFIED",
		1: "BACKSLASH_QUOTE",
		2: "BACKSLASH_QUOTE_ON",
		3: "BACKSLASH_QUOTE_OFF",
		4: "BACKSLASH_QUOTE_SAFE_ENCODING",
	}
	PostgresqlHostConfig10_1C_BackslashQuote_value = map[string]int32{
		"BACKSLASH_QUOTE_UNSPECIFIED":   0,
		"BACKSLASH_QUOTE":               1,
		"BACKSLASH_QUOTE_ON":            2,
		"BACKSLASH_QUOTE_OFF":           3,
		"BACKSLASH_QUOTE_SAFE_ENCODING": 4,
	}
)

Enum value maps for PostgresqlHostConfig10_1C_BackslashQuote.

View Source
var (
	PostgresqlHostConfig11_BackslashQuote_name = map[int32]string{
		0: "BACKSLASH_QUOTE_UNSPECIFIED",
		1: "BACKSLASH_QUOTE",
		2: "BACKSLASH_QUOTE_ON",
		3: "BACKSLASH_QUOTE_OFF",
		4: "BACKSLASH_QUOTE_SAFE_ENCODING",
	}
	PostgresqlHostConfig11_BackslashQuote_value = map[string]int32{
		"BACKSLASH_QUOTE_UNSPECIFIED":   0,
		"BACKSLASH_QUOTE":               1,
		"BACKSLASH_QUOTE_ON":            2,
		"BACKSLASH_QUOTE_OFF":           3,
		"BACKSLASH_QUOTE_SAFE_ENCODING": 4,
	}
)

Enum value maps for PostgresqlHostConfig11_BackslashQuote.

View Source
var (
	PostgresqlHostConfig11_ByteaOutput_name = map[int32]string{
		0: "BYTEA_OUTPUT_UNSPECIFIED",
		1: "BYTEA_OUTPUT_HEX",
		2: "BYTEA_OUTPUT_ESCAPED",
	}
	PostgresqlHostConfig11_ByteaOutput_value = map[string]int32{
		"BYTEA_OUTPUT_UNSPECIFIED": 0,
		"BYTEA_OUTPUT_HEX":         1,
		"BYTEA_OUTPUT_ESCAPED":     2,
	}
)

Enum value maps for PostgresqlHostConfig11_ByteaOutput.

View Source
var (
	PostgresqlHostConfig11_ConstraintExclusion_name = map[int32]string{
		0: "CONSTRAINT_EXCLUSION_UNSPECIFIED",
		1: "CONSTRAINT_EXCLUSION_ON",
		2: "CONSTRAINT_EXCLUSION_OFF",
		3: "CONSTRAINT_EXCLUSION_PARTITION",
	}
	PostgresqlHostConfig11_ConstraintExclusion_value = map[string]int32{
		"CONSTRAINT_EXCLUSION_UNSPECIFIED": 0,
		"CONSTRAINT_EXCLUSION_ON":          1,
		"CONSTRAINT_EXCLUSION_OFF":         2,
		"CONSTRAINT_EXCLUSION_PARTITION":   3,
	}
)

Enum value maps for PostgresqlHostConfig11_ConstraintExclusion.

View Source
var (
	PostgresqlHostConfig11_ForceParallelMode_name = map[int32]string{
		0: "FORCE_PARALLEL_MODE_UNSPECIFIED",
		1: "FORCE_PARALLEL_MODE_ON",
		2: "FORCE_PARALLEL_MODE_OFF",
		3: "FORCE_PARALLEL_MODE_REGRESS",
	}
	PostgresqlHostConfig11_ForceParallelMode_value = map[string]int32{
		"FORCE_PARALLEL_MODE_UNSPECIFIED": 0,
		"FORCE_PARALLEL_MODE_ON":          1,
		"FORCE_PARALLEL_MODE_OFF":         2,
		"FORCE_PARALLEL_MODE_REGRESS":     3,
	}
)

Enum value maps for PostgresqlHostConfig11_ForceParallelMode.

View Source
var (
	PostgresqlHostConfig11_LogErrorVerbosity_name = map[int32]string{
		0: "LOG_ERROR_VERBOSITY_UNSPECIFIED",
		1: "LOG_ERROR_VERBOSITY_TERSE",
		2: "LOG_ERROR_VERBOSITY_DEFAULT",
		3: "LOG_ERROR_VERBOSITY_VERBOSE",
	}
	PostgresqlHostConfig11_LogErrorVerbosity_value = map[string]int32{
		"LOG_ERROR_VERBOSITY_UNSPECIFIED": 0,
		"LOG_ERROR_VERBOSITY_TERSE":       1,
		"LOG_ERROR_VERBOSITY_DEFAULT":     2,
		"LOG_ERROR_VERBOSITY_VERBOSE":     3,
	}
)

Enum value maps for PostgresqlHostConfig11_LogErrorVerbosity.

View Source
var (
	PostgresqlHostConfig11_LogLevel_name = map[int32]string{
		0:  "LOG_LEVEL_UNSPECIFIED",
		1:  "LOG_LEVEL_DEBUG5",
		2:  "LOG_LEVEL_DEBUG4",
		3:  "LOG_LEVEL_DEBUG3",
		4:  "LOG_LEVEL_DEBUG2",
		5:  "LOG_LEVEL_DEBUG1",
		6:  "LOG_LEVEL_LOG",
		7:  "LOG_LEVEL_NOTICE",
		8:  "LOG_LEVEL_WARNING",
		9:  "LOG_LEVEL_ERROR",
		10: "LOG_LEVEL_FATAL",
		11: "LOG_LEVEL_PANIC",
	}
	PostgresqlHostConfig11_LogLevel_value = map[string]int32{
		"LOG_LEVEL_UNSPECIFIED": 0,
		"LOG_LEVEL_DEBUG5":      1,
		"LOG_LEVEL_DEBUG4":      2,
		"LOG_LEVEL_DEBUG3":      3,
		"LOG_LEVEL_DEBUG2":      4,
		"LOG_LEVEL_DEBUG1":      5,
		"LOG_LEVEL_LOG":         6,
		"LOG_LEVEL_NOTICE":      7,
		"LOG_LEVEL_WARNING":     8,
		"LOG_LEVEL_ERROR":       9,
		"LOG_LEVEL_FATAL":       10,
		"LOG_LEVEL_PANIC":       11,
	}
)

Enum value maps for PostgresqlHostConfig11_LogLevel.

View Source
var (
	PostgresqlHostConfig11_LogStatement_name = map[int32]string{
		0: "LOG_STATEMENT_UNSPECIFIED",
		1: "LOG_STATEMENT_NONE",
		2: "LOG_STATEMENT_DDL",
		3: "LOG_STATEMENT_MOD",
		4: "LOG_STATEMENT_ALL",
	}
	PostgresqlHostConfig11_LogStatement_value = map[string]int32{
		"LOG_STATEMENT_UNSPECIFIED": 0,
		"LOG_STATEMENT_NONE":        1,
		"LOG_STATEMENT_DDL":         2,
		"LOG_STATEMENT_MOD":         3,
		"LOG_STATEMENT_ALL":         4,
	}
)

Enum value maps for PostgresqlHostConfig11_LogStatement.

View Source
var (
	PostgresqlHostConfig11_TransactionIsolation_name = map[int32]string{
		0: "TRANSACTION_ISOLATION_UNSPECIFIED",
		1: "TRANSACTION_ISOLATION_READ_UNCOMMITTED",
		2: "TRANSACTION_ISOLATION_READ_COMMITTED",
		3: "TRANSACTION_ISOLATION_REPEATABLE_READ",
		4: "TRANSACTION_ISOLATION_SERIALIZABLE",
	}
	PostgresqlHostConfig11_TransactionIsolation_value = map[string]int32{
		"TRANSACTION_ISOLATION_UNSPECIFIED":      0,
		"TRANSACTION_ISOLATION_READ_UNCOMMITTED": 1,
		"TRANSACTION_ISOLATION_READ_COMMITTED":   2,
		"TRANSACTION_ISOLATION_REPEATABLE_READ":  3,
		"TRANSACTION_ISOLATION_SERIALIZABLE":     4,
	}
)

Enum value maps for PostgresqlHostConfig11_TransactionIsolation.

View Source
var (
	PostgresqlHostConfig11_XmlBinary_name = map[int32]string{
		0: "XML_BINARY_UNSPECIFIED",
		1: "XML_BINARY_BASE64",
		2: "XML_BINARY_HEX",
	}
	PostgresqlHostConfig11_XmlBinary_value = map[string]int32{
		"XML_BINARY_UNSPECIFIED": 0,
		"XML_BINARY_BASE64":      1,
		"XML_BINARY_HEX":         2,
	}
)

Enum value maps for PostgresqlHostConfig11_XmlBinary.

View Source
var (
	PostgresqlHostConfig11_XmlOption_name = map[int32]string{
		0: "XML_OPTION_UNSPECIFIED",
		1: "XML_OPTION_DOCUMENT",
		2: "XML_OPTION_CONTENT",
	}
	PostgresqlHostConfig11_XmlOption_value = map[string]int32{
		"XML_OPTION_UNSPECIFIED": 0,
		"XML_OPTION_DOCUMENT":    1,
		"XML_OPTION_CONTENT":     2,
	}
)

Enum value maps for PostgresqlHostConfig11_XmlOption.

View Source
var (
	PostgresqlHostConfig11_1C_BackslashQuote_name = map[int32]string{
		0: "BACKSLASH_QUOTE_UNSPECIFIED",
		1: "BACKSLASH_QUOTE",
		2: "BACKSLASH_QUOTE_ON",
		3: "BACKSLASH_QUOTE_OFF",
		4: "BACKSLASH_QUOTE_SAFE_ENCODING",
	}
	PostgresqlHostConfig11_1C_BackslashQuote_value = map[string]int32{
		"BACKSLASH_QUOTE_UNSPECIFIED":   0,
		"BACKSLASH_QUOTE":               1,
		"BACKSLASH_QUOTE_ON":            2,
		"BACKSLASH_QUOTE_OFF":           3,
		"BACKSLASH_QUOTE_SAFE_ENCODING": 4,
	}
)

Enum value maps for PostgresqlHostConfig11_1C_BackslashQuote.

View Source
var (
	PostgresqlHostConfig11_1C_ByteaOutput_name = map[int32]string{
		0: "BYTEA_OUTPUT_UNSPECIFIED",
		1: "BYTEA_OUTPUT_HEX",
		2: "BYTEA_OUTPUT_ESCAPED",
	}
	PostgresqlHostConfig11_1C_ByteaOutput_value = map[string]int32{
		"BYTEA_OUTPUT_UNSPECIFIED": 0,
		"BYTEA_OUTPUT_HEX":         1,
		"BYTEA_OUTPUT_ESCAPED":     2,
	}
)

Enum value maps for PostgresqlHostConfig11_1C_ByteaOutput.

View Source
var (
	PostgresqlHostConfig11_1C_ConstraintExclusion_name = map[int32]string{
		0: "CONSTRAINT_EXCLUSION_UNSPECIFIED",
		1: "CONSTRAINT_EXCLUSION_ON",
		2: "CONSTRAINT_EXCLUSION_OFF",
		3: "CONSTRAINT_EXCLUSION_PARTITION",
	}
	PostgresqlHostConfig11_1C_ConstraintExclusion_value = map[string]int32{
		"CONSTRAINT_EXCLUSION_UNSPECIFIED": 0,
		"CONSTRAINT_EXCLUSION_ON":          1,
		"CONSTRAINT_EXCLUSION_OFF":         2,
		"CONSTRAINT_EXCLUSION_PARTITION":   3,
	}
)

Enum value maps for PostgresqlHostConfig11_1C_ConstraintExclusion.

View Source
var (
	PostgresqlHostConfig11_1C_ForceParallelMode_name = map[int32]string{
		0: "FORCE_PARALLEL_MODE_UNSPECIFIED",
		1: "FORCE_PARALLEL_MODE_ON",
		2: "FORCE_PARALLEL_MODE_OFF",
		3: "FORCE_PARALLEL_MODE_REGRESS",
	}
	PostgresqlHostConfig11_1C_ForceParallelMode_value = map[string]int32{
		"FORCE_PARALLEL_MODE_UNSPECIFIED": 0,
		"FORCE_PARALLEL_MODE_ON":          1,
		"FORCE_PARALLEL_MODE_OFF":         2,
		"FORCE_PARALLEL_MODE_REGRESS":     3,
	}
)

Enum value maps for PostgresqlHostConfig11_1C_ForceParallelMode.

View Source
var (
	PostgresqlHostConfig11_1C_LogErrorVerbosity_name = map[int32]string{
		0: "LOG_ERROR_VERBOSITY_UNSPECIFIED",
		1: "LOG_ERROR_VERBOSITY_TERSE",
		2: "LOG_ERROR_VERBOSITY_DEFAULT",
		3: "LOG_ERROR_VERBOSITY_VERBOSE",
	}
	PostgresqlHostConfig11_1C_LogErrorVerbosity_value = map[string]int32{
		"LOG_ERROR_VERBOSITY_UNSPECIFIED": 0,
		"LOG_ERROR_VERBOSITY_TERSE":       1,
		"LOG_ERROR_VERBOSITY_DEFAULT":     2,
		"LOG_ERROR_VERBOSITY_VERBOSE":     3,
	}
)

Enum value maps for PostgresqlHostConfig11_1C_LogErrorVerbosity.

View Source
var (
	PostgresqlHostConfig11_1C_LogLevel_name = map[int32]string{
		0:  "LOG_LEVEL_UNSPECIFIED",
		1:  "LOG_LEVEL_DEBUG5",
		2:  "LOG_LEVEL_DEBUG4",
		3:  "LOG_LEVEL_DEBUG3",
		4:  "LOG_LEVEL_DEBUG2",
		5:  "LOG_LEVEL_DEBUG1",
		6:  "LOG_LEVEL_LOG",
		7:  "LOG_LEVEL_NOTICE",
		8:  "LOG_LEVEL_WARNING",
		9:  "LOG_LEVEL_ERROR",
		10: "LOG_LEVEL_FATAL",
		11: "LOG_LEVEL_PANIC",
	}
	PostgresqlHostConfig11_1C_LogLevel_value = map[string]int32{
		"LOG_LEVEL_UNSPECIFIED": 0,
		"LOG_LEVEL_DEBUG5":      1,
		"LOG_LEVEL_DEBUG4":      2,
		"LOG_LEVEL_DEBUG3":      3,
		"LOG_LEVEL_DEBUG2":      4,
		"LOG_LEVEL_DEBUG1":      5,
		"LOG_LEVEL_LOG":         6,
		"LOG_LEVEL_NOTICE":      7,
		"LOG_LEVEL_WARNING":     8,
		"LOG_LEVEL_ERROR":       9,
		"LOG_LEVEL_FATAL":       10,
		"LOG_LEVEL_PANIC":       11,
	}
)

Enum value maps for PostgresqlHostConfig11_1C_LogLevel.

View Source
var (
	PostgresqlHostConfig11_1C_LogStatement_name = map[int32]string{
		0: "LOG_STATEMENT_UNSPECIFIED",
		1: "LOG_STATEMENT_NONE",
		2: "LOG_STATEMENT_DDL",
		3: "LOG_STATEMENT_MOD",
		4: "LOG_STATEMENT_ALL",
	}
	PostgresqlHostConfig11_1C_LogStatement_value = map[string]int32{
		"LOG_STATEMENT_UNSPECIFIED": 0,
		"LOG_STATEMENT_NONE":        1,
		"LOG_STATEMENT_DDL":         2,
		"LOG_STATEMENT_MOD":         3,
		"LOG_STATEMENT_ALL":         4,
	}
)

Enum value maps for PostgresqlHostConfig11_1C_LogStatement.

View Source
var (
	PostgresqlHostConfig11_1C_TransactionIsolation_name = map[int32]string{
		0: "TRANSACTION_ISOLATION_UNSPECIFIED",
		1: "TRANSACTION_ISOLATION_READ_UNCOMMITTED",
		2: "TRANSACTION_ISOLATION_READ_COMMITTED",
		3: "TRANSACTION_ISOLATION_REPEATABLE_READ",
		4: "TRANSACTION_ISOLATION_SERIALIZABLE",
	}
	PostgresqlHostConfig11_1C_TransactionIsolation_value = map[string]int32{
		"TRANSACTION_ISOLATION_UNSPECIFIED":      0,
		"TRANSACTION_ISOLATION_READ_UNCOMMITTED": 1,
		"TRANSACTION_ISOLATION_READ_COMMITTED":   2,
		"TRANSACTION_ISOLATION_REPEATABLE_READ":  3,
		"TRANSACTION_ISOLATION_SERIALIZABLE":     4,
	}
)

Enum value maps for PostgresqlHostConfig11_1C_TransactionIsolation.

View Source
var (
	PostgresqlHostConfig11_1C_XmlBinary_name = map[int32]string{
		0: "XML_BINARY_UNSPECIFIED",
		1: "XML_BINARY_BASE64",
		2: "XML_BINARY_HEX",
	}
	PostgresqlHostConfig11_1C_XmlBinary_value = map[string]int32{
		"XML_BINARY_UNSPECIFIED": 0,
		"XML_BINARY_BASE64":      1,
		"XML_BINARY_HEX":         2,
	}
)

Enum value maps for PostgresqlHostConfig11_1C_XmlBinary.

View Source
var (
	PostgresqlHostConfig11_1C_XmlOption_name = map[int32]string{
		0: "XML_OPTION_UNSPECIFIED",
		1: "XML_OPTION_DOCUMENT",
		2: "XML_OPTION_CONTENT",
	}
	PostgresqlHostConfig11_1C_XmlOption_value = map[string]int32{
		"XML_OPTION_UNSPECIFIED": 0,
		"XML_OPTION_DOCUMENT":    1,
		"XML_OPTION_CONTENT":     2,
	}
)

Enum value maps for PostgresqlHostConfig11_1C_XmlOption.

View Source
var (
	PostgresqlHostConfig12_BackslashQuote_name = map[int32]string{
		0: "BACKSLASH_QUOTE_UNSPECIFIED",
		1: "BACKSLASH_QUOTE",
		2: "BACKSLASH_QUOTE_ON",
		3: "BACKSLASH_QUOTE_OFF",
		4: "BACKSLASH_QUOTE_SAFE_ENCODING",
	}
	PostgresqlHostConfig12_BackslashQuote_value = map[string]int32{
		"BACKSLASH_QUOTE_UNSPECIFIED":   0,
		"BACKSLASH_QUOTE":               1,
		"BACKSLASH_QUOTE_ON":            2,
		"BACKSLASH_QUOTE_OFF":           3,
		"BACKSLASH_QUOTE_SAFE_ENCODING": 4,
	}
)

Enum value maps for PostgresqlHostConfig12_BackslashQuote.

View Source
var (
	PostgresqlHostConfig12_ByteaOutput_name = map[int32]string{
		0: "BYTEA_OUTPUT_UNSPECIFIED",
		1: "BYTEA_OUTPUT_HEX",
		2: "BYTEA_OUTPUT_ESCAPED",
	}
	PostgresqlHostConfig12_ByteaOutput_value = map[string]int32{
		"BYTEA_OUTPUT_UNSPECIFIED": 0,
		"BYTEA_OUTPUT_HEX":         1,
		"BYTEA_OUTPUT_ESCAPED":     2,
	}
)

Enum value maps for PostgresqlHostConfig12_ByteaOutput.

View Source
var (
	PostgresqlHostConfig12_ConstraintExclusion_name = map[int32]string{
		0: "CONSTRAINT_EXCLUSION_UNSPECIFIED",
		1: "CONSTRAINT_EXCLUSION_ON",
		2: "CONSTRAINT_EXCLUSION_OFF",
		3: "CONSTRAINT_EXCLUSION_PARTITION",
	}
	PostgresqlHostConfig12_ConstraintExclusion_value = map[string]int32{
		"CONSTRAINT_EXCLUSION_UNSPECIFIED": 0,
		"CONSTRAINT_EXCLUSION_ON":          1,
		"CONSTRAINT_EXCLUSION_OFF":         2,
		"CONSTRAINT_EXCLUSION_PARTITION":   3,
	}
)

Enum value maps for PostgresqlHostConfig12_ConstraintExclusion.

View Source
var (
	PostgresqlHostConfig12_ForceParallelMode_name = map[int32]string{
		0: "FORCE_PARALLEL_MODE_UNSPECIFIED",
		1: "FORCE_PARALLEL_MODE_ON",
		2: "FORCE_PARALLEL_MODE_OFF",
		3: "FORCE_PARALLEL_MODE_REGRESS",
	}
	PostgresqlHostConfig12_ForceParallelMode_value = map[string]int32{
		"FORCE_PARALLEL_MODE_UNSPECIFIED": 0,
		"FORCE_PARALLEL_MODE_ON":          1,
		"FORCE_PARALLEL_MODE_OFF":         2,
		"FORCE_PARALLEL_MODE_REGRESS":     3,
	}
)

Enum value maps for PostgresqlHostConfig12_ForceParallelMode.

View Source
var (
	PostgresqlHostConfig12_LogErrorVerbosity_name = map[int32]string{
		0: "LOG_ERROR_VERBOSITY_UNSPECIFIED",
		1: "LOG_ERROR_VERBOSITY_TERSE",
		2: "LOG_ERROR_VERBOSITY_DEFAULT",
		3: "LOG_ERROR_VERBOSITY_VERBOSE",
	}
	PostgresqlHostConfig12_LogErrorVerbosity_value = map[string]int32{
		"LOG_ERROR_VERBOSITY_UNSPECIFIED": 0,
		"LOG_ERROR_VERBOSITY_TERSE":       1,
		"LOG_ERROR_VERBOSITY_DEFAULT":     2,
		"LOG_ERROR_VERBOSITY_VERBOSE":     3,
	}
)

Enum value maps for PostgresqlHostConfig12_LogErrorVerbosity.

View Source
var (
	PostgresqlHostConfig12_LogLevel_name = map[int32]string{
		0:  "LOG_LEVEL_UNSPECIFIED",
		1:  "LOG_LEVEL_DEBUG5",
		2:  "LOG_LEVEL_DEBUG4",
		3:  "LOG_LEVEL_DEBUG3",
		4:  "LOG_LEVEL_DEBUG2",
		5:  "LOG_LEVEL_DEBUG1",
		6:  "LOG_LEVEL_LOG",
		7:  "LOG_LEVEL_NOTICE",
		8:  "LOG_LEVEL_WARNING",
		9:  "LOG_LEVEL_ERROR",
		10: "LOG_LEVEL_FATAL",
		11: "LOG_LEVEL_PANIC",
	}
	PostgresqlHostConfig12_LogLevel_value = map[string]int32{
		"LOG_LEVEL_UNSPECIFIED": 0,
		"LOG_LEVEL_DEBUG5":      1,
		"LOG_LEVEL_DEBUG4":      2,
		"LOG_LEVEL_DEBUG3":      3,
		"LOG_LEVEL_DEBUG2":      4,
		"LOG_LEVEL_DEBUG1":      5,
		"LOG_LEVEL_LOG":         6,
		"LOG_LEVEL_NOTICE":      7,
		"LOG_LEVEL_WARNING":     8,
		"LOG_LEVEL_ERROR":       9,
		"LOG_LEVEL_FATAL":       10,
		"LOG_LEVEL_PANIC":       11,
	}
)

Enum value maps for PostgresqlHostConfig12_LogLevel.

View Source
var (
	PostgresqlHostConfig12_LogStatement_name = map[int32]string{
		0: "LOG_STATEMENT_UNSPECIFIED",
		1: "LOG_STATEMENT_NONE",
		2: "LOG_STATEMENT_DDL",
		3: "LOG_STATEMENT_MOD",
		4: "LOG_STATEMENT_ALL",
	}
	PostgresqlHostConfig12_LogStatement_value = map[string]int32{
		"LOG_STATEMENT_UNSPECIFIED": 0,
		"LOG_STATEMENT_NONE":        1,
		"LOG_STATEMENT_DDL":         2,
		"LOG_STATEMENT_MOD":         3,
		"LOG_STATEMENT_ALL":         4,
	}
)

Enum value maps for PostgresqlHostConfig12_LogStatement.

View Source
var (
	PostgresqlHostConfig12_TransactionIsolation_name = map[int32]string{
		0: "TRANSACTION_ISOLATION_UNSPECIFIED",
		1: "TRANSACTION_ISOLATION_READ_UNCOMMITTED",
		2: "TRANSACTION_ISOLATION_READ_COMMITTED",
		3: "TRANSACTION_ISOLATION_REPEATABLE_READ",
		4: "TRANSACTION_ISOLATION_SERIALIZABLE",
	}
	PostgresqlHostConfig12_TransactionIsolation_value = map[string]int32{
		"TRANSACTION_ISOLATION_UNSPECIFIED":      0,
		"TRANSACTION_ISOLATION_READ_UNCOMMITTED": 1,
		"TRANSACTION_ISOLATION_READ_COMMITTED":   2,
		"TRANSACTION_ISOLATION_REPEATABLE_READ":  3,
		"TRANSACTION_ISOLATION_SERIALIZABLE":     4,
	}
)

Enum value maps for PostgresqlHostConfig12_TransactionIsolation.

View Source
var (
	PostgresqlHostConfig12_XmlBinary_name = map[int32]string{
		0: "XML_BINARY_UNSPECIFIED",
		1: "XML_BINARY_BASE64",
		2: "XML_BINARY_HEX",
	}
	PostgresqlHostConfig12_XmlBinary_value = map[string]int32{
		"XML_BINARY_UNSPECIFIED": 0,
		"XML_BINARY_BASE64":      1,
		"XML_BINARY_HEX":         2,
	}
)

Enum value maps for PostgresqlHostConfig12_XmlBinary.

View Source
var (
	PostgresqlHostConfig12_XmlOption_name = map[int32]string{
		0: "XML_OPTION_UNSPECIFIED",
		1: "XML_OPTION_DOCUMENT",
		2: "XML_OPTION_CONTENT",
	}
	PostgresqlHostConfig12_XmlOption_value = map[string]int32{
		"XML_OPTION_UNSPECIFIED": 0,
		"XML_OPTION_DOCUMENT":    1,
		"XML_OPTION_CONTENT":     2,
	}
)

Enum value maps for PostgresqlHostConfig12_XmlOption.

View Source
var (
	PostgresqlHostConfig12_1C_BackslashQuote_name = map[int32]string{
		0: "BACKSLASH_QUOTE_UNSPECIFIED",
		1: "BACKSLASH_QUOTE",
		2: "BACKSLASH_QUOTE_ON",
		3: "BACKSLASH_QUOTE_OFF",
		4: "BACKSLASH_QUOTE_SAFE_ENCODING",
	}
	PostgresqlHostConfig12_1C_BackslashQuote_value = map[string]int32{
		"BACKSLASH_QUOTE_UNSPECIFIED":   0,
		"BACKSLASH_QUOTE":               1,
		"BACKSLASH_QUOTE_ON":            2,
		"BACKSLASH_QUOTE_OFF":           3,
		"BACKSLASH_QUOTE_SAFE_ENCODING": 4,
	}
)

Enum value maps for PostgresqlHostConfig12_1C_BackslashQuote.

View Source
var (
	PostgresqlHostConfig12_1C_ByteaOutput_name = map[int32]string{
		0: "BYTEA_OUTPUT_UNSPECIFIED",
		1: "BYTEA_OUTPUT_HEX",
		2: "BYTEA_OUTPUT_ESCAPED",
	}
	PostgresqlHostConfig12_1C_ByteaOutput_value = map[string]int32{
		"BYTEA_OUTPUT_UNSPECIFIED": 0,
		"BYTEA_OUTPUT_HEX":         1,
		"BYTEA_OUTPUT_ESCAPED":     2,
	}
)

Enum value maps for PostgresqlHostConfig12_1C_ByteaOutput.

View Source
var (
	PostgresqlHostConfig12_1C_ConstraintExclusion_name = map[int32]string{
		0: "CONSTRAINT_EXCLUSION_UNSPECIFIED",
		1: "CONSTRAINT_EXCLUSION_ON",
		2: "CONSTRAINT_EXCLUSION_OFF",
		3: "CONSTRAINT_EXCLUSION_PARTITION",
	}
	PostgresqlHostConfig12_1C_ConstraintExclusion_value = map[string]int32{
		"CONSTRAINT_EXCLUSION_UNSPECIFIED": 0,
		"CONSTRAINT_EXCLUSION_ON":          1,
		"CONSTRAINT_EXCLUSION_OFF":         2,
		"CONSTRAINT_EXCLUSION_PARTITION":   3,
	}
)

Enum value maps for PostgresqlHostConfig12_1C_ConstraintExclusion.

View Source
var (
	PostgresqlHostConfig12_1C_ForceParallelMode_name = map[int32]string{
		0: "FORCE_PARALLEL_MODE_UNSPECIFIED",
		1: "FORCE_PARALLEL_MODE_ON",
		2: "FORCE_PARALLEL_MODE_OFF",
		3: "FORCE_PARALLEL_MODE_REGRESS",
	}
	PostgresqlHostConfig12_1C_ForceParallelMode_value = map[string]int32{
		"FORCE_PARALLEL_MODE_UNSPECIFIED": 0,
		"FORCE_PARALLEL_MODE_ON":          1,
		"FORCE_PARALLEL_MODE_OFF":         2,
		"FORCE_PARALLEL_MODE_REGRESS":     3,
	}
)

Enum value maps for PostgresqlHostConfig12_1C_ForceParallelMode.

View Source
var (
	PostgresqlHostConfig12_1C_LogErrorVerbosity_name = map[int32]string{
		0: "LOG_ERROR_VERBOSITY_UNSPECIFIED",
		1: "LOG_ERROR_VERBOSITY_TERSE",
		2: "LOG_ERROR_VERBOSITY_DEFAULT",
		3: "LOG_ERROR_VERBOSITY_VERBOSE",
	}
	PostgresqlHostConfig12_1C_LogErrorVerbosity_value = map[string]int32{
		"LOG_ERROR_VERBOSITY_UNSPECIFIED": 0,
		"LOG_ERROR_VERBOSITY_TERSE":       1,
		"LOG_ERROR_VERBOSITY_DEFAULT":     2,
		"LOG_ERROR_VERBOSITY_VERBOSE":     3,
	}
)

Enum value maps for PostgresqlHostConfig12_1C_LogErrorVerbosity.

View Source
var (
	PostgresqlHostConfig12_1C_LogLevel_name = map[int32]string{
		0:  "LOG_LEVEL_UNSPECIFIED",
		1:  "LOG_LEVEL_DEBUG5",
		2:  "LOG_LEVEL_DEBUG4",
		3:  "LOG_LEVEL_DEBUG3",
		4:  "LOG_LEVEL_DEBUG2",
		5:  "LOG_LEVEL_DEBUG1",
		6:  "LOG_LEVEL_LOG",
		7:  "LOG_LEVEL_NOTICE",
		8:  "LOG_LEVEL_WARNING",
		9:  "LOG_LEVEL_ERROR",
		10: "LOG_LEVEL_FATAL",
		11: "LOG_LEVEL_PANIC",
	}
	PostgresqlHostConfig12_1C_LogLevel_value = map[string]int32{
		"LOG_LEVEL_UNSPECIFIED": 0,
		"LOG_LEVEL_DEBUG5":      1,
		"LOG_LEVEL_DEBUG4":      2,
		"LOG_LEVEL_DEBUG3":      3,
		"LOG_LEVEL_DEBUG2":      4,
		"LOG_LEVEL_DEBUG1":      5,
		"LOG_LEVEL_LOG":         6,
		"LOG_LEVEL_NOTICE":      7,
		"LOG_LEVEL_WARNING":     8,
		"LOG_LEVEL_ERROR":       9,
		"LOG_LEVEL_FATAL":       10,
		"LOG_LEVEL_PANIC":       11,
	}
)

Enum value maps for PostgresqlHostConfig12_1C_LogLevel.

View Source
var (
	PostgresqlHostConfig12_1C_LogStatement_name = map[int32]string{
		0: "LOG_STATEMENT_UNSPECIFIED",
		1: "LOG_STATEMENT_NONE",
		2: "LOG_STATEMENT_DDL",
		3: "LOG_STATEMENT_MOD",
		4: "LOG_STATEMENT_ALL",
	}
	PostgresqlHostConfig12_1C_LogStatement_value = map[string]int32{
		"LOG_STATEMENT_UNSPECIFIED": 0,
		"LOG_STATEMENT_NONE":        1,
		"LOG_STATEMENT_DDL":         2,
		"LOG_STATEMENT_MOD":         3,
		"LOG_STATEMENT_ALL":         4,
	}
)

Enum value maps for PostgresqlHostConfig12_1C_LogStatement.

View Source
var (
	PostgresqlHostConfig12_1C_TransactionIsolation_name = map[int32]string{
		0: "TRANSACTION_ISOLATION_UNSPECIFIED",
		1: "TRANSACTION_ISOLATION_READ_UNCOMMITTED",
		2: "TRANSACTION_ISOLATION_READ_COMMITTED",
		3: "TRANSACTION_ISOLATION_REPEATABLE_READ",
		4: "TRANSACTION_ISOLATION_SERIALIZABLE",
	}
	PostgresqlHostConfig12_1C_TransactionIsolation_value = map[string]int32{
		"TRANSACTION_ISOLATION_UNSPECIFIED":      0,
		"TRANSACTION_ISOLATION_READ_UNCOMMITTED": 1,
		"TRANSACTION_ISOLATION_READ_COMMITTED":   2,
		"TRANSACTION_ISOLATION_REPEATABLE_READ":  3,
		"TRANSACTION_ISOLATION_SERIALIZABLE":     4,
	}
)

Enum value maps for PostgresqlHostConfig12_1C_TransactionIsolation.

View Source
var (
	PostgresqlHostConfig12_1C_XmlBinary_name = map[int32]string{
		0: "XML_BINARY_UNSPECIFIED",
		1: "XML_BINARY_BASE64",
		2: "XML_BINARY_HEX",
	}
	PostgresqlHostConfig12_1C_XmlBinary_value = map[string]int32{
		"XML_BINARY_UNSPECIFIED": 0,
		"XML_BINARY_BASE64":      1,
		"XML_BINARY_HEX":         2,
	}
)

Enum value maps for PostgresqlHostConfig12_1C_XmlBinary.

View Source
var (
	PostgresqlHostConfig12_1C_XmlOption_name = map[int32]string{
		0: "XML_OPTION_UNSPECIFIED",
		1: "XML_OPTION_DOCUMENT",
		2: "XML_OPTION_CONTENT",
	}
	PostgresqlHostConfig12_1C_XmlOption_value = map[string]int32{
		"XML_OPTION_UNSPECIFIED": 0,
		"XML_OPTION_DOCUMENT":    1,
		"XML_OPTION_CONTENT":     2,
	}
)

Enum value maps for PostgresqlHostConfig12_1C_XmlOption.

View Source
var (
	PostgresqlHostConfig13_BackslashQuote_name = map[int32]string{
		0: "BACKSLASH_QUOTE_UNSPECIFIED",
		1: "BACKSLASH_QUOTE",
		2: "BACKSLASH_QUOTE_ON",
		3: "BACKSLASH_QUOTE_OFF",
		4: "BACKSLASH_QUOTE_SAFE_ENCODING",
	}
	PostgresqlHostConfig13_BackslashQuote_value = map[string]int32{
		"BACKSLASH_QUOTE_UNSPECIFIED":   0,
		"BACKSLASH_QUOTE":               1,
		"BACKSLASH_QUOTE_ON":            2,
		"BACKSLASH_QUOTE_OFF":           3,
		"BACKSLASH_QUOTE_SAFE_ENCODING": 4,
	}
)

Enum value maps for PostgresqlHostConfig13_BackslashQuote.

View Source
var (
	PostgresqlHostConfig13_ByteaOutput_name = map[int32]string{
		0: "BYTEA_OUTPUT_UNSPECIFIED",
		1: "BYTEA_OUTPUT_HEX",
		2: "BYTEA_OUTPUT_ESCAPED",
	}
	PostgresqlHostConfig13_ByteaOutput_value = map[string]int32{
		"BYTEA_OUTPUT_UNSPECIFIED": 0,
		"BYTEA_OUTPUT_HEX":         1,
		"BYTEA_OUTPUT_ESCAPED":     2,
	}
)

Enum value maps for PostgresqlHostConfig13_ByteaOutput.

View Source
var (
	PostgresqlHostConfig13_ConstraintExclusion_name = map[int32]string{
		0: "CONSTRAINT_EXCLUSION_UNSPECIFIED",
		1: "CONSTRAINT_EXCLUSION_ON",
		2: "CONSTRAINT_EXCLUSION_OFF",
		3: "CONSTRAINT_EXCLUSION_PARTITION",
	}
	PostgresqlHostConfig13_ConstraintExclusion_value = map[string]int32{
		"CONSTRAINT_EXCLUSION_UNSPECIFIED": 0,
		"CONSTRAINT_EXCLUSION_ON":          1,
		"CONSTRAINT_EXCLUSION_OFF":         2,
		"CONSTRAINT_EXCLUSION_PARTITION":   3,
	}
)

Enum value maps for PostgresqlHostConfig13_ConstraintExclusion.

View Source
var (
	PostgresqlHostConfig13_ForceParallelMode_name = map[int32]string{
		0: "FORCE_PARALLEL_MODE_UNSPECIFIED",
		1: "FORCE_PARALLEL_MODE_ON",
		2: "FORCE_PARALLEL_MODE_OFF",
		3: "FORCE_PARALLEL_MODE_REGRESS",
	}
	PostgresqlHostConfig13_ForceParallelMode_value = map[string]int32{
		"FORCE_PARALLEL_MODE_UNSPECIFIED": 0,
		"FORCE_PARALLEL_MODE_ON":          1,
		"FORCE_PARALLEL_MODE_OFF":         2,
		"FORCE_PARALLEL_MODE_REGRESS":     3,
	}
)

Enum value maps for PostgresqlHostConfig13_ForceParallelMode.

View Source
var (
	PostgresqlHostConfig13_LogErrorVerbosity_name = map[int32]string{
		0: "LOG_ERROR_VERBOSITY_UNSPECIFIED",
		1: "LOG_ERROR_VERBOSITY_TERSE",
		2: "LOG_ERROR_VERBOSITY_DEFAULT",
		3: "LOG_ERROR_VERBOSITY_VERBOSE",
	}
	PostgresqlHostConfig13_LogErrorVerbosity_value = map[string]int32{
		"LOG_ERROR_VERBOSITY_UNSPECIFIED": 0,
		"LOG_ERROR_VERBOSITY_TERSE":       1,
		"LOG_ERROR_VERBOSITY_DEFAULT":     2,
		"LOG_ERROR_VERBOSITY_VERBOSE":     3,
	}
)

Enum value maps for PostgresqlHostConfig13_LogErrorVerbosity.

View Source
var (
	PostgresqlHostConfig13_LogLevel_name = map[int32]string{
		0:  "LOG_LEVEL_UNSPECIFIED",
		1:  "LOG_LEVEL_DEBUG5",
		2:  "LOG_LEVEL_DEBUG4",
		3:  "LOG_LEVEL_DEBUG3",
		4:  "LOG_LEVEL_DEBUG2",
		5:  "LOG_LEVEL_DEBUG1",
		6:  "LOG_LEVEL_LOG",
		7:  "LOG_LEVEL_NOTICE",
		8:  "LOG_LEVEL_WARNING",
		9:  "LOG_LEVEL_ERROR",
		10: "LOG_LEVEL_FATAL",
		11: "LOG_LEVEL_PANIC",
	}
	PostgresqlHostConfig13_LogLevel_value = map[string]int32{
		"LOG_LEVEL_UNSPECIFIED": 0,
		"LOG_LEVEL_DEBUG5":      1,
		"LOG_LEVEL_DEBUG4":      2,
		"LOG_LEVEL_DEBUG3":      3,
		"LOG_LEVEL_DEBUG2":      4,
		"LOG_LEVEL_DEBUG1":      5,
		"LOG_LEVEL_LOG":         6,
		"LOG_LEVEL_NOTICE":      7,
		"LOG_LEVEL_WARNING":     8,
		"LOG_LEVEL_ERROR":       9,
		"LOG_LEVEL_FATAL":       10,
		"LOG_LEVEL_PANIC":       11,
	}
)

Enum value maps for PostgresqlHostConfig13_LogLevel.

View Source
var (
	PostgresqlHostConfig13_LogStatement_name = map[int32]string{
		0: "LOG_STATEMENT_UNSPECIFIED",
		1: "LOG_STATEMENT_NONE",
		2: "LOG_STATEMENT_DDL",
		3: "LOG_STATEMENT_MOD",
		4: "LOG_STATEMENT_ALL",
	}
	PostgresqlHostConfig13_LogStatement_value = map[string]int32{
		"LOG_STATEMENT_UNSPECIFIED": 0,
		"LOG_STATEMENT_NONE":        1,
		"LOG_STATEMENT_DDL":         2,
		"LOG_STATEMENT_MOD":         3,
		"LOG_STATEMENT_ALL":         4,
	}
)

Enum value maps for PostgresqlHostConfig13_LogStatement.

View Source
var (
	PostgresqlHostConfig13_TransactionIsolation_name = map[int32]string{
		0: "TRANSACTION_ISOLATION_UNSPECIFIED",
		1: "TRANSACTION_ISOLATION_READ_UNCOMMITTED",
		2: "TRANSACTION_ISOLATION_READ_COMMITTED",
		3: "TRANSACTION_ISOLATION_REPEATABLE_READ",
		4: "TRANSACTION_ISOLATION_SERIALIZABLE",
	}
	PostgresqlHostConfig13_TransactionIsolation_value = map[string]int32{
		"TRANSACTION_ISOLATION_UNSPECIFIED":      0,
		"TRANSACTION_ISOLATION_READ_UNCOMMITTED": 1,
		"TRANSACTION_ISOLATION_READ_COMMITTED":   2,
		"TRANSACTION_ISOLATION_REPEATABLE_READ":  3,
		"TRANSACTION_ISOLATION_SERIALIZABLE":     4,
	}
)

Enum value maps for PostgresqlHostConfig13_TransactionIsolation.

View Source
var (
	PostgresqlHostConfig13_XmlBinary_name = map[int32]string{
		0: "XML_BINARY_UNSPECIFIED",
		1: "XML_BINARY_BASE64",
		2: "XML_BINARY_HEX",
	}
	PostgresqlHostConfig13_XmlBinary_value = map[string]int32{
		"XML_BINARY_UNSPECIFIED": 0,
		"XML_BINARY_BASE64":      1,
		"XML_BINARY_HEX":         2,
	}
)

Enum value maps for PostgresqlHostConfig13_XmlBinary.

View Source
var (
	PostgresqlHostConfig13_XmlOption_name = map[int32]string{
		0: "XML_OPTION_UNSPECIFIED",
		1: "XML_OPTION_DOCUMENT",
		2: "XML_OPTION_CONTENT",
	}
	PostgresqlHostConfig13_XmlOption_value = map[string]int32{
		"XML_OPTION_UNSPECIFIED": 0,
		"XML_OPTION_DOCUMENT":    1,
		"XML_OPTION_CONTENT":     2,
	}
)

Enum value maps for PostgresqlHostConfig13_XmlOption.

View Source
var (
	PostgresqlHostConfig13_1C_BackslashQuote_name = map[int32]string{
		0: "BACKSLASH_QUOTE_UNSPECIFIED",
		1: "BACKSLASH_QUOTE",
		2: "BACKSLASH_QUOTE_ON",
		3: "BACKSLASH_QUOTE_OFF",
		4: "BACKSLASH_QUOTE_SAFE_ENCODING",
	}
	PostgresqlHostConfig13_1C_BackslashQuote_value = map[string]int32{
		"BACKSLASH_QUOTE_UNSPECIFIED":   0,
		"BACKSLASH_QUOTE":               1,
		"BACKSLASH_QUOTE_ON":            2,
		"BACKSLASH_QUOTE_OFF":           3,
		"BACKSLASH_QUOTE_SAFE_ENCODING": 4,
	}
)

Enum value maps for PostgresqlHostConfig13_1C_BackslashQuote.

View Source
var (
	PostgresqlHostConfig13_1C_ByteaOutput_name = map[int32]string{
		0: "BYTEA_OUTPUT_UNSPECIFIED",
		1: "BYTEA_OUTPUT_HEX",
		2: "BYTEA_OUTPUT_ESCAPED",
	}
	PostgresqlHostConfig13_1C_ByteaOutput_value = map[string]int32{
		"BYTEA_OUTPUT_UNSPECIFIED": 0,
		"BYTEA_OUTPUT_HEX":         1,
		"BYTEA_OUTPUT_ESCAPED":     2,
	}
)

Enum value maps for PostgresqlHostConfig13_1C_ByteaOutput.

View Source
var (
	PostgresqlHostConfig13_1C_ConstraintExclusion_name = map[int32]string{
		0: "CONSTRAINT_EXCLUSION_UNSPECIFIED",
		1: "CONSTRAINT_EXCLUSION_ON",
		2: "CONSTRAINT_EXCLUSION_OFF",
		3: "CONSTRAINT_EXCLUSION_PARTITION",
	}
	PostgresqlHostConfig13_1C_ConstraintExclusion_value = map[string]int32{
		"CONSTRAINT_EXCLUSION_UNSPECIFIED": 0,
		"CONSTRAINT_EXCLUSION_ON":          1,
		"CONSTRAINT_EXCLUSION_OFF":         2,
		"CONSTRAINT_EXCLUSION_PARTITION":   3,
	}
)

Enum value maps for PostgresqlHostConfig13_1C_ConstraintExclusion.

View Source
var (
	PostgresqlHostConfig13_1C_ForceParallelMode_name = map[int32]string{
		0: "FORCE_PARALLEL_MODE_UNSPECIFIED",
		1: "FORCE_PARALLEL_MODE_ON",
		2: "FORCE_PARALLEL_MODE_OFF",
		3: "FORCE_PARALLEL_MODE_REGRESS",
	}
	PostgresqlHostConfig13_1C_ForceParallelMode_value = map[string]int32{
		"FORCE_PARALLEL_MODE_UNSPECIFIED": 0,
		"FORCE_PARALLEL_MODE_ON":          1,
		"FORCE_PARALLEL_MODE_OFF":         2,
		"FORCE_PARALLEL_MODE_REGRESS":     3,
	}
)

Enum value maps for PostgresqlHostConfig13_1C_ForceParallelMode.

View Source
var (
	PostgresqlHostConfig13_1C_LogErrorVerbosity_name = map[int32]string{
		0: "LOG_ERROR_VERBOSITY_UNSPECIFIED",
		1: "LOG_ERROR_VERBOSITY_TERSE",
		2: "LOG_ERROR_VERBOSITY_DEFAULT",
		3: "LOG_ERROR_VERBOSITY_VERBOSE",
	}
	PostgresqlHostConfig13_1C_LogErrorVerbosity_value = map[string]int32{
		"LOG_ERROR_VERBOSITY_UNSPECIFIED": 0,
		"LOG_ERROR_VERBOSITY_TERSE":       1,
		"LOG_ERROR_VERBOSITY_DEFAULT":     2,
		"LOG_ERROR_VERBOSITY_VERBOSE":     3,
	}
)

Enum value maps for PostgresqlHostConfig13_1C_LogErrorVerbosity.

View Source
var (
	PostgresqlHostConfig13_1C_LogLevel_name = map[int32]string{
		0:  "LOG_LEVEL_UNSPECIFIED",
		1:  "LOG_LEVEL_DEBUG5",
		2:  "LOG_LEVEL_DEBUG4",
		3:  "LOG_LEVEL_DEBUG3",
		4:  "LOG_LEVEL_DEBUG2",
		5:  "LOG_LEVEL_DEBUG1",
		6:  "LOG_LEVEL_LOG",
		7:  "LOG_LEVEL_NOTICE",
		8:  "LOG_LEVEL_WARNING",
		9:  "LOG_LEVEL_ERROR",
		10: "LOG_LEVEL_FATAL",
		11: "LOG_LEVEL_PANIC",
	}
	PostgresqlHostConfig13_1C_LogLevel_value = map[string]int32{
		"LOG_LEVEL_UNSPECIFIED": 0,
		"LOG_LEVEL_DEBUG5":      1,
		"LOG_LEVEL_DEBUG4":      2,
		"LOG_LEVEL_DEBUG3":      3,
		"LOG_LEVEL_DEBUG2":      4,
		"LOG_LEVEL_DEBUG1":      5,
		"LOG_LEVEL_LOG":         6,
		"LOG_LEVEL_NOTICE":      7,
		"LOG_LEVEL_WARNING":     8,
		"LOG_LEVEL_ERROR":       9,
		"LOG_LEVEL_FATAL":       10,
		"LOG_LEVEL_PANIC":       11,
	}
)

Enum value maps for PostgresqlHostConfig13_1C_LogLevel.

View Source
var (
	PostgresqlHostConfig13_1C_LogStatement_name = map[int32]string{
		0: "LOG_STATEMENT_UNSPECIFIED",
		1: "LOG_STATEMENT_NONE",
		2: "LOG_STATEMENT_DDL",
		3: "LOG_STATEMENT_MOD",
		4: "LOG_STATEMENT_ALL",
	}
	PostgresqlHostConfig13_1C_LogStatement_value = map[string]int32{
		"LOG_STATEMENT_UNSPECIFIED": 0,
		"LOG_STATEMENT_NONE":        1,
		"LOG_STATEMENT_DDL":         2,
		"LOG_STATEMENT_MOD":         3,
		"LOG_STATEMENT_ALL":         4,
	}
)

Enum value maps for PostgresqlHostConfig13_1C_LogStatement.

View Source
var (
	PostgresqlHostConfig13_1C_TransactionIsolation_name = map[int32]string{
		0: "TRANSACTION_ISOLATION_UNSPECIFIED",
		1: "TRANSACTION_ISOLATION_READ_UNCOMMITTED",
		2: "TRANSACTION_ISOLATION_READ_COMMITTED",
		3: "TRANSACTION_ISOLATION_REPEATABLE_READ",
		4: "TRANSACTION_ISOLATION_SERIALIZABLE",
	}
	PostgresqlHostConfig13_1C_TransactionIsolation_value = map[string]int32{
		"TRANSACTION_ISOLATION_UNSPECIFIED":      0,
		"TRANSACTION_ISOLATION_READ_UNCOMMITTED": 1,
		"TRANSACTION_ISOLATION_READ_COMMITTED":   2,
		"TRANSACTION_ISOLATION_REPEATABLE_READ":  3,
		"TRANSACTION_ISOLATION_SERIALIZABLE":     4,
	}
)

Enum value maps for PostgresqlHostConfig13_1C_TransactionIsolation.

View Source
var (
	PostgresqlHostConfig13_1C_XmlBinary_name = map[int32]string{
		0: "XML_BINARY_UNSPECIFIED",
		1: "XML_BINARY_BASE64",
		2: "XML_BINARY_HEX",
	}
	PostgresqlHostConfig13_1C_XmlBinary_value = map[string]int32{
		"XML_BINARY_UNSPECIFIED": 0,
		"XML_BINARY_BASE64":      1,
		"XML_BINARY_HEX":         2,
	}
)

Enum value maps for PostgresqlHostConfig13_1C_XmlBinary.

View Source
var (
	PostgresqlHostConfig13_1C_XmlOption_name = map[int32]string{
		0: "XML_OPTION_UNSPECIFIED",
		1: "XML_OPTION_DOCUMENT",
		2: "XML_OPTION_CONTENT",
	}
	PostgresqlHostConfig13_1C_XmlOption_value = map[string]int32{
		"XML_OPTION_UNSPECIFIED": 0,
		"XML_OPTION_DOCUMENT":    1,
		"XML_OPTION_CONTENT":     2,
	}
)

Enum value maps for PostgresqlHostConfig13_1C_XmlOption.

View Source
var (
	PostgresqlHostConfig14_BackslashQuote_name = map[int32]string{
		0: "BACKSLASH_QUOTE_UNSPECIFIED",
		1: "BACKSLASH_QUOTE",
		2: "BACKSLASH_QUOTE_ON",
		3: "BACKSLASH_QUOTE_OFF",
		4: "BACKSLASH_QUOTE_SAFE_ENCODING",
	}
	PostgresqlHostConfig14_BackslashQuote_value = map[string]int32{
		"BACKSLASH_QUOTE_UNSPECIFIED":   0,
		"BACKSLASH_QUOTE":               1,
		"BACKSLASH_QUOTE_ON":            2,
		"BACKSLASH_QUOTE_OFF":           3,
		"BACKSLASH_QUOTE_SAFE_ENCODING": 4,
	}
)

Enum value maps for PostgresqlHostConfig14_BackslashQuote.

View Source
var (
	PostgresqlHostConfig14_ByteaOutput_name = map[int32]string{
		0: "BYTEA_OUTPUT_UNSPECIFIED",
		1: "BYTEA_OUTPUT_HEX",
		2: "BYTEA_OUTPUT_ESCAPED",
	}
	PostgresqlHostConfig14_ByteaOutput_value = map[string]int32{
		"BYTEA_OUTPUT_UNSPECIFIED": 0,
		"BYTEA_OUTPUT_HEX":         1,
		"BYTEA_OUTPUT_ESCAPED":     2,
	}
)

Enum value maps for PostgresqlHostConfig14_ByteaOutput.

View Source
var (
	PostgresqlHostConfig14_ConstraintExclusion_name = map[int32]string{
		0: "CONSTRAINT_EXCLUSION_UNSPECIFIED",
		1: "CONSTRAINT_EXCLUSION_ON",
		2: "CONSTRAINT_EXCLUSION_OFF",
		3: "CONSTRAINT_EXCLUSION_PARTITION",
	}
	PostgresqlHostConfig14_ConstraintExclusion_value = map[string]int32{
		"CONSTRAINT_EXCLUSION_UNSPECIFIED": 0,
		"CONSTRAINT_EXCLUSION_ON":          1,
		"CONSTRAINT_EXCLUSION_OFF":         2,
		"CONSTRAINT_EXCLUSION_PARTITION":   3,
	}
)

Enum value maps for PostgresqlHostConfig14_ConstraintExclusion.

View Source
var (
	PostgresqlHostConfig14_ForceParallelMode_name = map[int32]string{
		0: "FORCE_PARALLEL_MODE_UNSPECIFIED",
		1: "FORCE_PARALLEL_MODE_ON",
		2: "FORCE_PARALLEL_MODE_OFF",
		3: "FORCE_PARALLEL_MODE_REGRESS",
	}
	PostgresqlHostConfig14_ForceParallelMode_value = map[string]int32{
		"FORCE_PARALLEL_MODE_UNSPECIFIED": 0,
		"FORCE_PARALLEL_MODE_ON":          1,
		"FORCE_PARALLEL_MODE_OFF":         2,
		"FORCE_PARALLEL_MODE_REGRESS":     3,
	}
)

Enum value maps for PostgresqlHostConfig14_ForceParallelMode.

View Source
var (
	PostgresqlHostConfig14_LogErrorVerbosity_name = map[int32]string{
		0: "LOG_ERROR_VERBOSITY_UNSPECIFIED",
		1: "LOG_ERROR_VERBOSITY_TERSE",
		2: "LOG_ERROR_VERBOSITY_DEFAULT",
		3: "LOG_ERROR_VERBOSITY_VERBOSE",
	}
	PostgresqlHostConfig14_LogErrorVerbosity_value = map[string]int32{
		"LOG_ERROR_VERBOSITY_UNSPECIFIED": 0,
		"LOG_ERROR_VERBOSITY_TERSE":       1,
		"LOG_ERROR_VERBOSITY_DEFAULT":     2,
		"LOG_ERROR_VERBOSITY_VERBOSE":     3,
	}
)

Enum value maps for PostgresqlHostConfig14_LogErrorVerbosity.

View Source
var (
	PostgresqlHostConfig14_LogLevel_name = map[int32]string{
		0:  "LOG_LEVEL_UNSPECIFIED",
		1:  "LOG_LEVEL_DEBUG5",
		2:  "LOG_LEVEL_DEBUG4",
		3:  "LOG_LEVEL_DEBUG3",
		4:  "LOG_LEVEL_DEBUG2",
		5:  "LOG_LEVEL_DEBUG1",
		6:  "LOG_LEVEL_LOG",
		7:  "LOG_LEVEL_NOTICE",
		8:  "LOG_LEVEL_WARNING",
		9:  "LOG_LEVEL_ERROR",
		10: "LOG_LEVEL_FATAL",
		11: "LOG_LEVEL_PANIC",
	}
	PostgresqlHostConfig14_LogLevel_value = map[string]int32{
		"LOG_LEVEL_UNSPECIFIED": 0,
		"LOG_LEVEL_DEBUG5":      1,
		"LOG_LEVEL_DEBUG4":      2,
		"LOG_LEVEL_DEBUG3":      3,
		"LOG_LEVEL_DEBUG2":      4,
		"LOG_LEVEL_DEBUG1":      5,
		"LOG_LEVEL_LOG":         6,
		"LOG_LEVEL_NOTICE":      7,
		"LOG_LEVEL_WARNING":     8,
		"LOG_LEVEL_ERROR":       9,
		"LOG_LEVEL_FATAL":       10,
		"LOG_LEVEL_PANIC":       11,
	}
)

Enum value maps for PostgresqlHostConfig14_LogLevel.

View Source
var (
	PostgresqlHostConfig14_LogStatement_name = map[int32]string{
		0: "LOG_STATEMENT_UNSPECIFIED",
		1: "LOG_STATEMENT_NONE",
		2: "LOG_STATEMENT_DDL",
		3: "LOG_STATEMENT_MOD",
		4: "LOG_STATEMENT_ALL",
	}
	PostgresqlHostConfig14_LogStatement_value = map[string]int32{
		"LOG_STATEMENT_UNSPECIFIED": 0,
		"LOG_STATEMENT_NONE":        1,
		"LOG_STATEMENT_DDL":         2,
		"LOG_STATEMENT_MOD":         3,
		"LOG_STATEMENT_ALL":         4,
	}
)

Enum value maps for PostgresqlHostConfig14_LogStatement.

View Source
var (
	PostgresqlHostConfig14_TransactionIsolation_name = map[int32]string{
		0: "TRANSACTION_ISOLATION_UNSPECIFIED",
		1: "TRANSACTION_ISOLATION_READ_UNCOMMITTED",
		2: "TRANSACTION_ISOLATION_READ_COMMITTED",
		3: "TRANSACTION_ISOLATION_REPEATABLE_READ",
		4: "TRANSACTION_ISOLATION_SERIALIZABLE",
	}
	PostgresqlHostConfig14_TransactionIsolation_value = map[string]int32{
		"TRANSACTION_ISOLATION_UNSPECIFIED":      0,
		"TRANSACTION_ISOLATION_READ_UNCOMMITTED": 1,
		"TRANSACTION_ISOLATION_READ_COMMITTED":   2,
		"TRANSACTION_ISOLATION_REPEATABLE_READ":  3,
		"TRANSACTION_ISOLATION_SERIALIZABLE":     4,
	}
)

Enum value maps for PostgresqlHostConfig14_TransactionIsolation.

View Source
var (
	PostgresqlHostConfig14_XmlBinary_name = map[int32]string{
		0: "XML_BINARY_UNSPECIFIED",
		1: "XML_BINARY_BASE64",
		2: "XML_BINARY_HEX",
	}
	PostgresqlHostConfig14_XmlBinary_value = map[string]int32{
		"XML_BINARY_UNSPECIFIED": 0,
		"XML_BINARY_BASE64":      1,
		"XML_BINARY_HEX":         2,
	}
)

Enum value maps for PostgresqlHostConfig14_XmlBinary.

View Source
var (
	PostgresqlHostConfig14_XmlOption_name = map[int32]string{
		0: "XML_OPTION_UNSPECIFIED",
		1: "XML_OPTION_DOCUMENT",
		2: "XML_OPTION_CONTENT",
	}
	PostgresqlHostConfig14_XmlOption_value = map[string]int32{
		"XML_OPTION_UNSPECIFIED": 0,
		"XML_OPTION_DOCUMENT":    1,
		"XML_OPTION_CONTENT":     2,
	}
)

Enum value maps for PostgresqlHostConfig14_XmlOption.

View Source
var (
	PostgresqlHostConfig14_1C_BackslashQuote_name = map[int32]string{
		0: "BACKSLASH_QUOTE_UNSPECIFIED",
		1: "BACKSLASH_QUOTE",
		2: "BACKSLASH_QUOTE_ON",
		3: "BACKSLASH_QUOTE_OFF",
		4: "BACKSLASH_QUOTE_SAFE_ENCODING",
	}
	PostgresqlHostConfig14_1C_BackslashQuote_value = map[string]int32{
		"BACKSLASH_QUOTE_UNSPECIFIED":   0,
		"BACKSLASH_QUOTE":               1,
		"BACKSLASH_QUOTE_ON":            2,
		"BACKSLASH_QUOTE_OFF":           3,
		"BACKSLASH_QUOTE_SAFE_ENCODING": 4,
	}
)

Enum value maps for PostgresqlHostConfig14_1C_BackslashQuote.

View Source
var (
	PostgresqlHostConfig14_1C_ByteaOutput_name = map[int32]string{
		0: "BYTEA_OUTPUT_UNSPECIFIED",
		1: "BYTEA_OUTPUT_HEX",
		2: "BYTEA_OUTPUT_ESCAPED",
	}
	PostgresqlHostConfig14_1C_ByteaOutput_value = map[string]int32{
		"BYTEA_OUTPUT_UNSPECIFIED": 0,
		"BYTEA_OUTPUT_HEX":         1,
		"BYTEA_OUTPUT_ESCAPED":     2,
	}
)

Enum value maps for PostgresqlHostConfig14_1C_ByteaOutput.

View Source
var (
	PostgresqlHostConfig14_1C_ConstraintExclusion_name = map[int32]string{
		0: "CONSTRAINT_EXCLUSION_UNSPECIFIED",
		1: "CONSTRAINT_EXCLUSION_ON",
		2: "CONSTRAINT_EXCLUSION_OFF",
		3: "CONSTRAINT_EXCLUSION_PARTITION",
	}
	PostgresqlHostConfig14_1C_ConstraintExclusion_value = map[string]int32{
		"CONSTRAINT_EXCLUSION_UNSPECIFIED": 0,
		"CONSTRAINT_EXCLUSION_ON":          1,
		"CONSTRAINT_EXCLUSION_OFF":         2,
		"CONSTRAINT_EXCLUSION_PARTITION":   3,
	}
)

Enum value maps for PostgresqlHostConfig14_1C_ConstraintExclusion.

View Source
var (
	PostgresqlHostConfig14_1C_ForceParallelMode_name = map[int32]string{
		0: "FORCE_PARALLEL_MODE_UNSPECIFIED",
		1: "FORCE_PARALLEL_MODE_ON",
		2: "FORCE_PARALLEL_MODE_OFF",
		3: "FORCE_PARALLEL_MODE_REGRESS",
	}
	PostgresqlHostConfig14_1C_ForceParallelMode_value = map[string]int32{
		"FORCE_PARALLEL_MODE_UNSPECIFIED": 0,
		"FORCE_PARALLEL_MODE_ON":          1,
		"FORCE_PARALLEL_MODE_OFF":         2,
		"FORCE_PARALLEL_MODE_REGRESS":     3,
	}
)

Enum value maps for PostgresqlHostConfig14_1C_ForceParallelMode.

View Source
var (
	PostgresqlHostConfig14_1C_LogErrorVerbosity_name = map[int32]string{
		0: "LOG_ERROR_VERBOSITY_UNSPECIFIED",
		1: "LOG_ERROR_VERBOSITY_TERSE",
		2: "LOG_ERROR_VERBOSITY_DEFAULT",
		3: "LOG_ERROR_VERBOSITY_VERBOSE",
	}
	PostgresqlHostConfig14_1C_LogErrorVerbosity_value = map[string]int32{
		"LOG_ERROR_VERBOSITY_UNSPECIFIED": 0,
		"LOG_ERROR_VERBOSITY_TERSE":       1,
		"LOG_ERROR_VERBOSITY_DEFAULT":     2,
		"LOG_ERROR_VERBOSITY_VERBOSE":     3,
	}
)

Enum value maps for PostgresqlHostConfig14_1C_LogErrorVerbosity.

View Source
var (
	PostgresqlHostConfig14_1C_LogLevel_name = map[int32]string{
		0:  "LOG_LEVEL_UNSPECIFIED",
		1:  "LOG_LEVEL_DEBUG5",
		2:  "LOG_LEVEL_DEBUG4",
		3:  "LOG_LEVEL_DEBUG3",
		4:  "LOG_LEVEL_DEBUG2",
		5:  "LOG_LEVEL_DEBUG1",
		6:  "LOG_LEVEL_LOG",
		7:  "LOG_LEVEL_NOTICE",
		8:  "LOG_LEVEL_WARNING",
		9:  "LOG_LEVEL_ERROR",
		10: "LOG_LEVEL_FATAL",
		11: "LOG_LEVEL_PANIC",
	}
	PostgresqlHostConfig14_1C_LogLevel_value = map[string]int32{
		"LOG_LEVEL_UNSPECIFIED": 0,
		"LOG_LEVEL_DEBUG5":      1,
		"LOG_LEVEL_DEBUG4":      2,
		"LOG_LEVEL_DEBUG3":      3,
		"LOG_LEVEL_DEBUG2":      4,
		"LOG_LEVEL_DEBUG1":      5,
		"LOG_LEVEL_LOG":         6,
		"LOG_LEVEL_NOTICE":      7,
		"LOG_LEVEL_WARNING":     8,
		"LOG_LEVEL_ERROR":       9,
		"LOG_LEVEL_FATAL":       10,
		"LOG_LEVEL_PANIC":       11,
	}
)

Enum value maps for PostgresqlHostConfig14_1C_LogLevel.

View Source
var (
	PostgresqlHostConfig14_1C_LogStatement_name = map[int32]string{
		0: "LOG_STATEMENT_UNSPECIFIED",
		1: "LOG_STATEMENT_NONE",
		2: "LOG_STATEMENT_DDL",
		3: "LOG_STATEMENT_MOD",
		4: "LOG_STATEMENT_ALL",
	}
	PostgresqlHostConfig14_1C_LogStatement_value = map[string]int32{
		"LOG_STATEMENT_UNSPECIFIED": 0,
		"LOG_STATEMENT_NONE":        1,
		"LOG_STATEMENT_DDL":         2,
		"LOG_STATEMENT_MOD":         3,
		"LOG_STATEMENT_ALL":         4,
	}
)

Enum value maps for PostgresqlHostConfig14_1C_LogStatement.

View Source
var (
	PostgresqlHostConfig14_1C_TransactionIsolation_name = map[int32]string{
		0: "TRANSACTION_ISOLATION_UNSPECIFIED",
		1: "TRANSACTION_ISOLATION_READ_UNCOMMITTED",
		2: "TRANSACTION_ISOLATION_READ_COMMITTED",
		3: "TRANSACTION_ISOLATION_REPEATABLE_READ",
		4: "TRANSACTION_ISOLATION_SERIALIZABLE",
	}
	PostgresqlHostConfig14_1C_TransactionIsolation_value = map[string]int32{
		"TRANSACTION_ISOLATION_UNSPECIFIED":      0,
		"TRANSACTION_ISOLATION_READ_UNCOMMITTED": 1,
		"TRANSACTION_ISOLATION_READ_COMMITTED":   2,
		"TRANSACTION_ISOLATION_REPEATABLE_READ":  3,
		"TRANSACTION_ISOLATION_SERIALIZABLE":     4,
	}
)

Enum value maps for PostgresqlHostConfig14_1C_TransactionIsolation.

View Source
var (
	PostgresqlHostConfig14_1C_XmlBinary_name = map[int32]string{
		0: "XML_BINARY_UNSPECIFIED",
		1: "XML_BINARY_BASE64",
		2: "XML_BINARY_HEX",
	}
	PostgresqlHostConfig14_1C_XmlBinary_value = map[string]int32{
		"XML_BINARY_UNSPECIFIED": 0,
		"XML_BINARY_BASE64":      1,
		"XML_BINARY_HEX":         2,
	}
)

Enum value maps for PostgresqlHostConfig14_1C_XmlBinary.

View Source
var (
	PostgresqlHostConfig14_1C_XmlOption_name = map[int32]string{
		0: "XML_OPTION_UNSPECIFIED",
		1: "XML_OPTION_DOCUMENT",
		2: "XML_OPTION_CONTENT",
	}
	PostgresqlHostConfig14_1C_XmlOption_value = map[string]int32{
		"XML_OPTION_UNSPECIFIED": 0,
		"XML_OPTION_DOCUMENT":    1,
		"XML_OPTION_CONTENT":     2,
	}
)

Enum value maps for PostgresqlHostConfig14_1C_XmlOption.

View Source
var (
	PostgresqlHostConfig15_BackslashQuote_name = map[int32]string{
		0: "BACKSLASH_QUOTE_UNSPECIFIED",
		1: "BACKSLASH_QUOTE",
		2: "BACKSLASH_QUOTE_ON",
		3: "BACKSLASH_QUOTE_OFF",
		4: "BACKSLASH_QUOTE_SAFE_ENCODING",
	}
	PostgresqlHostConfig15_BackslashQuote_value = map[string]int32{
		"BACKSLASH_QUOTE_UNSPECIFIED":   0,
		"BACKSLASH_QUOTE":               1,
		"BACKSLASH_QUOTE_ON":            2,
		"BACKSLASH_QUOTE_OFF":           3,
		"BACKSLASH_QUOTE_SAFE_ENCODING": 4,
	}
)

Enum value maps for PostgresqlHostConfig15_BackslashQuote.

View Source
var (
	PostgresqlHostConfig15_ByteaOutput_name = map[int32]string{
		0: "BYTEA_OUTPUT_UNSPECIFIED",
		1: "BYTEA_OUTPUT_HEX",
		2: "BYTEA_OUTPUT_ESCAPED",
	}
	PostgresqlHostConfig15_ByteaOutput_value = map[string]int32{
		"BYTEA_OUTPUT_UNSPECIFIED": 0,
		"BYTEA_OUTPUT_HEX":         1,
		"BYTEA_OUTPUT_ESCAPED":     2,
	}
)

Enum value maps for PostgresqlHostConfig15_ByteaOutput.

View Source
var (
	PostgresqlHostConfig15_ConstraintExclusion_name = map[int32]string{
		0: "CONSTRAINT_EXCLUSION_UNSPECIFIED",
		1: "CONSTRAINT_EXCLUSION_ON",
		2: "CONSTRAINT_EXCLUSION_OFF",
		3: "CONSTRAINT_EXCLUSION_PARTITION",
	}
	PostgresqlHostConfig15_ConstraintExclusion_value = map[string]int32{
		"CONSTRAINT_EXCLUSION_UNSPECIFIED": 0,
		"CONSTRAINT_EXCLUSION_ON":          1,
		"CONSTRAINT_EXCLUSION_OFF":         2,
		"CONSTRAINT_EXCLUSION_PARTITION":   3,
	}
)

Enum value maps for PostgresqlHostConfig15_ConstraintExclusion.

View Source
var (
	PostgresqlHostConfig15_ForceParallelMode_name = map[int32]string{
		0: "FORCE_PARALLEL_MODE_UNSPECIFIED",
		1: "FORCE_PARALLEL_MODE_ON",
		2: "FORCE_PARALLEL_MODE_OFF",
		3: "FORCE_PARALLEL_MODE_REGRESS",
	}
	PostgresqlHostConfig15_ForceParallelMode_value = map[string]int32{
		"FORCE_PARALLEL_MODE_UNSPECIFIED": 0,
		"FORCE_PARALLEL_MODE_ON":          1,
		"FORCE_PARALLEL_MODE_OFF":         2,
		"FORCE_PARALLEL_MODE_REGRESS":     3,
	}
)

Enum value maps for PostgresqlHostConfig15_ForceParallelMode.

View Source
var (
	PostgresqlHostConfig15_LogErrorVerbosity_name = map[int32]string{
		0: "LOG_ERROR_VERBOSITY_UNSPECIFIED",
		1: "LOG_ERROR_VERBOSITY_TERSE",
		2: "LOG_ERROR_VERBOSITY_DEFAULT",
		3: "LOG_ERROR_VERBOSITY_VERBOSE",
	}
	PostgresqlHostConfig15_LogErrorVerbosity_value = map[string]int32{
		"LOG_ERROR_VERBOSITY_UNSPECIFIED": 0,
		"LOG_ERROR_VERBOSITY_TERSE":       1,
		"LOG_ERROR_VERBOSITY_DEFAULT":     2,
		"LOG_ERROR_VERBOSITY_VERBOSE":     3,
	}
)

Enum value maps for PostgresqlHostConfig15_LogErrorVerbosity.

View Source
var (
	PostgresqlHostConfig15_LogLevel_name = map[int32]string{
		0:  "LOG_LEVEL_UNSPECIFIED",
		1:  "LOG_LEVEL_DEBUG5",
		2:  "LOG_LEVEL_DEBUG4",
		3:  "LOG_LEVEL_DEBUG3",
		4:  "LOG_LEVEL_DEBUG2",
		5:  "LOG_LEVEL_DEBUG1",
		6:  "LOG_LEVEL_LOG",
		7:  "LOG_LEVEL_NOTICE",
		8:  "LOG_LEVEL_WARNING",
		9:  "LOG_LEVEL_ERROR",
		10: "LOG_LEVEL_FATAL",
		11: "LOG_LEVEL_PANIC",
	}
	PostgresqlHostConfig15_LogLevel_value = map[string]int32{
		"LOG_LEVEL_UNSPECIFIED": 0,
		"LOG_LEVEL_DEBUG5":      1,
		"LOG_LEVEL_DEBUG4":      2,
		"LOG_LEVEL_DEBUG3":      3,
		"LOG_LEVEL_DEBUG2":      4,
		"LOG_LEVEL_DEBUG1":      5,
		"LOG_LEVEL_LOG":         6,
		"LOG_LEVEL_NOTICE":      7,
		"LOG_LEVEL_WARNING":     8,
		"LOG_LEVEL_ERROR":       9,
		"LOG_LEVEL_FATAL":       10,
		"LOG_LEVEL_PANIC":       11,
	}
)

Enum value maps for PostgresqlHostConfig15_LogLevel.

View Source
var (
	PostgresqlHostConfig15_LogStatement_name = map[int32]string{
		0: "LOG_STATEMENT_UNSPECIFIED",
		1: "LOG_STATEMENT_NONE",
		2: "LOG_STATEMENT_DDL",
		3: "LOG_STATEMENT_MOD",
		4: "LOG_STATEMENT_ALL",
	}
	PostgresqlHostConfig15_LogStatement_value = map[string]int32{
		"LOG_STATEMENT_UNSPECIFIED": 0,
		"LOG_STATEMENT_NONE":        1,
		"LOG_STATEMENT_DDL":         2,
		"LOG_STATEMENT_MOD":         3,
		"LOG_STATEMENT_ALL":         4,
	}
)

Enum value maps for PostgresqlHostConfig15_LogStatement.

View Source
var (
	PostgresqlHostConfig15_TransactionIsolation_name = map[int32]string{
		0: "TRANSACTION_ISOLATION_UNSPECIFIED",
		1: "TRANSACTION_ISOLATION_READ_UNCOMMITTED",
		2: "TRANSACTION_ISOLATION_READ_COMMITTED",
		3: "TRANSACTION_ISOLATION_REPEATABLE_READ",
		4: "TRANSACTION_ISOLATION_SERIALIZABLE",
	}
	PostgresqlHostConfig15_TransactionIsolation_value = map[string]int32{
		"TRANSACTION_ISOLATION_UNSPECIFIED":      0,
		"TRANSACTION_ISOLATION_READ_UNCOMMITTED": 1,
		"TRANSACTION_ISOLATION_READ_COMMITTED":   2,
		"TRANSACTION_ISOLATION_REPEATABLE_READ":  3,
		"TRANSACTION_ISOLATION_SERIALIZABLE":     4,
	}
)

Enum value maps for PostgresqlHostConfig15_TransactionIsolation.

View Source
var (
	PostgresqlHostConfig15_XmlBinary_name = map[int32]string{
		0: "XML_BINARY_UNSPECIFIED",
		1: "XML_BINARY_BASE64",
		2: "XML_BINARY_HEX",
	}
	PostgresqlHostConfig15_XmlBinary_value = map[string]int32{
		"XML_BINARY_UNSPECIFIED": 0,
		"XML_BINARY_BASE64":      1,
		"XML_BINARY_HEX":         2,
	}
)

Enum value maps for PostgresqlHostConfig15_XmlBinary.

View Source
var (
	PostgresqlHostConfig15_XmlOption_name = map[int32]string{
		0: "XML_OPTION_UNSPECIFIED",
		1: "XML_OPTION_DOCUMENT",
		2: "XML_OPTION_CONTENT",
	}
	PostgresqlHostConfig15_XmlOption_value = map[string]int32{
		"XML_OPTION_UNSPECIFIED": 0,
		"XML_OPTION_DOCUMENT":    1,
		"XML_OPTION_CONTENT":     2,
	}
)

Enum value maps for PostgresqlHostConfig15_XmlOption.

View Source
var (
	PostgresqlHostConfig15_1C_BackslashQuote_name = map[int32]string{
		0: "BACKSLASH_QUOTE_UNSPECIFIED",
		1: "BACKSLASH_QUOTE",
		2: "BACKSLASH_QUOTE_ON",
		3: "BACKSLASH_QUOTE_OFF",
		4: "BACKSLASH_QUOTE_SAFE_ENCODING",
	}
	PostgresqlHostConfig15_1C_BackslashQuote_value = map[string]int32{
		"BACKSLASH_QUOTE_UNSPECIFIED":   0,
		"BACKSLASH_QUOTE":               1,
		"BACKSLASH_QUOTE_ON":            2,
		"BACKSLASH_QUOTE_OFF":           3,
		"BACKSLASH_QUOTE_SAFE_ENCODING": 4,
	}
)

Enum value maps for PostgresqlHostConfig15_1C_BackslashQuote.

View Source
var (
	PostgresqlHostConfig15_1C_ByteaOutput_name = map[int32]string{
		0: "BYTEA_OUTPUT_UNSPECIFIED",
		1: "BYTEA_OUTPUT_HEX",
		2: "BYTEA_OUTPUT_ESCAPED",
	}
	PostgresqlHostConfig15_1C_ByteaOutput_value = map[string]int32{
		"BYTEA_OUTPUT_UNSPECIFIED": 0,
		"BYTEA_OUTPUT_HEX":         1,
		"BYTEA_OUTPUT_ESCAPED":     2,
	}
)

Enum value maps for PostgresqlHostConfig15_1C_ByteaOutput.

View Source
var (
	PostgresqlHostConfig15_1C_ConstraintExclusion_name = map[int32]string{
		0: "CONSTRAINT_EXCLUSION_UNSPECIFIED",
		1: "CONSTRAINT_EXCLUSION_ON",
		2: "CONSTRAINT_EXCLUSION_OFF",
		3: "CONSTRAINT_EXCLUSION_PARTITION",
	}
	PostgresqlHostConfig15_1C_ConstraintExclusion_value = map[string]int32{
		"CONSTRAINT_EXCLUSION_UNSPECIFIED": 0,
		"CONSTRAINT_EXCLUSION_ON":          1,
		"CONSTRAINT_EXCLUSION_OFF":         2,
		"CONSTRAINT_EXCLUSION_PARTITION":   3,
	}
)

Enum value maps for PostgresqlHostConfig15_1C_ConstraintExclusion.

View Source
var (
	PostgresqlHostConfig15_1C_ForceParallelMode_name = map[int32]string{
		0: "FORCE_PARALLEL_MODE_UNSPECIFIED",
		1: "FORCE_PARALLEL_MODE_ON",
		2: "FORCE_PARALLEL_MODE_OFF",
		3: "FORCE_PARALLEL_MODE_REGRESS",
	}
	PostgresqlHostConfig15_1C_ForceParallelMode_value = map[string]int32{
		"FORCE_PARALLEL_MODE_UNSPECIFIED": 0,
		"FORCE_PARALLEL_MODE_ON":          1,
		"FORCE_PARALLEL_MODE_OFF":         2,
		"FORCE_PARALLEL_MODE_REGRESS":     3,
	}
)

Enum value maps for PostgresqlHostConfig15_1C_ForceParallelMode.

View Source
var (
	PostgresqlHostConfig15_1C_LogErrorVerbosity_name = map[int32]string{
		0: "LOG_ERROR_VERBOSITY_UNSPECIFIED",
		1: "LOG_ERROR_VERBOSITY_TERSE",
		2: "LOG_ERROR_VERBOSITY_DEFAULT",
		3: "LOG_ERROR_VERBOSITY_VERBOSE",
	}
	PostgresqlHostConfig15_1C_LogErrorVerbosity_value = map[string]int32{
		"LOG_ERROR_VERBOSITY_UNSPECIFIED": 0,
		"LOG_ERROR_VERBOSITY_TERSE":       1,
		"LOG_ERROR_VERBOSITY_DEFAULT":     2,
		"LOG_ERROR_VERBOSITY_VERBOSE":     3,
	}
)

Enum value maps for PostgresqlHostConfig15_1C_LogErrorVerbosity.

View Source
var (
	PostgresqlHostConfig15_1C_LogLevel_name = map[int32]string{
		0:  "LOG_LEVEL_UNSPECIFIED",
		1:  "LOG_LEVEL_DEBUG5",
		2:  "LOG_LEVEL_DEBUG4",
		3:  "LOG_LEVEL_DEBUG3",
		4:  "LOG_LEVEL_DEBUG2",
		5:  "LOG_LEVEL_DEBUG1",
		6:  "LOG_LEVEL_LOG",
		7:  "LOG_LEVEL_NOTICE",
		8:  "LOG_LEVEL_WARNING",
		9:  "LOG_LEVEL_ERROR",
		10: "LOG_LEVEL_FATAL",
		11: "LOG_LEVEL_PANIC",
	}
	PostgresqlHostConfig15_1C_LogLevel_value = map[string]int32{
		"LOG_LEVEL_UNSPECIFIED": 0,
		"LOG_LEVEL_DEBUG5":      1,
		"LOG_LEVEL_DEBUG4":      2,
		"LOG_LEVEL_DEBUG3":      3,
		"LOG_LEVEL_DEBUG2":      4,
		"LOG_LEVEL_DEBUG1":      5,
		"LOG_LEVEL_LOG":         6,
		"LOG_LEVEL_NOTICE":      7,
		"LOG_LEVEL_WARNING":     8,
		"LOG_LEVEL_ERROR":       9,
		"LOG_LEVEL_FATAL":       10,
		"LOG_LEVEL_PANIC":       11,
	}
)

Enum value maps for PostgresqlHostConfig15_1C_LogLevel.

View Source
var (
	PostgresqlHostConfig15_1C_LogStatement_name = map[int32]string{
		0: "LOG_STATEMENT_UNSPECIFIED",
		1: "LOG_STATEMENT_NONE",
		2: "LOG_STATEMENT_DDL",
		3: "LOG_STATEMENT_MOD",
		4: "LOG_STATEMENT_ALL",
	}
	PostgresqlHostConfig15_1C_LogStatement_value = map[string]int32{
		"LOG_STATEMENT_UNSPECIFIED": 0,
		"LOG_STATEMENT_NONE":        1,
		"LOG_STATEMENT_DDL":         2,
		"LOG_STATEMENT_MOD":         3,
		"LOG_STATEMENT_ALL":         4,
	}
)

Enum value maps for PostgresqlHostConfig15_1C_LogStatement.

View Source
var (
	PostgresqlHostConfig15_1C_TransactionIsolation_name = map[int32]string{
		0: "TRANSACTION_ISOLATION_UNSPECIFIED",
		1: "TRANSACTION_ISOLATION_READ_UNCOMMITTED",
		2: "TRANSACTION_ISOLATION_READ_COMMITTED",
		3: "TRANSACTION_ISOLATION_REPEATABLE_READ",
		4: "TRANSACTION_ISOLATION_SERIALIZABLE",
	}
	PostgresqlHostConfig15_1C_TransactionIsolation_value = map[string]int32{
		"TRANSACTION_ISOLATION_UNSPECIFIED":      0,
		"TRANSACTION_ISOLATION_READ_UNCOMMITTED": 1,
		"TRANSACTION_ISOLATION_READ_COMMITTED":   2,
		"TRANSACTION_ISOLATION_REPEATABLE_READ":  3,
		"TRANSACTION_ISOLATION_SERIALIZABLE":     4,
	}
)

Enum value maps for PostgresqlHostConfig15_1C_TransactionIsolation.

View Source
var (
	PostgresqlHostConfig15_1C_XmlBinary_name = map[int32]string{
		0: "XML_BINARY_UNSPECIFIED",
		1: "XML_BINARY_BASE64",
		2: "XML_BINARY_HEX",
	}
	PostgresqlHostConfig15_1C_XmlBinary_value = map[string]int32{
		"XML_BINARY_UNSPECIFIED": 0,
		"XML_BINARY_BASE64":      1,
		"XML_BINARY_HEX":         2,
	}
)

Enum value maps for PostgresqlHostConfig15_1C_XmlBinary.

View Source
var (
	PostgresqlHostConfig15_1C_XmlOption_name = map[int32]string{
		0: "XML_OPTION_UNSPECIFIED",
		1: "XML_OPTION_DOCUMENT",
		2: "XML_OPTION_CONTENT",
	}
	PostgresqlHostConfig15_1C_XmlOption_value = map[string]int32{
		"XML_OPTION_UNSPECIFIED": 0,
		"XML_OPTION_DOCUMENT":    1,
		"XML_OPTION_CONTENT":     2,
	}
)

Enum value maps for PostgresqlHostConfig15_1C_XmlOption.

View Source
var (
	PostgresqlHostConfig16_BackslashQuote_name = map[int32]string{
		0: "BACKSLASH_QUOTE_UNSPECIFIED",
		1: "BACKSLASH_QUOTE",
		2: "BACKSLASH_QUOTE_ON",
		3: "BACKSLASH_QUOTE_OFF",
		4: "BACKSLASH_QUOTE_SAFE_ENCODING",
	}
	PostgresqlHostConfig16_BackslashQuote_value = map[string]int32{
		"BACKSLASH_QUOTE_UNSPECIFIED":   0,
		"BACKSLASH_QUOTE":               1,
		"BACKSLASH_QUOTE_ON":            2,
		"BACKSLASH_QUOTE_OFF":           3,
		"BACKSLASH_QUOTE_SAFE_ENCODING": 4,
	}
)

Enum value maps for PostgresqlHostConfig16_BackslashQuote.

View Source
var (
	PostgresqlHostConfig16_ByteaOutput_name = map[int32]string{
		0: "BYTEA_OUTPUT_UNSPECIFIED",
		1: "BYTEA_OUTPUT_HEX",
		2: "BYTEA_OUTPUT_ESCAPED",
	}
	PostgresqlHostConfig16_ByteaOutput_value = map[string]int32{
		"BYTEA_OUTPUT_UNSPECIFIED": 0,
		"BYTEA_OUTPUT_HEX":         1,
		"BYTEA_OUTPUT_ESCAPED":     2,
	}
)

Enum value maps for PostgresqlHostConfig16_ByteaOutput.

View Source
var (
	PostgresqlHostConfig16_ConstraintExclusion_name = map[int32]string{
		0: "CONSTRAINT_EXCLUSION_UNSPECIFIED",
		1: "CONSTRAINT_EXCLUSION_ON",
		2: "CONSTRAINT_EXCLUSION_OFF",
		3: "CONSTRAINT_EXCLUSION_PARTITION",
	}
	PostgresqlHostConfig16_ConstraintExclusion_value = map[string]int32{
		"CONSTRAINT_EXCLUSION_UNSPECIFIED": 0,
		"CONSTRAINT_EXCLUSION_ON":          1,
		"CONSTRAINT_EXCLUSION_OFF":         2,
		"CONSTRAINT_EXCLUSION_PARTITION":   3,
	}
)

Enum value maps for PostgresqlHostConfig16_ConstraintExclusion.

View Source
var (
	PostgresqlHostConfig16_DebugParallelQuery_name = map[int32]string{
		0: "DEBUG_PARALLEL_QUERY_UNSPECIFIED",
		1: "DEBUG_PARALLEL_QUERY_ON",
		2: "DEBUG_PARALLEL_QUERY_OFF",
		3: "DEBUG_PARALLEL_QUERY_REGRESS",
	}
	PostgresqlHostConfig16_DebugParallelQuery_value = map[string]int32{
		"DEBUG_PARALLEL_QUERY_UNSPECIFIED": 0,
		"DEBUG_PARALLEL_QUERY_ON":          1,
		"DEBUG_PARALLEL_QUERY_OFF":         2,
		"DEBUG_PARALLEL_QUERY_REGRESS":     3,
	}
)

Enum value maps for PostgresqlHostConfig16_DebugParallelQuery.

View Source
var (
	PostgresqlHostConfig16_ForceParallelMode_name = map[int32]string{
		0: "FORCE_PARALLEL_MODE_UNSPECIFIED",
		1: "FORCE_PARALLEL_MODE_ON",
		2: "FORCE_PARALLEL_MODE_OFF",
		3: "FORCE_PARALLEL_MODE_REGRESS",
	}
	PostgresqlHostConfig16_ForceParallelMode_value = map[string]int32{
		"FORCE_PARALLEL_MODE_UNSPECIFIED": 0,
		"FORCE_PARALLEL_MODE_ON":          1,
		"FORCE_PARALLEL_MODE_OFF":         2,
		"FORCE_PARALLEL_MODE_REGRESS":     3,
	}
)

Enum value maps for PostgresqlHostConfig16_ForceParallelMode.

View Source
var (
	PostgresqlHostConfig16_LogErrorVerbosity_name = map[int32]string{
		0: "LOG_ERROR_VERBOSITY_UNSPECIFIED",
		1: "LOG_ERROR_VERBOSITY_TERSE",
		2: "LOG_ERROR_VERBOSITY_DEFAULT",
		3: "LOG_ERROR_VERBOSITY_VERBOSE",
	}
	PostgresqlHostConfig16_LogErrorVerbosity_value = map[string]int32{
		"LOG_ERROR_VERBOSITY_UNSPECIFIED": 0,
		"LOG_ERROR_VERBOSITY_TERSE":       1,
		"LOG_ERROR_VERBOSITY_DEFAULT":     2,
		"LOG_ERROR_VERBOSITY_VERBOSE":     3,
	}
)

Enum value maps for PostgresqlHostConfig16_LogErrorVerbosity.

View Source
var (
	PostgresqlHostConfig16_LogLevel_name = map[int32]string{
		0:  "LOG_LEVEL_UNSPECIFIED",
		1:  "LOG_LEVEL_DEBUG5",
		2:  "LOG_LEVEL_DEBUG4",
		3:  "LOG_LEVEL_DEBUG3",
		4:  "LOG_LEVEL_DEBUG2",
		5:  "LOG_LEVEL_DEBUG1",
		12: "LOG_LEVEL_INFO",
		6:  "LOG_LEVEL_LOG",
		7:  "LOG_LEVEL_NOTICE",
		8:  "LOG_LEVEL_WARNING",
		9:  "LOG_LEVEL_ERROR",
		10: "LOG_LEVEL_FATAL",
		11: "LOG_LEVEL_PANIC",
	}
	PostgresqlHostConfig16_LogLevel_value = map[string]int32{
		"LOG_LEVEL_UNSPECIFIED": 0,
		"LOG_LEVEL_DEBUG5":      1,
		"LOG_LEVEL_DEBUG4":      2,
		"LOG_LEVEL_DEBUG3":      3,
		"LOG_LEVEL_DEBUG2":      4,
		"LOG_LEVEL_DEBUG1":      5,
		"LOG_LEVEL_INFO":        12,
		"LOG_LEVEL_LOG":         6,
		"LOG_LEVEL_NOTICE":      7,
		"LOG_LEVEL_WARNING":     8,
		"LOG_LEVEL_ERROR":       9,
		"LOG_LEVEL_FATAL":       10,
		"LOG_LEVEL_PANIC":       11,
	}
)

Enum value maps for PostgresqlHostConfig16_LogLevel.

View Source
var (
	PostgresqlHostConfig16_LogStatement_name = map[int32]string{
		0: "LOG_STATEMENT_UNSPECIFIED",
		1: "LOG_STATEMENT_NONE",
		2: "LOG_STATEMENT_DDL",
		3: "LOG_STATEMENT_MOD",
		4: "LOG_STATEMENT_ALL",
	}
	PostgresqlHostConfig16_LogStatement_value = map[string]int32{
		"LOG_STATEMENT_UNSPECIFIED": 0,
		"LOG_STATEMENT_NONE":        1,
		"LOG_STATEMENT_DDL":         2,
		"LOG_STATEMENT_MOD":         3,
		"LOG_STATEMENT_ALL":         4,
	}
)

Enum value maps for PostgresqlHostConfig16_LogStatement.

View Source
var (
	PostgresqlHostConfig16_TransactionIsolation_name = map[int32]string{
		0: "TRANSACTION_ISOLATION_UNSPECIFIED",
		1: "TRANSACTION_ISOLATION_READ_UNCOMMITTED",
		2: "TRANSACTION_ISOLATION_READ_COMMITTED",
		3: "TRANSACTION_ISOLATION_REPEATABLE_READ",
		4: "TRANSACTION_ISOLATION_SERIALIZABLE",
	}
	PostgresqlHostConfig16_TransactionIsolation_value = map[string]int32{
		"TRANSACTION_ISOLATION_UNSPECIFIED":      0,
		"TRANSACTION_ISOLATION_READ_UNCOMMITTED": 1,
		"TRANSACTION_ISOLATION_READ_COMMITTED":   2,
		"TRANSACTION_ISOLATION_REPEATABLE_READ":  3,
		"TRANSACTION_ISOLATION_SERIALIZABLE":     4,
	}
)

Enum value maps for PostgresqlHostConfig16_TransactionIsolation.

View Source
var (
	PostgresqlHostConfig16_XmlBinary_name = map[int32]string{
		0: "XML_BINARY_UNSPECIFIED",
		1: "XML_BINARY_BASE64",
		2: "XML_BINARY_HEX",
	}
	PostgresqlHostConfig16_XmlBinary_value = map[string]int32{
		"XML_BINARY_UNSPECIFIED": 0,
		"XML_BINARY_BASE64":      1,
		"XML_BINARY_HEX":         2,
	}
)

Enum value maps for PostgresqlHostConfig16_XmlBinary.

View Source
var (
	PostgresqlHostConfig16_XmlOption_name = map[int32]string{
		0: "XML_OPTION_UNSPECIFIED",
		1: "XML_OPTION_DOCUMENT",
		2: "XML_OPTION_CONTENT",
	}
	PostgresqlHostConfig16_XmlOption_value = map[string]int32{
		"XML_OPTION_UNSPECIFIED": 0,
		"XML_OPTION_DOCUMENT":    1,
		"XML_OPTION_CONTENT":     2,
	}
)

Enum value maps for PostgresqlHostConfig16_XmlOption.

View Source
var (
	PostgresqlHostConfig16_1C_BackslashQuote_name = map[int32]string{
		0: "BACKSLASH_QUOTE_UNSPECIFIED",
		1: "BACKSLASH_QUOTE",
		2: "BACKSLASH_QUOTE_ON",
		3: "BACKSLASH_QUOTE_OFF",
		4: "BACKSLASH_QUOTE_SAFE_ENCODING",
	}
	PostgresqlHostConfig16_1C_BackslashQuote_value = map[string]int32{
		"BACKSLASH_QUOTE_UNSPECIFIED":   0,
		"BACKSLASH_QUOTE":               1,
		"BACKSLASH_QUOTE_ON":            2,
		"BACKSLASH_QUOTE_OFF":           3,
		"BACKSLASH_QUOTE_SAFE_ENCODING": 4,
	}
)

Enum value maps for PostgresqlHostConfig16_1C_BackslashQuote.

View Source
var (
	PostgresqlHostConfig16_1C_ByteaOutput_name = map[int32]string{
		0: "BYTEA_OUTPUT_UNSPECIFIED",
		1: "BYTEA_OUTPUT_HEX",
		2: "BYTEA_OUTPUT_ESCAPED",
	}
	PostgresqlHostConfig16_1C_ByteaOutput_value = map[string]int32{
		"BYTEA_OUTPUT_UNSPECIFIED": 0,
		"BYTEA_OUTPUT_HEX":         1,
		"BYTEA_OUTPUT_ESCAPED":     2,
	}
)

Enum value maps for PostgresqlHostConfig16_1C_ByteaOutput.

View Source
var (
	PostgresqlHostConfig16_1C_ConstraintExclusion_name = map[int32]string{
		0: "CONSTRAINT_EXCLUSION_UNSPECIFIED",
		1: "CONSTRAINT_EXCLUSION_ON",
		2: "CONSTRAINT_EXCLUSION_OFF",
		3: "CONSTRAINT_EXCLUSION_PARTITION",
	}
	PostgresqlHostConfig16_1C_ConstraintExclusion_value = map[string]int32{
		"CONSTRAINT_EXCLUSION_UNSPECIFIED": 0,
		"CONSTRAINT_EXCLUSION_ON":          1,
		"CONSTRAINT_EXCLUSION_OFF":         2,
		"CONSTRAINT_EXCLUSION_PARTITION":   3,
	}
)

Enum value maps for PostgresqlHostConfig16_1C_ConstraintExclusion.

View Source
var (
	PostgresqlHostConfig16_1C_DebugParallelQuery_name = map[int32]string{
		0: "DEBUG_PARALLEL_QUERY_UNSPECIFIED",
		1: "DEBUG_PARALLEL_QUERY_ON",
		2: "DEBUG_PARALLEL_QUERY_OFF",
		3: "DEBUG_PARALLEL_QUERY_REGRESS",
	}
	PostgresqlHostConfig16_1C_DebugParallelQuery_value = map[string]int32{
		"DEBUG_PARALLEL_QUERY_UNSPECIFIED": 0,
		"DEBUG_PARALLEL_QUERY_ON":          1,
		"DEBUG_PARALLEL_QUERY_OFF":         2,
		"DEBUG_PARALLEL_QUERY_REGRESS":     3,
	}
)

Enum value maps for PostgresqlHostConfig16_1C_DebugParallelQuery.

View Source
var (
	PostgresqlHostConfig16_1C_ForceParallelMode_name = map[int32]string{
		0: "FORCE_PARALLEL_MODE_UNSPECIFIED",
		1: "FORCE_PARALLEL_MODE_ON",
		2: "FORCE_PARALLEL_MODE_OFF",
		3: "FORCE_PARALLEL_MODE_REGRESS",
	}
	PostgresqlHostConfig16_1C_ForceParallelMode_value = map[string]int32{
		"FORCE_PARALLEL_MODE_UNSPECIFIED": 0,
		"FORCE_PARALLEL_MODE_ON":          1,
		"FORCE_PARALLEL_MODE_OFF":         2,
		"FORCE_PARALLEL_MODE_REGRESS":     3,
	}
)

Enum value maps for PostgresqlHostConfig16_1C_ForceParallelMode.

View Source
var (
	PostgresqlHostConfig16_1C_LogErrorVerbosity_name = map[int32]string{
		0: "LOG_ERROR_VERBOSITY_UNSPECIFIED",
		1: "LOG_ERROR_VERBOSITY_TERSE",
		2: "LOG_ERROR_VERBOSITY_DEFAULT",
		3: "LOG_ERROR_VERBOSITY_VERBOSE",
	}
	PostgresqlHostConfig16_1C_LogErrorVerbosity_value = map[string]int32{
		"LOG_ERROR_VERBOSITY_UNSPECIFIED": 0,
		"LOG_ERROR_VERBOSITY_TERSE":       1,
		"LOG_ERROR_VERBOSITY_DEFAULT":     2,
		"LOG_ERROR_VERBOSITY_VERBOSE":     3,
	}
)

Enum value maps for PostgresqlHostConfig16_1C_LogErrorVerbosity.

View Source
var (
	PostgresqlHostConfig16_1C_LogLevel_name = map[int32]string{
		0:  "LOG_LEVEL_UNSPECIFIED",
		1:  "LOG_LEVEL_DEBUG5",
		2:  "LOG_LEVEL_DEBUG4",
		3:  "LOG_LEVEL_DEBUG3",
		4:  "LOG_LEVEL_DEBUG2",
		5:  "LOG_LEVEL_DEBUG1",
		12: "LOG_LEVEL_INFO",
		6:  "LOG_LEVEL_LOG",
		7:  "LOG_LEVEL_NOTICE",
		8:  "LOG_LEVEL_WARNING",
		9:  "LOG_LEVEL_ERROR",
		10: "LOG_LEVEL_FATAL",
		11: "LOG_LEVEL_PANIC",
	}
	PostgresqlHostConfig16_1C_LogLevel_value = map[string]int32{
		"LOG_LEVEL_UNSPECIFIED": 0,
		"LOG_LEVEL_DEBUG5":      1,
		"LOG_LEVEL_DEBUG4":      2,
		"LOG_LEVEL_DEBUG3":      3,
		"LOG_LEVEL_DEBUG2":      4,
		"LOG_LEVEL_DEBUG1":      5,
		"LOG_LEVEL_INFO":        12,
		"LOG_LEVEL_LOG":         6,
		"LOG_LEVEL_NOTICE":      7,
		"LOG_LEVEL_WARNING":     8,
		"LOG_LEVEL_ERROR":       9,
		"LOG_LEVEL_FATAL":       10,
		"LOG_LEVEL_PANIC":       11,
	}
)

Enum value maps for PostgresqlHostConfig16_1C_LogLevel.

View Source
var (
	PostgresqlHostConfig16_1C_LogStatement_name = map[int32]string{
		0: "LOG_STATEMENT_UNSPECIFIED",
		1: "LOG_STATEMENT_NONE",
		2: "LOG_STATEMENT_DDL",
		3: "LOG_STATEMENT_MOD",
		4: "LOG_STATEMENT_ALL",
	}
	PostgresqlHostConfig16_1C_LogStatement_value = map[string]int32{
		"LOG_STATEMENT_UNSPECIFIED": 0,
		"LOG_STATEMENT_NONE":        1,
		"LOG_STATEMENT_DDL":         2,
		"LOG_STATEMENT_MOD":         3,
		"LOG_STATEMENT_ALL":         4,
	}
)

Enum value maps for PostgresqlHostConfig16_1C_LogStatement.

View Source
var (
	PostgresqlHostConfig16_1C_TransactionIsolation_name = map[int32]string{
		0: "TRANSACTION_ISOLATION_UNSPECIFIED",
		1: "TRANSACTION_ISOLATION_READ_UNCOMMITTED",
		2: "TRANSACTION_ISOLATION_READ_COMMITTED",
		3: "TRANSACTION_ISOLATION_REPEATABLE_READ",
		4: "TRANSACTION_ISOLATION_SERIALIZABLE",
	}
	PostgresqlHostConfig16_1C_TransactionIsolation_value = map[string]int32{
		"TRANSACTION_ISOLATION_UNSPECIFIED":      0,
		"TRANSACTION_ISOLATION_READ_UNCOMMITTED": 1,
		"TRANSACTION_ISOLATION_READ_COMMITTED":   2,
		"TRANSACTION_ISOLATION_REPEATABLE_READ":  3,
		"TRANSACTION_ISOLATION_SERIALIZABLE":     4,
	}
)

Enum value maps for PostgresqlHostConfig16_1C_TransactionIsolation.

View Source
var (
	PostgresqlHostConfig16_1C_XmlBinary_name = map[int32]string{
		0: "XML_BINARY_UNSPECIFIED",
		1: "XML_BINARY_BASE64",
		2: "XML_BINARY_HEX",
	}
	PostgresqlHostConfig16_1C_XmlBinary_value = map[string]int32{
		"XML_BINARY_UNSPECIFIED": 0,
		"XML_BINARY_BASE64":      1,
		"XML_BINARY_HEX":         2,
	}
)

Enum value maps for PostgresqlHostConfig16_1C_XmlBinary.

View Source
var (
	PostgresqlHostConfig16_1C_XmlOption_name = map[int32]string{
		0: "XML_OPTION_UNSPECIFIED",
		1: "XML_OPTION_DOCUMENT",
		2: "XML_OPTION_CONTENT",
	}
	PostgresqlHostConfig16_1C_XmlOption_value = map[string]int32{
		"XML_OPTION_UNSPECIFIED": 0,
		"XML_OPTION_DOCUMENT":    1,
		"XML_OPTION_CONTENT":     2,
	}
)

Enum value maps for PostgresqlHostConfig16_1C_XmlOption.

View Source
var (
	PostgresqlHostConfig9_6_ConstraintExclusion_name = map[int32]string{
		0: "CONSTRAINT_EXCLUSION_UNSPECIFIED",
		1: "CONSTRAINT_EXCLUSION_ON",
		2: "CONSTRAINT_EXCLUSION_OFF",
		3: "CONSTRAINT_EXCLUSION_PARTITION",
	}
	PostgresqlHostConfig9_6_ConstraintExclusion_value = map[string]int32{
		"CONSTRAINT_EXCLUSION_UNSPECIFIED": 0,
		"CONSTRAINT_EXCLUSION_ON":          1,
		"CONSTRAINT_EXCLUSION_OFF":         2,
		"CONSTRAINT_EXCLUSION_PARTITION":   3,
	}
)

Enum value maps for PostgresqlHostConfig9_6_ConstraintExclusion.

View Source
var (
	PostgresqlHostConfig9_6_ForceParallelMode_name = map[int32]string{
		0: "FORCE_PARALLEL_MODE_UNSPECIFIED",
		1: "FORCE_PARALLEL_MODE_ON",
		2: "FORCE_PARALLEL_MODE_OFF",
		3: "FORCE_PARALLEL_MODE_REGRESS",
	}
	PostgresqlHostConfig9_6_ForceParallelMode_value = map[string]int32{
		"FORCE_PARALLEL_MODE_UNSPECIFIED": 0,
		"FORCE_PARALLEL_MODE_ON":          1,
		"FORCE_PARALLEL_MODE_OFF":         2,
		"FORCE_PARALLEL_MODE_REGRESS":     3,
	}
)

Enum value maps for PostgresqlHostConfig9_6_ForceParallelMode.

View Source
var (
	PostgresqlHostConfig9_6_LogLevel_name = map[int32]string{
		0:  "LOG_LEVEL_UNSPECIFIED",
		1:  "LOG_LEVEL_DEBUG5",
		2:  "LOG_LEVEL_DEBUG4",
		3:  "LOG_LEVEL_DEBUG3",
		4:  "LOG_LEVEL_DEBUG2",
		5:  "LOG_LEVEL_DEBUG1",
		6:  "LOG_LEVEL_LOG",
		7:  "LOG_LEVEL_NOTICE",
		8:  "LOG_LEVEL_WARNING",
		9:  "LOG_LEVEL_ERROR",
		10: "LOG_LEVEL_FATAL",
		11: "LOG_LEVEL_PANIC",
	}
	PostgresqlHostConfig9_6_LogLevel_value = map[string]int32{
		"LOG_LEVEL_UNSPECIFIED": 0,
		"LOG_LEVEL_DEBUG5":      1,
		"LOG_LEVEL_DEBUG4":      2,
		"LOG_LEVEL_DEBUG3":      3,
		"LOG_LEVEL_DEBUG2":      4,
		"LOG_LEVEL_DEBUG1":      5,
		"LOG_LEVEL_LOG":         6,
		"LOG_LEVEL_NOTICE":      7,
		"LOG_LEVEL_WARNING":     8,
		"LOG_LEVEL_ERROR":       9,
		"LOG_LEVEL_FATAL":       10,
		"LOG_LEVEL_PANIC":       11,
	}
)

Enum value maps for PostgresqlHostConfig9_6_LogLevel.

View Source
var (
	PostgresqlHostConfig9_6_LogErrorVerbosity_name = map[int32]string{
		0: "LOG_ERROR_VERBOSITY_UNSPECIFIED",
		1: "LOG_ERROR_VERBOSITY_TERSE",
		2: "LOG_ERROR_VERBOSITY_DEFAULT",
		3: "LOG_ERROR_VERBOSITY_VERBOSE",
	}
	PostgresqlHostConfig9_6_LogErrorVerbosity_value = map[string]int32{
		"LOG_ERROR_VERBOSITY_UNSPECIFIED": 0,
		"LOG_ERROR_VERBOSITY_TERSE":       1,
		"LOG_ERROR_VERBOSITY_DEFAULT":     2,
		"LOG_ERROR_VERBOSITY_VERBOSE":     3,
	}
)

Enum value maps for PostgresqlHostConfig9_6_LogErrorVerbosity.

View Source
var (
	PostgresqlHostConfig9_6_LogStatement_name = map[int32]string{
		0: "LOG_STATEMENT_UNSPECIFIED",
		1: "LOG_STATEMENT_NONE",
		2: "LOG_STATEMENT_DDL",
		3: "LOG_STATEMENT_MOD",
		4: "LOG_STATEMENT_ALL",
	}
	PostgresqlHostConfig9_6_LogStatement_value = map[string]int32{
		"LOG_STATEMENT_UNSPECIFIED": 0,
		"LOG_STATEMENT_NONE":        1,
		"LOG_STATEMENT_DDL":         2,
		"LOG_STATEMENT_MOD":         3,
		"LOG_STATEMENT_ALL":         4,
	}
)

Enum value maps for PostgresqlHostConfig9_6_LogStatement.

View Source
var (
	PostgresqlHostConfig9_6_TransactionIsolation_name = map[int32]string{
		0: "TRANSACTION_ISOLATION_UNSPECIFIED",
		1: "TRANSACTION_ISOLATION_READ_UNCOMMITTED",
		2: "TRANSACTION_ISOLATION_READ_COMMITTED",
		3: "TRANSACTION_ISOLATION_REPEATABLE_READ",
		4: "TRANSACTION_ISOLATION_SERIALIZABLE",
	}
	PostgresqlHostConfig9_6_TransactionIsolation_value = map[string]int32{
		"TRANSACTION_ISOLATION_UNSPECIFIED":      0,
		"TRANSACTION_ISOLATION_READ_UNCOMMITTED": 1,
		"TRANSACTION_ISOLATION_READ_COMMITTED":   2,
		"TRANSACTION_ISOLATION_REPEATABLE_READ":  3,
		"TRANSACTION_ISOLATION_SERIALIZABLE":     4,
	}
)

Enum value maps for PostgresqlHostConfig9_6_TransactionIsolation.

View Source
var (
	PostgresqlHostConfig9_6_ByteaOutput_name = map[int32]string{
		0: "BYTEA_OUTPUT_UNSPECIFIED",
		1: "BYTEA_OUTPUT_HEX",
		2: "BYTEA_OUTPUT_ESCAPED",
	}
	PostgresqlHostConfig9_6_ByteaOutput_value = map[string]int32{
		"BYTEA_OUTPUT_UNSPECIFIED": 0,
		"BYTEA_OUTPUT_HEX":         1,
		"BYTEA_OUTPUT_ESCAPED":     2,
	}
)

Enum value maps for PostgresqlHostConfig9_6_ByteaOutput.

View Source
var (
	PostgresqlHostConfig9_6_XmlBinary_name = map[int32]string{
		0: "XML_BINARY_UNSPECIFIED",
		1: "XML_BINARY_BASE64",
		2: "XML_BINARY_HEX",
	}
	PostgresqlHostConfig9_6_XmlBinary_value = map[string]int32{
		"XML_BINARY_UNSPECIFIED": 0,
		"XML_BINARY_BASE64":      1,
		"XML_BINARY_HEX":         2,
	}
)

Enum value maps for PostgresqlHostConfig9_6_XmlBinary.

View Source
var (
	PostgresqlHostConfig9_6_XmlOption_name = map[int32]string{
		0: "XML_OPTION_UNSPECIFIED",
		1: "XML_OPTION_DOCUMENT",
		2: "XML_OPTION_CONTENT",
	}
	PostgresqlHostConfig9_6_XmlOption_value = map[string]int32{
		"XML_OPTION_UNSPECIFIED": 0,
		"XML_OPTION_DOCUMENT":    1,
		"XML_OPTION_CONTENT":     2,
	}
)

Enum value maps for PostgresqlHostConfig9_6_XmlOption.

View Source
var (
	PostgresqlHostConfig9_6_BackslashQuote_name = map[int32]string{
		0: "BACKSLASH_QUOTE_UNSPECIFIED",
		1: "BACKSLASH_QUOTE",
		2: "BACKSLASH_QUOTE_ON",
		3: "BACKSLASH_QUOTE_OFF",
		4: "BACKSLASH_QUOTE_SAFE_ENCODING",
	}
	PostgresqlHostConfig9_6_BackslashQuote_value = map[string]int32{
		"BACKSLASH_QUOTE_UNSPECIFIED":   0,
		"BACKSLASH_QUOTE":               1,
		"BACKSLASH_QUOTE_ON":            2,
		"BACKSLASH_QUOTE_OFF":           3,
		"BACKSLASH_QUOTE_SAFE_ENCODING": 4,
	}
)

Enum value maps for PostgresqlHostConfig9_6_BackslashQuote.

View Source
var (
	PostgresqlConfig10_WalLevel_name = map[int32]string{
		0: "WAL_LEVEL_UNSPECIFIED",
		1: "WAL_LEVEL_REPLICA",
		2: "WAL_LEVEL_LOGICAL",
	}
	PostgresqlConfig10_WalLevel_value = map[string]int32{
		"WAL_LEVEL_UNSPECIFIED": 0,
		"WAL_LEVEL_REPLICA":     1,
		"WAL_LEVEL_LOGICAL":     2,
	}
)

Enum value maps for PostgresqlConfig10_WalLevel.

View Source
var (
	PostgresqlConfig10_SynchronousCommit_name = map[int32]string{
		0: "SYNCHRONOUS_COMMIT_UNSPECIFIED",
		1: "SYNCHRONOUS_COMMIT_ON",
		2: "SYNCHRONOUS_COMMIT_OFF",
		3: "SYNCHRONOUS_COMMIT_LOCAL",
		4: "SYNCHRONOUS_COMMIT_REMOTE_WRITE",
		5: "SYNCHRONOUS_COMMIT_REMOTE_APPLY",
	}
	PostgresqlConfig10_SynchronousCommit_value = map[string]int32{
		"SYNCHRONOUS_COMMIT_UNSPECIFIED":  0,
		"SYNCHRONOUS_COMMIT_ON":           1,
		"SYNCHRONOUS_COMMIT_OFF":          2,
		"SYNCHRONOUS_COMMIT_LOCAL":        3,
		"SYNCHRONOUS_COMMIT_REMOTE_WRITE": 4,
		"SYNCHRONOUS_COMMIT_REMOTE_APPLY": 5,
	}
)

Enum value maps for PostgresqlConfig10_SynchronousCommit.

View Source
var (
	PostgresqlConfig10_ConstraintExclusion_name = map[int32]string{
		0: "CONSTRAINT_EXCLUSION_UNSPECIFIED",
		1: "CONSTRAINT_EXCLUSION_ON",
		2: "CONSTRAINT_EXCLUSION_OFF",
		3: "CONSTRAINT_EXCLUSION_PARTITION",
	}
	PostgresqlConfig10_ConstraintExclusion_value = map[string]int32{
		"CONSTRAINT_EXCLUSION_UNSPECIFIED": 0,
		"CONSTRAINT_EXCLUSION_ON":          1,
		"CONSTRAINT_EXCLUSION_OFF":         2,
		"CONSTRAINT_EXCLUSION_PARTITION":   3,
	}
)

Enum value maps for PostgresqlConfig10_ConstraintExclusion.

View Source
var (
	PostgresqlConfig10_ForceParallelMode_name = map[int32]string{
		0: "FORCE_PARALLEL_MODE_UNSPECIFIED",
		1: "FORCE_PARALLEL_MODE_ON",
		2: "FORCE_PARALLEL_MODE_OFF",
		3: "FORCE_PARALLEL_MODE_REGRESS",
	}
	PostgresqlConfig10_ForceParallelMode_value = map[string]int32{
		"FORCE_PARALLEL_MODE_UNSPECIFIED": 0,
		"FORCE_PARALLEL_MODE_ON":          1,
		"FORCE_PARALLEL_MODE_OFF":         2,
		"FORCE_PARALLEL_MODE_REGRESS":     3,
	}
)

Enum value maps for PostgresqlConfig10_ForceParallelMode.

View Source
var (
	PostgresqlConfig10_LogErrorVerbosity_name = map[int32]string{
		0: "LOG_ERROR_VERBOSITY_UNSPECIFIED",
		1: "LOG_ERROR_VERBOSITY_TERSE",
		2: "LOG_ERROR_VERBOSITY_DEFAULT",
		3: "LOG_ERROR_VERBOSITY_VERBOSE",
	}
	PostgresqlConfig10_LogErrorVerbosity_value = map[string]int32{
		"LOG_ERROR_VERBOSITY_UNSPECIFIED": 0,
		"LOG_ERROR_VERBOSITY_TERSE":       1,
		"LOG_ERROR_VERBOSITY_DEFAULT":     2,
		"LOG_ERROR_VERBOSITY_VERBOSE":     3,
	}
)

Enum value maps for PostgresqlConfig10_LogErrorVerbosity.

View Source
var (
	PostgresqlConfig10_LogLevel_name = map[int32]string{
		0:  "LOG_LEVEL_UNSPECIFIED",
		1:  "LOG_LEVEL_DEBUG5",
		2:  "LOG_LEVEL_DEBUG4",
		3:  "LOG_LEVEL_DEBUG3",
		4:  "LOG_LEVEL_DEBUG2",
		5:  "LOG_LEVEL_DEBUG1",
		6:  "LOG_LEVEL_LOG",
		7:  "LOG_LEVEL_NOTICE",
		8:  "LOG_LEVEL_WARNING",
		9:  "LOG_LEVEL_ERROR",
		10: "LOG_LEVEL_FATAL",
		11: "LOG_LEVEL_PANIC",
	}
	PostgresqlConfig10_LogLevel_value = map[string]int32{
		"LOG_LEVEL_UNSPECIFIED": 0,
		"LOG_LEVEL_DEBUG5":      1,
		"LOG_LEVEL_DEBUG4":      2,
		"LOG_LEVEL_DEBUG3":      3,
		"LOG_LEVEL_DEBUG2":      4,
		"LOG_LEVEL_DEBUG1":      5,
		"LOG_LEVEL_LOG":         6,
		"LOG_LEVEL_NOTICE":      7,
		"LOG_LEVEL_WARNING":     8,
		"LOG_LEVEL_ERROR":       9,
		"LOG_LEVEL_FATAL":       10,
		"LOG_LEVEL_PANIC":       11,
	}
)

Enum value maps for PostgresqlConfig10_LogLevel.

View Source
var (
	PostgresqlConfig10_LogStatement_name = map[int32]string{
		0: "LOG_STATEMENT_UNSPECIFIED",
		1: "LOG_STATEMENT_NONE",
		2: "LOG_STATEMENT_DDL",
		3: "LOG_STATEMENT_MOD",
		4: "LOG_STATEMENT_ALL",
	}
	PostgresqlConfig10_LogStatement_value = map[string]int32{
		"LOG_STATEMENT_UNSPECIFIED": 0,
		"LOG_STATEMENT_NONE":        1,
		"LOG_STATEMENT_DDL":         2,
		"LOG_STATEMENT_MOD":         3,
		"LOG_STATEMENT_ALL":         4,
	}
)

Enum value maps for PostgresqlConfig10_LogStatement.

View Source
var (
	PostgresqlConfig10_PasswordEncryption_name = map[int32]string{
		0: "PASSWORD_ENCRYPTION_UNSPECIFIED",
		1: "PASSWORD_ENCRYPTION_MD5",
		2: "PASSWORD_ENCRYPTION_SCRAM_SHA_256",
	}
	PostgresqlConfig10_PasswordEncryption_value = map[string]int32{
		"PASSWORD_ENCRYPTION_UNSPECIFIED":   0,
		"PASSWORD_ENCRYPTION_MD5":           1,
		"PASSWORD_ENCRYPTION_SCRAM_SHA_256": 2,
	}
)

Enum value maps for PostgresqlConfig10_PasswordEncryption.

View Source
var (
	PostgresqlConfig10_TransactionIsolation_name = map[int32]string{
		0: "TRANSACTION_ISOLATION_UNSPECIFIED",
		1: "TRANSACTION_ISOLATION_READ_UNCOMMITTED",
		2: "TRANSACTION_ISOLATION_READ_COMMITTED",
		3: "TRANSACTION_ISOLATION_REPEATABLE_READ",
		4: "TRANSACTION_ISOLATION_SERIALIZABLE",
	}
	PostgresqlConfig10_TransactionIsolation_value = map[string]int32{
		"TRANSACTION_ISOLATION_UNSPECIFIED":      0,
		"TRANSACTION_ISOLATION_READ_UNCOMMITTED": 1,
		"TRANSACTION_ISOLATION_READ_COMMITTED":   2,
		"TRANSACTION_ISOLATION_REPEATABLE_READ":  3,
		"TRANSACTION_ISOLATION_SERIALIZABLE":     4,
	}
)

Enum value maps for PostgresqlConfig10_TransactionIsolation.

View Source
var (
	PostgresqlConfig10_ByteaOutput_name = map[int32]string{
		0: "BYTEA_OUTPUT_UNSPECIFIED",
		1: "BYTEA_OUTPUT_HEX",
		2: "BYTEA_OUTPUT_ESCAPED",
	}
	PostgresqlConfig10_ByteaOutput_value = map[string]int32{
		"BYTEA_OUTPUT_UNSPECIFIED": 0,
		"BYTEA_OUTPUT_HEX":         1,
		"BYTEA_OUTPUT_ESCAPED":     2,
	}
)

Enum value maps for PostgresqlConfig10_ByteaOutput.

View Source
var (
	PostgresqlConfig10_XmlBinary_name = map[int32]string{
		0: "XML_BINARY_UNSPECIFIED",
		1: "XML_BINARY_BASE64",
		2: "XML_BINARY_HEX",
	}
	PostgresqlConfig10_XmlBinary_value = map[string]int32{
		"XML_BINARY_UNSPECIFIED": 0,
		"XML_BINARY_BASE64":      1,
		"XML_BINARY_HEX":         2,
	}
)

Enum value maps for PostgresqlConfig10_XmlBinary.

View Source
var (
	PostgresqlConfig10_XmlOption_name = map[int32]string{
		0: "XML_OPTION_UNSPECIFIED",
		1: "XML_OPTION_DOCUMENT",
		2: "XML_OPTION_CONTENT",
	}
	PostgresqlConfig10_XmlOption_value = map[string]int32{
		"XML_OPTION_UNSPECIFIED": 0,
		"XML_OPTION_DOCUMENT":    1,
		"XML_OPTION_CONTENT":     2,
	}
)

Enum value maps for PostgresqlConfig10_XmlOption.

View Source
var (
	PostgresqlConfig10_BackslashQuote_name = map[int32]string{
		0: "BACKSLASH_QUOTE_UNSPECIFIED",
		1: "BACKSLASH_QUOTE",
		2: "BACKSLASH_QUOTE_ON",
		3: "BACKSLASH_QUOTE_OFF",
		4: "BACKSLASH_QUOTE_SAFE_ENCODING",
	}
	PostgresqlConfig10_BackslashQuote_value = map[string]int32{
		"BACKSLASH_QUOTE_UNSPECIFIED":   0,
		"BACKSLASH_QUOTE":               1,
		"BACKSLASH_QUOTE_ON":            2,
		"BACKSLASH_QUOTE_OFF":           3,
		"BACKSLASH_QUOTE_SAFE_ENCODING": 4,
	}
)

Enum value maps for PostgresqlConfig10_BackslashQuote.

View Source
var (
	PostgresqlConfig10_PgHintPlanDebugPrint_name = map[int32]string{
		0: "PG_HINT_PLAN_DEBUG_PRINT_UNSPECIFIED",
		1: "PG_HINT_PLAN_DEBUG_PRINT_OFF",
		2: "PG_HINT_PLAN_DEBUG_PRINT_ON",
		3: "PG_HINT_PLAN_DEBUG_PRINT_DETAILED",
		4: "PG_HINT_PLAN_DEBUG_PRINT_VERBOSE",
	}
	PostgresqlConfig10_PgHintPlanDebugPrint_value = map[string]int32{
		"PG_HINT_PLAN_DEBUG_PRINT_UNSPECIFIED": 0,
		"PG_HINT_PLAN_DEBUG_PRINT_OFF":         1,
		"PG_HINT_PLAN_DEBUG_PRINT_ON":          2,
		"PG_HINT_PLAN_DEBUG_PRINT_DETAILED":    3,
		"PG_HINT_PLAN_DEBUG_PRINT_VERBOSE":     4,
	}
)

Enum value maps for PostgresqlConfig10_PgHintPlanDebugPrint.

View Source
var (
	PostgresqlConfig10_SharedPreloadLibraries_name = map[int32]string{
		0: "SHARED_PRELOAD_LIBRARIES_UNSPECIFIED",
		1: "SHARED_PRELOAD_LIBRARIES_AUTO_EXPLAIN",
		2: "SHARED_PRELOAD_LIBRARIES_PG_HINT_PLAN",
		3: "SHARED_PRELOAD_LIBRARIES_TIMESCALEDB",
		4: "SHARED_PRELOAD_LIBRARIES_PG_QUALSTATS",
		5: "SHARED_PRELOAD_LIBRARIES_PG_CRON",
		6: "SHARED_PRELOAD_LIBRARIES_PGLOGICAL",
		7: "SHARED_PRELOAD_LIBRARIES_PG_PREWARM",
		8: "SHARED_PRELOAD_LIBRARIES_PGAUDIT",
	}
	PostgresqlConfig10_SharedPreloadLibraries_value = map[string]int32{
		"SHARED_PRELOAD_LIBRARIES_UNSPECIFIED":  0,
		"SHARED_PRELOAD_LIBRARIES_AUTO_EXPLAIN": 1,
		"SHARED_PRELOAD_LIBRARIES_PG_HINT_PLAN": 2,
		"SHARED_PRELOAD_LIBRARIES_TIMESCALEDB":  3,
		"SHARED_PRELOAD_LIBRARIES_PG_QUALSTATS": 4,
		"SHARED_PRELOAD_LIBRARIES_PG_CRON":      5,
		"SHARED_PRELOAD_LIBRARIES_PGLOGICAL":    6,
		"SHARED_PRELOAD_LIBRARIES_PG_PREWARM":   7,
		"SHARED_PRELOAD_LIBRARIES_PGAUDIT":      8,
	}
)

Enum value maps for PostgresqlConfig10_SharedPreloadLibraries.

View Source
var (
	PostgresqlConfig10_1C_WalLevel_name = map[int32]string{
		0: "WAL_LEVEL_UNSPECIFIED",
		1: "WAL_LEVEL_REPLICA",
		2: "WAL_LEVEL_LOGICAL",
	}
	PostgresqlConfig10_1C_WalLevel_value = map[string]int32{
		"WAL_LEVEL_UNSPECIFIED": 0,
		"WAL_LEVEL_REPLICA":     1,
		"WAL_LEVEL_LOGICAL":     2,
	}
)

Enum value maps for PostgresqlConfig10_1C_WalLevel.

View Source
var (
	PostgresqlConfig10_1C_SynchronousCommit_name = map[int32]string{
		0: "SYNCHRONOUS_COMMIT_UNSPECIFIED",
		1: "SYNCHRONOUS_COMMIT_ON",
		2: "SYNCHRONOUS_COMMIT_OFF",
		3: "SYNCHRONOUS_COMMIT_LOCAL",
		4: "SYNCHRONOUS_COMMIT_REMOTE_WRITE",
		5: "SYNCHRONOUS_COMMIT_REMOTE_APPLY",
	}
	PostgresqlConfig10_1C_SynchronousCommit_value = map[string]int32{
		"SYNCHRONOUS_COMMIT_UNSPECIFIED":  0,
		"SYNCHRONOUS_COMMIT_ON":           1,
		"SYNCHRONOUS_COMMIT_OFF":          2,
		"SYNCHRONOUS_COMMIT_LOCAL":        3,
		"SYNCHRONOUS_COMMIT_REMOTE_WRITE": 4,
		"SYNCHRONOUS_COMMIT_REMOTE_APPLY": 5,
	}
)

Enum value maps for PostgresqlConfig10_1C_SynchronousCommit.

View Source
var (
	PostgresqlConfig10_1C_ConstraintExclusion_name = map[int32]string{
		0: "CONSTRAINT_EXCLUSION_UNSPECIFIED",
		1: "CONSTRAINT_EXCLUSION_ON",
		2: "CONSTRAINT_EXCLUSION_OFF",
		3: "CONSTRAINT_EXCLUSION_PARTITION",
	}
	PostgresqlConfig10_1C_ConstraintExclusion_value = map[string]int32{
		"CONSTRAINT_EXCLUSION_UNSPECIFIED": 0,
		"CONSTRAINT_EXCLUSION_ON":          1,
		"CONSTRAINT_EXCLUSION_OFF":         2,
		"CONSTRAINT_EXCLUSION_PARTITION":   3,
	}
)

Enum value maps for PostgresqlConfig10_1C_ConstraintExclusion.

View Source
var (
	PostgresqlConfig10_1C_ForceParallelMode_name = map[int32]string{
		0: "FORCE_PARALLEL_MODE_UNSPECIFIED",
		1: "FORCE_PARALLEL_MODE_ON",
		2: "FORCE_PARALLEL_MODE_OFF",
		3: "FORCE_PARALLEL_MODE_REGRESS",
	}
	PostgresqlConfig10_1C_ForceParallelMode_value = map[string]int32{
		"FORCE_PARALLEL_MODE_UNSPECIFIED": 0,
		"FORCE_PARALLEL_MODE_ON":          1,
		"FORCE_PARALLEL_MODE_OFF":         2,
		"FORCE_PARALLEL_MODE_REGRESS":     3,
	}
)

Enum value maps for PostgresqlConfig10_1C_ForceParallelMode.

View Source
var (
	PostgresqlConfig10_1C_LogErrorVerbosity_name = map[int32]string{
		0: "LOG_ERROR_VERBOSITY_UNSPECIFIED",
		1: "LOG_ERROR_VERBOSITY_TERSE",
		2: "LOG_ERROR_VERBOSITY_DEFAULT",
		3: "LOG_ERROR_VERBOSITY_VERBOSE",
	}
	PostgresqlConfig10_1C_LogErrorVerbosity_value = map[string]int32{
		"LOG_ERROR_VERBOSITY_UNSPECIFIED": 0,
		"LOG_ERROR_VERBOSITY_TERSE":       1,
		"LOG_ERROR_VERBOSITY_DEFAULT":     2,
		"LOG_ERROR_VERBOSITY_VERBOSE":     3,
	}
)

Enum value maps for PostgresqlConfig10_1C_LogErrorVerbosity.

View Source
var (
	PostgresqlConfig10_1C_LogLevel_name = map[int32]string{
		0:  "LOG_LEVEL_UNSPECIFIED",
		1:  "LOG_LEVEL_DEBUG5",
		2:  "LOG_LEVEL_DEBUG4",
		3:  "LOG_LEVEL_DEBUG3",
		4:  "LOG_LEVEL_DEBUG2",
		5:  "LOG_LEVEL_DEBUG1",
		6:  "LOG_LEVEL_LOG",
		7:  "LOG_LEVEL_NOTICE",
		8:  "LOG_LEVEL_WARNING",
		9:  "LOG_LEVEL_ERROR",
		10: "LOG_LEVEL_FATAL",
		11: "LOG_LEVEL_PANIC",
	}
	PostgresqlConfig10_1C_LogLevel_value = map[string]int32{
		"LOG_LEVEL_UNSPECIFIED": 0,
		"LOG_LEVEL_DEBUG5":      1,
		"LOG_LEVEL_DEBUG4":      2,
		"LOG_LEVEL_DEBUG3":      3,
		"LOG_LEVEL_DEBUG2":      4,
		"LOG_LEVEL_DEBUG1":      5,
		"LOG_LEVEL_LOG":         6,
		"LOG_LEVEL_NOTICE":      7,
		"LOG_LEVEL_WARNING":     8,
		"LOG_LEVEL_ERROR":       9,
		"LOG_LEVEL_FATAL":       10,
		"LOG_LEVEL_PANIC":       11,
	}
)

Enum value maps for PostgresqlConfig10_1C_LogLevel.

View Source
var (
	PostgresqlConfig10_1C_LogStatement_name = map[int32]string{
		0: "LOG_STATEMENT_UNSPECIFIED",
		1: "LOG_STATEMENT_NONE",
		2: "LOG_STATEMENT_DDL",
		3: "LOG_STATEMENT_MOD",
		4: "LOG_STATEMENT_ALL",
	}
	PostgresqlConfig10_1C_LogStatement_value = map[string]int32{
		"LOG_STATEMENT_UNSPECIFIED": 0,
		"LOG_STATEMENT_NONE":        1,
		"LOG_STATEMENT_DDL":         2,
		"LOG_STATEMENT_MOD":         3,
		"LOG_STATEMENT_ALL":         4,
	}
)

Enum value maps for PostgresqlConfig10_1C_LogStatement.

View Source
var (
	PostgresqlConfig10_1C_PasswordEncryption_name = map[int32]string{
		0: "PASSWORD_ENCRYPTION_UNSPECIFIED",
		1: "PASSWORD_ENCRYPTION_MD5",
		2: "PASSWORD_ENCRYPTION_SCRAM_SHA_256",
	}
	PostgresqlConfig10_1C_PasswordEncryption_value = map[string]int32{
		"PASSWORD_ENCRYPTION_UNSPECIFIED":   0,
		"PASSWORD_ENCRYPTION_MD5":           1,
		"PASSWORD_ENCRYPTION_SCRAM_SHA_256": 2,
	}
)

Enum value maps for PostgresqlConfig10_1C_PasswordEncryption.

View Source
var (
	PostgresqlConfig10_1C_TransactionIsolation_name = map[int32]string{
		0: "TRANSACTION_ISOLATION_UNSPECIFIED",
		1: "TRANSACTION_ISOLATION_READ_UNCOMMITTED",
		2: "TRANSACTION_ISOLATION_READ_COMMITTED",
		3: "TRANSACTION_ISOLATION_REPEATABLE_READ",
		4: "TRANSACTION_ISOLATION_SERIALIZABLE",
	}
	PostgresqlConfig10_1C_TransactionIsolation_value = map[string]int32{
		"TRANSACTION_ISOLATION_UNSPECIFIED":      0,
		"TRANSACTION_ISOLATION_READ_UNCOMMITTED": 1,
		"TRANSACTION_ISOLATION_READ_COMMITTED":   2,
		"TRANSACTION_ISOLATION_REPEATABLE_READ":  3,
		"TRANSACTION_ISOLATION_SERIALIZABLE":     4,
	}
)

Enum value maps for PostgresqlConfig10_1C_TransactionIsolation.

View Source
var (
	PostgresqlConfig10_1C_ByteaOutput_name = map[int32]string{
		0: "BYTEA_OUTPUT_UNSPECIFIED",
		1: "BYTEA_OUTPUT_HEX",
		2: "BYTEA_OUTPUT_ESCAPED",
	}
	PostgresqlConfig10_1C_ByteaOutput_value = map[string]int32{
		"BYTEA_OUTPUT_UNSPECIFIED": 0,
		"BYTEA_OUTPUT_HEX":         1,
		"BYTEA_OUTPUT_ESCAPED":     2,
	}
)

Enum value maps for PostgresqlConfig10_1C_ByteaOutput.

View Source
var (
	PostgresqlConfig10_1C_XmlBinary_name = map[int32]string{
		0: "XML_BINARY_UNSPECIFIED",
		1: "XML_BINARY_BASE64",
		2: "XML_BINARY_HEX",
	}
	PostgresqlConfig10_1C_XmlBinary_value = map[string]int32{
		"XML_BINARY_UNSPECIFIED": 0,
		"XML_BINARY_BASE64":      1,
		"XML_BINARY_HEX":         2,
	}
)

Enum value maps for PostgresqlConfig10_1C_XmlBinary.

View Source
var (
	PostgresqlConfig10_1C_XmlOption_name = map[int32]string{
		0: "XML_OPTION_UNSPECIFIED",
		1: "XML_OPTION_DOCUMENT",
		2: "XML_OPTION_CONTENT",
	}
	PostgresqlConfig10_1C_XmlOption_value = map[string]int32{
		"XML_OPTION_UNSPECIFIED": 0,
		"XML_OPTION_DOCUMENT":    1,
		"XML_OPTION_CONTENT":     2,
	}
)

Enum value maps for PostgresqlConfig10_1C_XmlOption.

View Source
var (
	PostgresqlConfig10_1C_BackslashQuote_name = map[int32]string{
		0: "BACKSLASH_QUOTE_UNSPECIFIED",
		1: "BACKSLASH_QUOTE",
		2: "BACKSLASH_QUOTE_ON",
		3: "BACKSLASH_QUOTE_OFF",
		4: "BACKSLASH_QUOTE_SAFE_ENCODING",
	}
	PostgresqlConfig10_1C_BackslashQuote_value = map[string]int32{
		"BACKSLASH_QUOTE_UNSPECIFIED":   0,
		"BACKSLASH_QUOTE":               1,
		"BACKSLASH_QUOTE_ON":            2,
		"BACKSLASH_QUOTE_OFF":           3,
		"BACKSLASH_QUOTE_SAFE_ENCODING": 4,
	}
)

Enum value maps for PostgresqlConfig10_1C_BackslashQuote.

View Source
var (
	PostgresqlConfig10_1C_PgHintPlanDebugPrint_name = map[int32]string{
		0: "PG_HINT_PLAN_DEBUG_PRINT_UNSPECIFIED",
		1: "PG_HINT_PLAN_DEBUG_PRINT_OFF",
		2: "PG_HINT_PLAN_DEBUG_PRINT_ON",
		3: "PG_HINT_PLAN_DEBUG_PRINT_DETAILED",
		4: "PG_HINT_PLAN_DEBUG_PRINT_VERBOSE",
	}
	PostgresqlConfig10_1C_PgHintPlanDebugPrint_value = map[string]int32{
		"PG_HINT_PLAN_DEBUG_PRINT_UNSPECIFIED": 0,
		"PG_HINT_PLAN_DEBUG_PRINT_OFF":         1,
		"PG_HINT_PLAN_DEBUG_PRINT_ON":          2,
		"PG_HINT_PLAN_DEBUG_PRINT_DETAILED":    3,
		"PG_HINT_PLAN_DEBUG_PRINT_VERBOSE":     4,
	}
)

Enum value maps for PostgresqlConfig10_1C_PgHintPlanDebugPrint.

View Source
var (
	PostgresqlConfig10_1C_SharedPreloadLibraries_name = map[int32]string{
		0: "SHARED_PRELOAD_LIBRARIES_UNSPECIFIED",
		1: "SHARED_PRELOAD_LIBRARIES_AUTO_EXPLAIN",
		2: "SHARED_PRELOAD_LIBRARIES_PG_HINT_PLAN",
		3: "SHARED_PRELOAD_LIBRARIES_TIMESCALEDB",
		4: "SHARED_PRELOAD_LIBRARIES_PG_QUALSTATS",
		5: "SHARED_PRELOAD_LIBRARIES_PG_CRON",
		6: "SHARED_PRELOAD_LIBRARIES_PGLOGICAL",
		7: "SHARED_PRELOAD_LIBRARIES_PG_PREWARM",
		8: "SHARED_PRELOAD_LIBRARIES_PGAUDIT",
	}
	PostgresqlConfig10_1C_SharedPreloadLibraries_value = map[string]int32{
		"SHARED_PRELOAD_LIBRARIES_UNSPECIFIED":  0,
		"SHARED_PRELOAD_LIBRARIES_AUTO_EXPLAIN": 1,
		"SHARED_PRELOAD_LIBRARIES_PG_HINT_PLAN": 2,
		"SHARED_PRELOAD_LIBRARIES_TIMESCALEDB":  3,
		"SHARED_PRELOAD_LIBRARIES_PG_QUALSTATS": 4,
		"SHARED_PRELOAD_LIBRARIES_PG_CRON":      5,
		"SHARED_PRELOAD_LIBRARIES_PGLOGICAL":    6,
		"SHARED_PRELOAD_LIBRARIES_PG_PREWARM":   7,
		"SHARED_PRELOAD_LIBRARIES_PGAUDIT":      8,
	}
)

Enum value maps for PostgresqlConfig10_1C_SharedPreloadLibraries.

View Source
var (
	PostgresqlConfig11_BackslashQuote_name = map[int32]string{
		0: "BACKSLASH_QUOTE_UNSPECIFIED",
		1: "BACKSLASH_QUOTE",
		2: "BACKSLASH_QUOTE_ON",
		3: "BACKSLASH_QUOTE_OFF",
		4: "BACKSLASH_QUOTE_SAFE_ENCODING",
	}
	PostgresqlConfig11_BackslashQuote_value = map[string]int32{
		"BACKSLASH_QUOTE_UNSPECIFIED":   0,
		"BACKSLASH_QUOTE":               1,
		"BACKSLASH_QUOTE_ON":            2,
		"BACKSLASH_QUOTE_OFF":           3,
		"BACKSLASH_QUOTE_SAFE_ENCODING": 4,
	}
)

Enum value maps for PostgresqlConfig11_BackslashQuote.

View Source
var (
	PostgresqlConfig11_ByteaOutput_name = map[int32]string{
		0: "BYTEA_OUTPUT_UNSPECIFIED",
		1: "BYTEA_OUTPUT_HEX",
		2: "BYTEA_OUTPUT_ESCAPED",
	}
	PostgresqlConfig11_ByteaOutput_value = map[string]int32{
		"BYTEA_OUTPUT_UNSPECIFIED": 0,
		"BYTEA_OUTPUT_HEX":         1,
		"BYTEA_OUTPUT_ESCAPED":     2,
	}
)

Enum value maps for PostgresqlConfig11_ByteaOutput.

View Source
var (
	PostgresqlConfig11_ConstraintExclusion_name = map[int32]string{
		0: "CONSTRAINT_EXCLUSION_UNSPECIFIED",
		1: "CONSTRAINT_EXCLUSION_ON",
		2: "CONSTRAINT_EXCLUSION_OFF",
		3: "CONSTRAINT_EXCLUSION_PARTITION",
	}
	PostgresqlConfig11_ConstraintExclusion_value = map[string]int32{
		"CONSTRAINT_EXCLUSION_UNSPECIFIED": 0,
		"CONSTRAINT_EXCLUSION_ON":          1,
		"CONSTRAINT_EXCLUSION_OFF":         2,
		"CONSTRAINT_EXCLUSION_PARTITION":   3,
	}
)

Enum value maps for PostgresqlConfig11_ConstraintExclusion.

View Source
var (
	PostgresqlConfig11_ForceParallelMode_name = map[int32]string{
		0: "FORCE_PARALLEL_MODE_UNSPECIFIED",
		1: "FORCE_PARALLEL_MODE_ON",
		2: "FORCE_PARALLEL_MODE_OFF",
		3: "FORCE_PARALLEL_MODE_REGRESS",
	}
	PostgresqlConfig11_ForceParallelMode_value = map[string]int32{
		"FORCE_PARALLEL_MODE_UNSPECIFIED": 0,
		"FORCE_PARALLEL_MODE_ON":          1,
		"FORCE_PARALLEL_MODE_OFF":         2,
		"FORCE_PARALLEL_MODE_REGRESS":     3,
	}
)

Enum value maps for PostgresqlConfig11_ForceParallelMode.

View Source
var (
	PostgresqlConfig11_LogErrorVerbosity_name = map[int32]string{
		0: "LOG_ERROR_VERBOSITY_UNSPECIFIED",
		1: "LOG_ERROR_VERBOSITY_TERSE",
		2: "LOG_ERROR_VERBOSITY_DEFAULT",
		3: "LOG_ERROR_VERBOSITY_VERBOSE",
	}
	PostgresqlConfig11_LogErrorVerbosity_value = map[string]int32{
		"LOG_ERROR_VERBOSITY_UNSPECIFIED": 0,
		"LOG_ERROR_VERBOSITY_TERSE":       1,
		"LOG_ERROR_VERBOSITY_DEFAULT":     2,
		"LOG_ERROR_VERBOSITY_VERBOSE":     3,
	}
)

Enum value maps for PostgresqlConfig11_LogErrorVerbosity.

View Source
var (
	PostgresqlConfig11_LogLevel_name = map[int32]string{
		0:  "LOG_LEVEL_UNSPECIFIED",
		1:  "LOG_LEVEL_DEBUG5",
		2:  "LOG_LEVEL_DEBUG4",
		3:  "LOG_LEVEL_DEBUG3",
		4:  "LOG_LEVEL_DEBUG2",
		5:  "LOG_LEVEL_DEBUG1",
		6:  "LOG_LEVEL_LOG",
		7:  "LOG_LEVEL_NOTICE",
		8:  "LOG_LEVEL_WARNING",
		9:  "LOG_LEVEL_ERROR",
		10: "LOG_LEVEL_FATAL",
		11: "LOG_LEVEL_PANIC",
	}
	PostgresqlConfig11_LogLevel_value = map[string]int32{
		"LOG_LEVEL_UNSPECIFIED": 0,
		"LOG_LEVEL_DEBUG5":      1,
		"LOG_LEVEL_DEBUG4":      2,
		"LOG_LEVEL_DEBUG3":      3,
		"LOG_LEVEL_DEBUG2":      4,
		"LOG_LEVEL_DEBUG1":      5,
		"LOG_LEVEL_LOG":         6,
		"LOG_LEVEL_NOTICE":      7,
		"LOG_LEVEL_WARNING":     8,
		"LOG_LEVEL_ERROR":       9,
		"LOG_LEVEL_FATAL":       10,
		"LOG_LEVEL_PANIC":       11,
	}
)

Enum value maps for PostgresqlConfig11_LogLevel.

View Source
var (
	PostgresqlConfig11_LogStatement_name = map[int32]string{
		0: "LOG_STATEMENT_UNSPECIFIED",
		1: "LOG_STATEMENT_NONE",
		2: "LOG_STATEMENT_DDL",
		3: "LOG_STATEMENT_MOD",
		4: "LOG_STATEMENT_ALL",
	}
	PostgresqlConfig11_LogStatement_value = map[string]int32{
		"LOG_STATEMENT_UNSPECIFIED": 0,
		"LOG_STATEMENT_NONE":        1,
		"LOG_STATEMENT_DDL":         2,
		"LOG_STATEMENT_MOD":         3,
		"LOG_STATEMENT_ALL":         4,
	}
)

Enum value maps for PostgresqlConfig11_LogStatement.

View Source
var (
	PostgresqlConfig11_PasswordEncryption_name = map[int32]string{
		0: "PASSWORD_ENCRYPTION_UNSPECIFIED",
		1: "PASSWORD_ENCRYPTION_MD5",
		2: "PASSWORD_ENCRYPTION_SCRAM_SHA_256",
	}
	PostgresqlConfig11_PasswordEncryption_value = map[string]int32{
		"PASSWORD_ENCRYPTION_UNSPECIFIED":   0,
		"PASSWORD_ENCRYPTION_MD5":           1,
		"PASSWORD_ENCRYPTION_SCRAM_SHA_256": 2,
	}
)

Enum value maps for PostgresqlConfig11_PasswordEncryption.

View Source
var (
	PostgresqlConfig11_PgHintPlanDebugPrint_name = map[int32]string{
		0: "PG_HINT_PLAN_DEBUG_PRINT_UNSPECIFIED",
		1: "PG_HINT_PLAN_DEBUG_PRINT_OFF",
		2: "PG_HINT_PLAN_DEBUG_PRINT_ON",
		3: "PG_HINT_PLAN_DEBUG_PRINT_DETAILED",
		4: "PG_HINT_PLAN_DEBUG_PRINT_VERBOSE",
	}
	PostgresqlConfig11_PgHintPlanDebugPrint_value = map[string]int32{
		"PG_HINT_PLAN_DEBUG_PRINT_UNSPECIFIED": 0,
		"PG_HINT_PLAN_DEBUG_PRINT_OFF":         1,
		"PG_HINT_PLAN_DEBUG_PRINT_ON":          2,
		"PG_HINT_PLAN_DEBUG_PRINT_DETAILED":    3,
		"PG_HINT_PLAN_DEBUG_PRINT_VERBOSE":     4,
	}
)

Enum value maps for PostgresqlConfig11_PgHintPlanDebugPrint.

View Source
var (
	PostgresqlConfig11_SharedPreloadLibraries_name = map[int32]string{
		0: "SHARED_PRELOAD_LIBRARIES_UNSPECIFIED",
		1: "SHARED_PRELOAD_LIBRARIES_AUTO_EXPLAIN",
		2: "SHARED_PRELOAD_LIBRARIES_PG_HINT_PLAN",
		3: "SHARED_PRELOAD_LIBRARIES_TIMESCALEDB",
		4: "SHARED_PRELOAD_LIBRARIES_PG_QUALSTATS",
		5: "SHARED_PRELOAD_LIBRARIES_PG_CRON",
		6: "SHARED_PRELOAD_LIBRARIES_PGLOGICAL",
		7: "SHARED_PRELOAD_LIBRARIES_PG_PREWARM",
		8: "SHARED_PRELOAD_LIBRARIES_PGAUDIT",
	}
	PostgresqlConfig11_SharedPreloadLibraries_value = map[string]int32{
		"SHARED_PRELOAD_LIBRARIES_UNSPECIFIED":  0,
		"SHARED_PRELOAD_LIBRARIES_AUTO_EXPLAIN": 1,
		"SHARED_PRELOAD_LIBRARIES_PG_HINT_PLAN": 2,
		"SHARED_PRELOAD_LIBRARIES_TIMESCALEDB":  3,
		"SHARED_PRELOAD_LIBRARIES_PG_QUALSTATS": 4,
		"SHARED_PRELOAD_LIBRARIES_PG_CRON":      5,
		"SHARED_PRELOAD_LIBRARIES_PGLOGICAL":    6,
		"SHARED_PRELOAD_LIBRARIES_PG_PREWARM":   7,
		"SHARED_PRELOAD_LIBRARIES_PGAUDIT":      8,
	}
)

Enum value maps for PostgresqlConfig11_SharedPreloadLibraries.

View Source
var (
	PostgresqlConfig11_SynchronousCommit_name = map[int32]string{
		0: "SYNCHRONOUS_COMMIT_UNSPECIFIED",
		1: "SYNCHRONOUS_COMMIT_ON",
		2: "SYNCHRONOUS_COMMIT_OFF",
		3: "SYNCHRONOUS_COMMIT_LOCAL",
		4: "SYNCHRONOUS_COMMIT_REMOTE_WRITE",
		5: "SYNCHRONOUS_COMMIT_REMOTE_APPLY",
	}
	PostgresqlConfig11_SynchronousCommit_value = map[string]int32{
		"SYNCHRONOUS_COMMIT_UNSPECIFIED":  0,
		"SYNCHRONOUS_COMMIT_ON":           1,
		"SYNCHRONOUS_COMMIT_OFF":          2,
		"SYNCHRONOUS_COMMIT_LOCAL":        3,
		"SYNCHRONOUS_COMMIT_REMOTE_WRITE": 4,
		"SYNCHRONOUS_COMMIT_REMOTE_APPLY": 5,
	}
)

Enum value maps for PostgresqlConfig11_SynchronousCommit.

View Source
var (
	PostgresqlConfig11_TransactionIsolation_name = map[int32]string{
		0: "TRANSACTION_ISOLATION_UNSPECIFIED",
		1: "TRANSACTION_ISOLATION_READ_UNCOMMITTED",
		2: "TRANSACTION_ISOLATION_READ_COMMITTED",
		3: "TRANSACTION_ISOLATION_REPEATABLE_READ",
		4: "TRANSACTION_ISOLATION_SERIALIZABLE",
	}
	PostgresqlConfig11_TransactionIsolation_value = map[string]int32{
		"TRANSACTION_ISOLATION_UNSPECIFIED":      0,
		"TRANSACTION_ISOLATION_READ_UNCOMMITTED": 1,
		"TRANSACTION_ISOLATION_READ_COMMITTED":   2,
		"TRANSACTION_ISOLATION_REPEATABLE_READ":  3,
		"TRANSACTION_ISOLATION_SERIALIZABLE":     4,
	}
)

Enum value maps for PostgresqlConfig11_TransactionIsolation.

View Source
var (
	PostgresqlConfig11_WalLevel_name = map[int32]string{
		0: "WAL_LEVEL_UNSPECIFIED",
		1: "WAL_LEVEL_REPLICA",
		2: "WAL_LEVEL_LOGICAL",
	}
	PostgresqlConfig11_WalLevel_value = map[string]int32{
		"WAL_LEVEL_UNSPECIFIED": 0,
		"WAL_LEVEL_REPLICA":     1,
		"WAL_LEVEL_LOGICAL":     2,
	}
)

Enum value maps for PostgresqlConfig11_WalLevel.

View Source
var (
	PostgresqlConfig11_XmlBinary_name = map[int32]string{
		0: "XML_BINARY_UNSPECIFIED",
		1: "XML_BINARY_BASE64",
		2: "XML_BINARY_HEX",
	}
	PostgresqlConfig11_XmlBinary_value = map[string]int32{
		"XML_BINARY_UNSPECIFIED": 0,
		"XML_BINARY_BASE64":      1,
		"XML_BINARY_HEX":         2,
	}
)

Enum value maps for PostgresqlConfig11_XmlBinary.

View Source
var (
	PostgresqlConfig11_XmlOption_name = map[int32]string{
		0: "XML_OPTION_UNSPECIFIED",
		1: "XML_OPTION_DOCUMENT",
		2: "XML_OPTION_CONTENT",
	}
	PostgresqlConfig11_XmlOption_value = map[string]int32{
		"XML_OPTION_UNSPECIFIED": 0,
		"XML_OPTION_DOCUMENT":    1,
		"XML_OPTION_CONTENT":     2,
	}
)

Enum value maps for PostgresqlConfig11_XmlOption.

View Source
var (
	PostgresqlConfig11_1C_BackslashQuote_name = map[int32]string{
		0: "BACKSLASH_QUOTE_UNSPECIFIED",
		1: "BACKSLASH_QUOTE",
		2: "BACKSLASH_QUOTE_ON",
		3: "BACKSLASH_QUOTE_OFF",
		4: "BACKSLASH_QUOTE_SAFE_ENCODING",
	}
	PostgresqlConfig11_1C_BackslashQuote_value = map[string]int32{
		"BACKSLASH_QUOTE_UNSPECIFIED":   0,
		"BACKSLASH_QUOTE":               1,
		"BACKSLASH_QUOTE_ON":            2,
		"BACKSLASH_QUOTE_OFF":           3,
		"BACKSLASH_QUOTE_SAFE_ENCODING": 4,
	}
)

Enum value maps for PostgresqlConfig11_1C_BackslashQuote.

View Source
var (
	PostgresqlConfig11_1C_ByteaOutput_name = map[int32]string{
		0: "BYTEA_OUTPUT_UNSPECIFIED",
		1: "BYTEA_OUTPUT_HEX",
		2: "BYTEA_OUTPUT_ESCAPED",
	}
	PostgresqlConfig11_1C_ByteaOutput_value = map[string]int32{
		"BYTEA_OUTPUT_UNSPECIFIED": 0,
		"BYTEA_OUTPUT_HEX":         1,
		"BYTEA_OUTPUT_ESCAPED":     2,
	}
)

Enum value maps for PostgresqlConfig11_1C_ByteaOutput.

View Source
var (
	PostgresqlConfig11_1C_ConstraintExclusion_name = map[int32]string{
		0: "CONSTRAINT_EXCLUSION_UNSPECIFIED",
		1: "CONSTRAINT_EXCLUSION_ON",
		2: "CONSTRAINT_EXCLUSION_OFF",
		3: "CONSTRAINT_EXCLUSION_PARTITION",
	}
	PostgresqlConfig11_1C_ConstraintExclusion_value = map[string]int32{
		"CONSTRAINT_EXCLUSION_UNSPECIFIED": 0,
		"CONSTRAINT_EXCLUSION_ON":          1,
		"CONSTRAINT_EXCLUSION_OFF":         2,
		"CONSTRAINT_EXCLUSION_PARTITION":   3,
	}
)

Enum value maps for PostgresqlConfig11_1C_ConstraintExclusion.

View Source
var (
	PostgresqlConfig11_1C_ForceParallelMode_name = map[int32]string{
		0: "FORCE_PARALLEL_MODE_UNSPECIFIED",
		1: "FORCE_PARALLEL_MODE_ON",
		2: "FORCE_PARALLEL_MODE_OFF",
		3: "FORCE_PARALLEL_MODE_REGRESS",
	}
	PostgresqlConfig11_1C_ForceParallelMode_value = map[string]int32{
		"FORCE_PARALLEL_MODE_UNSPECIFIED": 0,
		"FORCE_PARALLEL_MODE_ON":          1,
		"FORCE_PARALLEL_MODE_OFF":         2,
		"FORCE_PARALLEL_MODE_REGRESS":     3,
	}
)

Enum value maps for PostgresqlConfig11_1C_ForceParallelMode.

View Source
var (
	PostgresqlConfig11_1C_LogErrorVerbosity_name = map[int32]string{
		0: "LOG_ERROR_VERBOSITY_UNSPECIFIED",
		1: "LOG_ERROR_VERBOSITY_TERSE",
		2: "LOG_ERROR_VERBOSITY_DEFAULT",
		3: "LOG_ERROR_VERBOSITY_VERBOSE",
	}
	PostgresqlConfig11_1C_LogErrorVerbosity_value = map[string]int32{
		"LOG_ERROR_VERBOSITY_UNSPECIFIED": 0,
		"LOG_ERROR_VERBOSITY_TERSE":       1,
		"LOG_ERROR_VERBOSITY_DEFAULT":     2,
		"LOG_ERROR_VERBOSITY_VERBOSE":     3,
	}
)

Enum value maps for PostgresqlConfig11_1C_LogErrorVerbosity.

View Source
var (
	PostgresqlConfig11_1C_LogLevel_name = map[int32]string{
		0:  "LOG_LEVEL_UNSPECIFIED",
		1:  "LOG_LEVEL_DEBUG5",
		2:  "LOG_LEVEL_DEBUG4",
		3:  "LOG_LEVEL_DEBUG3",
		4:  "LOG_LEVEL_DEBUG2",
		5:  "LOG_LEVEL_DEBUG1",
		6:  "LOG_LEVEL_LOG",
		7:  "LOG_LEVEL_NOTICE",
		8:  "LOG_LEVEL_WARNING",
		9:  "LOG_LEVEL_ERROR",
		10: "LOG_LEVEL_FATAL",
		11: "LOG_LEVEL_PANIC",
	}
	PostgresqlConfig11_1C_LogLevel_value = map[string]int32{
		"LOG_LEVEL_UNSPECIFIED": 0,
		"LOG_LEVEL_DEBUG5":      1,
		"LOG_LEVEL_DEBUG4":      2,
		"LOG_LEVEL_DEBUG3":      3,
		"LOG_LEVEL_DEBUG2":      4,
		"LOG_LEVEL_DEBUG1":      5,
		"LOG_LEVEL_LOG":         6,
		"LOG_LEVEL_NOTICE":      7,
		"LOG_LEVEL_WARNING":     8,
		"LOG_LEVEL_ERROR":       9,
		"LOG_LEVEL_FATAL":       10,
		"LOG_LEVEL_PANIC":       11,
	}
)

Enum value maps for PostgresqlConfig11_1C_LogLevel.

View Source
var (
	PostgresqlConfig11_1C_LogStatement_name = map[int32]string{
		0: "LOG_STATEMENT_UNSPECIFIED",
		1: "LOG_STATEMENT_NONE",
		2: "LOG_STATEMENT_DDL",
		3: "LOG_STATEMENT_MOD",
		4: "LOG_STATEMENT_ALL",
	}
	PostgresqlConfig11_1C_LogStatement_value = map[string]int32{
		"LOG_STATEMENT_UNSPECIFIED": 0,
		"LOG_STATEMENT_NONE":        1,
		"LOG_STATEMENT_DDL":         2,
		"LOG_STATEMENT_MOD":         3,
		"LOG_STATEMENT_ALL":         4,
	}
)

Enum value maps for PostgresqlConfig11_1C_LogStatement.

View Source
var (
	PostgresqlConfig11_1C_PasswordEncryption_name = map[int32]string{
		0: "PASSWORD_ENCRYPTION_UNSPECIFIED",
		1: "PASSWORD_ENCRYPTION_MD5",
		2: "PASSWORD_ENCRYPTION_SCRAM_SHA_256",
	}
	PostgresqlConfig11_1C_PasswordEncryption_value = map[string]int32{
		"PASSWORD_ENCRYPTION_UNSPECIFIED":   0,
		"PASSWORD_ENCRYPTION_MD5":           1,
		"PASSWORD_ENCRYPTION_SCRAM_SHA_256": 2,
	}
)

Enum value maps for PostgresqlConfig11_1C_PasswordEncryption.

View Source
var (
	PostgresqlConfig11_1C_PgHintPlanDebugPrint_name = map[int32]string{
		0: "PG_HINT_PLAN_DEBUG_PRINT_UNSPECIFIED",
		1: "PG_HINT_PLAN_DEBUG_PRINT_OFF",
		2: "PG_HINT_PLAN_DEBUG_PRINT_ON",
		3: "PG_HINT_PLAN_DEBUG_PRINT_DETAILED",
		4: "PG_HINT_PLAN_DEBUG_PRINT_VERBOSE",
	}
	PostgresqlConfig11_1C_PgHintPlanDebugPrint_value = map[string]int32{
		"PG_HINT_PLAN_DEBUG_PRINT_UNSPECIFIED": 0,
		"PG_HINT_PLAN_DEBUG_PRINT_OFF":         1,
		"PG_HINT_PLAN_DEBUG_PRINT_ON":          2,
		"PG_HINT_PLAN_DEBUG_PRINT_DETAILED":    3,
		"PG_HINT_PLAN_DEBUG_PRINT_VERBOSE":     4,
	}
)

Enum value maps for PostgresqlConfig11_1C_PgHintPlanDebugPrint.

View Source
var (
	PostgresqlConfig11_1C_SharedPreloadLibraries_name = map[int32]string{
		0: "SHARED_PRELOAD_LIBRARIES_UNSPECIFIED",
		1: "SHARED_PRELOAD_LIBRARIES_AUTO_EXPLAIN",
		2: "SHARED_PRELOAD_LIBRARIES_PG_HINT_PLAN",
		3: "SHARED_PRELOAD_LIBRARIES_TIMESCALEDB",
		4: "SHARED_PRELOAD_LIBRARIES_PG_QUALSTATS",
		5: "SHARED_PRELOAD_LIBRARIES_PG_CRON",
		6: "SHARED_PRELOAD_LIBRARIES_PGLOGICAL",
		7: "SHARED_PRELOAD_LIBRARIES_PG_PREWARM",
		8: "SHARED_PRELOAD_LIBRARIES_PGAUDIT",
	}
	PostgresqlConfig11_1C_SharedPreloadLibraries_value = map[string]int32{
		"SHARED_PRELOAD_LIBRARIES_UNSPECIFIED":  0,
		"SHARED_PRELOAD_LIBRARIES_AUTO_EXPLAIN": 1,
		"SHARED_PRELOAD_LIBRARIES_PG_HINT_PLAN": 2,
		"SHARED_PRELOAD_LIBRARIES_TIMESCALEDB":  3,
		"SHARED_PRELOAD_LIBRARIES_PG_QUALSTATS": 4,
		"SHARED_PRELOAD_LIBRARIES_PG_CRON":      5,
		"SHARED_PRELOAD_LIBRARIES_PGLOGICAL":    6,
		"SHARED_PRELOAD_LIBRARIES_PG_PREWARM":   7,
		"SHARED_PRELOAD_LIBRARIES_PGAUDIT":      8,
	}
)

Enum value maps for PostgresqlConfig11_1C_SharedPreloadLibraries.

View Source
var (
	PostgresqlConfig11_1C_SynchronousCommit_name = map[int32]string{
		0: "SYNCHRONOUS_COMMIT_UNSPECIFIED",
		1: "SYNCHRONOUS_COMMIT_ON",
		2: "SYNCHRONOUS_COMMIT_OFF",
		3: "SYNCHRONOUS_COMMIT_LOCAL",
		4: "SYNCHRONOUS_COMMIT_REMOTE_WRITE",
		5: "SYNCHRONOUS_COMMIT_REMOTE_APPLY",
	}
	PostgresqlConfig11_1C_SynchronousCommit_value = map[string]int32{
		"SYNCHRONOUS_COMMIT_UNSPECIFIED":  0,
		"SYNCHRONOUS_COMMIT_ON":           1,
		"SYNCHRONOUS_COMMIT_OFF":          2,
		"SYNCHRONOUS_COMMIT_LOCAL":        3,
		"SYNCHRONOUS_COMMIT_REMOTE_WRITE": 4,
		"SYNCHRONOUS_COMMIT_REMOTE_APPLY": 5,
	}
)

Enum value maps for PostgresqlConfig11_1C_SynchronousCommit.

View Source
var (
	PostgresqlConfig11_1C_TransactionIsolation_name = map[int32]string{
		0: "TRANSACTION_ISOLATION_UNSPECIFIED",
		1: "TRANSACTION_ISOLATION_READ_UNCOMMITTED",
		2: "TRANSACTION_ISOLATION_READ_COMMITTED",
		3: "TRANSACTION_ISOLATION_REPEATABLE_READ",
		4: "TRANSACTION_ISOLATION_SERIALIZABLE",
	}
	PostgresqlConfig11_1C_TransactionIsolation_value = map[string]int32{
		"TRANSACTION_ISOLATION_UNSPECIFIED":      0,
		"TRANSACTION_ISOLATION_READ_UNCOMMITTED": 1,
		"TRANSACTION_ISOLATION_READ_COMMITTED":   2,
		"TRANSACTION_ISOLATION_REPEATABLE_READ":  3,
		"TRANSACTION_ISOLATION_SERIALIZABLE":     4,
	}
)

Enum value maps for PostgresqlConfig11_1C_TransactionIsolation.

View Source
var (
	PostgresqlConfig11_1C_WalLevel_name = map[int32]string{
		0: "WAL_LEVEL_UNSPECIFIED",
		1: "WAL_LEVEL_REPLICA",
		2: "WAL_LEVEL_LOGICAL",
	}
	PostgresqlConfig11_1C_WalLevel_value = map[string]int32{
		"WAL_LEVEL_UNSPECIFIED": 0,
		"WAL_LEVEL_REPLICA":     1,
		"WAL_LEVEL_LOGICAL":     2,
	}
)

Enum value maps for PostgresqlConfig11_1C_WalLevel.

View Source
var (
	PostgresqlConfig11_1C_XmlBinary_name = map[int32]string{
		0: "XML_BINARY_UNSPECIFIED",
		1: "XML_BINARY_BASE64",
		2: "XML_BINARY_HEX",
	}
	PostgresqlConfig11_1C_XmlBinary_value = map[string]int32{
		"XML_BINARY_UNSPECIFIED": 0,
		"XML_BINARY_BASE64":      1,
		"XML_BINARY_HEX":         2,
	}
)

Enum value maps for PostgresqlConfig11_1C_XmlBinary.

View Source
var (
	PostgresqlConfig11_1C_XmlOption_name = map[int32]string{
		0: "XML_OPTION_UNSPECIFIED",
		1: "XML_OPTION_DOCUMENT",
		2: "XML_OPTION_CONTENT",
	}
	PostgresqlConfig11_1C_XmlOption_value = map[string]int32{
		"XML_OPTION_UNSPECIFIED": 0,
		"XML_OPTION_DOCUMENT":    1,
		"XML_OPTION_CONTENT":     2,
	}
)

Enum value maps for PostgresqlConfig11_1C_XmlOption.

View Source
var (
	PostgresqlConfig12_BackslashQuote_name = map[int32]string{
		0: "BACKSLASH_QUOTE_UNSPECIFIED",
		1: "BACKSLASH_QUOTE",
		2: "BACKSLASH_QUOTE_ON",
		3: "BACKSLASH_QUOTE_OFF",
		4: "BACKSLASH_QUOTE_SAFE_ENCODING",
	}
	PostgresqlConfig12_BackslashQuote_value = map[string]int32{
		"BACKSLASH_QUOTE_UNSPECIFIED":   0,
		"BACKSLASH_QUOTE":               1,
		"BACKSLASH_QUOTE_ON":            2,
		"BACKSLASH_QUOTE_OFF":           3,
		"BACKSLASH_QUOTE_SAFE_ENCODING": 4,
	}
)

Enum value maps for PostgresqlConfig12_BackslashQuote.

View Source
var (
	PostgresqlConfig12_ByteaOutput_name = map[int32]string{
		0: "BYTEA_OUTPUT_UNSPECIFIED",
		1: "BYTEA_OUTPUT_HEX",
		2: "BYTEA_OUTPUT_ESCAPED",
	}
	PostgresqlConfig12_ByteaOutput_value = map[string]int32{
		"BYTEA_OUTPUT_UNSPECIFIED": 0,
		"BYTEA_OUTPUT_HEX":         1,
		"BYTEA_OUTPUT_ESCAPED":     2,
	}
)

Enum value maps for PostgresqlConfig12_ByteaOutput.

View Source
var (
	PostgresqlConfig12_ConstraintExclusion_name = map[int32]string{
		0: "CONSTRAINT_EXCLUSION_UNSPECIFIED",
		1: "CONSTRAINT_EXCLUSION_ON",
		2: "CONSTRAINT_EXCLUSION_OFF",
		3: "CONSTRAINT_EXCLUSION_PARTITION",
	}
	PostgresqlConfig12_ConstraintExclusion_value = map[string]int32{
		"CONSTRAINT_EXCLUSION_UNSPECIFIED": 0,
		"CONSTRAINT_EXCLUSION_ON":          1,
		"CONSTRAINT_EXCLUSION_OFF":         2,
		"CONSTRAINT_EXCLUSION_PARTITION":   3,
	}
)

Enum value maps for PostgresqlConfig12_ConstraintExclusion.

View Source
var (
	PostgresqlConfig12_ForceParallelMode_name = map[int32]string{
		0: "FORCE_PARALLEL_MODE_UNSPECIFIED",
		1: "FORCE_PARALLEL_MODE_ON",
		2: "FORCE_PARALLEL_MODE_OFF",
		3: "FORCE_PARALLEL_MODE_REGRESS",
	}
	PostgresqlConfig12_ForceParallelMode_value = map[string]int32{
		"FORCE_PARALLEL_MODE_UNSPECIFIED": 0,
		"FORCE_PARALLEL_MODE_ON":          1,
		"FORCE_PARALLEL_MODE_OFF":         2,
		"FORCE_PARALLEL_MODE_REGRESS":     3,
	}
)

Enum value maps for PostgresqlConfig12_ForceParallelMode.

View Source
var (
	PostgresqlConfig12_LogErrorVerbosity_name = map[int32]string{
		0: "LOG_ERROR_VERBOSITY_UNSPECIFIED",
		1: "LOG_ERROR_VERBOSITY_TERSE",
		2: "LOG_ERROR_VERBOSITY_DEFAULT",
		3: "LOG_ERROR_VERBOSITY_VERBOSE",
	}
	PostgresqlConfig12_LogErrorVerbosity_value = map[string]int32{
		"LOG_ERROR_VERBOSITY_UNSPECIFIED": 0,
		"LOG_ERROR_VERBOSITY_TERSE":       1,
		"LOG_ERROR_VERBOSITY_DEFAULT":     2,
		"LOG_ERROR_VERBOSITY_VERBOSE":     3,
	}
)

Enum value maps for PostgresqlConfig12_LogErrorVerbosity.

View Source
var (
	PostgresqlConfig12_LogLevel_name = map[int32]string{
		0:  "LOG_LEVEL_UNSPECIFIED",
		1:  "LOG_LEVEL_DEBUG5",
		2:  "LOG_LEVEL_DEBUG4",
		3:  "LOG_LEVEL_DEBUG3",
		4:  "LOG_LEVEL_DEBUG2",
		5:  "LOG_LEVEL_DEBUG1",
		6:  "LOG_LEVEL_LOG",
		7:  "LOG_LEVEL_NOTICE",
		8:  "LOG_LEVEL_WARNING",
		9:  "LOG_LEVEL_ERROR",
		10: "LOG_LEVEL_FATAL",
		11: "LOG_LEVEL_PANIC",
	}
	PostgresqlConfig12_LogLevel_value = map[string]int32{
		"LOG_LEVEL_UNSPECIFIED": 0,
		"LOG_LEVEL_DEBUG5":      1,
		"LOG_LEVEL_DEBUG4":      2,
		"LOG_LEVEL_DEBUG3":      3,
		"LOG_LEVEL_DEBUG2":      4,
		"LOG_LEVEL_DEBUG1":      5,
		"LOG_LEVEL_LOG":         6,
		"LOG_LEVEL_NOTICE":      7,
		"LOG_LEVEL_WARNING":     8,
		"LOG_LEVEL_ERROR":       9,
		"LOG_LEVEL_FATAL":       10,
		"LOG_LEVEL_PANIC":       11,
	}
)

Enum value maps for PostgresqlConfig12_LogLevel.

View Source
var (
	PostgresqlConfig12_LogStatement_name = map[int32]string{
		0: "LOG_STATEMENT_UNSPECIFIED",
		1: "LOG_STATEMENT_NONE",
		2: "LOG_STATEMENT_DDL",
		3: "LOG_STATEMENT_MOD",
		4: "LOG_STATEMENT_ALL",
	}
	PostgresqlConfig12_LogStatement_value = map[string]int32{
		"LOG_STATEMENT_UNSPECIFIED": 0,
		"LOG_STATEMENT_NONE":        1,
		"LOG_STATEMENT_DDL":         2,
		"LOG_STATEMENT_MOD":         3,
		"LOG_STATEMENT_ALL":         4,
	}
)

Enum value maps for PostgresqlConfig12_LogStatement.

View Source
var (
	PostgresqlConfig12_PasswordEncryption_name = map[int32]string{
		0: "PASSWORD_ENCRYPTION_UNSPECIFIED",
		1: "PASSWORD_ENCRYPTION_MD5",
		2: "PASSWORD_ENCRYPTION_SCRAM_SHA_256",
	}
	PostgresqlConfig12_PasswordEncryption_value = map[string]int32{
		"PASSWORD_ENCRYPTION_UNSPECIFIED":   0,
		"PASSWORD_ENCRYPTION_MD5":           1,
		"PASSWORD_ENCRYPTION_SCRAM_SHA_256": 2,
	}
)

Enum value maps for PostgresqlConfig12_PasswordEncryption.

View Source
var (
	PostgresqlConfig12_PgHintPlanDebugPrint_name = map[int32]string{
		0: "PG_HINT_PLAN_DEBUG_PRINT_UNSPECIFIED",
		1: "PG_HINT_PLAN_DEBUG_PRINT_OFF",
		2: "PG_HINT_PLAN_DEBUG_PRINT_ON",
		3: "PG_HINT_PLAN_DEBUG_PRINT_DETAILED",
		4: "PG_HINT_PLAN_DEBUG_PRINT_VERBOSE",
	}
	PostgresqlConfig12_PgHintPlanDebugPrint_value = map[string]int32{
		"PG_HINT_PLAN_DEBUG_PRINT_UNSPECIFIED": 0,
		"PG_HINT_PLAN_DEBUG_PRINT_OFF":         1,
		"PG_HINT_PLAN_DEBUG_PRINT_ON":          2,
		"PG_HINT_PLAN_DEBUG_PRINT_DETAILED":    3,
		"PG_HINT_PLAN_DEBUG_PRINT_VERBOSE":     4,
	}
)

Enum value maps for PostgresqlConfig12_PgHintPlanDebugPrint.

View Source
var (
	PostgresqlConfig12_PlanCacheMode_name = map[int32]string{
		0: "PLAN_CACHE_MODE_UNSPECIFIED",
		1: "PLAN_CACHE_MODE_AUTO",
		2: "PLAN_CACHE_MODE_FORCE_CUSTOM_PLAN",
		3: "PLAN_CACHE_MODE_FORCE_GENERIC_PLAN",
	}
	PostgresqlConfig12_PlanCacheMode_value = map[string]int32{
		"PLAN_CACHE_MODE_UNSPECIFIED":        0,
		"PLAN_CACHE_MODE_AUTO":               1,
		"PLAN_CACHE_MODE_FORCE_CUSTOM_PLAN":  2,
		"PLAN_CACHE_MODE_FORCE_GENERIC_PLAN": 3,
	}
)

Enum value maps for PostgresqlConfig12_PlanCacheMode.

View Source
var (
	PostgresqlConfig12_SharedPreloadLibraries_name = map[int32]string{
		0: "SHARED_PRELOAD_LIBRARIES_UNSPECIFIED",
		1: "SHARED_PRELOAD_LIBRARIES_AUTO_EXPLAIN",
		2: "SHARED_PRELOAD_LIBRARIES_PG_HINT_PLAN",
		3: "SHARED_PRELOAD_LIBRARIES_TIMESCALEDB",
		4: "SHARED_PRELOAD_LIBRARIES_PG_QUALSTATS",
		5: "SHARED_PRELOAD_LIBRARIES_PG_CRON",
		6: "SHARED_PRELOAD_LIBRARIES_PGLOGICAL",
		7: "SHARED_PRELOAD_LIBRARIES_PG_PREWARM",
		8: "SHARED_PRELOAD_LIBRARIES_PGAUDIT",
	}
	PostgresqlConfig12_SharedPreloadLibraries_value = map[string]int32{
		"SHARED_PRELOAD_LIBRARIES_UNSPECIFIED":  0,
		"SHARED_PRELOAD_LIBRARIES_AUTO_EXPLAIN": 1,
		"SHARED_PRELOAD_LIBRARIES_PG_HINT_PLAN": 2,
		"SHARED_PRELOAD_LIBRARIES_TIMESCALEDB":  3,
		"SHARED_PRELOAD_LIBRARIES_PG_QUALSTATS": 4,
		"SHARED_PRELOAD_LIBRARIES_PG_CRON":      5,
		"SHARED_PRELOAD_LIBRARIES_PGLOGICAL":    6,
		"SHARED_PRELOAD_LIBRARIES_PG_PREWARM":   7,
		"SHARED_PRELOAD_LIBRARIES_PGAUDIT":      8,
	}
)

Enum value maps for PostgresqlConfig12_SharedPreloadLibraries.

View Source
var (
	PostgresqlConfig12_SynchronousCommit_name = map[int32]string{
		0: "SYNCHRONOUS_COMMIT_UNSPECIFIED",
		1: "SYNCHRONOUS_COMMIT_ON",
		2: "SYNCHRONOUS_COMMIT_OFF",
		3: "SYNCHRONOUS_COMMIT_LOCAL",
		4: "SYNCHRONOUS_COMMIT_REMOTE_WRITE",
		5: "SYNCHRONOUS_COMMIT_REMOTE_APPLY",
	}
	PostgresqlConfig12_SynchronousCommit_value = map[string]int32{
		"SYNCHRONOUS_COMMIT_UNSPECIFIED":  0,
		"SYNCHRONOUS_COMMIT_ON":           1,
		"SYNCHRONOUS_COMMIT_OFF":          2,
		"SYNCHRONOUS_COMMIT_LOCAL":        3,
		"SYNCHRONOUS_COMMIT_REMOTE_WRITE": 4,
		"SYNCHRONOUS_COMMIT_REMOTE_APPLY": 5,
	}
)

Enum value maps for PostgresqlConfig12_SynchronousCommit.

View Source
var (
	PostgresqlConfig12_TransactionIsolation_name = map[int32]string{
		0: "TRANSACTION_ISOLATION_UNSPECIFIED",
		1: "TRANSACTION_ISOLATION_READ_UNCOMMITTED",
		2: "TRANSACTION_ISOLATION_READ_COMMITTED",
		3: "TRANSACTION_ISOLATION_REPEATABLE_READ",
		4: "TRANSACTION_ISOLATION_SERIALIZABLE",
	}
	PostgresqlConfig12_TransactionIsolation_value = map[string]int32{
		"TRANSACTION_ISOLATION_UNSPECIFIED":      0,
		"TRANSACTION_ISOLATION_READ_UNCOMMITTED": 1,
		"TRANSACTION_ISOLATION_READ_COMMITTED":   2,
		"TRANSACTION_ISOLATION_REPEATABLE_READ":  3,
		"TRANSACTION_ISOLATION_SERIALIZABLE":     4,
	}
)

Enum value maps for PostgresqlConfig12_TransactionIsolation.

View Source
var (
	PostgresqlConfig12_WalLevel_name = map[int32]string{
		0: "WAL_LEVEL_UNSPECIFIED",
		1: "WAL_LEVEL_REPLICA",
		2: "WAL_LEVEL_LOGICAL",
	}
	PostgresqlConfig12_WalLevel_value = map[string]int32{
		"WAL_LEVEL_UNSPECIFIED": 0,
		"WAL_LEVEL_REPLICA":     1,
		"WAL_LEVEL_LOGICAL":     2,
	}
)

Enum value maps for PostgresqlConfig12_WalLevel.

View Source
var (
	PostgresqlConfig12_XmlBinary_name = map[int32]string{
		0: "XML_BINARY_UNSPECIFIED",
		1: "XML_BINARY_BASE64",
		2: "XML_BINARY_HEX",
	}
	PostgresqlConfig12_XmlBinary_value = map[string]int32{
		"XML_BINARY_UNSPECIFIED": 0,
		"XML_BINARY_BASE64":      1,
		"XML_BINARY_HEX":         2,
	}
)

Enum value maps for PostgresqlConfig12_XmlBinary.

View Source
var (
	PostgresqlConfig12_XmlOption_name = map[int32]string{
		0: "XML_OPTION_UNSPECIFIED",
		1: "XML_OPTION_DOCUMENT",
		2: "XML_OPTION_CONTENT",
	}
	PostgresqlConfig12_XmlOption_value = map[string]int32{
		"XML_OPTION_UNSPECIFIED": 0,
		"XML_OPTION_DOCUMENT":    1,
		"XML_OPTION_CONTENT":     2,
	}
)

Enum value maps for PostgresqlConfig12_XmlOption.

View Source
var (
	PostgresqlConfig12_1C_BackslashQuote_name = map[int32]string{
		0: "BACKSLASH_QUOTE_UNSPECIFIED",
		1: "BACKSLASH_QUOTE",
		2: "BACKSLASH_QUOTE_ON",
		3: "BACKSLASH_QUOTE_OFF",
		4: "BACKSLASH_QUOTE_SAFE_ENCODING",
	}
	PostgresqlConfig12_1C_BackslashQuote_value = map[string]int32{
		"BACKSLASH_QUOTE_UNSPECIFIED":   0,
		"BACKSLASH_QUOTE":               1,
		"BACKSLASH_QUOTE_ON":            2,
		"BACKSLASH_QUOTE_OFF":           3,
		"BACKSLASH_QUOTE_SAFE_ENCODING": 4,
	}
)

Enum value maps for PostgresqlConfig12_1C_BackslashQuote.

View Source
var (
	PostgresqlConfig12_1C_ByteaOutput_name = map[int32]string{
		0: "BYTEA_OUTPUT_UNSPECIFIED",
		1: "BYTEA_OUTPUT_HEX",
		2: "BYTEA_OUTPUT_ESCAPED",
	}
	PostgresqlConfig12_1C_ByteaOutput_value = map[string]int32{
		"BYTEA_OUTPUT_UNSPECIFIED": 0,
		"BYTEA_OUTPUT_HEX":         1,
		"BYTEA_OUTPUT_ESCAPED":     2,
	}
)

Enum value maps for PostgresqlConfig12_1C_ByteaOutput.

View Source
var (
	PostgresqlConfig12_1C_ConstraintExclusion_name = map[int32]string{
		0: "CONSTRAINT_EXCLUSION_UNSPECIFIED",
		1: "CONSTRAINT_EXCLUSION_ON",
		2: "CONSTRAINT_EXCLUSION_OFF",
		3: "CONSTRAINT_EXCLUSION_PARTITION",
	}
	PostgresqlConfig12_1C_ConstraintExclusion_value = map[string]int32{
		"CONSTRAINT_EXCLUSION_UNSPECIFIED": 0,
		"CONSTRAINT_EXCLUSION_ON":          1,
		"CONSTRAINT_EXCLUSION_OFF":         2,
		"CONSTRAINT_EXCLUSION_PARTITION":   3,
	}
)

Enum value maps for PostgresqlConfig12_1C_ConstraintExclusion.

View Source
var (
	PostgresqlConfig12_1C_ForceParallelMode_name = map[int32]string{
		0: "FORCE_PARALLEL_MODE_UNSPECIFIED",
		1: "FORCE_PARALLEL_MODE_ON",
		2: "FORCE_PARALLEL_MODE_OFF",
		3: "FORCE_PARALLEL_MODE_REGRESS",
	}
	PostgresqlConfig12_1C_ForceParallelMode_value = map[string]int32{
		"FORCE_PARALLEL_MODE_UNSPECIFIED": 0,
		"FORCE_PARALLEL_MODE_ON":          1,
		"FORCE_PARALLEL_MODE_OFF":         2,
		"FORCE_PARALLEL_MODE_REGRESS":     3,
	}
)

Enum value maps for PostgresqlConfig12_1C_ForceParallelMode.

View Source
var (
	PostgresqlConfig12_1C_LogErrorVerbosity_name = map[int32]string{
		0: "LOG_ERROR_VERBOSITY_UNSPECIFIED",
		1: "LOG_ERROR_VERBOSITY_TERSE",
		2: "LOG_ERROR_VERBOSITY_DEFAULT",
		3: "LOG_ERROR_VERBOSITY_VERBOSE",
	}
	PostgresqlConfig12_1C_LogErrorVerbosity_value = map[string]int32{
		"LOG_ERROR_VERBOSITY_UNSPECIFIED": 0,
		"LOG_ERROR_VERBOSITY_TERSE":       1,
		"LOG_ERROR_VERBOSITY_DEFAULT":     2,
		"LOG_ERROR_VERBOSITY_VERBOSE":     3,
	}
)

Enum value maps for PostgresqlConfig12_1C_LogErrorVerbosity.

View Source
var (
	PostgresqlConfig12_1C_LogLevel_name = map[int32]string{
		0:  "LOG_LEVEL_UNSPECIFIED",
		1:  "LOG_LEVEL_DEBUG5",
		2:  "LOG_LEVEL_DEBUG4",
		3:  "LOG_LEVEL_DEBUG3",
		4:  "LOG_LEVEL_DEBUG2",
		5:  "LOG_LEVEL_DEBUG1",
		6:  "LOG_LEVEL_LOG",
		7:  "LOG_LEVEL_NOTICE",
		8:  "LOG_LEVEL_WARNING",
		9:  "LOG_LEVEL_ERROR",
		10: "LOG_LEVEL_FATAL",
		11: "LOG_LEVEL_PANIC",
	}
	PostgresqlConfig12_1C_LogLevel_value = map[string]int32{
		"LOG_LEVEL_UNSPECIFIED": 0,
		"LOG_LEVEL_DEBUG5":      1,
		"LOG_LEVEL_DEBUG4":      2,
		"LOG_LEVEL_DEBUG3":      3,
		"LOG_LEVEL_DEBUG2":      4,
		"LOG_LEVEL_DEBUG1":      5,
		"LOG_LEVEL_LOG":         6,
		"LOG_LEVEL_NOTICE":      7,
		"LOG_LEVEL_WARNING":     8,
		"LOG_LEVEL_ERROR":       9,
		"LOG_LEVEL_FATAL":       10,
		"LOG_LEVEL_PANIC":       11,
	}
)

Enum value maps for PostgresqlConfig12_1C_LogLevel.

View Source
var (
	PostgresqlConfig12_1C_LogStatement_name = map[int32]string{
		0: "LOG_STATEMENT_UNSPECIFIED",
		1: "LOG_STATEMENT_NONE",
		2: "LOG_STATEMENT_DDL",
		3: "LOG_STATEMENT_MOD",
		4: "LOG_STATEMENT_ALL",
	}
	PostgresqlConfig12_1C_LogStatement_value = map[string]int32{
		"LOG_STATEMENT_UNSPECIFIED": 0,
		"LOG_STATEMENT_NONE":        1,
		"LOG_STATEMENT_DDL":         2,
		"LOG_STATEMENT_MOD":         3,
		"LOG_STATEMENT_ALL":         4,
	}
)

Enum value maps for PostgresqlConfig12_1C_LogStatement.

View Source
var (
	PostgresqlConfig12_1C_PasswordEncryption_name = map[int32]string{
		0: "PASSWORD_ENCRYPTION_UNSPECIFIED",
		1: "PASSWORD_ENCRYPTION_MD5",
		2: "PASSWORD_ENCRYPTION_SCRAM_SHA_256",
	}
	PostgresqlConfig12_1C_PasswordEncryption_value = map[string]int32{
		"PASSWORD_ENCRYPTION_UNSPECIFIED":   0,
		"PASSWORD_ENCRYPTION_MD5":           1,
		"PASSWORD_ENCRYPTION_SCRAM_SHA_256": 2,
	}
)

Enum value maps for PostgresqlConfig12_1C_PasswordEncryption.

View Source
var (
	PostgresqlConfig12_1C_PgHintPlanDebugPrint_name = map[int32]string{
		0: "PG_HINT_PLAN_DEBUG_PRINT_UNSPECIFIED",
		1: "PG_HINT_PLAN_DEBUG_PRINT_OFF",
		2: "PG_HINT_PLAN_DEBUG_PRINT_ON",
		3: "PG_HINT_PLAN_DEBUG_PRINT_DETAILED",
		4: "PG_HINT_PLAN_DEBUG_PRINT_VERBOSE",
	}
	PostgresqlConfig12_1C_PgHintPlanDebugPrint_value = map[string]int32{
		"PG_HINT_PLAN_DEBUG_PRINT_UNSPECIFIED": 0,
		"PG_HINT_PLAN_DEBUG_PRINT_OFF":         1,
		"PG_HINT_PLAN_DEBUG_PRINT_ON":          2,
		"PG_HINT_PLAN_DEBUG_PRINT_DETAILED":    3,
		"PG_HINT_PLAN_DEBUG_PRINT_VERBOSE":     4,
	}
)

Enum value maps for PostgresqlConfig12_1C_PgHintPlanDebugPrint.

View Source
var (
	PostgresqlConfig12_1C_PlanCacheMode_name = map[int32]string{
		0: "PLAN_CACHE_MODE_UNSPECIFIED",
		1: "PLAN_CACHE_MODE_AUTO",
		2: "PLAN_CACHE_MODE_FORCE_CUSTOM_PLAN",
		3: "PLAN_CACHE_MODE_FORCE_GENERIC_PLAN",
	}
	PostgresqlConfig12_1C_PlanCacheMode_value = map[string]int32{
		"PLAN_CACHE_MODE_UNSPECIFIED":        0,
		"PLAN_CACHE_MODE_AUTO":               1,
		"PLAN_CACHE_MODE_FORCE_CUSTOM_PLAN":  2,
		"PLAN_CACHE_MODE_FORCE_GENERIC_PLAN": 3,
	}
)

Enum value maps for PostgresqlConfig12_1C_PlanCacheMode.

View Source
var (
	PostgresqlConfig12_1C_SharedPreloadLibraries_name = map[int32]string{
		0: "SHARED_PRELOAD_LIBRARIES_UNSPECIFIED",
		1: "SHARED_PRELOAD_LIBRARIES_AUTO_EXPLAIN",
		2: "SHARED_PRELOAD_LIBRARIES_PG_HINT_PLAN",
		3: "SHARED_PRELOAD_LIBRARIES_TIMESCALEDB",
		4: "SHARED_PRELOAD_LIBRARIES_PG_QUALSTATS",
		5: "SHARED_PRELOAD_LIBRARIES_PG_CRON",
		6: "SHARED_PRELOAD_LIBRARIES_PGLOGICAL",
		7: "SHARED_PRELOAD_LIBRARIES_PG_PREWARM",
		8: "SHARED_PRELOAD_LIBRARIES_PGAUDIT",
	}
	PostgresqlConfig12_1C_SharedPreloadLibraries_value = map[string]int32{
		"SHARED_PRELOAD_LIBRARIES_UNSPECIFIED":  0,
		"SHARED_PRELOAD_LIBRARIES_AUTO_EXPLAIN": 1,
		"SHARED_PRELOAD_LIBRARIES_PG_HINT_PLAN": 2,
		"SHARED_PRELOAD_LIBRARIES_TIMESCALEDB":  3,
		"SHARED_PRELOAD_LIBRARIES_PG_QUALSTATS": 4,
		"SHARED_PRELOAD_LIBRARIES_PG_CRON":      5,
		"SHARED_PRELOAD_LIBRARIES_PGLOGICAL":    6,
		"SHARED_PRELOAD_LIBRARIES_PG_PREWARM":   7,
		"SHARED_PRELOAD_LIBRARIES_PGAUDIT":      8,
	}
)

Enum value maps for PostgresqlConfig12_1C_SharedPreloadLibraries.

View Source
var (
	PostgresqlConfig12_1C_SynchronousCommit_name = map[int32]string{
		0: "SYNCHRONOUS_COMMIT_UNSPECIFIED",
		1: "SYNCHRONOUS_COMMIT_ON",
		2: "SYNCHRONOUS_COMMIT_OFF",
		3: "SYNCHRONOUS_COMMIT_LOCAL",
		4: "SYNCHRONOUS_COMMIT_REMOTE_WRITE",
		5: "SYNCHRONOUS_COMMIT_REMOTE_APPLY",
	}
	PostgresqlConfig12_1C_SynchronousCommit_value = map[string]int32{
		"SYNCHRONOUS_COMMIT_UNSPECIFIED":  0,
		"SYNCHRONOUS_COMMIT_ON":           1,
		"SYNCHRONOUS_COMMIT_OFF":          2,
		"SYNCHRONOUS_COMMIT_LOCAL":        3,
		"SYNCHRONOUS_COMMIT_REMOTE_WRITE": 4,
		"SYNCHRONOUS_COMMIT_REMOTE_APPLY": 5,
	}
)

Enum value maps for PostgresqlConfig12_1C_SynchronousCommit.

View Source
var (
	PostgresqlConfig12_1C_TransactionIsolation_name = map[int32]string{
		0: "TRANSACTION_ISOLATION_UNSPECIFIED",
		1: "TRANSACTION_ISOLATION_READ_UNCOMMITTED",
		2: "TRANSACTION_ISOLATION_READ_COMMITTED",
		3: "TRANSACTION_ISOLATION_REPEATABLE_READ",
		4: "TRANSACTION_ISOLATION_SERIALIZABLE",
	}
	PostgresqlConfig12_1C_TransactionIsolation_value = map[string]int32{
		"TRANSACTION_ISOLATION_UNSPECIFIED":      0,
		"TRANSACTION_ISOLATION_READ_UNCOMMITTED": 1,
		"TRANSACTION_ISOLATION_READ_COMMITTED":   2,
		"TRANSACTION_ISOLATION_REPEATABLE_READ":  3,
		"TRANSACTION_ISOLATION_SERIALIZABLE":     4,
	}
)

Enum value maps for PostgresqlConfig12_1C_TransactionIsolation.

View Source
var (
	PostgresqlConfig12_1C_WalLevel_name = map[int32]string{
		0: "WAL_LEVEL_UNSPECIFIED",
		1: "WAL_LEVEL_REPLICA",
		2: "WAL_LEVEL_LOGICAL",
	}
	PostgresqlConfig12_1C_WalLevel_value = map[string]int32{
		"WAL_LEVEL_UNSPECIFIED": 0,
		"WAL_LEVEL_REPLICA":     1,
		"WAL_LEVEL_LOGICAL":     2,
	}
)

Enum value maps for PostgresqlConfig12_1C_WalLevel.

View Source
var (
	PostgresqlConfig12_1C_XmlBinary_name = map[int32]string{
		0: "XML_BINARY_UNSPECIFIED",
		1: "XML_BINARY_BASE64",
		2: "XML_BINARY_HEX",
	}
	PostgresqlConfig12_1C_XmlBinary_value = map[string]int32{
		"XML_BINARY_UNSPECIFIED": 0,
		"XML_BINARY_BASE64":      1,
		"XML_BINARY_HEX":         2,
	}
)

Enum value maps for PostgresqlConfig12_1C_XmlBinary.

View Source
var (
	PostgresqlConfig12_1C_XmlOption_name = map[int32]string{
		0: "XML_OPTION_UNSPECIFIED",
		1: "XML_OPTION_DOCUMENT",
		2: "XML_OPTION_CONTENT",
	}
	PostgresqlConfig12_1C_XmlOption_value = map[string]int32{
		"XML_OPTION_UNSPECIFIED": 0,
		"XML_OPTION_DOCUMENT":    1,
		"XML_OPTION_CONTENT":     2,
	}
)

Enum value maps for PostgresqlConfig12_1C_XmlOption.

View Source
var (
	PostgresqlConfig13_BackslashQuote_name = map[int32]string{
		0: "BACKSLASH_QUOTE_UNSPECIFIED",
		1: "BACKSLASH_QUOTE",
		2: "BACKSLASH_QUOTE_ON",
		3: "BACKSLASH_QUOTE_OFF",
		4: "BACKSLASH_QUOTE_SAFE_ENCODING",
	}
	PostgresqlConfig13_BackslashQuote_value = map[string]int32{
		"BACKSLASH_QUOTE_UNSPECIFIED":   0,
		"BACKSLASH_QUOTE":               1,
		"BACKSLASH_QUOTE_ON":            2,
		"BACKSLASH_QUOTE_OFF":           3,
		"BACKSLASH_QUOTE_SAFE_ENCODING": 4,
	}
)

Enum value maps for PostgresqlConfig13_BackslashQuote.

View Source
var (
	PostgresqlConfig13_ByteaOutput_name = map[int32]string{
		0: "BYTEA_OUTPUT_UNSPECIFIED",
		1: "BYTEA_OUTPUT_HEX",
		2: "BYTEA_OUTPUT_ESCAPED",
	}
	PostgresqlConfig13_ByteaOutput_value = map[string]int32{
		"BYTEA_OUTPUT_UNSPECIFIED": 0,
		"BYTEA_OUTPUT_HEX":         1,
		"BYTEA_OUTPUT_ESCAPED":     2,
	}
)

Enum value maps for PostgresqlConfig13_ByteaOutput.

View Source
var (
	PostgresqlConfig13_ConstraintExclusion_name = map[int32]string{
		0: "CONSTRAINT_EXCLUSION_UNSPECIFIED",
		1: "CONSTRAINT_EXCLUSION_ON",
		2: "CONSTRAINT_EXCLUSION_OFF",
		3: "CONSTRAINT_EXCLUSION_PARTITION",
	}
	PostgresqlConfig13_ConstraintExclusion_value = map[string]int32{
		"CONSTRAINT_EXCLUSION_UNSPECIFIED": 0,
		"CONSTRAINT_EXCLUSION_ON":          1,
		"CONSTRAINT_EXCLUSION_OFF":         2,
		"CONSTRAINT_EXCLUSION_PARTITION":   3,
	}
)

Enum value maps for PostgresqlConfig13_ConstraintExclusion.

View Source
var (
	PostgresqlConfig13_ForceParallelMode_name = map[int32]string{
		0: "FORCE_PARALLEL_MODE_UNSPECIFIED",
		1: "FORCE_PARALLEL_MODE_ON",
		2: "FORCE_PARALLEL_MODE_OFF",
		3: "FORCE_PARALLEL_MODE_REGRESS",
	}
	PostgresqlConfig13_ForceParallelMode_value = map[string]int32{
		"FORCE_PARALLEL_MODE_UNSPECIFIED": 0,
		"FORCE_PARALLEL_MODE_ON":          1,
		"FORCE_PARALLEL_MODE_OFF":         2,
		"FORCE_PARALLEL_MODE_REGRESS":     3,
	}
)

Enum value maps for PostgresqlConfig13_ForceParallelMode.

View Source
var (
	PostgresqlConfig13_LogErrorVerbosity_name = map[int32]string{
		0: "LOG_ERROR_VERBOSITY_UNSPECIFIED",
		1: "LOG_ERROR_VERBOSITY_TERSE",
		2: "LOG_ERROR_VERBOSITY_DEFAULT",
		3: "LOG_ERROR_VERBOSITY_VERBOSE",
	}
	PostgresqlConfig13_LogErrorVerbosity_value = map[string]int32{
		"LOG_ERROR_VERBOSITY_UNSPECIFIED": 0,
		"LOG_ERROR_VERBOSITY_TERSE":       1,
		"LOG_ERROR_VERBOSITY_DEFAULT":     2,
		"LOG_ERROR_VERBOSITY_VERBOSE":     3,
	}
)

Enum value maps for PostgresqlConfig13_LogErrorVerbosity.

View Source
var (
	PostgresqlConfig13_LogLevel_name = map[int32]string{
		0:  "LOG_LEVEL_UNSPECIFIED",
		1:  "LOG_LEVEL_DEBUG5",
		2:  "LOG_LEVEL_DEBUG4",
		3:  "LOG_LEVEL_DEBUG3",
		4:  "LOG_LEVEL_DEBUG2",
		5:  "LOG_LEVEL_DEBUG1",
		6:  "LOG_LEVEL_LOG",
		7:  "LOG_LEVEL_NOTICE",
		8:  "LOG_LEVEL_WARNING",
		9:  "LOG_LEVEL_ERROR",
		10: "LOG_LEVEL_FATAL",
		11: "LOG_LEVEL_PANIC",
	}
	PostgresqlConfig13_LogLevel_value = map[string]int32{
		"LOG_LEVEL_UNSPECIFIED": 0,
		"LOG_LEVEL_DEBUG5":      1,
		"LOG_LEVEL_DEBUG4":      2,
		"LOG_LEVEL_DEBUG3":      3,
		"LOG_LEVEL_DEBUG2":      4,
		"LOG_LEVEL_DEBUG1":      5,
		"LOG_LEVEL_LOG":         6,
		"LOG_LEVEL_NOTICE":      7,
		"LOG_LEVEL_WARNING":     8,
		"LOG_LEVEL_ERROR":       9,
		"LOG_LEVEL_FATAL":       10,
		"LOG_LEVEL_PANIC":       11,
	}
)

Enum value maps for PostgresqlConfig13_LogLevel.

View Source
var (
	PostgresqlConfig13_LogStatement_name = map[int32]string{
		0: "LOG_STATEMENT_UNSPECIFIED",
		1: "LOG_STATEMENT_NONE",
		2: "LOG_STATEMENT_DDL",
		3: "LOG_STATEMENT_MOD",
		4: "LOG_STATEMENT_ALL",
	}
	PostgresqlConfig13_LogStatement_value = map[string]int32{
		"LOG_STATEMENT_UNSPECIFIED": 0,
		"LOG_STATEMENT_NONE":        1,
		"LOG_STATEMENT_DDL":         2,
		"LOG_STATEMENT_MOD":         3,
		"LOG_STATEMENT_ALL":         4,
	}
)

Enum value maps for PostgresqlConfig13_LogStatement.

View Source
var (
	PostgresqlConfig13_PasswordEncryption_name = map[int32]string{
		0: "PASSWORD_ENCRYPTION_UNSPECIFIED",
		1: "PASSWORD_ENCRYPTION_MD5",
		2: "PASSWORD_ENCRYPTION_SCRAM_SHA_256",
	}
	PostgresqlConfig13_PasswordEncryption_value = map[string]int32{
		"PASSWORD_ENCRYPTION_UNSPECIFIED":   0,
		"PASSWORD_ENCRYPTION_MD5":           1,
		"PASSWORD_ENCRYPTION_SCRAM_SHA_256": 2,
	}
)

Enum value maps for PostgresqlConfig13_PasswordEncryption.

View Source
var (
	PostgresqlConfig13_PgHintPlanDebugPrint_name = map[int32]string{
		0: "PG_HINT_PLAN_DEBUG_PRINT_UNSPECIFIED",
		1: "PG_HINT_PLAN_DEBUG_PRINT_OFF",
		2: "PG_HINT_PLAN_DEBUG_PRINT_ON",
		3: "PG_HINT_PLAN_DEBUG_PRINT_DETAILED",
		4: "PG_HINT_PLAN_DEBUG_PRINT_VERBOSE",
	}
	PostgresqlConfig13_PgHintPlanDebugPrint_value = map[string]int32{
		"PG_HINT_PLAN_DEBUG_PRINT_UNSPECIFIED": 0,
		"PG_HINT_PLAN_DEBUG_PRINT_OFF":         1,
		"PG_HINT_PLAN_DEBUG_PRINT_ON":          2,
		"PG_HINT_PLAN_DEBUG_PRINT_DETAILED":    3,
		"PG_HINT_PLAN_DEBUG_PRINT_VERBOSE":     4,
	}
)

Enum value maps for PostgresqlConfig13_PgHintPlanDebugPrint.

View Source
var (
	PostgresqlConfig13_PlanCacheMode_name = map[int32]string{
		0: "PLAN_CACHE_MODE_UNSPECIFIED",
		1: "PLAN_CACHE_MODE_AUTO",
		2: "PLAN_CACHE_MODE_FORCE_CUSTOM_PLAN",
		3: "PLAN_CACHE_MODE_FORCE_GENERIC_PLAN",
	}
	PostgresqlConfig13_PlanCacheMode_value = map[string]int32{
		"PLAN_CACHE_MODE_UNSPECIFIED":        0,
		"PLAN_CACHE_MODE_AUTO":               1,
		"PLAN_CACHE_MODE_FORCE_CUSTOM_PLAN":  2,
		"PLAN_CACHE_MODE_FORCE_GENERIC_PLAN": 3,
	}
)

Enum value maps for PostgresqlConfig13_PlanCacheMode.

View Source
var (
	PostgresqlConfig13_SharedPreloadLibraries_name = map[int32]string{
		0: "SHARED_PRELOAD_LIBRARIES_UNSPECIFIED",
		1: "SHARED_PRELOAD_LIBRARIES_AUTO_EXPLAIN",
		2: "SHARED_PRELOAD_LIBRARIES_PG_HINT_PLAN",
		3: "SHARED_PRELOAD_LIBRARIES_TIMESCALEDB",
		4: "SHARED_PRELOAD_LIBRARIES_PG_QUALSTATS",
		5: "SHARED_PRELOAD_LIBRARIES_PG_CRON",
		6: "SHARED_PRELOAD_LIBRARIES_PGLOGICAL",
		7: "SHARED_PRELOAD_LIBRARIES_PG_PREWARM",
		8: "SHARED_PRELOAD_LIBRARIES_PGAUDIT",
	}
	PostgresqlConfig13_SharedPreloadLibraries_value = map[string]int32{
		"SHARED_PRELOAD_LIBRARIES_UNSPECIFIED":  0,
		"SHARED_PRELOAD_LIBRARIES_AUTO_EXPLAIN": 1,
		"SHARED_PRELOAD_LIBRARIES_PG_HINT_PLAN": 2,
		"SHARED_PRELOAD_LIBRARIES_TIMESCALEDB":  3,
		"SHARED_PRELOAD_LIBRARIES_PG_QUALSTATS": 4,
		"SHARED_PRELOAD_LIBRARIES_PG_CRON":      5,
		"SHARED_PRELOAD_LIBRARIES_PGLOGICAL":    6,
		"SHARED_PRELOAD_LIBRARIES_PG_PREWARM":   7,
		"SHARED_PRELOAD_LIBRARIES_PGAUDIT":      8,
	}
)

Enum value maps for PostgresqlConfig13_SharedPreloadLibraries.

View Source
var (
	PostgresqlConfig13_SynchronousCommit_name = map[int32]string{
		0: "SYNCHRONOUS_COMMIT_UNSPECIFIED",
		1: "SYNCHRONOUS_COMMIT_ON",
		2: "SYNCHRONOUS_COMMIT_OFF",
		3: "SYNCHRONOUS_COMMIT_LOCAL",
		4: "SYNCHRONOUS_COMMIT_REMOTE_WRITE",
		5: "SYNCHRONOUS_COMMIT_REMOTE_APPLY",
	}
	PostgresqlConfig13_SynchronousCommit_value = map[string]int32{
		"SYNCHRONOUS_COMMIT_UNSPECIFIED":  0,
		"SYNCHRONOUS_COMMIT_ON":           1,
		"SYNCHRONOUS_COMMIT_OFF":          2,
		"SYNCHRONOUS_COMMIT_LOCAL":        3,
		"SYNCHRONOUS_COMMIT_REMOTE_WRITE": 4,
		"SYNCHRONOUS_COMMIT_REMOTE_APPLY": 5,
	}
)

Enum value maps for PostgresqlConfig13_SynchronousCommit.

View Source
var (
	PostgresqlConfig13_TransactionIsolation_name = map[int32]string{
		0: "TRANSACTION_ISOLATION_UNSPECIFIED",
		1: "TRANSACTION_ISOLATION_READ_UNCOMMITTED",
		2: "TRANSACTION_ISOLATION_READ_COMMITTED",
		3: "TRANSACTION_ISOLATION_REPEATABLE_READ",
		4: "TRANSACTION_ISOLATION_SERIALIZABLE",
	}
	PostgresqlConfig13_TransactionIsolation_value = map[string]int32{
		"TRANSACTION_ISOLATION_UNSPECIFIED":      0,
		"TRANSACTION_ISOLATION_READ_UNCOMMITTED": 1,
		"TRANSACTION_ISOLATION_READ_COMMITTED":   2,
		"TRANSACTION_ISOLATION_REPEATABLE_READ":  3,
		"TRANSACTION_ISOLATION_SERIALIZABLE":     4,
	}
)

Enum value maps for PostgresqlConfig13_TransactionIsolation.

View Source
var (
	PostgresqlConfig13_WalLevel_name = map[int32]string{
		0: "WAL_LEVEL_UNSPECIFIED",
		1: "WAL_LEVEL_REPLICA",
		2: "WAL_LEVEL_LOGICAL",
	}
	PostgresqlConfig13_WalLevel_value = map[string]int32{
		"WAL_LEVEL_UNSPECIFIED": 0,
		"WAL_LEVEL_REPLICA":     1,
		"WAL_LEVEL_LOGICAL":     2,
	}
)

Enum value maps for PostgresqlConfig13_WalLevel.

View Source
var (
	PostgresqlConfig13_XmlBinary_name = map[int32]string{
		0: "XML_BINARY_UNSPECIFIED",
		1: "XML_BINARY_BASE64",
		2: "XML_BINARY_HEX",
	}
	PostgresqlConfig13_XmlBinary_value = map[string]int32{
		"XML_BINARY_UNSPECIFIED": 0,
		"XML_BINARY_BASE64":      1,
		"XML_BINARY_HEX":         2,
	}
)

Enum value maps for PostgresqlConfig13_XmlBinary.

View Source
var (
	PostgresqlConfig13_XmlOption_name = map[int32]string{
		0: "XML_OPTION_UNSPECIFIED",
		1: "XML_OPTION_DOCUMENT",
		2: "XML_OPTION_CONTENT",
	}
	PostgresqlConfig13_XmlOption_value = map[string]int32{
		"XML_OPTION_UNSPECIFIED": 0,
		"XML_OPTION_DOCUMENT":    1,
		"XML_OPTION_CONTENT":     2,
	}
)

Enum value maps for PostgresqlConfig13_XmlOption.

View Source
var (
	PostgresqlConfig13_1C_BackslashQuote_name = map[int32]string{
		0: "BACKSLASH_QUOTE_UNSPECIFIED",
		1: "BACKSLASH_QUOTE",
		2: "BACKSLASH_QUOTE_ON",
		3: "BACKSLASH_QUOTE_OFF",
		4: "BACKSLASH_QUOTE_SAFE_ENCODING",
	}
	PostgresqlConfig13_1C_BackslashQuote_value = map[string]int32{
		"BACKSLASH_QUOTE_UNSPECIFIED":   0,
		"BACKSLASH_QUOTE":               1,
		"BACKSLASH_QUOTE_ON":            2,
		"BACKSLASH_QUOTE_OFF":           3,
		"BACKSLASH_QUOTE_SAFE_ENCODING": 4,
	}
)

Enum value maps for PostgresqlConfig13_1C_BackslashQuote.

View Source
var (
	PostgresqlConfig13_1C_ByteaOutput_name = map[int32]string{
		0: "BYTEA_OUTPUT_UNSPECIFIED",
		1: "BYTEA_OUTPUT_HEX",
		2: "BYTEA_OUTPUT_ESCAPED",
	}
	PostgresqlConfig13_1C_ByteaOutput_value = map[string]int32{
		"BYTEA_OUTPUT_UNSPECIFIED": 0,
		"BYTEA_OUTPUT_HEX":         1,
		"BYTEA_OUTPUT_ESCAPED":     2,
	}
)

Enum value maps for PostgresqlConfig13_1C_ByteaOutput.

View Source
var (
	PostgresqlConfig13_1C_ConstraintExclusion_name = map[int32]string{
		0: "CONSTRAINT_EXCLUSION_UNSPECIFIED",
		1: "CONSTRAINT_EXCLUSION_ON",
		2: "CONSTRAINT_EXCLUSION_OFF",
		3: "CONSTRAINT_EXCLUSION_PARTITION",
	}
	PostgresqlConfig13_1C_ConstraintExclusion_value = map[string]int32{
		"CONSTRAINT_EXCLUSION_UNSPECIFIED": 0,
		"CONSTRAINT_EXCLUSION_ON":          1,
		"CONSTRAINT_EXCLUSION_OFF":         2,
		"CONSTRAINT_EXCLUSION_PARTITION":   3,
	}
)

Enum value maps for PostgresqlConfig13_1C_ConstraintExclusion.

View Source
var (
	PostgresqlConfig13_1C_ForceParallelMode_name = map[int32]string{
		0: "FORCE_PARALLEL_MODE_UNSPECIFIED",
		1: "FORCE_PARALLEL_MODE_ON",
		2: "FORCE_PARALLEL_MODE_OFF",
		3: "FORCE_PARALLEL_MODE_REGRESS",
	}
	PostgresqlConfig13_1C_ForceParallelMode_value = map[string]int32{
		"FORCE_PARALLEL_MODE_UNSPECIFIED": 0,
		"FORCE_PARALLEL_MODE_ON":          1,
		"FORCE_PARALLEL_MODE_OFF":         2,
		"FORCE_PARALLEL_MODE_REGRESS":     3,
	}
)

Enum value maps for PostgresqlConfig13_1C_ForceParallelMode.

View Source
var (
	PostgresqlConfig13_1C_LogErrorVerbosity_name = map[int32]string{
		0: "LOG_ERROR_VERBOSITY_UNSPECIFIED",
		1: "LOG_ERROR_VERBOSITY_TERSE",
		2: "LOG_ERROR_VERBOSITY_DEFAULT",
		3: "LOG_ERROR_VERBOSITY_VERBOSE",
	}
	PostgresqlConfig13_1C_LogErrorVerbosity_value = map[string]int32{
		"LOG_ERROR_VERBOSITY_UNSPECIFIED": 0,
		"LOG_ERROR_VERBOSITY_TERSE":       1,
		"LOG_ERROR_VERBOSITY_DEFAULT":     2,
		"LOG_ERROR_VERBOSITY_VERBOSE":     3,
	}
)

Enum value maps for PostgresqlConfig13_1C_LogErrorVerbosity.

View Source
var (
	PostgresqlConfig13_1C_LogLevel_name = map[int32]string{
		0:  "LOG_LEVEL_UNSPECIFIED",
		1:  "LOG_LEVEL_DEBUG5",
		2:  "LOG_LEVEL_DEBUG4",
		3:  "LOG_LEVEL_DEBUG3",
		4:  "LOG_LEVEL_DEBUG2",
		5:  "LOG_LEVEL_DEBUG1",
		6:  "LOG_LEVEL_LOG",
		7:  "LOG_LEVEL_NOTICE",
		8:  "LOG_LEVEL_WARNING",
		9:  "LOG_LEVEL_ERROR",
		10: "LOG_LEVEL_FATAL",
		11: "LOG_LEVEL_PANIC",
	}
	PostgresqlConfig13_1C_LogLevel_value = map[string]int32{
		"LOG_LEVEL_UNSPECIFIED": 0,
		"LOG_LEVEL_DEBUG5":      1,
		"LOG_LEVEL_DEBUG4":      2,
		"LOG_LEVEL_DEBUG3":      3,
		"LOG_LEVEL_DEBUG2":      4,
		"LOG_LEVEL_DEBUG1":      5,
		"LOG_LEVEL_LOG":         6,
		"LOG_LEVEL_NOTICE":      7,
		"LOG_LEVEL_WARNING":     8,
		"LOG_LEVEL_ERROR":       9,
		"LOG_LEVEL_FATAL":       10,
		"LOG_LEVEL_PANIC":       11,
	}
)

Enum value maps for PostgresqlConfig13_1C_LogLevel.

View Source
var (
	PostgresqlConfig13_1C_LogStatement_name = map[int32]string{
		0: "LOG_STATEMENT_UNSPECIFIED",
		1: "LOG_STATEMENT_NONE",
		2: "LOG_STATEMENT_DDL",
		3: "LOG_STATEMENT_MOD",
		4: "LOG_STATEMENT_ALL",
	}
	PostgresqlConfig13_1C_LogStatement_value = map[string]int32{
		"LOG_STATEMENT_UNSPECIFIED": 0,
		"LOG_STATEMENT_NONE":        1,
		"LOG_STATEMENT_DDL":         2,
		"LOG_STATEMENT_MOD":         3,
		"LOG_STATEMENT_ALL":         4,
	}
)

Enum value maps for PostgresqlConfig13_1C_LogStatement.

View Source
var (
	PostgresqlConfig13_1C_PasswordEncryption_name = map[int32]string{
		0: "PASSWORD_ENCRYPTION_UNSPECIFIED",
		1: "PASSWORD_ENCRYPTION_MD5",
		2: "PASSWORD_ENCRYPTION_SCRAM_SHA_256",
	}
	PostgresqlConfig13_1C_PasswordEncryption_value = map[string]int32{
		"PASSWORD_ENCRYPTION_UNSPECIFIED":   0,
		"PASSWORD_ENCRYPTION_MD5":           1,
		"PASSWORD_ENCRYPTION_SCRAM_SHA_256": 2,
	}
)

Enum value maps for PostgresqlConfig13_1C_PasswordEncryption.

View Source
var (
	PostgresqlConfig13_1C_PgHintPlanDebugPrint_name = map[int32]string{
		0: "PG_HINT_PLAN_DEBUG_PRINT_UNSPECIFIED",
		1: "PG_HINT_PLAN_DEBUG_PRINT_OFF",
		2: "PG_HINT_PLAN_DEBUG_PRINT_ON",
		3: "PG_HINT_PLAN_DEBUG_PRINT_DETAILED",
		4: "PG_HINT_PLAN_DEBUG_PRINT_VERBOSE",
	}
	PostgresqlConfig13_1C_PgHintPlanDebugPrint_value = map[string]int32{
		"PG_HINT_PLAN_DEBUG_PRINT_UNSPECIFIED": 0,
		"PG_HINT_PLAN_DEBUG_PRINT_OFF":         1,
		"PG_HINT_PLAN_DEBUG_PRINT_ON":          2,
		"PG_HINT_PLAN_DEBUG_PRINT_DETAILED":    3,
		"PG_HINT_PLAN_DEBUG_PRINT_VERBOSE":     4,
	}
)

Enum value maps for PostgresqlConfig13_1C_PgHintPlanDebugPrint.

View Source
var (
	PostgresqlConfig13_1C_PlanCacheMode_name = map[int32]string{
		0: "PLAN_CACHE_MODE_UNSPECIFIED",
		1: "PLAN_CACHE_MODE_AUTO",
		2: "PLAN_CACHE_MODE_FORCE_CUSTOM_PLAN",
		3: "PLAN_CACHE_MODE_FORCE_GENERIC_PLAN",
	}
	PostgresqlConfig13_1C_PlanCacheMode_value = map[string]int32{
		"PLAN_CACHE_MODE_UNSPECIFIED":        0,
		"PLAN_CACHE_MODE_AUTO":               1,
		"PLAN_CACHE_MODE_FORCE_CUSTOM_PLAN":  2,
		"PLAN_CACHE_MODE_FORCE_GENERIC_PLAN": 3,
	}
)

Enum value maps for PostgresqlConfig13_1C_PlanCacheMode.

View Source
var (
	PostgresqlConfig13_1C_SharedPreloadLibraries_name = map[int32]string{
		0: "SHARED_PRELOAD_LIBRARIES_UNSPECIFIED",
		1: "SHARED_PRELOAD_LIBRARIES_AUTO_EXPLAIN",
		2: "SHARED_PRELOAD_LIBRARIES_PG_HINT_PLAN",
		3: "SHARED_PRELOAD_LIBRARIES_TIMESCALEDB",
		4: "SHARED_PRELOAD_LIBRARIES_PG_QUALSTATS",
		5: "SHARED_PRELOAD_LIBRARIES_PG_CRON",
		6: "SHARED_PRELOAD_LIBRARIES_PGLOGICAL",
		7: "SHARED_PRELOAD_LIBRARIES_PG_PREWARM",
		8: "SHARED_PRELOAD_LIBRARIES_PGAUDIT",
	}
	PostgresqlConfig13_1C_SharedPreloadLibraries_value = map[string]int32{
		"SHARED_PRELOAD_LIBRARIES_UNSPECIFIED":  0,
		"SHARED_PRELOAD_LIBRARIES_AUTO_EXPLAIN": 1,
		"SHARED_PRELOAD_LIBRARIES_PG_HINT_PLAN": 2,
		"SHARED_PRELOAD_LIBRARIES_TIMESCALEDB":  3,
		"SHARED_PRELOAD_LIBRARIES_PG_QUALSTATS": 4,
		"SHARED_PRELOAD_LIBRARIES_PG_CRON":      5,
		"SHARED_PRELOAD_LIBRARIES_PGLOGICAL":    6,
		"SHARED_PRELOAD_LIBRARIES_PG_PREWARM":   7,
		"SHARED_PRELOAD_LIBRARIES_PGAUDIT":      8,
	}
)

Enum value maps for PostgresqlConfig13_1C_SharedPreloadLibraries.

View Source
var (
	PostgresqlConfig13_1C_SynchronousCommit_name = map[int32]string{
		0: "SYNCHRONOUS_COMMIT_UNSPECIFIED",
		1: "SYNCHRONOUS_COMMIT_ON",
		2: "SYNCHRONOUS_COMMIT_OFF",
		3: "SYNCHRONOUS_COMMIT_LOCAL",
		4: "SYNCHRONOUS_COMMIT_REMOTE_WRITE",
		5: "SYNCHRONOUS_COMMIT_REMOTE_APPLY",
	}
	PostgresqlConfig13_1C_SynchronousCommit_value = map[string]int32{
		"SYNCHRONOUS_COMMIT_UNSPECIFIED":  0,
		"SYNCHRONOUS_COMMIT_ON":           1,
		"SYNCHRONOUS_COMMIT_OFF":          2,
		"SYNCHRONOUS_COMMIT_LOCAL":        3,
		"SYNCHRONOUS_COMMIT_REMOTE_WRITE": 4,
		"SYNCHRONOUS_COMMIT_REMOTE_APPLY": 5,
	}
)

Enum value maps for PostgresqlConfig13_1C_SynchronousCommit.

View Source
var (
	PostgresqlConfig13_1C_TransactionIsolation_name = map[int32]string{
		0: "TRANSACTION_ISOLATION_UNSPECIFIED",
		1: "TRANSACTION_ISOLATION_READ_UNCOMMITTED",
		2: "TRANSACTION_ISOLATION_READ_COMMITTED",
		3: "TRANSACTION_ISOLATION_REPEATABLE_READ",
		4: "TRANSACTION_ISOLATION_SERIALIZABLE",
	}
	PostgresqlConfig13_1C_TransactionIsolation_value = map[string]int32{
		"TRANSACTION_ISOLATION_UNSPECIFIED":      0,
		"TRANSACTION_ISOLATION_READ_UNCOMMITTED": 1,
		"TRANSACTION_ISOLATION_READ_COMMITTED":   2,
		"TRANSACTION_ISOLATION_REPEATABLE_READ":  3,
		"TRANSACTION_ISOLATION_SERIALIZABLE":     4,
	}
)

Enum value maps for PostgresqlConfig13_1C_TransactionIsolation.

View Source
var (
	PostgresqlConfig13_1C_WalLevel_name = map[int32]string{
		0: "WAL_LEVEL_UNSPECIFIED",
		1: "WAL_LEVEL_REPLICA",
		2: "WAL_LEVEL_LOGICAL",
	}
	PostgresqlConfig13_1C_WalLevel_value = map[string]int32{
		"WAL_LEVEL_UNSPECIFIED": 0,
		"WAL_LEVEL_REPLICA":     1,
		"WAL_LEVEL_LOGICAL":     2,
	}
)

Enum value maps for PostgresqlConfig13_1C_WalLevel.

View Source
var (
	PostgresqlConfig13_1C_XmlBinary_name = map[int32]string{
		0: "XML_BINARY_UNSPECIFIED",
		1: "XML_BINARY_BASE64",
		2: "XML_BINARY_HEX",
	}
	PostgresqlConfig13_1C_XmlBinary_value = map[string]int32{
		"XML_BINARY_UNSPECIFIED": 0,
		"XML_BINARY_BASE64":      1,
		"XML_BINARY_HEX":         2,
	}
)

Enum value maps for PostgresqlConfig13_1C_XmlBinary.

View Source
var (
	PostgresqlConfig13_1C_XmlOption_name = map[int32]string{
		0: "XML_OPTION_UNSPECIFIED",
		1: "XML_OPTION_DOCUMENT",
		2: "XML_OPTION_CONTENT",
	}
	PostgresqlConfig13_1C_XmlOption_value = map[string]int32{
		"XML_OPTION_UNSPECIFIED": 0,
		"XML_OPTION_DOCUMENT":    1,
		"XML_OPTION_CONTENT":     2,
	}
)

Enum value maps for PostgresqlConfig13_1C_XmlOption.

View Source
var (
	PostgresqlConfig14_BackslashQuote_name = map[int32]string{
		0: "BACKSLASH_QUOTE_UNSPECIFIED",
		1: "BACKSLASH_QUOTE",
		2: "BACKSLASH_QUOTE_ON",
		3: "BACKSLASH_QUOTE_OFF",
		4: "BACKSLASH_QUOTE_SAFE_ENCODING",
	}
	PostgresqlConfig14_BackslashQuote_value = map[string]int32{
		"BACKSLASH_QUOTE_UNSPECIFIED":   0,
		"BACKSLASH_QUOTE":               1,
		"BACKSLASH_QUOTE_ON":            2,
		"BACKSLASH_QUOTE_OFF":           3,
		"BACKSLASH_QUOTE_SAFE_ENCODING": 4,
	}
)

Enum value maps for PostgresqlConfig14_BackslashQuote.

View Source
var (
	PostgresqlConfig14_ByteaOutput_name = map[int32]string{
		0: "BYTEA_OUTPUT_UNSPECIFIED",
		1: "BYTEA_OUTPUT_HEX",
		2: "BYTEA_OUTPUT_ESCAPED",
	}
	PostgresqlConfig14_ByteaOutput_value = map[string]int32{
		"BYTEA_OUTPUT_UNSPECIFIED": 0,
		"BYTEA_OUTPUT_HEX":         1,
		"BYTEA_OUTPUT_ESCAPED":     2,
	}
)

Enum value maps for PostgresqlConfig14_ByteaOutput.

View Source
var (
	PostgresqlConfig14_ConstraintExclusion_name = map[int32]string{
		0: "CONSTRAINT_EXCLUSION_UNSPECIFIED",
		1: "CONSTRAINT_EXCLUSION_ON",
		2: "CONSTRAINT_EXCLUSION_OFF",
		3: "CONSTRAINT_EXCLUSION_PARTITION",
	}
	PostgresqlConfig14_ConstraintExclusion_value = map[string]int32{
		"CONSTRAINT_EXCLUSION_UNSPECIFIED": 0,
		"CONSTRAINT_EXCLUSION_ON":          1,
		"CONSTRAINT_EXCLUSION_OFF":         2,
		"CONSTRAINT_EXCLUSION_PARTITION":   3,
	}
)

Enum value maps for PostgresqlConfig14_ConstraintExclusion.

View Source
var (
	PostgresqlConfig14_ForceParallelMode_name = map[int32]string{
		0: "FORCE_PARALLEL_MODE_UNSPECIFIED",
		1: "FORCE_PARALLEL_MODE_ON",
		2: "FORCE_PARALLEL_MODE_OFF",
		3: "FORCE_PARALLEL_MODE_REGRESS",
	}
	PostgresqlConfig14_ForceParallelMode_value = map[string]int32{
		"FORCE_PARALLEL_MODE_UNSPECIFIED": 0,
		"FORCE_PARALLEL_MODE_ON":          1,
		"FORCE_PARALLEL_MODE_OFF":         2,
		"FORCE_PARALLEL_MODE_REGRESS":     3,
	}
)

Enum value maps for PostgresqlConfig14_ForceParallelMode.

View Source
var (
	PostgresqlConfig14_LogErrorVerbosity_name = map[int32]string{
		0: "LOG_ERROR_VERBOSITY_UNSPECIFIED",
		1: "LOG_ERROR_VERBOSITY_TERSE",
		2: "LOG_ERROR_VERBOSITY_DEFAULT",
		3: "LOG_ERROR_VERBOSITY_VERBOSE",
	}
	PostgresqlConfig14_LogErrorVerbosity_value = map[string]int32{
		"LOG_ERROR_VERBOSITY_UNSPECIFIED": 0,
		"LOG_ERROR_VERBOSITY_TERSE":       1,
		"LOG_ERROR_VERBOSITY_DEFAULT":     2,
		"LOG_ERROR_VERBOSITY_VERBOSE":     3,
	}
)

Enum value maps for PostgresqlConfig14_LogErrorVerbosity.

View Source
var (
	PostgresqlConfig14_LogLevel_name = map[int32]string{
		0:  "LOG_LEVEL_UNSPECIFIED",
		1:  "LOG_LEVEL_DEBUG5",
		2:  "LOG_LEVEL_DEBUG4",
		3:  "LOG_LEVEL_DEBUG3",
		4:  "LOG_LEVEL_DEBUG2",
		5:  "LOG_LEVEL_DEBUG1",
		6:  "LOG_LEVEL_LOG",
		7:  "LOG_LEVEL_NOTICE",
		8:  "LOG_LEVEL_WARNING",
		9:  "LOG_LEVEL_ERROR",
		10: "LOG_LEVEL_FATAL",
		11: "LOG_LEVEL_PANIC",
	}
	PostgresqlConfig14_LogLevel_value = map[string]int32{
		"LOG_LEVEL_UNSPECIFIED": 0,
		"LOG_LEVEL_DEBUG5":      1,
		"LOG_LEVEL_DEBUG4":      2,
		"LOG_LEVEL_DEBUG3":      3,
		"LOG_LEVEL_DEBUG2":      4,
		"LOG_LEVEL_DEBUG1":      5,
		"LOG_LEVEL_LOG":         6,
		"LOG_LEVEL_NOTICE":      7,
		"LOG_LEVEL_WARNING":     8,
		"LOG_LEVEL_ERROR":       9,
		"LOG_LEVEL_FATAL":       10,
		"LOG_LEVEL_PANIC":       11,
	}
)

Enum value maps for PostgresqlConfig14_LogLevel.

View Source
var (
	PostgresqlConfig14_LogStatement_name = map[int32]string{
		0: "LOG_STATEMENT_UNSPECIFIED",
		1: "LOG_STATEMENT_NONE",
		2: "LOG_STATEMENT_DDL",
		3: "LOG_STATEMENT_MOD",
		4: "LOG_STATEMENT_ALL",
	}
	PostgresqlConfig14_LogStatement_value = map[string]int32{
		"LOG_STATEMENT_UNSPECIFIED": 0,
		"LOG_STATEMENT_NONE":        1,
		"LOG_STATEMENT_DDL":         2,
		"LOG_STATEMENT_MOD":         3,
		"LOG_STATEMENT_ALL":         4,
	}
)

Enum value maps for PostgresqlConfig14_LogStatement.

View Source
var (
	PostgresqlConfig14_PasswordEncryption_name = map[int32]string{
		0: "PASSWORD_ENCRYPTION_UNSPECIFIED",
		1: "PASSWORD_ENCRYPTION_MD5",
		2: "PASSWORD_ENCRYPTION_SCRAM_SHA_256",
	}
	PostgresqlConfig14_PasswordEncryption_value = map[string]int32{
		"PASSWORD_ENCRYPTION_UNSPECIFIED":   0,
		"PASSWORD_ENCRYPTION_MD5":           1,
		"PASSWORD_ENCRYPTION_SCRAM_SHA_256": 2,
	}
)

Enum value maps for PostgresqlConfig14_PasswordEncryption.

View Source
var (
	PostgresqlConfig14_PgHintPlanDebugPrint_name = map[int32]string{
		0: "PG_HINT_PLAN_DEBUG_PRINT_UNSPECIFIED",
		1: "PG_HINT_PLAN_DEBUG_PRINT_OFF",
		2: "PG_HINT_PLAN_DEBUG_PRINT_ON",
		3: "PG_HINT_PLAN_DEBUG_PRINT_DETAILED",
		4: "PG_HINT_PLAN_DEBUG_PRINT_VERBOSE",
	}
	PostgresqlConfig14_PgHintPlanDebugPrint_value = map[string]int32{
		"PG_HINT_PLAN_DEBUG_PRINT_UNSPECIFIED": 0,
		"PG_HINT_PLAN_DEBUG_PRINT_OFF":         1,
		"PG_HINT_PLAN_DEBUG_PRINT_ON":          2,
		"PG_HINT_PLAN_DEBUG_PRINT_DETAILED":    3,
		"PG_HINT_PLAN_DEBUG_PRINT_VERBOSE":     4,
	}
)

Enum value maps for PostgresqlConfig14_PgHintPlanDebugPrint.

View Source
var (
	PostgresqlConfig14_PlanCacheMode_name = map[int32]string{
		0: "PLAN_CACHE_MODE_UNSPECIFIED",
		1: "PLAN_CACHE_MODE_AUTO",
		2: "PLAN_CACHE_MODE_FORCE_CUSTOM_PLAN",
		3: "PLAN_CACHE_MODE_FORCE_GENERIC_PLAN",
	}
	PostgresqlConfig14_PlanCacheMode_value = map[string]int32{
		"PLAN_CACHE_MODE_UNSPECIFIED":        0,
		"PLAN_CACHE_MODE_AUTO":               1,
		"PLAN_CACHE_MODE_FORCE_CUSTOM_PLAN":  2,
		"PLAN_CACHE_MODE_FORCE_GENERIC_PLAN": 3,
	}
)

Enum value maps for PostgresqlConfig14_PlanCacheMode.

View Source
var (
	PostgresqlConfig14_SharedPreloadLibraries_name = map[int32]string{
		0: "SHARED_PRELOAD_LIBRARIES_UNSPECIFIED",
		1: "SHARED_PRELOAD_LIBRARIES_AUTO_EXPLAIN",
		2: "SHARED_PRELOAD_LIBRARIES_PG_HINT_PLAN",
		3: "SHARED_PRELOAD_LIBRARIES_TIMESCALEDB",
		4: "SHARED_PRELOAD_LIBRARIES_PG_QUALSTATS",
		5: "SHARED_PRELOAD_LIBRARIES_PG_CRON",
		6: "SHARED_PRELOAD_LIBRARIES_PGLOGICAL",
		7: "SHARED_PRELOAD_LIBRARIES_PG_PREWARM",
		8: "SHARED_PRELOAD_LIBRARIES_PGAUDIT",
	}
	PostgresqlConfig14_SharedPreloadLibraries_value = map[string]int32{
		"SHARED_PRELOAD_LIBRARIES_UNSPECIFIED":  0,
		"SHARED_PRELOAD_LIBRARIES_AUTO_EXPLAIN": 1,
		"SHARED_PRELOAD_LIBRARIES_PG_HINT_PLAN": 2,
		"SHARED_PRELOAD_LIBRARIES_TIMESCALEDB":  3,
		"SHARED_PRELOAD_LIBRARIES_PG_QUALSTATS": 4,
		"SHARED_PRELOAD_LIBRARIES_PG_CRON":      5,
		"SHARED_PRELOAD_LIBRARIES_PGLOGICAL":    6,
		"SHARED_PRELOAD_LIBRARIES_PG_PREWARM":   7,
		"SHARED_PRELOAD_LIBRARIES_PGAUDIT":      8,
	}
)

Enum value maps for PostgresqlConfig14_SharedPreloadLibraries.

View Source
var (
	PostgresqlConfig14_SynchronousCommit_name = map[int32]string{
		0: "SYNCHRONOUS_COMMIT_UNSPECIFIED",
		1: "SYNCHRONOUS_COMMIT_ON",
		2: "SYNCHRONOUS_COMMIT_OFF",
		3: "SYNCHRONOUS_COMMIT_LOCAL",
		4: "SYNCHRONOUS_COMMIT_REMOTE_WRITE",
		5: "SYNCHRONOUS_COMMIT_REMOTE_APPLY",
	}
	PostgresqlConfig14_SynchronousCommit_value = map[string]int32{
		"SYNCHRONOUS_COMMIT_UNSPECIFIED":  0,
		"SYNCHRONOUS_COMMIT_ON":           1,
		"SYNCHRONOUS_COMMIT_OFF":          2,
		"SYNCHRONOUS_COMMIT_LOCAL":        3,
		"SYNCHRONOUS_COMMIT_REMOTE_WRITE": 4,
		"SYNCHRONOUS_COMMIT_REMOTE_APPLY": 5,
	}
)

Enum value maps for PostgresqlConfig14_SynchronousCommit.

View Source
var (
	PostgresqlConfig14_TransactionIsolation_name = map[int32]string{
		0: "TRANSACTION_ISOLATION_UNSPECIFIED",
		1: "TRANSACTION_ISOLATION_READ_UNCOMMITTED",
		2: "TRANSACTION_ISOLATION_READ_COMMITTED",
		3: "TRANSACTION_ISOLATION_REPEATABLE_READ",
		4: "TRANSACTION_ISOLATION_SERIALIZABLE",
	}
	PostgresqlConfig14_TransactionIsolation_value = map[string]int32{
		"TRANSACTION_ISOLATION_UNSPECIFIED":      0,
		"TRANSACTION_ISOLATION_READ_UNCOMMITTED": 1,
		"TRANSACTION_ISOLATION_READ_COMMITTED":   2,
		"TRANSACTION_ISOLATION_REPEATABLE_READ":  3,
		"TRANSACTION_ISOLATION_SERIALIZABLE":     4,
	}
)

Enum value maps for PostgresqlConfig14_TransactionIsolation.

View Source
var (
	PostgresqlConfig14_WalLevel_name = map[int32]string{
		0: "WAL_LEVEL_UNSPECIFIED",
		1: "WAL_LEVEL_REPLICA",
		2: "WAL_LEVEL_LOGICAL",
	}
	PostgresqlConfig14_WalLevel_value = map[string]int32{
		"WAL_LEVEL_UNSPECIFIED": 0,
		"WAL_LEVEL_REPLICA":     1,
		"WAL_LEVEL_LOGICAL":     2,
	}
)

Enum value maps for PostgresqlConfig14_WalLevel.

View Source
var (
	PostgresqlConfig14_XmlBinary_name = map[int32]string{
		0: "XML_BINARY_UNSPECIFIED",
		1: "XML_BINARY_BASE64",
		2: "XML_BINARY_HEX",
	}
	PostgresqlConfig14_XmlBinary_value = map[string]int32{
		"XML_BINARY_UNSPECIFIED": 0,
		"XML_BINARY_BASE64":      1,
		"XML_BINARY_HEX":         2,
	}
)

Enum value maps for PostgresqlConfig14_XmlBinary.

View Source
var (
	PostgresqlConfig14_XmlOption_name = map[int32]string{
		0: "XML_OPTION_UNSPECIFIED",
		1: "XML_OPTION_DOCUMENT",
		2: "XML_OPTION_CONTENT",
	}
	PostgresqlConfig14_XmlOption_value = map[string]int32{
		"XML_OPTION_UNSPECIFIED": 0,
		"XML_OPTION_DOCUMENT":    1,
		"XML_OPTION_CONTENT":     2,
	}
)

Enum value maps for PostgresqlConfig14_XmlOption.

View Source
var (
	PostgresqlConfig14_1C_BackslashQuote_name = map[int32]string{
		0: "BACKSLASH_QUOTE_UNSPECIFIED",
		1: "BACKSLASH_QUOTE",
		2: "BACKSLASH_QUOTE_ON",
		3: "BACKSLASH_QUOTE_OFF",
		4: "BACKSLASH_QUOTE_SAFE_ENCODING",
	}
	PostgresqlConfig14_1C_BackslashQuote_value = map[string]int32{
		"BACKSLASH_QUOTE_UNSPECIFIED":   0,
		"BACKSLASH_QUOTE":               1,
		"BACKSLASH_QUOTE_ON":            2,
		"BACKSLASH_QUOTE_OFF":           3,
		"BACKSLASH_QUOTE_SAFE_ENCODING": 4,
	}
)

Enum value maps for PostgresqlConfig14_1C_BackslashQuote.

View Source
var (
	PostgresqlConfig14_1C_ByteaOutput_name = map[int32]string{
		0: "BYTEA_OUTPUT_UNSPECIFIED",
		1: "BYTEA_OUTPUT_HEX",
		2: "BYTEA_OUTPUT_ESCAPED",
	}
	PostgresqlConfig14_1C_ByteaOutput_value = map[string]int32{
		"BYTEA_OUTPUT_UNSPECIFIED": 0,
		"BYTEA_OUTPUT_HEX":         1,
		"BYTEA_OUTPUT_ESCAPED":     2,
	}
)

Enum value maps for PostgresqlConfig14_1C_ByteaOutput.

View Source
var (
	PostgresqlConfig14_1C_ConstraintExclusion_name = map[int32]string{
		0: "CONSTRAINT_EXCLUSION_UNSPECIFIED",
		1: "CONSTRAINT_EXCLUSION_ON",
		2: "CONSTRAINT_EXCLUSION_OFF",
		3: "CONSTRAINT_EXCLUSION_PARTITION",
	}
	PostgresqlConfig14_1C_ConstraintExclusion_value = map[string]int32{
		"CONSTRAINT_EXCLUSION_UNSPECIFIED": 0,
		"CONSTRAINT_EXCLUSION_ON":          1,
		"CONSTRAINT_EXCLUSION_OFF":         2,
		"CONSTRAINT_EXCLUSION_PARTITION":   3,
	}
)

Enum value maps for PostgresqlConfig14_1C_ConstraintExclusion.

View Source
var (
	PostgresqlConfig14_1C_ForceParallelMode_name = map[int32]string{
		0: "FORCE_PARALLEL_MODE_UNSPECIFIED",
		1: "FORCE_PARALLEL_MODE_ON",
		2: "FORCE_PARALLEL_MODE_OFF",
		3: "FORCE_PARALLEL_MODE_REGRESS",
	}
	PostgresqlConfig14_1C_ForceParallelMode_value = map[string]int32{
		"FORCE_PARALLEL_MODE_UNSPECIFIED": 0,
		"FORCE_PARALLEL_MODE_ON":          1,
		"FORCE_PARALLEL_MODE_OFF":         2,
		"FORCE_PARALLEL_MODE_REGRESS":     3,
	}
)

Enum value maps for PostgresqlConfig14_1C_ForceParallelMode.

View Source
var (
	PostgresqlConfig14_1C_LogErrorVerbosity_name = map[int32]string{
		0: "LOG_ERROR_VERBOSITY_UNSPECIFIED",
		1: "LOG_ERROR_VERBOSITY_TERSE",
		2: "LOG_ERROR_VERBOSITY_DEFAULT",
		3: "LOG_ERROR_VERBOSITY_VERBOSE",
	}
	PostgresqlConfig14_1C_LogErrorVerbosity_value = map[string]int32{
		"LOG_ERROR_VERBOSITY_UNSPECIFIED": 0,
		"LOG_ERROR_VERBOSITY_TERSE":       1,
		"LOG_ERROR_VERBOSITY_DEFAULT":     2,
		"LOG_ERROR_VERBOSITY_VERBOSE":     3,
	}
)

Enum value maps for PostgresqlConfig14_1C_LogErrorVerbosity.

View Source
var (
	PostgresqlConfig14_1C_LogLevel_name = map[int32]string{
		0:  "LOG_LEVEL_UNSPECIFIED",
		1:  "LOG_LEVEL_DEBUG5",
		2:  "LOG_LEVEL_DEBUG4",
		3:  "LOG_LEVEL_DEBUG3",
		4:  "LOG_LEVEL_DEBUG2",
		5:  "LOG_LEVEL_DEBUG1",
		6:  "LOG_LEVEL_LOG",
		7:  "LOG_LEVEL_NOTICE",
		8:  "LOG_LEVEL_WARNING",
		9:  "LOG_LEVEL_ERROR",
		10: "LOG_LEVEL_FATAL",
		11: "LOG_LEVEL_PANIC",
	}
	PostgresqlConfig14_1C_LogLevel_value = map[string]int32{
		"LOG_LEVEL_UNSPECIFIED": 0,
		"LOG_LEVEL_DEBUG5":      1,
		"LOG_LEVEL_DEBUG4":      2,
		"LOG_LEVEL_DEBUG3":      3,
		"LOG_LEVEL_DEBUG2":      4,
		"LOG_LEVEL_DEBUG1":      5,
		"LOG_LEVEL_LOG":         6,
		"LOG_LEVEL_NOTICE":      7,
		"LOG_LEVEL_WARNING":     8,
		"LOG_LEVEL_ERROR":       9,
		"LOG_LEVEL_FATAL":       10,
		"LOG_LEVEL_PANIC":       11,
	}
)

Enum value maps for PostgresqlConfig14_1C_LogLevel.

View Source
var (
	PostgresqlConfig14_1C_LogStatement_name = map[int32]string{
		0: "LOG_STATEMENT_UNSPECIFIED",
		1: "LOG_STATEMENT_NONE",
		2: "LOG_STATEMENT_DDL",
		3: "LOG_STATEMENT_MOD",
		4: "LOG_STATEMENT_ALL",
	}
	PostgresqlConfig14_1C_LogStatement_value = map[string]int32{
		"LOG_STATEMENT_UNSPECIFIED": 0,
		"LOG_STATEMENT_NONE":        1,
		"LOG_STATEMENT_DDL":         2,
		"LOG_STATEMENT_MOD":         3,
		"LOG_STATEMENT_ALL":         4,
	}
)

Enum value maps for PostgresqlConfig14_1C_LogStatement.

View Source
var (
	PostgresqlConfig14_1C_PasswordEncryption_name = map[int32]string{
		0: "PASSWORD_ENCRYPTION_UNSPECIFIED",
		1: "PASSWORD_ENCRYPTION_MD5",
		2: "PASSWORD_ENCRYPTION_SCRAM_SHA_256",
	}
	PostgresqlConfig14_1C_PasswordEncryption_value = map[string]int32{
		"PASSWORD_ENCRYPTION_UNSPECIFIED":   0,
		"PASSWORD_ENCRYPTION_MD5":           1,
		"PASSWORD_ENCRYPTION_SCRAM_SHA_256": 2,
	}
)

Enum value maps for PostgresqlConfig14_1C_PasswordEncryption.

View Source
var (
	PostgresqlConfig14_1C_PgHintPlanDebugPrint_name = map[int32]string{
		0: "PG_HINT_PLAN_DEBUG_PRINT_UNSPECIFIED",
		1: "PG_HINT_PLAN_DEBUG_PRINT_OFF",
		2: "PG_HINT_PLAN_DEBUG_PRINT_ON",
		3: "PG_HINT_PLAN_DEBUG_PRINT_DETAILED",
		4: "PG_HINT_PLAN_DEBUG_PRINT_VERBOSE",
	}
	PostgresqlConfig14_1C_PgHintPlanDebugPrint_value = map[string]int32{
		"PG_HINT_PLAN_DEBUG_PRINT_UNSPECIFIED": 0,
		"PG_HINT_PLAN_DEBUG_PRINT_OFF":         1,
		"PG_HINT_PLAN_DEBUG_PRINT_ON":          2,
		"PG_HINT_PLAN_DEBUG_PRINT_DETAILED":    3,
		"PG_HINT_PLAN_DEBUG_PRINT_VERBOSE":     4,
	}
)

Enum value maps for PostgresqlConfig14_1C_PgHintPlanDebugPrint.

View Source
var (
	PostgresqlConfig14_1C_PlanCacheMode_name = map[int32]string{
		0: "PLAN_CACHE_MODE_UNSPECIFIED",
		1: "PLAN_CACHE_MODE_AUTO",
		2: "PLAN_CACHE_MODE_FORCE_CUSTOM_PLAN",
		3: "PLAN_CACHE_MODE_FORCE_GENERIC_PLAN",
	}
	PostgresqlConfig14_1C_PlanCacheMode_value = map[string]int32{
		"PLAN_CACHE_MODE_UNSPECIFIED":        0,
		"PLAN_CACHE_MODE_AUTO":               1,
		"PLAN_CACHE_MODE_FORCE_CUSTOM_PLAN":  2,
		"PLAN_CACHE_MODE_FORCE_GENERIC_PLAN": 3,
	}
)

Enum value maps for PostgresqlConfig14_1C_PlanCacheMode.

View Source
var (
	PostgresqlConfig14_1C_SharedPreloadLibraries_name = map[int32]string{
		0: "SHARED_PRELOAD_LIBRARIES_UNSPECIFIED",
		1: "SHARED_PRELOAD_LIBRARIES_AUTO_EXPLAIN",
		2: "SHARED_PRELOAD_LIBRARIES_PG_HINT_PLAN",
		3: "SHARED_PRELOAD_LIBRARIES_TIMESCALEDB",
		4: "SHARED_PRELOAD_LIBRARIES_PG_QUALSTATS",
		5: "SHARED_PRELOAD_LIBRARIES_PG_CRON",
		6: "SHARED_PRELOAD_LIBRARIES_PGLOGICAL",
		7: "SHARED_PRELOAD_LIBRARIES_PG_PREWARM",
		8: "SHARED_PRELOAD_LIBRARIES_PGAUDIT",
	}
	PostgresqlConfig14_1C_SharedPreloadLibraries_value = map[string]int32{
		"SHARED_PRELOAD_LIBRARIES_UNSPECIFIED":  0,
		"SHARED_PRELOAD_LIBRARIES_AUTO_EXPLAIN": 1,
		"SHARED_PRELOAD_LIBRARIES_PG_HINT_PLAN": 2,
		"SHARED_PRELOAD_LIBRARIES_TIMESCALEDB":  3,
		"SHARED_PRELOAD_LIBRARIES_PG_QUALSTATS": 4,
		"SHARED_PRELOAD_LIBRARIES_PG_CRON":      5,
		"SHARED_PRELOAD_LIBRARIES_PGLOGICAL":    6,
		"SHARED_PRELOAD_LIBRARIES_PG_PREWARM":   7,
		"SHARED_PRELOAD_LIBRARIES_PGAUDIT":      8,
	}
)

Enum value maps for PostgresqlConfig14_1C_SharedPreloadLibraries.

View Source
var (
	PostgresqlConfig14_1C_SynchronousCommit_name = map[int32]string{
		0: "SYNCHRONOUS_COMMIT_UNSPECIFIED",
		1: "SYNCHRONOUS_COMMIT_ON",
		2: "SYNCHRONOUS_COMMIT_OFF",
		3: "SYNCHRONOUS_COMMIT_LOCAL",
		4: "SYNCHRONOUS_COMMIT_REMOTE_WRITE",
		5: "SYNCHRONOUS_COMMIT_REMOTE_APPLY",
	}
	PostgresqlConfig14_1C_SynchronousCommit_value = map[string]int32{
		"SYNCHRONOUS_COMMIT_UNSPECIFIED":  0,
		"SYNCHRONOUS_COMMIT_ON":           1,
		"SYNCHRONOUS_COMMIT_OFF":          2,
		"SYNCHRONOUS_COMMIT_LOCAL":        3,
		"SYNCHRONOUS_COMMIT_REMOTE_WRITE": 4,
		"SYNCHRONOUS_COMMIT_REMOTE_APPLY": 5,
	}
)

Enum value maps for PostgresqlConfig14_1C_SynchronousCommit.

View Source
var (
	PostgresqlConfig14_1C_TransactionIsolation_name = map[int32]string{
		0: "TRANSACTION_ISOLATION_UNSPECIFIED",
		1: "TRANSACTION_ISOLATION_READ_UNCOMMITTED",
		2: "TRANSACTION_ISOLATION_READ_COMMITTED",
		3: "TRANSACTION_ISOLATION_REPEATABLE_READ",
		4: "TRANSACTION_ISOLATION_SERIALIZABLE",
	}
	PostgresqlConfig14_1C_TransactionIsolation_value = map[string]int32{
		"TRANSACTION_ISOLATION_UNSPECIFIED":      0,
		"TRANSACTION_ISOLATION_READ_UNCOMMITTED": 1,
		"TRANSACTION_ISOLATION_READ_COMMITTED":   2,
		"TRANSACTION_ISOLATION_REPEATABLE_READ":  3,
		"TRANSACTION_ISOLATION_SERIALIZABLE":     4,
	}
)

Enum value maps for PostgresqlConfig14_1C_TransactionIsolation.

View Source
var (
	PostgresqlConfig14_1C_WalLevel_name = map[int32]string{
		0: "WAL_LEVEL_UNSPECIFIED",
		1: "WAL_LEVEL_REPLICA",
		2: "WAL_LEVEL_LOGICAL",
	}
	PostgresqlConfig14_1C_WalLevel_value = map[string]int32{
		"WAL_LEVEL_UNSPECIFIED": 0,
		"WAL_LEVEL_REPLICA":     1,
		"WAL_LEVEL_LOGICAL":     2,
	}
)

Enum value maps for PostgresqlConfig14_1C_WalLevel.

View Source
var (
	PostgresqlConfig14_1C_XmlBinary_name = map[int32]string{
		0: "XML_BINARY_UNSPECIFIED",
		1: "XML_BINARY_BASE64",
		2: "XML_BINARY_HEX",
	}
	PostgresqlConfig14_1C_XmlBinary_value = map[string]int32{
		"XML_BINARY_UNSPECIFIED": 0,
		"XML_BINARY_BASE64":      1,
		"XML_BINARY_HEX":         2,
	}
)

Enum value maps for PostgresqlConfig14_1C_XmlBinary.

View Source
var (
	PostgresqlConfig14_1C_XmlOption_name = map[int32]string{
		0: "XML_OPTION_UNSPECIFIED",
		1: "XML_OPTION_DOCUMENT",
		2: "XML_OPTION_CONTENT",
	}
	PostgresqlConfig14_1C_XmlOption_value = map[string]int32{
		"XML_OPTION_UNSPECIFIED": 0,
		"XML_OPTION_DOCUMENT":    1,
		"XML_OPTION_CONTENT":     2,
	}
)

Enum value maps for PostgresqlConfig14_1C_XmlOption.

View Source
var (
	PostgresqlConfig15_BackslashQuote_name = map[int32]string{
		0: "BACKSLASH_QUOTE_UNSPECIFIED",
		1: "BACKSLASH_QUOTE",
		2: "BACKSLASH_QUOTE_ON",
		3: "BACKSLASH_QUOTE_OFF",
		4: "BACKSLASH_QUOTE_SAFE_ENCODING",
	}
	PostgresqlConfig15_BackslashQuote_value = map[string]int32{
		"BACKSLASH_QUOTE_UNSPECIFIED":   0,
		"BACKSLASH_QUOTE":               1,
		"BACKSLASH_QUOTE_ON":            2,
		"BACKSLASH_QUOTE_OFF":           3,
		"BACKSLASH_QUOTE_SAFE_ENCODING": 4,
	}
)

Enum value maps for PostgresqlConfig15_BackslashQuote.

View Source
var (
	PostgresqlConfig15_ByteaOutput_name = map[int32]string{
		0: "BYTEA_OUTPUT_UNSPECIFIED",
		1: "BYTEA_OUTPUT_HEX",
		2: "BYTEA_OUTPUT_ESCAPED",
	}
	PostgresqlConfig15_ByteaOutput_value = map[string]int32{
		"BYTEA_OUTPUT_UNSPECIFIED": 0,
		"BYTEA_OUTPUT_HEX":         1,
		"BYTEA_OUTPUT_ESCAPED":     2,
	}
)

Enum value maps for PostgresqlConfig15_ByteaOutput.

View Source
var (
	PostgresqlConfig15_ConstraintExclusion_name = map[int32]string{
		0: "CONSTRAINT_EXCLUSION_UNSPECIFIED",
		1: "CONSTRAINT_EXCLUSION_ON",
		2: "CONSTRAINT_EXCLUSION_OFF",
		3: "CONSTRAINT_EXCLUSION_PARTITION",
	}
	PostgresqlConfig15_ConstraintExclusion_value = map[string]int32{
		"CONSTRAINT_EXCLUSION_UNSPECIFIED": 0,
		"CONSTRAINT_EXCLUSION_ON":          1,
		"CONSTRAINT_EXCLUSION_OFF":         2,
		"CONSTRAINT_EXCLUSION_PARTITION":   3,
	}
)

Enum value maps for PostgresqlConfig15_ConstraintExclusion.

View Source
var (
	PostgresqlConfig15_ForceParallelMode_name = map[int32]string{
		0: "FORCE_PARALLEL_MODE_UNSPECIFIED",
		1: "FORCE_PARALLEL_MODE_ON",
		2: "FORCE_PARALLEL_MODE_OFF",
		3: "FORCE_PARALLEL_MODE_REGRESS",
	}
	PostgresqlConfig15_ForceParallelMode_value = map[string]int32{
		"FORCE_PARALLEL_MODE_UNSPECIFIED": 0,
		"FORCE_PARALLEL_MODE_ON":          1,
		"FORCE_PARALLEL_MODE_OFF":         2,
		"FORCE_PARALLEL_MODE_REGRESS":     3,
	}
)

Enum value maps for PostgresqlConfig15_ForceParallelMode.

View Source
var (
	PostgresqlConfig15_LogErrorVerbosity_name = map[int32]string{
		0: "LOG_ERROR_VERBOSITY_UNSPECIFIED",
		1: "LOG_ERROR_VERBOSITY_TERSE",
		2: "LOG_ERROR_VERBOSITY_DEFAULT",
		3: "LOG_ERROR_VERBOSITY_VERBOSE",
	}
	PostgresqlConfig15_LogErrorVerbosity_value = map[string]int32{
		"LOG_ERROR_VERBOSITY_UNSPECIFIED": 0,
		"LOG_ERROR_VERBOSITY_TERSE":       1,
		"LOG_ERROR_VERBOSITY_DEFAULT":     2,
		"LOG_ERROR_VERBOSITY_VERBOSE":     3,
	}
)

Enum value maps for PostgresqlConfig15_LogErrorVerbosity.

View Source
var (
	PostgresqlConfig15_LogLevel_name = map[int32]string{
		0:  "LOG_LEVEL_UNSPECIFIED",
		1:  "LOG_LEVEL_DEBUG5",
		2:  "LOG_LEVEL_DEBUG4",
		3:  "LOG_LEVEL_DEBUG3",
		4:  "LOG_LEVEL_DEBUG2",
		5:  "LOG_LEVEL_DEBUG1",
		6:  "LOG_LEVEL_LOG",
		7:  "LOG_LEVEL_NOTICE",
		8:  "LOG_LEVEL_WARNING",
		9:  "LOG_LEVEL_ERROR",
		10: "LOG_LEVEL_FATAL",
		11: "LOG_LEVEL_PANIC",
	}
	PostgresqlConfig15_LogLevel_value = map[string]int32{
		"LOG_LEVEL_UNSPECIFIED": 0,
		"LOG_LEVEL_DEBUG5":      1,
		"LOG_LEVEL_DEBUG4":      2,
		"LOG_LEVEL_DEBUG3":      3,
		"LOG_LEVEL_DEBUG2":      4,
		"LOG_LEVEL_DEBUG1":      5,
		"LOG_LEVEL_LOG":         6,
		"LOG_LEVEL_NOTICE":      7,
		"LOG_LEVEL_WARNING":     8,
		"LOG_LEVEL_ERROR":       9,
		"LOG_LEVEL_FATAL":       10,
		"LOG_LEVEL_PANIC":       11,
	}
)

Enum value maps for PostgresqlConfig15_LogLevel.

View Source
var (
	PostgresqlConfig15_LogStatement_name = map[int32]string{
		0: "LOG_STATEMENT_UNSPECIFIED",
		1: "LOG_STATEMENT_NONE",
		2: "LOG_STATEMENT_DDL",
		3: "LOG_STATEMENT_MOD",
		4: "LOG_STATEMENT_ALL",
	}
	PostgresqlConfig15_LogStatement_value = map[string]int32{
		"LOG_STATEMENT_UNSPECIFIED": 0,
		"LOG_STATEMENT_NONE":        1,
		"LOG_STATEMENT_DDL":         2,
		"LOG_STATEMENT_MOD":         3,
		"LOG_STATEMENT_ALL":         4,
	}
)

Enum value maps for PostgresqlConfig15_LogStatement.

View Source
var (
	PostgresqlConfig15_PasswordEncryption_name = map[int32]string{
		0: "PASSWORD_ENCRYPTION_UNSPECIFIED",
		1: "PASSWORD_ENCRYPTION_MD5",
		2: "PASSWORD_ENCRYPTION_SCRAM_SHA_256",
	}
	PostgresqlConfig15_PasswordEncryption_value = map[string]int32{
		"PASSWORD_ENCRYPTION_UNSPECIFIED":   0,
		"PASSWORD_ENCRYPTION_MD5":           1,
		"PASSWORD_ENCRYPTION_SCRAM_SHA_256": 2,
	}
)

Enum value maps for PostgresqlConfig15_PasswordEncryption.

View Source
var (
	PostgresqlConfig15_PgHintPlanDebugPrint_name = map[int32]string{
		0: "PG_HINT_PLAN_DEBUG_PRINT_UNSPECIFIED",
		1: "PG_HINT_PLAN_DEBUG_PRINT_OFF",
		2: "PG_HINT_PLAN_DEBUG_PRINT_ON",
		3: "PG_HINT_PLAN_DEBUG_PRINT_DETAILED",
		4: "PG_HINT_PLAN_DEBUG_PRINT_VERBOSE",
	}
	PostgresqlConfig15_PgHintPlanDebugPrint_value = map[string]int32{
		"PG_HINT_PLAN_DEBUG_PRINT_UNSPECIFIED": 0,
		"PG_HINT_PLAN_DEBUG_PRINT_OFF":         1,
		"PG_HINT_PLAN_DEBUG_PRINT_ON":          2,
		"PG_HINT_PLAN_DEBUG_PRINT_DETAILED":    3,
		"PG_HINT_PLAN_DEBUG_PRINT_VERBOSE":     4,
	}
)

Enum value maps for PostgresqlConfig15_PgHintPlanDebugPrint.

View Source
var (
	PostgresqlConfig15_PlanCacheMode_name = map[int32]string{
		0: "PLAN_CACHE_MODE_UNSPECIFIED",
		1: "PLAN_CACHE_MODE_AUTO",
		2: "PLAN_CACHE_MODE_FORCE_CUSTOM_PLAN",
		3: "PLAN_CACHE_MODE_FORCE_GENERIC_PLAN",
	}
	PostgresqlConfig15_PlanCacheMode_value = map[string]int32{
		"PLAN_CACHE_MODE_UNSPECIFIED":        0,
		"PLAN_CACHE_MODE_AUTO":               1,
		"PLAN_CACHE_MODE_FORCE_CUSTOM_PLAN":  2,
		"PLAN_CACHE_MODE_FORCE_GENERIC_PLAN": 3,
	}
)

Enum value maps for PostgresqlConfig15_PlanCacheMode.

View Source
var (
	PostgresqlConfig15_SharedPreloadLibraries_name = map[int32]string{
		0: "SHARED_PRELOAD_LIBRARIES_UNSPECIFIED",
		1: "SHARED_PRELOAD_LIBRARIES_AUTO_EXPLAIN",
		2: "SHARED_PRELOAD_LIBRARIES_PG_HINT_PLAN",
		3: "SHARED_PRELOAD_LIBRARIES_TIMESCALEDB",
		4: "SHARED_PRELOAD_LIBRARIES_PG_QUALSTATS",
		5: "SHARED_PRELOAD_LIBRARIES_PG_CRON",
		6: "SHARED_PRELOAD_LIBRARIES_PGLOGICAL",
		7: "SHARED_PRELOAD_LIBRARIES_PG_PREWARM",
		8: "SHARED_PRELOAD_LIBRARIES_PGAUDIT",
	}
	PostgresqlConfig15_SharedPreloadLibraries_value = map[string]int32{
		"SHARED_PRELOAD_LIBRARIES_UNSPECIFIED":  0,
		"SHARED_PRELOAD_LIBRARIES_AUTO_EXPLAIN": 1,
		"SHARED_PRELOAD_LIBRARIES_PG_HINT_PLAN": 2,
		"SHARED_PRELOAD_LIBRARIES_TIMESCALEDB":  3,
		"SHARED_PRELOAD_LIBRARIES_PG_QUALSTATS": 4,
		"SHARED_PRELOAD_LIBRARIES_PG_CRON":      5,
		"SHARED_PRELOAD_LIBRARIES_PGLOGICAL":    6,
		"SHARED_PRELOAD_LIBRARIES_PG_PREWARM":   7,
		"SHARED_PRELOAD_LIBRARIES_PGAUDIT":      8,
	}
)

Enum value maps for PostgresqlConfig15_SharedPreloadLibraries.

View Source
var (
	PostgresqlConfig15_SynchronousCommit_name = map[int32]string{
		0: "SYNCHRONOUS_COMMIT_UNSPECIFIED",
		1: "SYNCHRONOUS_COMMIT_ON",
		2: "SYNCHRONOUS_COMMIT_OFF",
		3: "SYNCHRONOUS_COMMIT_LOCAL",
		4: "SYNCHRONOUS_COMMIT_REMOTE_WRITE",
		5: "SYNCHRONOUS_COMMIT_REMOTE_APPLY",
	}
	PostgresqlConfig15_SynchronousCommit_value = map[string]int32{
		"SYNCHRONOUS_COMMIT_UNSPECIFIED":  0,
		"SYNCHRONOUS_COMMIT_ON":           1,
		"SYNCHRONOUS_COMMIT_OFF":          2,
		"SYNCHRONOUS_COMMIT_LOCAL":        3,
		"SYNCHRONOUS_COMMIT_REMOTE_WRITE": 4,
		"SYNCHRONOUS_COMMIT_REMOTE_APPLY": 5,
	}
)

Enum value maps for PostgresqlConfig15_SynchronousCommit.

View Source
var (
	PostgresqlConfig15_TransactionIsolation_name = map[int32]string{
		0: "TRANSACTION_ISOLATION_UNSPECIFIED",
		1: "TRANSACTION_ISOLATION_READ_UNCOMMITTED",
		2: "TRANSACTION_ISOLATION_READ_COMMITTED",
		3: "TRANSACTION_ISOLATION_REPEATABLE_READ",
		4: "TRANSACTION_ISOLATION_SERIALIZABLE",
	}
	PostgresqlConfig15_TransactionIsolation_value = map[string]int32{
		"TRANSACTION_ISOLATION_UNSPECIFIED":      0,
		"TRANSACTION_ISOLATION_READ_UNCOMMITTED": 1,
		"TRANSACTION_ISOLATION_READ_COMMITTED":   2,
		"TRANSACTION_ISOLATION_REPEATABLE_READ":  3,
		"TRANSACTION_ISOLATION_SERIALIZABLE":     4,
	}
)

Enum value maps for PostgresqlConfig15_TransactionIsolation.

View Source
var (
	PostgresqlConfig15_WalLevel_name = map[int32]string{
		0: "WAL_LEVEL_UNSPECIFIED",
		1: "WAL_LEVEL_REPLICA",
		2: "WAL_LEVEL_LOGICAL",
	}
	PostgresqlConfig15_WalLevel_value = map[string]int32{
		"WAL_LEVEL_UNSPECIFIED": 0,
		"WAL_LEVEL_REPLICA":     1,
		"WAL_LEVEL_LOGICAL":     2,
	}
)

Enum value maps for PostgresqlConfig15_WalLevel.

View Source
var (
	PostgresqlConfig15_XmlBinary_name = map[int32]string{
		0: "XML_BINARY_UNSPECIFIED",
		1: "XML_BINARY_BASE64",
		2: "XML_BINARY_HEX",
	}
	PostgresqlConfig15_XmlBinary_value = map[string]int32{
		"XML_BINARY_UNSPECIFIED": 0,
		"XML_BINARY_BASE64":      1,
		"XML_BINARY_HEX":         2,
	}
)

Enum value maps for PostgresqlConfig15_XmlBinary.

View Source
var (
	PostgresqlConfig15_XmlOption_name = map[int32]string{
		0: "XML_OPTION_UNSPECIFIED",
		1: "XML_OPTION_DOCUMENT",
		2: "XML_OPTION_CONTENT",
	}
	PostgresqlConfig15_XmlOption_value = map[string]int32{
		"XML_OPTION_UNSPECIFIED": 0,
		"XML_OPTION_DOCUMENT":    1,
		"XML_OPTION_CONTENT":     2,
	}
)

Enum value maps for PostgresqlConfig15_XmlOption.

View Source
var (
	PostgresqlConfig15_1C_BackslashQuote_name = map[int32]string{
		0: "BACKSLASH_QUOTE_UNSPECIFIED",
		1: "BACKSLASH_QUOTE",
		2: "BACKSLASH_QUOTE_ON",
		3: "BACKSLASH_QUOTE_OFF",
		4: "BACKSLASH_QUOTE_SAFE_ENCODING",
	}
	PostgresqlConfig15_1C_BackslashQuote_value = map[string]int32{
		"BACKSLASH_QUOTE_UNSPECIFIED":   0,
		"BACKSLASH_QUOTE":               1,
		"BACKSLASH_QUOTE_ON":            2,
		"BACKSLASH_QUOTE_OFF":           3,
		"BACKSLASH_QUOTE_SAFE_ENCODING": 4,
	}
)

Enum value maps for PostgresqlConfig15_1C_BackslashQuote.

View Source
var (
	PostgresqlConfig15_1C_ByteaOutput_name = map[int32]string{
		0: "BYTEA_OUTPUT_UNSPECIFIED",
		1: "BYTEA_OUTPUT_HEX",
		2: "BYTEA_OUTPUT_ESCAPED",
	}
	PostgresqlConfig15_1C_ByteaOutput_value = map[string]int32{
		"BYTEA_OUTPUT_UNSPECIFIED": 0,
		"BYTEA_OUTPUT_HEX":         1,
		"BYTEA_OUTPUT_ESCAPED":     2,
	}
)

Enum value maps for PostgresqlConfig15_1C_ByteaOutput.

View Source
var (
	PostgresqlConfig15_1C_ConstraintExclusion_name = map[int32]string{
		0: "CONSTRAINT_EXCLUSION_UNSPECIFIED",
		1: "CONSTRAINT_EXCLUSION_ON",
		2: "CONSTRAINT_EXCLUSION_OFF",
		3: "CONSTRAINT_EXCLUSION_PARTITION",
	}
	PostgresqlConfig15_1C_ConstraintExclusion_value = map[string]int32{
		"CONSTRAINT_EXCLUSION_UNSPECIFIED": 0,
		"CONSTRAINT_EXCLUSION_ON":          1,
		"CONSTRAINT_EXCLUSION_OFF":         2,
		"CONSTRAINT_EXCLUSION_PARTITION":   3,
	}
)

Enum value maps for PostgresqlConfig15_1C_ConstraintExclusion.

View Source
var (
	PostgresqlConfig15_1C_ForceParallelMode_name = map[int32]string{
		0: "FORCE_PARALLEL_MODE_UNSPECIFIED",
		1: "FORCE_PARALLEL_MODE_ON",
		2: "FORCE_PARALLEL_MODE_OFF",
		3: "FORCE_PARALLEL_MODE_REGRESS",
	}
	PostgresqlConfig15_1C_ForceParallelMode_value = map[string]int32{
		"FORCE_PARALLEL_MODE_UNSPECIFIED": 0,
		"FORCE_PARALLEL_MODE_ON":          1,
		"FORCE_PARALLEL_MODE_OFF":         2,
		"FORCE_PARALLEL_MODE_REGRESS":     3,
	}
)

Enum value maps for PostgresqlConfig15_1C_ForceParallelMode.

View Source
var (
	PostgresqlConfig15_1C_LogErrorVerbosity_name = map[int32]string{
		0: "LOG_ERROR_VERBOSITY_UNSPECIFIED",
		1: "LOG_ERROR_VERBOSITY_TERSE",
		2: "LOG_ERROR_VERBOSITY_DEFAULT",
		3: "LOG_ERROR_VERBOSITY_VERBOSE",
	}
	PostgresqlConfig15_1C_LogErrorVerbosity_value = map[string]int32{
		"LOG_ERROR_VERBOSITY_UNSPECIFIED": 0,
		"LOG_ERROR_VERBOSITY_TERSE":       1,
		"LOG_ERROR_VERBOSITY_DEFAULT":     2,
		"LOG_ERROR_VERBOSITY_VERBOSE":     3,
	}
)

Enum value maps for PostgresqlConfig15_1C_LogErrorVerbosity.

View Source
var (
	PostgresqlConfig15_1C_LogLevel_name = map[int32]string{
		0:  "LOG_LEVEL_UNSPECIFIED",
		1:  "LOG_LEVEL_DEBUG5",
		2:  "LOG_LEVEL_DEBUG4",
		3:  "LOG_LEVEL_DEBUG3",
		4:  "LOG_LEVEL_DEBUG2",
		5:  "LOG_LEVEL_DEBUG1",
		6:  "LOG_LEVEL_LOG",
		7:  "LOG_LEVEL_NOTICE",
		8:  "LOG_LEVEL_WARNING",
		9:  "LOG_LEVEL_ERROR",
		10: "LOG_LEVEL_FATAL",
		11: "LOG_LEVEL_PANIC",
	}
	PostgresqlConfig15_1C_LogLevel_value = map[string]int32{
		"LOG_LEVEL_UNSPECIFIED": 0,
		"LOG_LEVEL_DEBUG5":      1,
		"LOG_LEVEL_DEBUG4":      2,
		"LOG_LEVEL_DEBUG3":      3,
		"LOG_LEVEL_DEBUG2":      4,
		"LOG_LEVEL_DEBUG1":      5,
		"LOG_LEVEL_LOG":         6,
		"LOG_LEVEL_NOTICE":      7,
		"LOG_LEVEL_WARNING":     8,
		"LOG_LEVEL_ERROR":       9,
		"LOG_LEVEL_FATAL":       10,
		"LOG_LEVEL_PANIC":       11,
	}
)

Enum value maps for PostgresqlConfig15_1C_LogLevel.

View Source
var (
	PostgresqlConfig15_1C_LogStatement_name = map[int32]string{
		0: "LOG_STATEMENT_UNSPECIFIED",
		1: "LOG_STATEMENT_NONE",
		2: "LOG_STATEMENT_DDL",
		3: "LOG_STATEMENT_MOD",
		4: "LOG_STATEMENT_ALL",
	}
	PostgresqlConfig15_1C_LogStatement_value = map[string]int32{
		"LOG_STATEMENT_UNSPECIFIED": 0,
		"LOG_STATEMENT_NONE":        1,
		"LOG_STATEMENT_DDL":         2,
		"LOG_STATEMENT_MOD":         3,
		"LOG_STATEMENT_ALL":         4,
	}
)

Enum value maps for PostgresqlConfig15_1C_LogStatement.

View Source
var (
	PostgresqlConfig15_1C_PasswordEncryption_name = map[int32]string{
		0: "PASSWORD_ENCRYPTION_UNSPECIFIED",
		1: "PASSWORD_ENCRYPTION_MD5",
		2: "PASSWORD_ENCRYPTION_SCRAM_SHA_256",
	}
	PostgresqlConfig15_1C_PasswordEncryption_value = map[string]int32{
		"PASSWORD_ENCRYPTION_UNSPECIFIED":   0,
		"PASSWORD_ENCRYPTION_MD5":           1,
		"PASSWORD_ENCRYPTION_SCRAM_SHA_256": 2,
	}
)

Enum value maps for PostgresqlConfig15_1C_PasswordEncryption.

View Source
var (
	PostgresqlConfig15_1C_PgHintPlanDebugPrint_name = map[int32]string{
		0: "PG_HINT_PLAN_DEBUG_PRINT_UNSPECIFIED",
		1: "PG_HINT_PLAN_DEBUG_PRINT_OFF",
		2: "PG_HINT_PLAN_DEBUG_PRINT_ON",
		3: "PG_HINT_PLAN_DEBUG_PRINT_DETAILED",
		4: "PG_HINT_PLAN_DEBUG_PRINT_VERBOSE",
	}
	PostgresqlConfig15_1C_PgHintPlanDebugPrint_value = map[string]int32{
		"PG_HINT_PLAN_DEBUG_PRINT_UNSPECIFIED": 0,
		"PG_HINT_PLAN_DEBUG_PRINT_OFF":         1,
		"PG_HINT_PLAN_DEBUG_PRINT_ON":          2,
		"PG_HINT_PLAN_DEBUG_PRINT_DETAILED":    3,
		"PG_HINT_PLAN_DEBUG_PRINT_VERBOSE":     4,
	}
)

Enum value maps for PostgresqlConfig15_1C_PgHintPlanDebugPrint.

View Source
var (
	PostgresqlConfig15_1C_PlanCacheMode_name = map[int32]string{
		0: "PLAN_CACHE_MODE_UNSPECIFIED",
		1: "PLAN_CACHE_MODE_AUTO",
		2: "PLAN_CACHE_MODE_FORCE_CUSTOM_PLAN",
		3: "PLAN_CACHE_MODE_FORCE_GENERIC_PLAN",
	}
	PostgresqlConfig15_1C_PlanCacheMode_value = map[string]int32{
		"PLAN_CACHE_MODE_UNSPECIFIED":        0,
		"PLAN_CACHE_MODE_AUTO":               1,
		"PLAN_CACHE_MODE_FORCE_CUSTOM_PLAN":  2,
		"PLAN_CACHE_MODE_FORCE_GENERIC_PLAN": 3,
	}
)

Enum value maps for PostgresqlConfig15_1C_PlanCacheMode.

View Source
var (
	PostgresqlConfig15_1C_SharedPreloadLibraries_name = map[int32]string{
		0: "SHARED_PRELOAD_LIBRARIES_UNSPECIFIED",
		1: "SHARED_PRELOAD_LIBRARIES_AUTO_EXPLAIN",
		2: "SHARED_PRELOAD_LIBRARIES_PG_HINT_PLAN",
		3: "SHARED_PRELOAD_LIBRARIES_TIMESCALEDB",
		4: "SHARED_PRELOAD_LIBRARIES_PG_QUALSTATS",
		5: "SHARED_PRELOAD_LIBRARIES_PG_CRON",
		6: "SHARED_PRELOAD_LIBRARIES_PGLOGICAL",
		7: "SHARED_PRELOAD_LIBRARIES_PG_PREWARM",
		8: "SHARED_PRELOAD_LIBRARIES_PGAUDIT",
	}
	PostgresqlConfig15_1C_SharedPreloadLibraries_value = map[string]int32{
		"SHARED_PRELOAD_LIBRARIES_UNSPECIFIED":  0,
		"SHARED_PRELOAD_LIBRARIES_AUTO_EXPLAIN": 1,
		"SHARED_PRELOAD_LIBRARIES_PG_HINT_PLAN": 2,
		"SHARED_PRELOAD_LIBRARIES_TIMESCALEDB":  3,
		"SHARED_PRELOAD_LIBRARIES_PG_QUALSTATS": 4,
		"SHARED_PRELOAD_LIBRARIES_PG_CRON":      5,
		"SHARED_PRELOAD_LIBRARIES_PGLOGICAL":    6,
		"SHARED_PRELOAD_LIBRARIES_PG_PREWARM":   7,
		"SHARED_PRELOAD_LIBRARIES_PGAUDIT":      8,
	}
)

Enum value maps for PostgresqlConfig15_1C_SharedPreloadLibraries.

View Source
var (
	PostgresqlConfig15_1C_SynchronousCommit_name = map[int32]string{
		0: "SYNCHRONOUS_COMMIT_UNSPECIFIED",
		1: "SYNCHRONOUS_COMMIT_ON",
		2: "SYNCHRONOUS_COMMIT_OFF",
		3: "SYNCHRONOUS_COMMIT_LOCAL",
		4: "SYNCHRONOUS_COMMIT_REMOTE_WRITE",
		5: "SYNCHRONOUS_COMMIT_REMOTE_APPLY",
	}
	PostgresqlConfig15_1C_SynchronousCommit_value = map[string]int32{
		"SYNCHRONOUS_COMMIT_UNSPECIFIED":  0,
		"SYNCHRONOUS_COMMIT_ON":           1,
		"SYNCHRONOUS_COMMIT_OFF":          2,
		"SYNCHRONOUS_COMMIT_LOCAL":        3,
		"SYNCHRONOUS_COMMIT_REMOTE_WRITE": 4,
		"SYNCHRONOUS_COMMIT_REMOTE_APPLY": 5,
	}
)

Enum value maps for PostgresqlConfig15_1C_SynchronousCommit.

View Source
var (
	PostgresqlConfig15_1C_TransactionIsolation_name = map[int32]string{
		0: "TRANSACTION_ISOLATION_UNSPECIFIED",
		1: "TRANSACTION_ISOLATION_READ_UNCOMMITTED",
		2: "TRANSACTION_ISOLATION_READ_COMMITTED",
		3: "TRANSACTION_ISOLATION_REPEATABLE_READ",
		4: "TRANSACTION_ISOLATION_SERIALIZABLE",
	}
	PostgresqlConfig15_1C_TransactionIsolation_value = map[string]int32{
		"TRANSACTION_ISOLATION_UNSPECIFIED":      0,
		"TRANSACTION_ISOLATION_READ_UNCOMMITTED": 1,
		"TRANSACTION_ISOLATION_READ_COMMITTED":   2,
		"TRANSACTION_ISOLATION_REPEATABLE_READ":  3,
		"TRANSACTION_ISOLATION_SERIALIZABLE":     4,
	}
)

Enum value maps for PostgresqlConfig15_1C_TransactionIsolation.

View Source
var (
	PostgresqlConfig15_1C_WalLevel_name = map[int32]string{
		0: "WAL_LEVEL_UNSPECIFIED",
		1: "WAL_LEVEL_REPLICA",
		2: "WAL_LEVEL_LOGICAL",
	}
	PostgresqlConfig15_1C_WalLevel_value = map[string]int32{
		"WAL_LEVEL_UNSPECIFIED": 0,
		"WAL_LEVEL_REPLICA":     1,
		"WAL_LEVEL_LOGICAL":     2,
	}
)

Enum value maps for PostgresqlConfig15_1C_WalLevel.

View Source
var (
	PostgresqlConfig15_1C_XmlBinary_name = map[int32]string{
		0: "XML_BINARY_UNSPECIFIED",
		1: "XML_BINARY_BASE64",
		2: "XML_BINARY_HEX",
	}
	PostgresqlConfig15_1C_XmlBinary_value = map[string]int32{
		"XML_BINARY_UNSPECIFIED": 0,
		"XML_BINARY_BASE64":      1,
		"XML_BINARY_HEX":         2,
	}
)

Enum value maps for PostgresqlConfig15_1C_XmlBinary.

View Source
var (
	PostgresqlConfig15_1C_XmlOption_name = map[int32]string{
		0: "XML_OPTION_UNSPECIFIED",
		1: "XML_OPTION_DOCUMENT",
		2: "XML_OPTION_CONTENT",
	}
	PostgresqlConfig15_1C_XmlOption_value = map[string]int32{
		"XML_OPTION_UNSPECIFIED": 0,
		"XML_OPTION_DOCUMENT":    1,
		"XML_OPTION_CONTENT":     2,
	}
)

Enum value maps for PostgresqlConfig15_1C_XmlOption.

View Source
var (
	PostgresqlConfig16_BackslashQuote_name = map[int32]string{
		0: "BACKSLASH_QUOTE_UNSPECIFIED",
		1: "BACKSLASH_QUOTE",
		2: "BACKSLASH_QUOTE_ON",
		3: "BACKSLASH_QUOTE_OFF",
		4: "BACKSLASH_QUOTE_SAFE_ENCODING",
	}
	PostgresqlConfig16_BackslashQuote_value = map[string]int32{
		"BACKSLASH_QUOTE_UNSPECIFIED":   0,
		"BACKSLASH_QUOTE":               1,
		"BACKSLASH_QUOTE_ON":            2,
		"BACKSLASH_QUOTE_OFF":           3,
		"BACKSLASH_QUOTE_SAFE_ENCODING": 4,
	}
)

Enum value maps for PostgresqlConfig16_BackslashQuote.

View Source
var (
	PostgresqlConfig16_ByteaOutput_name = map[int32]string{
		0: "BYTEA_OUTPUT_UNSPECIFIED",
		1: "BYTEA_OUTPUT_HEX",
		2: "BYTEA_OUTPUT_ESCAPED",
	}
	PostgresqlConfig16_ByteaOutput_value = map[string]int32{
		"BYTEA_OUTPUT_UNSPECIFIED": 0,
		"BYTEA_OUTPUT_HEX":         1,
		"BYTEA_OUTPUT_ESCAPED":     2,
	}
)

Enum value maps for PostgresqlConfig16_ByteaOutput.

View Source
var (
	PostgresqlConfig16_ConstraintExclusion_name = map[int32]string{
		0: "CONSTRAINT_EXCLUSION_UNSPECIFIED",
		1: "CONSTRAINT_EXCLUSION_ON",
		2: "CONSTRAINT_EXCLUSION_OFF",
		3: "CONSTRAINT_EXCLUSION_PARTITION",
	}
	PostgresqlConfig16_ConstraintExclusion_value = map[string]int32{
		"CONSTRAINT_EXCLUSION_UNSPECIFIED": 0,
		"CONSTRAINT_EXCLUSION_ON":          1,
		"CONSTRAINT_EXCLUSION_OFF":         2,
		"CONSTRAINT_EXCLUSION_PARTITION":   3,
	}
)

Enum value maps for PostgresqlConfig16_ConstraintExclusion.

View Source
var (
	PostgresqlConfig16_DebugParallelQuery_name = map[int32]string{
		0: "DEBUG_PARALLEL_QUERY_UNSPECIFIED",
		1: "DEBUG_PARALLEL_QUERY_ON",
		2: "DEBUG_PARALLEL_QUERY_OFF",
		3: "DEBUG_PARALLEL_QUERY_REGRESS",
	}
	PostgresqlConfig16_DebugParallelQuery_value = map[string]int32{
		"DEBUG_PARALLEL_QUERY_UNSPECIFIED": 0,
		"DEBUG_PARALLEL_QUERY_ON":          1,
		"DEBUG_PARALLEL_QUERY_OFF":         2,
		"DEBUG_PARALLEL_QUERY_REGRESS":     3,
	}
)

Enum value maps for PostgresqlConfig16_DebugParallelQuery.

View Source
var (
	PostgresqlConfig16_LogErrorVerbosity_name = map[int32]string{
		0: "LOG_ERROR_VERBOSITY_UNSPECIFIED",
		1: "LOG_ERROR_VERBOSITY_TERSE",
		2: "LOG_ERROR_VERBOSITY_DEFAULT",
		3: "LOG_ERROR_VERBOSITY_VERBOSE",
	}
	PostgresqlConfig16_LogErrorVerbosity_value = map[string]int32{
		"LOG_ERROR_VERBOSITY_UNSPECIFIED": 0,
		"LOG_ERROR_VERBOSITY_TERSE":       1,
		"LOG_ERROR_VERBOSITY_DEFAULT":     2,
		"LOG_ERROR_VERBOSITY_VERBOSE":     3,
	}
)

Enum value maps for PostgresqlConfig16_LogErrorVerbosity.

View Source
var (
	PostgresqlConfig16_LogLevel_name = map[int32]string{
		0:  "LOG_LEVEL_UNSPECIFIED",
		1:  "LOG_LEVEL_DEBUG5",
		2:  "LOG_LEVEL_DEBUG4",
		3:  "LOG_LEVEL_DEBUG3",
		4:  "LOG_LEVEL_DEBUG2",
		5:  "LOG_LEVEL_DEBUG1",
		12: "LOG_LEVEL_INFO",
		6:  "LOG_LEVEL_LOG",
		7:  "LOG_LEVEL_NOTICE",
		8:  "LOG_LEVEL_WARNING",
		9:  "LOG_LEVEL_ERROR",
		10: "LOG_LEVEL_FATAL",
		11: "LOG_LEVEL_PANIC",
	}
	PostgresqlConfig16_LogLevel_value = map[string]int32{
		"LOG_LEVEL_UNSPECIFIED": 0,
		"LOG_LEVEL_DEBUG5":      1,
		"LOG_LEVEL_DEBUG4":      2,
		"LOG_LEVEL_DEBUG3":      3,
		"LOG_LEVEL_DEBUG2":      4,
		"LOG_LEVEL_DEBUG1":      5,
		"LOG_LEVEL_INFO":        12,
		"LOG_LEVEL_LOG":         6,
		"LOG_LEVEL_NOTICE":      7,
		"LOG_LEVEL_WARNING":     8,
		"LOG_LEVEL_ERROR":       9,
		"LOG_LEVEL_FATAL":       10,
		"LOG_LEVEL_PANIC":       11,
	}
)

Enum value maps for PostgresqlConfig16_LogLevel.

View Source
var (
	PostgresqlConfig16_LogStatement_name = map[int32]string{
		0: "LOG_STATEMENT_UNSPECIFIED",
		1: "LOG_STATEMENT_NONE",
		2: "LOG_STATEMENT_DDL",
		3: "LOG_STATEMENT_MOD",
		4: "LOG_STATEMENT_ALL",
	}
	PostgresqlConfig16_LogStatement_value = map[string]int32{
		"LOG_STATEMENT_UNSPECIFIED": 0,
		"LOG_STATEMENT_NONE":        1,
		"LOG_STATEMENT_DDL":         2,
		"LOG_STATEMENT_MOD":         3,
		"LOG_STATEMENT_ALL":         4,
	}
)

Enum value maps for PostgresqlConfig16_LogStatement.

View Source
var (
	PostgresqlConfig16_PasswordEncryption_name = map[int32]string{
		0: "PASSWORD_ENCRYPTION_UNSPECIFIED",
		1: "PASSWORD_ENCRYPTION_MD5",
		2: "PASSWORD_ENCRYPTION_SCRAM_SHA_256",
	}
	PostgresqlConfig16_PasswordEncryption_value = map[string]int32{
		"PASSWORD_ENCRYPTION_UNSPECIFIED":   0,
		"PASSWORD_ENCRYPTION_MD5":           1,
		"PASSWORD_ENCRYPTION_SCRAM_SHA_256": 2,
	}
)

Enum value maps for PostgresqlConfig16_PasswordEncryption.

View Source
var (
	PostgresqlConfig16_PgHintPlanDebugPrint_name = map[int32]string{
		0: "PG_HINT_PLAN_DEBUG_PRINT_UNSPECIFIED",
		1: "PG_HINT_PLAN_DEBUG_PRINT_OFF",
		2: "PG_HINT_PLAN_DEBUG_PRINT_ON",
		3: "PG_HINT_PLAN_DEBUG_PRINT_DETAILED",
		4: "PG_HINT_PLAN_DEBUG_PRINT_VERBOSE",
	}
	PostgresqlConfig16_PgHintPlanDebugPrint_value = map[string]int32{
		"PG_HINT_PLAN_DEBUG_PRINT_UNSPECIFIED": 0,
		"PG_HINT_PLAN_DEBUG_PRINT_OFF":         1,
		"PG_HINT_PLAN_DEBUG_PRINT_ON":          2,
		"PG_HINT_PLAN_DEBUG_PRINT_DETAILED":    3,
		"PG_HINT_PLAN_DEBUG_PRINT_VERBOSE":     4,
	}
)

Enum value maps for PostgresqlConfig16_PgHintPlanDebugPrint.

View Source
var (
	PostgresqlConfig16_PlanCacheMode_name = map[int32]string{
		0: "PLAN_CACHE_MODE_UNSPECIFIED",
		1: "PLAN_CACHE_MODE_AUTO",
		2: "PLAN_CACHE_MODE_FORCE_CUSTOM_PLAN",
		3: "PLAN_CACHE_MODE_FORCE_GENERIC_PLAN",
	}
	PostgresqlConfig16_PlanCacheMode_value = map[string]int32{
		"PLAN_CACHE_MODE_UNSPECIFIED":        0,
		"PLAN_CACHE_MODE_AUTO":               1,
		"PLAN_CACHE_MODE_FORCE_CUSTOM_PLAN":  2,
		"PLAN_CACHE_MODE_FORCE_GENERIC_PLAN": 3,
	}
)

Enum value maps for PostgresqlConfig16_PlanCacheMode.

View Source
var (
	PostgresqlConfig16_SharedPreloadLibraries_name = map[int32]string{
		0: "SHARED_PRELOAD_LIBRARIES_UNSPECIFIED",
		1: "SHARED_PRELOAD_LIBRARIES_AUTO_EXPLAIN",
		2: "SHARED_PRELOAD_LIBRARIES_PG_HINT_PLAN",
		3: "SHARED_PRELOAD_LIBRARIES_TIMESCALEDB",
		4: "SHARED_PRELOAD_LIBRARIES_PG_QUALSTATS",
		5: "SHARED_PRELOAD_LIBRARIES_PG_CRON",
		6: "SHARED_PRELOAD_LIBRARIES_PGLOGICAL",
		7: "SHARED_PRELOAD_LIBRARIES_PG_PREWARM",
		8: "SHARED_PRELOAD_LIBRARIES_PGAUDIT",
	}
	PostgresqlConfig16_SharedPreloadLibraries_value = map[string]int32{
		"SHARED_PRELOAD_LIBRARIES_UNSPECIFIED":  0,
		"SHARED_PRELOAD_LIBRARIES_AUTO_EXPLAIN": 1,
		"SHARED_PRELOAD_LIBRARIES_PG_HINT_PLAN": 2,
		"SHARED_PRELOAD_LIBRARIES_TIMESCALEDB":  3,
		"SHARED_PRELOAD_LIBRARIES_PG_QUALSTATS": 4,
		"SHARED_PRELOAD_LIBRARIES_PG_CRON":      5,
		"SHARED_PRELOAD_LIBRARIES_PGLOGICAL":    6,
		"SHARED_PRELOAD_LIBRARIES_PG_PREWARM":   7,
		"SHARED_PRELOAD_LIBRARIES_PGAUDIT":      8,
	}
)

Enum value maps for PostgresqlConfig16_SharedPreloadLibraries.

View Source
var (
	PostgresqlConfig16_SynchronousCommit_name = map[int32]string{
		0: "SYNCHRONOUS_COMMIT_UNSPECIFIED",
		1: "SYNCHRONOUS_COMMIT_ON",
		2: "SYNCHRONOUS_COMMIT_OFF",
		3: "SYNCHRONOUS_COMMIT_LOCAL",
		4: "SYNCHRONOUS_COMMIT_REMOTE_WRITE",
		5: "SYNCHRONOUS_COMMIT_REMOTE_APPLY",
	}
	PostgresqlConfig16_SynchronousCommit_value = map[string]int32{
		"SYNCHRONOUS_COMMIT_UNSPECIFIED":  0,
		"SYNCHRONOUS_COMMIT_ON":           1,
		"SYNCHRONOUS_COMMIT_OFF":          2,
		"SYNCHRONOUS_COMMIT_LOCAL":        3,
		"SYNCHRONOUS_COMMIT_REMOTE_WRITE": 4,
		"SYNCHRONOUS_COMMIT_REMOTE_APPLY": 5,
	}
)

Enum value maps for PostgresqlConfig16_SynchronousCommit.

View Source
var (
	PostgresqlConfig16_TransactionIsolation_name = map[int32]string{
		0: "TRANSACTION_ISOLATION_UNSPECIFIED",
		1: "TRANSACTION_ISOLATION_READ_UNCOMMITTED",
		2: "TRANSACTION_ISOLATION_READ_COMMITTED",
		3: "TRANSACTION_ISOLATION_REPEATABLE_READ",
		4: "TRANSACTION_ISOLATION_SERIALIZABLE",
	}
	PostgresqlConfig16_TransactionIsolation_value = map[string]int32{
		"TRANSACTION_ISOLATION_UNSPECIFIED":      0,
		"TRANSACTION_ISOLATION_READ_UNCOMMITTED": 1,
		"TRANSACTION_ISOLATION_READ_COMMITTED":   2,
		"TRANSACTION_ISOLATION_REPEATABLE_READ":  3,
		"TRANSACTION_ISOLATION_SERIALIZABLE":     4,
	}
)

Enum value maps for PostgresqlConfig16_TransactionIsolation.

View Source
var (
	PostgresqlConfig16_WalLevel_name = map[int32]string{
		0: "WAL_LEVEL_UNSPECIFIED",
		1: "WAL_LEVEL_REPLICA",
		2: "WAL_LEVEL_LOGICAL",
	}
	PostgresqlConfig16_WalLevel_value = map[string]int32{
		"WAL_LEVEL_UNSPECIFIED": 0,
		"WAL_LEVEL_REPLICA":     1,
		"WAL_LEVEL_LOGICAL":     2,
	}
)

Enum value maps for PostgresqlConfig16_WalLevel.

View Source
var (
	PostgresqlConfig16_XmlBinary_name = map[int32]string{
		0: "XML_BINARY_UNSPECIFIED",
		1: "XML_BINARY_BASE64",
		2: "XML_BINARY_HEX",
	}
	PostgresqlConfig16_XmlBinary_value = map[string]int32{
		"XML_BINARY_UNSPECIFIED": 0,
		"XML_BINARY_BASE64":      1,
		"XML_BINARY_HEX":         2,
	}
)

Enum value maps for PostgresqlConfig16_XmlBinary.

View Source
var (
	PostgresqlConfig16_XmlOption_name = map[int32]string{
		0: "XML_OPTION_UNSPECIFIED",
		1: "XML_OPTION_DOCUMENT",
		2: "XML_OPTION_CONTENT",
	}
	PostgresqlConfig16_XmlOption_value = map[string]int32{
		"XML_OPTION_UNSPECIFIED": 0,
		"XML_OPTION_DOCUMENT":    1,
		"XML_OPTION_CONTENT":     2,
	}
)

Enum value maps for PostgresqlConfig16_XmlOption.

View Source
var (
	PostgresqlConfig16_1C_BackslashQuote_name = map[int32]string{
		0: "BACKSLASH_QUOTE_UNSPECIFIED",
		1: "BACKSLASH_QUOTE",
		2: "BACKSLASH_QUOTE_ON",
		3: "BACKSLASH_QUOTE_OFF",
		4: "BACKSLASH_QUOTE_SAFE_ENCODING",
	}
	PostgresqlConfig16_1C_BackslashQuote_value = map[string]int32{
		"BACKSLASH_QUOTE_UNSPECIFIED":   0,
		"BACKSLASH_QUOTE":               1,
		"BACKSLASH_QUOTE_ON":            2,
		"BACKSLASH_QUOTE_OFF":           3,
		"BACKSLASH_QUOTE_SAFE_ENCODING": 4,
	}
)

Enum value maps for PostgresqlConfig16_1C_BackslashQuote.

View Source
var (
	PostgresqlConfig16_1C_ByteaOutput_name = map[int32]string{
		0: "BYTEA_OUTPUT_UNSPECIFIED",
		1: "BYTEA_OUTPUT_HEX",
		2: "BYTEA_OUTPUT_ESCAPED",
	}
	PostgresqlConfig16_1C_ByteaOutput_value = map[string]int32{
		"BYTEA_OUTPUT_UNSPECIFIED": 0,
		"BYTEA_OUTPUT_HEX":         1,
		"BYTEA_OUTPUT_ESCAPED":     2,
	}
)

Enum value maps for PostgresqlConfig16_1C_ByteaOutput.

View Source
var (
	PostgresqlConfig16_1C_ConstraintExclusion_name = map[int32]string{
		0: "CONSTRAINT_EXCLUSION_UNSPECIFIED",
		1: "CONSTRAINT_EXCLUSION_ON",
		2: "CONSTRAINT_EXCLUSION_OFF",
		3: "CONSTRAINT_EXCLUSION_PARTITION",
	}
	PostgresqlConfig16_1C_ConstraintExclusion_value = map[string]int32{
		"CONSTRAINT_EXCLUSION_UNSPECIFIED": 0,
		"CONSTRAINT_EXCLUSION_ON":          1,
		"CONSTRAINT_EXCLUSION_OFF":         2,
		"CONSTRAINT_EXCLUSION_PARTITION":   3,
	}
)

Enum value maps for PostgresqlConfig16_1C_ConstraintExclusion.

View Source
var (
	PostgresqlConfig16_1C_DebugParallelQuery_name = map[int32]string{
		0: "DEBUG_PARALLEL_QUERY_UNSPECIFIED",
		1: "DEBUG_PARALLEL_QUERY_ON",
		2: "DEBUG_PARALLEL_QUERY_OFF",
		3: "DEBUG_PARALLEL_QUERY_REGRESS",
	}
	PostgresqlConfig16_1C_DebugParallelQuery_value = map[string]int32{
		"DEBUG_PARALLEL_QUERY_UNSPECIFIED": 0,
		"DEBUG_PARALLEL_QUERY_ON":          1,
		"DEBUG_PARALLEL_QUERY_OFF":         2,
		"DEBUG_PARALLEL_QUERY_REGRESS":     3,
	}
)

Enum value maps for PostgresqlConfig16_1C_DebugParallelQuery.

View Source
var (
	PostgresqlConfig16_1C_LogErrorVerbosity_name = map[int32]string{
		0: "LOG_ERROR_VERBOSITY_UNSPECIFIED",
		1: "LOG_ERROR_VERBOSITY_TERSE",
		2: "LOG_ERROR_VERBOSITY_DEFAULT",
		3: "LOG_ERROR_VERBOSITY_VERBOSE",
	}
	PostgresqlConfig16_1C_LogErrorVerbosity_value = map[string]int32{
		"LOG_ERROR_VERBOSITY_UNSPECIFIED": 0,
		"LOG_ERROR_VERBOSITY_TERSE":       1,
		"LOG_ERROR_VERBOSITY_DEFAULT":     2,
		"LOG_ERROR_VERBOSITY_VERBOSE":     3,
	}
)

Enum value maps for PostgresqlConfig16_1C_LogErrorVerbosity.

View Source
var (
	PostgresqlConfig16_1C_LogLevel_name = map[int32]string{
		0:  "LOG_LEVEL_UNSPECIFIED",
		1:  "LOG_LEVEL_DEBUG5",
		2:  "LOG_LEVEL_DEBUG4",
		3:  "LOG_LEVEL_DEBUG3",
		4:  "LOG_LEVEL_DEBUG2",
		5:  "LOG_LEVEL_DEBUG1",
		12: "LOG_LEVEL_INFO",
		6:  "LOG_LEVEL_LOG",
		7:  "LOG_LEVEL_NOTICE",
		8:  "LOG_LEVEL_WARNING",
		9:  "LOG_LEVEL_ERROR",
		10: "LOG_LEVEL_FATAL",
		11: "LOG_LEVEL_PANIC",
	}
	PostgresqlConfig16_1C_LogLevel_value = map[string]int32{
		"LOG_LEVEL_UNSPECIFIED": 0,
		"LOG_LEVEL_DEBUG5":      1,
		"LOG_LEVEL_DEBUG4":      2,
		"LOG_LEVEL_DEBUG3":      3,
		"LOG_LEVEL_DEBUG2":      4,
		"LOG_LEVEL_DEBUG1":      5,
		"LOG_LEVEL_INFO":        12,
		"LOG_LEVEL_LOG":         6,
		"LOG_LEVEL_NOTICE":      7,
		"LOG_LEVEL_WARNING":     8,
		"LOG_LEVEL_ERROR":       9,
		"LOG_LEVEL_FATAL":       10,
		"LOG_LEVEL_PANIC":       11,
	}
)

Enum value maps for PostgresqlConfig16_1C_LogLevel.

View Source
var (
	PostgresqlConfig16_1C_LogStatement_name = map[int32]string{
		0: "LOG_STATEMENT_UNSPECIFIED",
		1: "LOG_STATEMENT_NONE",
		2: "LOG_STATEMENT_DDL",
		3: "LOG_STATEMENT_MOD",
		4: "LOG_STATEMENT_ALL",
	}
	PostgresqlConfig16_1C_LogStatement_value = map[string]int32{
		"LOG_STATEMENT_UNSPECIFIED": 0,
		"LOG_STATEMENT_NONE":        1,
		"LOG_STATEMENT_DDL":         2,
		"LOG_STATEMENT_MOD":         3,
		"LOG_STATEMENT_ALL":         4,
	}
)

Enum value maps for PostgresqlConfig16_1C_LogStatement.

View Source
var (
	PostgresqlConfig16_1C_PasswordEncryption_name = map[int32]string{
		0: "PASSWORD_ENCRYPTION_UNSPECIFIED",
		1: "PASSWORD_ENCRYPTION_MD5",
		2: "PASSWORD_ENCRYPTION_SCRAM_SHA_256",
	}
	PostgresqlConfig16_1C_PasswordEncryption_value = map[string]int32{
		"PASSWORD_ENCRYPTION_UNSPECIFIED":   0,
		"PASSWORD_ENCRYPTION_MD5":           1,
		"PASSWORD_ENCRYPTION_SCRAM_SHA_256": 2,
	}
)

Enum value maps for PostgresqlConfig16_1C_PasswordEncryption.

View Source
var (
	PostgresqlConfig16_1C_PgHintPlanDebugPrint_name = map[int32]string{
		0: "PG_HINT_PLAN_DEBUG_PRINT_UNSPECIFIED",
		1: "PG_HINT_PLAN_DEBUG_PRINT_OFF",
		2: "PG_HINT_PLAN_DEBUG_PRINT_ON",
		3: "PG_HINT_PLAN_DEBUG_PRINT_DETAILED",
		4: "PG_HINT_PLAN_DEBUG_PRINT_VERBOSE",
	}
	PostgresqlConfig16_1C_PgHintPlanDebugPrint_value = map[string]int32{
		"PG_HINT_PLAN_DEBUG_PRINT_UNSPECIFIED": 0,
		"PG_HINT_PLAN_DEBUG_PRINT_OFF":         1,
		"PG_HINT_PLAN_DEBUG_PRINT_ON":          2,
		"PG_HINT_PLAN_DEBUG_PRINT_DETAILED":    3,
		"PG_HINT_PLAN_DEBUG_PRINT_VERBOSE":     4,
	}
)

Enum value maps for PostgresqlConfig16_1C_PgHintPlanDebugPrint.

View Source
var (
	PostgresqlConfig16_1C_PlanCacheMode_name = map[int32]string{
		0: "PLAN_CACHE_MODE_UNSPECIFIED",
		1: "PLAN_CACHE_MODE_AUTO",
		2: "PLAN_CACHE_MODE_FORCE_CUSTOM_PLAN",
		3: "PLAN_CACHE_MODE_FORCE_GENERIC_PLAN",
	}
	PostgresqlConfig16_1C_PlanCacheMode_value = map[string]int32{
		"PLAN_CACHE_MODE_UNSPECIFIED":        0,
		"PLAN_CACHE_MODE_AUTO":               1,
		"PLAN_CACHE_MODE_FORCE_CUSTOM_PLAN":  2,
		"PLAN_CACHE_MODE_FORCE_GENERIC_PLAN": 3,
	}
)

Enum value maps for PostgresqlConfig16_1C_PlanCacheMode.

View Source
var (
	PostgresqlConfig16_1C_SharedPreloadLibraries_name = map[int32]string{
		0: "SHARED_PRELOAD_LIBRARIES_UNSPECIFIED",
		1: "SHARED_PRELOAD_LIBRARIES_AUTO_EXPLAIN",
		2: "SHARED_PRELOAD_LIBRARIES_PG_HINT_PLAN",
		3: "SHARED_PRELOAD_LIBRARIES_TIMESCALEDB",
		4: "SHARED_PRELOAD_LIBRARIES_PG_QUALSTATS",
		5: "SHARED_PRELOAD_LIBRARIES_PG_CRON",
		6: "SHARED_PRELOAD_LIBRARIES_PGLOGICAL",
		7: "SHARED_PRELOAD_LIBRARIES_PG_PREWARM",
		8: "SHARED_PRELOAD_LIBRARIES_PGAUDIT",
	}
	PostgresqlConfig16_1C_SharedPreloadLibraries_value = map[string]int32{
		"SHARED_PRELOAD_LIBRARIES_UNSPECIFIED":  0,
		"SHARED_PRELOAD_LIBRARIES_AUTO_EXPLAIN": 1,
		"SHARED_PRELOAD_LIBRARIES_PG_HINT_PLAN": 2,
		"SHARED_PRELOAD_LIBRARIES_TIMESCALEDB":  3,
		"SHARED_PRELOAD_LIBRARIES_PG_QUALSTATS": 4,
		"SHARED_PRELOAD_LIBRARIES_PG_CRON":      5,
		"SHARED_PRELOAD_LIBRARIES_PGLOGICAL":    6,
		"SHARED_PRELOAD_LIBRARIES_PG_PREWARM":   7,
		"SHARED_PRELOAD_LIBRARIES_PGAUDIT":      8,
	}
)

Enum value maps for PostgresqlConfig16_1C_SharedPreloadLibraries.

View Source
var (
	PostgresqlConfig16_1C_SynchronousCommit_name = map[int32]string{
		0: "SYNCHRONOUS_COMMIT_UNSPECIFIED",
		1: "SYNCHRONOUS_COMMIT_ON",
		2: "SYNCHRONOUS_COMMIT_OFF",
		3: "SYNCHRONOUS_COMMIT_LOCAL",
		4: "SYNCHRONOUS_COMMIT_REMOTE_WRITE",
		5: "SYNCHRONOUS_COMMIT_REMOTE_APPLY",
	}
	PostgresqlConfig16_1C_SynchronousCommit_value = map[string]int32{
		"SYNCHRONOUS_COMMIT_UNSPECIFIED":  0,
		"SYNCHRONOUS_COMMIT_ON":           1,
		"SYNCHRONOUS_COMMIT_OFF":          2,
		"SYNCHRONOUS_COMMIT_LOCAL":        3,
		"SYNCHRONOUS_COMMIT_REMOTE_WRITE": 4,
		"SYNCHRONOUS_COMMIT_REMOTE_APPLY": 5,
	}
)

Enum value maps for PostgresqlConfig16_1C_SynchronousCommit.

View Source
var (
	PostgresqlConfig16_1C_TransactionIsolation_name = map[int32]string{
		0: "TRANSACTION_ISOLATION_UNSPECIFIED",
		1: "TRANSACTION_ISOLATION_READ_UNCOMMITTED",
		2: "TRANSACTION_ISOLATION_READ_COMMITTED",
		3: "TRANSACTION_ISOLATION_REPEATABLE_READ",
		4: "TRANSACTION_ISOLATION_SERIALIZABLE",
	}
	PostgresqlConfig16_1C_TransactionIsolation_value = map[string]int32{
		"TRANSACTION_ISOLATION_UNSPECIFIED":      0,
		"TRANSACTION_ISOLATION_READ_UNCOMMITTED": 1,
		"TRANSACTION_ISOLATION_READ_COMMITTED":   2,
		"TRANSACTION_ISOLATION_REPEATABLE_READ":  3,
		"TRANSACTION_ISOLATION_SERIALIZABLE":     4,
	}
)

Enum value maps for PostgresqlConfig16_1C_TransactionIsolation.

View Source
var (
	PostgresqlConfig16_1C_WalLevel_name = map[int32]string{
		0: "WAL_LEVEL_UNSPECIFIED",
		1: "WAL_LEVEL_REPLICA",
		2: "WAL_LEVEL_LOGICAL",
	}
	PostgresqlConfig16_1C_WalLevel_value = map[string]int32{
		"WAL_LEVEL_UNSPECIFIED": 0,
		"WAL_LEVEL_REPLICA":     1,
		"WAL_LEVEL_LOGICAL":     2,
	}
)

Enum value maps for PostgresqlConfig16_1C_WalLevel.

View Source
var (
	PostgresqlConfig16_1C_XmlBinary_name = map[int32]string{
		0: "XML_BINARY_UNSPECIFIED",
		1: "XML_BINARY_BASE64",
		2: "XML_BINARY_HEX",
	}
	PostgresqlConfig16_1C_XmlBinary_value = map[string]int32{
		"XML_BINARY_UNSPECIFIED": 0,
		"XML_BINARY_BASE64":      1,
		"XML_BINARY_HEX":         2,
	}
)

Enum value maps for PostgresqlConfig16_1C_XmlBinary.

View Source
var (
	PostgresqlConfig16_1C_XmlOption_name = map[int32]string{
		0: "XML_OPTION_UNSPECIFIED",
		1: "XML_OPTION_DOCUMENT",
		2: "XML_OPTION_CONTENT",
	}
	PostgresqlConfig16_1C_XmlOption_value = map[string]int32{
		"XML_OPTION_UNSPECIFIED": 0,
		"XML_OPTION_DOCUMENT":    1,
		"XML_OPTION_CONTENT":     2,
	}
)

Enum value maps for PostgresqlConfig16_1C_XmlOption.

View Source
var (
	PostgresqlConfig9_6_WalLevel_name = map[int32]string{
		0: "WAL_LEVEL_UNSPECIFIED",
		1: "WAL_LEVEL_REPLICA",
		2: "WAL_LEVEL_LOGICAL",
	}
	PostgresqlConfig9_6_WalLevel_value = map[string]int32{
		"WAL_LEVEL_UNSPECIFIED": 0,
		"WAL_LEVEL_REPLICA":     1,
		"WAL_LEVEL_LOGICAL":     2,
	}
)

Enum value maps for PostgresqlConfig9_6_WalLevel.

View Source
var (
	PostgresqlConfig9_6_SynchronousCommit_name = map[int32]string{
		0: "SYNCHRONOUS_COMMIT_UNSPECIFIED",
		1: "SYNCHRONOUS_COMMIT_ON",
		2: "SYNCHRONOUS_COMMIT_OFF",
		3: "SYNCHRONOUS_COMMIT_LOCAL",
		4: "SYNCHRONOUS_COMMIT_REMOTE_WRITE",
		5: "SYNCHRONOUS_COMMIT_REMOTE_APPLY",
	}
	PostgresqlConfig9_6_SynchronousCommit_value = map[string]int32{
		"SYNCHRONOUS_COMMIT_UNSPECIFIED":  0,
		"SYNCHRONOUS_COMMIT_ON":           1,
		"SYNCHRONOUS_COMMIT_OFF":          2,
		"SYNCHRONOUS_COMMIT_LOCAL":        3,
		"SYNCHRONOUS_COMMIT_REMOTE_WRITE": 4,
		"SYNCHRONOUS_COMMIT_REMOTE_APPLY": 5,
	}
)

Enum value maps for PostgresqlConfig9_6_SynchronousCommit.

View Source
var (
	PostgresqlConfig9_6_ConstraintExclusion_name = map[int32]string{
		0: "CONSTRAINT_EXCLUSION_UNSPECIFIED",
		1: "CONSTRAINT_EXCLUSION_ON",
		2: "CONSTRAINT_EXCLUSION_OFF",
		3: "CONSTRAINT_EXCLUSION_PARTITION",
	}
	PostgresqlConfig9_6_ConstraintExclusion_value = map[string]int32{
		"CONSTRAINT_EXCLUSION_UNSPECIFIED": 0,
		"CONSTRAINT_EXCLUSION_ON":          1,
		"CONSTRAINT_EXCLUSION_OFF":         2,
		"CONSTRAINT_EXCLUSION_PARTITION":   3,
	}
)

Enum value maps for PostgresqlConfig9_6_ConstraintExclusion.

View Source
var (
	PostgresqlConfig9_6_ForceParallelMode_name = map[int32]string{
		0: "FORCE_PARALLEL_MODE_UNSPECIFIED",
		1: "FORCE_PARALLEL_MODE_ON",
		2: "FORCE_PARALLEL_MODE_OFF",
		3: "FORCE_PARALLEL_MODE_REGRESS",
	}
	PostgresqlConfig9_6_ForceParallelMode_value = map[string]int32{
		"FORCE_PARALLEL_MODE_UNSPECIFIED": 0,
		"FORCE_PARALLEL_MODE_ON":          1,
		"FORCE_PARALLEL_MODE_OFF":         2,
		"FORCE_PARALLEL_MODE_REGRESS":     3,
	}
)

Enum value maps for PostgresqlConfig9_6_ForceParallelMode.

View Source
var (
	PostgresqlConfig9_6_LogLevel_name = map[int32]string{
		0:  "LOG_LEVEL_UNSPECIFIED",
		1:  "LOG_LEVEL_DEBUG5",
		2:  "LOG_LEVEL_DEBUG4",
		3:  "LOG_LEVEL_DEBUG3",
		4:  "LOG_LEVEL_DEBUG2",
		5:  "LOG_LEVEL_DEBUG1",
		6:  "LOG_LEVEL_LOG",
		7:  "LOG_LEVEL_NOTICE",
		8:  "LOG_LEVEL_WARNING",
		9:  "LOG_LEVEL_ERROR",
		10: "LOG_LEVEL_FATAL",
		11: "LOG_LEVEL_PANIC",
	}
	PostgresqlConfig9_6_LogLevel_value = map[string]int32{
		"LOG_LEVEL_UNSPECIFIED": 0,
		"LOG_LEVEL_DEBUG5":      1,
		"LOG_LEVEL_DEBUG4":      2,
		"LOG_LEVEL_DEBUG3":      3,
		"LOG_LEVEL_DEBUG2":      4,
		"LOG_LEVEL_DEBUG1":      5,
		"LOG_LEVEL_LOG":         6,
		"LOG_LEVEL_NOTICE":      7,
		"LOG_LEVEL_WARNING":     8,
		"LOG_LEVEL_ERROR":       9,
		"LOG_LEVEL_FATAL":       10,
		"LOG_LEVEL_PANIC":       11,
	}
)

Enum value maps for PostgresqlConfig9_6_LogLevel.

View Source
var (
	PostgresqlConfig9_6_LogErrorVerbosity_name = map[int32]string{
		0: "LOG_ERROR_VERBOSITY_UNSPECIFIED",
		1: "LOG_ERROR_VERBOSITY_TERSE",
		2: "LOG_ERROR_VERBOSITY_DEFAULT",
		3: "LOG_ERROR_VERBOSITY_VERBOSE",
	}
	PostgresqlConfig9_6_LogErrorVerbosity_value = map[string]int32{
		"LOG_ERROR_VERBOSITY_UNSPECIFIED": 0,
		"LOG_ERROR_VERBOSITY_TERSE":       1,
		"LOG_ERROR_VERBOSITY_DEFAULT":     2,
		"LOG_ERROR_VERBOSITY_VERBOSE":     3,
	}
)

Enum value maps for PostgresqlConfig9_6_LogErrorVerbosity.

View Source
var (
	PostgresqlConfig9_6_LogStatement_name = map[int32]string{
		0: "LOG_STATEMENT_UNSPECIFIED",
		1: "LOG_STATEMENT_NONE",
		2: "LOG_STATEMENT_DDL",
		3: "LOG_STATEMENT_MOD",
		4: "LOG_STATEMENT_ALL",
	}
	PostgresqlConfig9_6_LogStatement_value = map[string]int32{
		"LOG_STATEMENT_UNSPECIFIED": 0,
		"LOG_STATEMENT_NONE":        1,
		"LOG_STATEMENT_DDL":         2,
		"LOG_STATEMENT_MOD":         3,
		"LOG_STATEMENT_ALL":         4,
	}
)

Enum value maps for PostgresqlConfig9_6_LogStatement.

View Source
var (
	PostgresqlConfig9_6_TransactionIsolation_name = map[int32]string{
		0: "TRANSACTION_ISOLATION_UNSPECIFIED",
		1: "TRANSACTION_ISOLATION_READ_UNCOMMITTED",
		2: "TRANSACTION_ISOLATION_READ_COMMITTED",
		3: "TRANSACTION_ISOLATION_REPEATABLE_READ",
		4: "TRANSACTION_ISOLATION_SERIALIZABLE",
	}
	PostgresqlConfig9_6_TransactionIsolation_value = map[string]int32{
		"TRANSACTION_ISOLATION_UNSPECIFIED":      0,
		"TRANSACTION_ISOLATION_READ_UNCOMMITTED": 1,
		"TRANSACTION_ISOLATION_READ_COMMITTED":   2,
		"TRANSACTION_ISOLATION_REPEATABLE_READ":  3,
		"TRANSACTION_ISOLATION_SERIALIZABLE":     4,
	}
)

Enum value maps for PostgresqlConfig9_6_TransactionIsolation.

View Source
var (
	PostgresqlConfig9_6_ByteaOutput_name = map[int32]string{
		0: "BYTEA_OUTPUT_UNSPECIFIED",
		1: "BYTEA_OUTPUT_HEX",
		2: "BYTEA_OUTPUT_ESCAPED",
	}
	PostgresqlConfig9_6_ByteaOutput_value = map[string]int32{
		"BYTEA_OUTPUT_UNSPECIFIED": 0,
		"BYTEA_OUTPUT_HEX":         1,
		"BYTEA_OUTPUT_ESCAPED":     2,
	}
)

Enum value maps for PostgresqlConfig9_6_ByteaOutput.

View Source
var (
	PostgresqlConfig9_6_XmlBinary_name = map[int32]string{
		0: "XML_BINARY_UNSPECIFIED",
		1: "XML_BINARY_BASE64",
		2: "XML_BINARY_HEX",
	}
	PostgresqlConfig9_6_XmlBinary_value = map[string]int32{
		"XML_BINARY_UNSPECIFIED": 0,
		"XML_BINARY_BASE64":      1,
		"XML_BINARY_HEX":         2,
	}
)

Enum value maps for PostgresqlConfig9_6_XmlBinary.

View Source
var (
	PostgresqlConfig9_6_XmlOption_name = map[int32]string{
		0: "XML_OPTION_UNSPECIFIED",
		1: "XML_OPTION_DOCUMENT",
		2: "XML_OPTION_CONTENT",
	}
	PostgresqlConfig9_6_XmlOption_value = map[string]int32{
		"XML_OPTION_UNSPECIFIED": 0,
		"XML_OPTION_DOCUMENT":    1,
		"XML_OPTION_CONTENT":     2,
	}
)

Enum value maps for PostgresqlConfig9_6_XmlOption.

View Source
var (
	PostgresqlConfig9_6_BackslashQuote_name = map[int32]string{
		0: "BACKSLASH_QUOTE_UNSPECIFIED",
		1: "BACKSLASH_QUOTE",
		2: "BACKSLASH_QUOTE_ON",
		3: "BACKSLASH_QUOTE_OFF",
		4: "BACKSLASH_QUOTE_SAFE_ENCODING",
	}
	PostgresqlConfig9_6_BackslashQuote_value = map[string]int32{
		"BACKSLASH_QUOTE_UNSPECIFIED":   0,
		"BACKSLASH_QUOTE":               1,
		"BACKSLASH_QUOTE_ON":            2,
		"BACKSLASH_QUOTE_OFF":           3,
		"BACKSLASH_QUOTE_SAFE_ENCODING": 4,
	}
)

Enum value maps for PostgresqlConfig9_6_BackslashQuote.

View Source
var File_yandex_cloud_mdb_postgresql_v1_config_host10_1c_proto protoreflect.FileDescriptor
View Source
var File_yandex_cloud_mdb_postgresql_v1_config_host10_proto protoreflect.FileDescriptor
View Source
var File_yandex_cloud_mdb_postgresql_v1_config_host11_1c_proto protoreflect.FileDescriptor
View Source
var File_yandex_cloud_mdb_postgresql_v1_config_host11_proto protoreflect.FileDescriptor
View Source
var File_yandex_cloud_mdb_postgresql_v1_config_host12_1c_proto protoreflect.FileDescriptor
View Source
var File_yandex_cloud_mdb_postgresql_v1_config_host12_proto protoreflect.FileDescriptor
View Source
var File_yandex_cloud_mdb_postgresql_v1_config_host13_1c_proto protoreflect.FileDescriptor
View Source
var File_yandex_cloud_mdb_postgresql_v1_config_host13_proto protoreflect.FileDescriptor
View Source
var File_yandex_cloud_mdb_postgresql_v1_config_host14_1c_proto protoreflect.FileDescriptor
View Source
var File_yandex_cloud_mdb_postgresql_v1_config_host14_proto protoreflect.FileDescriptor
View Source
var File_yandex_cloud_mdb_postgresql_v1_config_host15_1c_proto protoreflect.FileDescriptor
View Source
var File_yandex_cloud_mdb_postgresql_v1_config_host15_proto protoreflect.FileDescriptor
View Source
var File_yandex_cloud_mdb_postgresql_v1_config_host16_1c_proto protoreflect.FileDescriptor
View Source
var File_yandex_cloud_mdb_postgresql_v1_config_host16_proto protoreflect.FileDescriptor
View Source
var File_yandex_cloud_mdb_postgresql_v1_config_host9_6_proto protoreflect.FileDescriptor
View Source
var File_yandex_cloud_mdb_postgresql_v1_config_postgresql10_1c_proto protoreflect.FileDescriptor
View Source
var File_yandex_cloud_mdb_postgresql_v1_config_postgresql10_proto protoreflect.FileDescriptor
View Source
var File_yandex_cloud_mdb_postgresql_v1_config_postgresql11_1c_proto protoreflect.FileDescriptor
View Source
var File_yandex_cloud_mdb_postgresql_v1_config_postgresql11_proto protoreflect.FileDescriptor
View Source
var File_yandex_cloud_mdb_postgresql_v1_config_postgresql12_1c_proto protoreflect.FileDescriptor
View Source
var File_yandex_cloud_mdb_postgresql_v1_config_postgresql12_proto protoreflect.FileDescriptor
View Source
var File_yandex_cloud_mdb_postgresql_v1_config_postgresql13_1c_proto protoreflect.FileDescriptor
View Source
var File_yandex_cloud_mdb_postgresql_v1_config_postgresql13_proto protoreflect.FileDescriptor
View Source
var File_yandex_cloud_mdb_postgresql_v1_config_postgresql14_1c_proto protoreflect.FileDescriptor
View Source
var File_yandex_cloud_mdb_postgresql_v1_config_postgresql14_proto protoreflect.FileDescriptor
View Source
var File_yandex_cloud_mdb_postgresql_v1_config_postgresql15_1c_proto protoreflect.FileDescriptor
View Source
var File_yandex_cloud_mdb_postgresql_v1_config_postgresql15_proto protoreflect.FileDescriptor
View Source
var File_yandex_cloud_mdb_postgresql_v1_config_postgresql16_1c_proto protoreflect.FileDescriptor
View Source
var File_yandex_cloud_mdb_postgresql_v1_config_postgresql16_proto protoreflect.FileDescriptor
View Source
var File_yandex_cloud_mdb_postgresql_v1_config_postgresql9_6_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type PostgresqlConfig10

type PostgresqlConfig10 struct {
	MaxConnections             *wrapperspb.Int64Value               `protobuf:"bytes,1,opt,name=max_connections,json=maxConnections,proto3" json:"max_connections,omitempty"`
	SharedBuffers              *wrapperspb.Int64Value               `protobuf:"bytes,2,opt,name=shared_buffers,json=sharedBuffers,proto3" json:"shared_buffers,omitempty"`                  // in bytes.
	TempBuffers                *wrapperspb.Int64Value               `protobuf:"bytes,3,opt,name=temp_buffers,json=tempBuffers,proto3" json:"temp_buffers,omitempty"`                        // in bytes.
	MaxPreparedTransactions    *wrapperspb.Int64Value               ``                                                                                                                      /* 132-byte string literal not displayed */
	WorkMem                    *wrapperspb.Int64Value               `protobuf:"bytes,5,opt,name=work_mem,json=workMem,proto3" json:"work_mem,omitempty"`                                    // in bytes.
	MaintenanceWorkMem         *wrapperspb.Int64Value               `protobuf:"bytes,6,opt,name=maintenance_work_mem,json=maintenanceWorkMem,proto3" json:"maintenance_work_mem,omitempty"` // in bytes.
	ReplacementSortTuples      *wrapperspb.Int64Value               ``                                                                                                                      /* 126-byte string literal not displayed */
	AutovacuumWorkMem          *wrapperspb.Int64Value               `protobuf:"bytes,8,opt,name=autovacuum_work_mem,json=autovacuumWorkMem,proto3" json:"autovacuum_work_mem,omitempty"`    // in bytes.
	TempFileLimit              *wrapperspb.Int64Value               `protobuf:"bytes,9,opt,name=temp_file_limit,json=tempFileLimit,proto3" json:"temp_file_limit,omitempty"`                // in bytes.
	VacuumCostDelay            *wrapperspb.Int64Value               `protobuf:"bytes,10,opt,name=vacuum_cost_delay,json=vacuumCostDelay,proto3" json:"vacuum_cost_delay,omitempty"`         // in milliseconds.
	VacuumCostPageHit          *wrapperspb.Int64Value               `protobuf:"bytes,11,opt,name=vacuum_cost_page_hit,json=vacuumCostPageHit,proto3" json:"vacuum_cost_page_hit,omitempty"`
	VacuumCostPageMiss         *wrapperspb.Int64Value               `protobuf:"bytes,12,opt,name=vacuum_cost_page_miss,json=vacuumCostPageMiss,proto3" json:"vacuum_cost_page_miss,omitempty"`
	VacuumCostPageDirty        *wrapperspb.Int64Value               `protobuf:"bytes,13,opt,name=vacuum_cost_page_dirty,json=vacuumCostPageDirty,proto3" json:"vacuum_cost_page_dirty,omitempty"`
	VacuumCostLimit            *wrapperspb.Int64Value               `protobuf:"bytes,14,opt,name=vacuum_cost_limit,json=vacuumCostLimit,proto3" json:"vacuum_cost_limit,omitempty"`
	BgwriterDelay              *wrapperspb.Int64Value               `protobuf:"bytes,15,opt,name=bgwriter_delay,json=bgwriterDelay,proto3" json:"bgwriter_delay,omitempty"` // in milliseconds.
	BgwriterLruMaxpages        *wrapperspb.Int64Value               `protobuf:"bytes,16,opt,name=bgwriter_lru_maxpages,json=bgwriterLruMaxpages,proto3" json:"bgwriter_lru_maxpages,omitempty"`
	BgwriterLruMultiplier      *wrapperspb.DoubleValue              `` /* 127-byte string literal not displayed */
	BgwriterFlushAfter         *wrapperspb.Int64Value               `protobuf:"bytes,18,opt,name=bgwriter_flush_after,json=bgwriterFlushAfter,proto3" json:"bgwriter_flush_after,omitempty"`
	BackendFlushAfter          *wrapperspb.Int64Value               `protobuf:"bytes,19,opt,name=backend_flush_after,json=backendFlushAfter,proto3" json:"backend_flush_after,omitempty"`
	OldSnapshotThreshold       *wrapperspb.Int64Value               `protobuf:"bytes,20,opt,name=old_snapshot_threshold,json=oldSnapshotThreshold,proto3" json:"old_snapshot_threshold,omitempty"`
	WalLevel                   PostgresqlConfig10_WalLevel          ``                                                                                                                  /* 158-byte string literal not displayed */
	SynchronousCommit          PostgresqlConfig10_SynchronousCommit ``                                                                                                                  /* 194-byte string literal not displayed */
	CheckpointTimeout          *wrapperspb.Int64Value               `protobuf:"bytes,23,opt,name=checkpoint_timeout,json=checkpointTimeout,proto3" json:"checkpoint_timeout,omitempty"` // in milliseconds.
	CheckpointCompletionTarget *wrapperspb.DoubleValue              ``                                                                                                                  /* 142-byte string literal not displayed */
	CheckpointFlushAfter       *wrapperspb.Int64Value               `protobuf:"bytes,25,opt,name=checkpoint_flush_after,json=checkpointFlushAfter,proto3" json:"checkpoint_flush_after,omitempty"`
	MaxWalSize                 *wrapperspb.Int64Value               `protobuf:"bytes,26,opt,name=max_wal_size,json=maxWalSize,proto3" json:"max_wal_size,omitempty"` // in bytes.
	MinWalSize                 *wrapperspb.Int64Value               `protobuf:"bytes,27,opt,name=min_wal_size,json=minWalSize,proto3" json:"min_wal_size,omitempty"` // in bytes.
	MaxStandbyStreamingDelay   *wrapperspb.Int64Value               ``                                                                                               // in milliseconds.
	/* 138-byte string literal not displayed */
	DefaultStatisticsTarget *wrapperspb.Int64Value                 `` /* 133-byte string literal not displayed */
	ConstraintExclusion     PostgresqlConfig10_ConstraintExclusion `` /* 202-byte string literal not displayed */
	CursorTupleFraction     *wrapperspb.DoubleValue                `protobuf:"bytes,31,opt,name=cursor_tuple_fraction,json=cursorTupleFraction,proto3" json:"cursor_tuple_fraction,omitempty"`
	FromCollapseLimit       *wrapperspb.Int64Value                 `protobuf:"bytes,32,opt,name=from_collapse_limit,json=fromCollapseLimit,proto3" json:"from_collapse_limit,omitempty"`
	JoinCollapseLimit       *wrapperspb.Int64Value                 `protobuf:"bytes,33,opt,name=join_collapse_limit,json=joinCollapseLimit,proto3" json:"join_collapse_limit,omitempty"`
	ForceParallelMode       PostgresqlConfig10_ForceParallelMode   `` /* 196-byte string literal not displayed */
	ClientMinMessages       PostgresqlConfig10_LogLevel            `` /* 187-byte string literal not displayed */
	LogMinMessages          PostgresqlConfig10_LogLevel            `` /* 178-byte string literal not displayed */
	LogMinErrorStatement    PostgresqlConfig10_LogLevel            `` /* 198-byte string literal not displayed */
	LogMinDurationStatement *wrapperspb.Int64Value                 `` // in milliseconds.
	/* 135-byte string literal not displayed */
	LogCheckpoints                  *wrapperspb.BoolValue                   `protobuf:"bytes,39,opt,name=log_checkpoints,json=logCheckpoints,proto3" json:"log_checkpoints,omitempty"`
	LogConnections                  *wrapperspb.BoolValue                   `protobuf:"bytes,40,opt,name=log_connections,json=logConnections,proto3" json:"log_connections,omitempty"`
	LogDisconnections               *wrapperspb.BoolValue                   `protobuf:"bytes,41,opt,name=log_disconnections,json=logDisconnections,proto3" json:"log_disconnections,omitempty"`
	LogDuration                     *wrapperspb.BoolValue                   `protobuf:"bytes,42,opt,name=log_duration,json=logDuration,proto3" json:"log_duration,omitempty"`
	LogErrorVerbosity               PostgresqlConfig10_LogErrorVerbosity    `` /* 196-byte string literal not displayed */
	LogLockWaits                    *wrapperspb.BoolValue                   `protobuf:"bytes,44,opt,name=log_lock_waits,json=logLockWaits,proto3" json:"log_lock_waits,omitempty"`
	LogStatement                    PostgresqlConfig10_LogStatement         `` /* 174-byte string literal not displayed */
	LogTempFiles                    *wrapperspb.Int64Value                  `protobuf:"bytes,46,opt,name=log_temp_files,json=logTempFiles,proto3" json:"log_temp_files,omitempty"`
	SearchPath                      string                                  `protobuf:"bytes,47,opt,name=search_path,json=searchPath,proto3" json:"search_path,omitempty"`
	RowSecurity                     *wrapperspb.BoolValue                   `protobuf:"bytes,48,opt,name=row_security,json=rowSecurity,proto3" json:"row_security,omitempty"`
	DefaultTransactionIsolation     PostgresqlConfig10_TransactionIsolation ``                                                                                                               /* 229-byte string literal not displayed */
	StatementTimeout                *wrapperspb.Int64Value                  `protobuf:"bytes,50,opt,name=statement_timeout,json=statementTimeout,proto3" json:"statement_timeout,omitempty"` // in milliseconds.
	LockTimeout                     *wrapperspb.Int64Value                  `protobuf:"bytes,51,opt,name=lock_timeout,json=lockTimeout,proto3" json:"lock_timeout,omitempty"`                // in milliseconds.
	IdleInTransactionSessionTimeout *wrapperspb.Int64Value                  ``                                                                                                               // in milliseconds.
	/* 161-byte string literal not displayed */
	ByteaOutput                  PostgresqlConfig10_ByteaOutput              ``                                                                                                                            /* 170-byte string literal not displayed */
	Xmlbinary                    PostgresqlConfig10_XmlBinary                ``                                                                                                                            /* 145-byte string literal not displayed */
	Xmloption                    PostgresqlConfig10_XmlOption                ``                                                                                                                            /* 145-byte string literal not displayed */
	GinPendingListLimit          *wrapperspb.Int64Value                      `protobuf:"bytes,56,opt,name=gin_pending_list_limit,json=ginPendingListLimit,proto3" json:"gin_pending_list_limit,omitempty"` // in bytes.
	DeadlockTimeout              *wrapperspb.Int64Value                      `protobuf:"bytes,57,opt,name=deadlock_timeout,json=deadlockTimeout,proto3" json:"deadlock_timeout,omitempty"`                 // in milliseconds.
	MaxLocksPerTransaction       *wrapperspb.Int64Value                      ``                                                                                                                            /* 132-byte string literal not displayed */
	MaxPredLocksPerTransaction   *wrapperspb.Int64Value                      ``                                                                                                                            /* 146-byte string literal not displayed */
	ArrayNulls                   *wrapperspb.BoolValue                       `protobuf:"bytes,60,opt,name=array_nulls,json=arrayNulls,proto3" json:"array_nulls,omitempty"`
	BackslashQuote               PostgresqlConfig10_BackslashQuote           `` /* 182-byte string literal not displayed */
	DefaultWithOids              *wrapperspb.BoolValue                       `protobuf:"bytes,62,opt,name=default_with_oids,json=defaultWithOids,proto3" json:"default_with_oids,omitempty"`
	EscapeStringWarning          *wrapperspb.BoolValue                       `protobuf:"bytes,63,opt,name=escape_string_warning,json=escapeStringWarning,proto3" json:"escape_string_warning,omitempty"`
	LoCompatPrivileges           *wrapperspb.BoolValue                       `protobuf:"bytes,64,opt,name=lo_compat_privileges,json=loCompatPrivileges,proto3" json:"lo_compat_privileges,omitempty"`
	OperatorPrecedenceWarning    *wrapperspb.BoolValue                       `` /* 139-byte string literal not displayed */
	QuoteAllIdentifiers          *wrapperspb.BoolValue                       `protobuf:"bytes,66,opt,name=quote_all_identifiers,json=quoteAllIdentifiers,proto3" json:"quote_all_identifiers,omitempty"`
	StandardConformingStrings    *wrapperspb.BoolValue                       `` /* 139-byte string literal not displayed */
	SynchronizeSeqscans          *wrapperspb.BoolValue                       `protobuf:"bytes,68,opt,name=synchronize_seqscans,json=synchronizeSeqscans,proto3" json:"synchronize_seqscans,omitempty"`
	TransformNullEquals          *wrapperspb.BoolValue                       `protobuf:"bytes,69,opt,name=transform_null_equals,json=transformNullEquals,proto3" json:"transform_null_equals,omitempty"`
	ExitOnError                  *wrapperspb.BoolValue                       `protobuf:"bytes,70,opt,name=exit_on_error,json=exitOnError,proto3" json:"exit_on_error,omitempty"`
	SeqPageCost                  *wrapperspb.DoubleValue                     `protobuf:"bytes,71,opt,name=seq_page_cost,json=seqPageCost,proto3" json:"seq_page_cost,omitempty"`
	RandomPageCost               *wrapperspb.DoubleValue                     `protobuf:"bytes,72,opt,name=random_page_cost,json=randomPageCost,proto3" json:"random_page_cost,omitempty"`
	AutovacuumMaxWorkers         *wrapperspb.Int64Value                      `protobuf:"bytes,73,opt,name=autovacuum_max_workers,json=autovacuumMaxWorkers,proto3" json:"autovacuum_max_workers,omitempty"`
	AutovacuumVacuumCostDelay    *wrapperspb.Int64Value                      ``                                                                                                                  /* 141-byte string literal not displayed */
	AutovacuumVacuumCostLimit    *wrapperspb.Int64Value                      ``                                                                                                                  /* 141-byte string literal not displayed */
	AutovacuumNaptime            *wrapperspb.Int64Value                      `protobuf:"bytes,76,opt,name=autovacuum_naptime,json=autovacuumNaptime,proto3" json:"autovacuum_naptime,omitempty"` // in milliseconds.
	ArchiveTimeout               *wrapperspb.Int64Value                      `protobuf:"bytes,77,opt,name=archive_timeout,json=archiveTimeout,proto3" json:"archive_timeout,omitempty"`          // in milliseconds.
	TrackActivityQuerySize       *wrapperspb.Int64Value                      ``                                                                                                                  /* 132-byte string literal not displayed */
	EnableBitmapscan             *wrapperspb.BoolValue                       `protobuf:"bytes,80,opt,name=enable_bitmapscan,json=enableBitmapscan,proto3" json:"enable_bitmapscan,omitempty"`
	EnableHashagg                *wrapperspb.BoolValue                       `protobuf:"bytes,81,opt,name=enable_hashagg,json=enableHashagg,proto3" json:"enable_hashagg,omitempty"`
	EnableHashjoin               *wrapperspb.BoolValue                       `protobuf:"bytes,82,opt,name=enable_hashjoin,json=enableHashjoin,proto3" json:"enable_hashjoin,omitempty"`
	EnableIndexscan              *wrapperspb.BoolValue                       `protobuf:"bytes,83,opt,name=enable_indexscan,json=enableIndexscan,proto3" json:"enable_indexscan,omitempty"`
	EnableIndexonlyscan          *wrapperspb.BoolValue                       `protobuf:"bytes,84,opt,name=enable_indexonlyscan,json=enableIndexonlyscan,proto3" json:"enable_indexonlyscan,omitempty"`
	EnableMaterial               *wrapperspb.BoolValue                       `protobuf:"bytes,85,opt,name=enable_material,json=enableMaterial,proto3" json:"enable_material,omitempty"`
	EnableMergejoin              *wrapperspb.BoolValue                       `protobuf:"bytes,86,opt,name=enable_mergejoin,json=enableMergejoin,proto3" json:"enable_mergejoin,omitempty"`
	EnableNestloop               *wrapperspb.BoolValue                       `protobuf:"bytes,87,opt,name=enable_nestloop,json=enableNestloop,proto3" json:"enable_nestloop,omitempty"`
	EnableSeqscan                *wrapperspb.BoolValue                       `protobuf:"bytes,88,opt,name=enable_seqscan,json=enableSeqscan,proto3" json:"enable_seqscan,omitempty"`
	EnableSort                   *wrapperspb.BoolValue                       `protobuf:"bytes,89,opt,name=enable_sort,json=enableSort,proto3" json:"enable_sort,omitempty"`
	EnableTidscan                *wrapperspb.BoolValue                       `protobuf:"bytes,90,opt,name=enable_tidscan,json=enableTidscan,proto3" json:"enable_tidscan,omitempty"`
	MaxWorkerProcesses           *wrapperspb.Int64Value                      `protobuf:"bytes,91,opt,name=max_worker_processes,json=maxWorkerProcesses,proto3" json:"max_worker_processes,omitempty"`
	MaxParallelWorkers           *wrapperspb.Int64Value                      `protobuf:"bytes,92,opt,name=max_parallel_workers,json=maxParallelWorkers,proto3" json:"max_parallel_workers,omitempty"`
	MaxParallelWorkersPerGather  *wrapperspb.Int64Value                      `` /* 149-byte string literal not displayed */
	AutovacuumVacuumScaleFactor  *wrapperspb.DoubleValue                     `` /* 147-byte string literal not displayed */
	AutovacuumAnalyzeScaleFactor *wrapperspb.DoubleValue                     `` /* 150-byte string literal not displayed */
	DefaultTransactionReadOnly   *wrapperspb.BoolValue                       `` /* 144-byte string literal not displayed */
	Timezone                     string                                      `protobuf:"bytes,97,opt,name=timezone,proto3" json:"timezone,omitempty"`
	EffectiveIoConcurrency       *wrapperspb.Int64Value                      `` /* 130-byte string literal not displayed */
	EffectiveCacheSize           *wrapperspb.Int64Value                      `protobuf:"bytes,99,opt,name=effective_cache_size,json=effectiveCacheSize,proto3" json:"effective_cache_size,omitempty"`
	SharedPreloadLibraries       []PostgresqlConfig10_SharedPreloadLibraries `` /* 224-byte string literal not displayed */
	AutoExplainLogMinDuration    *wrapperspb.Int64Value                      `` // in milliseconds.
	/* 144-byte string literal not displayed */
	AutoExplainLogAnalyze          *wrapperspb.BoolValue                   `` /* 130-byte string literal not displayed */
	AutoExplainLogBuffers          *wrapperspb.BoolValue                   `` /* 130-byte string literal not displayed */
	AutoExplainLogTiming           *wrapperspb.BoolValue                   `` /* 127-byte string literal not displayed */
	AutoExplainLogTriggers         *wrapperspb.BoolValue                   `` /* 133-byte string literal not displayed */
	AutoExplainLogVerbose          *wrapperspb.BoolValue                   `` /* 130-byte string literal not displayed */
	AutoExplainLogNestedStatements *wrapperspb.BoolValue                   `` /* 159-byte string literal not displayed */
	AutoExplainSampleRate          *wrapperspb.DoubleValue                 `` /* 130-byte string literal not displayed */
	PgHintPlanEnableHint           *wrapperspb.BoolValue                   `` /* 129-byte string literal not displayed */
	PgHintPlanEnableHintTable      *wrapperspb.BoolValue                   `` /* 146-byte string literal not displayed */
	PgHintPlanDebugPrint           PostgresqlConfig10_PgHintPlanDebugPrint `` /* 213-byte string literal not displayed */
	PgHintPlanMessageLevel         PostgresqlConfig10_LogLevel             `` /* 207-byte string literal not displayed */
	PgQualstatsEnabled             *wrapperspb.BoolValue                   `protobuf:"bytes,113,opt,name=pg_qualstats_enabled,json=pgQualstatsEnabled,proto3" json:"pg_qualstats_enabled,omitempty"`
	PgQualstatsTrackConstants      *wrapperspb.BoolValue                   `` /* 142-byte string literal not displayed */
	PgQualstatsMax                 *wrapperspb.Int64Value                  `protobuf:"bytes,115,opt,name=pg_qualstats_max,json=pgQualstatsMax,proto3" json:"pg_qualstats_max,omitempty"`
	PgQualstatsResolveOids         *wrapperspb.BoolValue                   ``                                                                                                                     /* 133-byte string literal not displayed */
	PgQualstatsSampleRate          *wrapperspb.DoubleValue                 ``                                                                                                                     /* 130-byte string literal not displayed */
	MaxStackDepth                  *wrapperspb.Int64Value                  `protobuf:"bytes,150,opt,name=max_stack_depth,json=maxStackDepth,proto3" json:"max_stack_depth,omitempty"`             // in bytes.
	Geqo                           *wrapperspb.BoolValue                   `protobuf:"bytes,152,opt,name=geqo,proto3" json:"geqo,omitempty"`                                                      // enable Genetic Query Optimizer, by default is on
	GeqoThreshold                  *wrapperspb.Int64Value                  `protobuf:"bytes,153,opt,name=geqo_threshold,json=geqoThreshold,proto3" json:"geqo_threshold,omitempty"`               // The number of tables to use geqo, default is 12
	GeqoEffort                     *wrapperspb.Int64Value                  `protobuf:"bytes,154,opt,name=geqo_effort,json=geqoEffort,proto3" json:"geqo_effort,omitempty"`                        // tradeoff between planning time and query plan quality, default is 5
	GeqoPoolSize                   *wrapperspb.Int64Value                  `protobuf:"bytes,155,opt,name=geqo_pool_size,json=geqoPoolSize,proto3" json:"geqo_pool_size,omitempty"`                // number of individuals in the genetic population, useful values are typically 100 to 1000; default - 0 - choose based on based on geqo_effort
	GeqoGenerations                *wrapperspb.Int64Value                  `protobuf:"bytes,156,opt,name=geqo_generations,json=geqoGenerations,proto3" json:"geqo_generations,omitempty"`         // the number of generations used by GEQO, useful values are in the same range as the pool size
	GeqoSelectionBias              *wrapperspb.DoubleValue                 `protobuf:"bytes,157,opt,name=geqo_selection_bias,json=geqoSelectionBias,proto3" json:"geqo_selection_bias,omitempty"` // selective pressure within the population
	GeqoSeed                       *wrapperspb.DoubleValue                 `protobuf:"bytes,158,opt,name=geqo_seed,json=geqoSeed,proto3" json:"geqo_seed,omitempty"`                              // initial value of the random number generator used by GEQO
	MaxStandbyArchiveDelay         *wrapperspb.Int64Value                  ``                                                                                                                     // in milliseconds.
	/* 133-byte string literal not displayed */
	SessionDurationTimeout *wrapperspb.Int64Value `` // Terminate any session that exceeds the designated timeout, specified in milliseconds. If a timeout is not specified, the default session timeout is set to 12 hours. To disable it, specify a value of 0.
	/* 131-byte string literal not displayed */
	LogReplicationCommands   *wrapperspb.BoolValue  `` /* 131-byte string literal not displayed */
	LogAutovacuumMinDuration *wrapperspb.Int64Value `` // in milliseconds. The default is 1000 (1 sec).
	/* 139-byte string literal not displayed */
	PasswordEncryption PostgresqlConfig10_PasswordEncryption `` // A default value for “ user_password_encryption “ user-level setting, if it not specified for new users. Possible values are “ PASSWORD_ENCRYPTION_MD5 “ or “ PASSWORD_ENCRYPTION_SCRAM_SHA_256 “. The default is “ PASSWORD_ENCRYPTION_MD5 “.
	/* 199-byte string literal not displayed */
	// contains filtered or unexported fields
}

Options and structure of `PostgresqlConfig` reflects PostgreSQL configuration file parameters whose detailed description is available in [PostgreSQL documentation](https://www.postgresql.org/docs/10/runtime-config.html).

func (*PostgresqlConfig10) Descriptor deprecated

func (*PostgresqlConfig10) Descriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig10.ProtoReflect.Descriptor instead.

func (*PostgresqlConfig10) GetArchiveTimeout

func (x *PostgresqlConfig10) GetArchiveTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig10) GetArrayNulls

func (x *PostgresqlConfig10) GetArrayNulls() *wrapperspb.BoolValue

func (*PostgresqlConfig10) GetAutoExplainLogAnalyze

func (x *PostgresqlConfig10) GetAutoExplainLogAnalyze() *wrapperspb.BoolValue

func (*PostgresqlConfig10) GetAutoExplainLogBuffers

func (x *PostgresqlConfig10) GetAutoExplainLogBuffers() *wrapperspb.BoolValue

func (*PostgresqlConfig10) GetAutoExplainLogMinDuration

func (x *PostgresqlConfig10) GetAutoExplainLogMinDuration() *wrapperspb.Int64Value

func (*PostgresqlConfig10) GetAutoExplainLogNestedStatements

func (x *PostgresqlConfig10) GetAutoExplainLogNestedStatements() *wrapperspb.BoolValue

func (*PostgresqlConfig10) GetAutoExplainLogTiming

func (x *PostgresqlConfig10) GetAutoExplainLogTiming() *wrapperspb.BoolValue

func (*PostgresqlConfig10) GetAutoExplainLogTriggers

func (x *PostgresqlConfig10) GetAutoExplainLogTriggers() *wrapperspb.BoolValue

func (*PostgresqlConfig10) GetAutoExplainLogVerbose

func (x *PostgresqlConfig10) GetAutoExplainLogVerbose() *wrapperspb.BoolValue

func (*PostgresqlConfig10) GetAutoExplainSampleRate

func (x *PostgresqlConfig10) GetAutoExplainSampleRate() *wrapperspb.DoubleValue

func (*PostgresqlConfig10) GetAutovacuumAnalyzeScaleFactor

func (x *PostgresqlConfig10) GetAutovacuumAnalyzeScaleFactor() *wrapperspb.DoubleValue

func (*PostgresqlConfig10) GetAutovacuumMaxWorkers

func (x *PostgresqlConfig10) GetAutovacuumMaxWorkers() *wrapperspb.Int64Value

func (*PostgresqlConfig10) GetAutovacuumNaptime

func (x *PostgresqlConfig10) GetAutovacuumNaptime() *wrapperspb.Int64Value

func (*PostgresqlConfig10) GetAutovacuumVacuumCostDelay

func (x *PostgresqlConfig10) GetAutovacuumVacuumCostDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig10) GetAutovacuumVacuumCostLimit

func (x *PostgresqlConfig10) GetAutovacuumVacuumCostLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig10) GetAutovacuumVacuumScaleFactor

func (x *PostgresqlConfig10) GetAutovacuumVacuumScaleFactor() *wrapperspb.DoubleValue

func (*PostgresqlConfig10) GetAutovacuumWorkMem

func (x *PostgresqlConfig10) GetAutovacuumWorkMem() *wrapperspb.Int64Value

func (*PostgresqlConfig10) GetBackendFlushAfter

func (x *PostgresqlConfig10) GetBackendFlushAfter() *wrapperspb.Int64Value

func (*PostgresqlConfig10) GetBackslashQuote

func (*PostgresqlConfig10) GetBgwriterDelay

func (x *PostgresqlConfig10) GetBgwriterDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig10) GetBgwriterFlushAfter

func (x *PostgresqlConfig10) GetBgwriterFlushAfter() *wrapperspb.Int64Value

func (*PostgresqlConfig10) GetBgwriterLruMaxpages

func (x *PostgresqlConfig10) GetBgwriterLruMaxpages() *wrapperspb.Int64Value

func (*PostgresqlConfig10) GetBgwriterLruMultiplier

func (x *PostgresqlConfig10) GetBgwriterLruMultiplier() *wrapperspb.DoubleValue

func (*PostgresqlConfig10) GetByteaOutput

func (*PostgresqlConfig10) GetCheckpointCompletionTarget

func (x *PostgresqlConfig10) GetCheckpointCompletionTarget() *wrapperspb.DoubleValue

func (*PostgresqlConfig10) GetCheckpointFlushAfter

func (x *PostgresqlConfig10) GetCheckpointFlushAfter() *wrapperspb.Int64Value

func (*PostgresqlConfig10) GetCheckpointTimeout

func (x *PostgresqlConfig10) GetCheckpointTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig10) GetClientMinMessages

func (x *PostgresqlConfig10) GetClientMinMessages() PostgresqlConfig10_LogLevel

func (*PostgresqlConfig10) GetConstraintExclusion

func (x *PostgresqlConfig10) GetConstraintExclusion() PostgresqlConfig10_ConstraintExclusion

func (*PostgresqlConfig10) GetCursorTupleFraction

func (x *PostgresqlConfig10) GetCursorTupleFraction() *wrapperspb.DoubleValue

func (*PostgresqlConfig10) GetDeadlockTimeout

func (x *PostgresqlConfig10) GetDeadlockTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig10) GetDefaultStatisticsTarget

func (x *PostgresqlConfig10) GetDefaultStatisticsTarget() *wrapperspb.Int64Value

func (*PostgresqlConfig10) GetDefaultTransactionIsolation

func (x *PostgresqlConfig10) GetDefaultTransactionIsolation() PostgresqlConfig10_TransactionIsolation

func (*PostgresqlConfig10) GetDefaultTransactionReadOnly

func (x *PostgresqlConfig10) GetDefaultTransactionReadOnly() *wrapperspb.BoolValue

func (*PostgresqlConfig10) GetDefaultWithOids

func (x *PostgresqlConfig10) GetDefaultWithOids() *wrapperspb.BoolValue

func (*PostgresqlConfig10) GetEffectiveCacheSize

func (x *PostgresqlConfig10) GetEffectiveCacheSize() *wrapperspb.Int64Value

func (*PostgresqlConfig10) GetEffectiveIoConcurrency

func (x *PostgresqlConfig10) GetEffectiveIoConcurrency() *wrapperspb.Int64Value

func (*PostgresqlConfig10) GetEnableBitmapscan

func (x *PostgresqlConfig10) GetEnableBitmapscan() *wrapperspb.BoolValue

func (*PostgresqlConfig10) GetEnableHashagg

func (x *PostgresqlConfig10) GetEnableHashagg() *wrapperspb.BoolValue

func (*PostgresqlConfig10) GetEnableHashjoin

func (x *PostgresqlConfig10) GetEnableHashjoin() *wrapperspb.BoolValue

func (*PostgresqlConfig10) GetEnableIndexonlyscan

func (x *PostgresqlConfig10) GetEnableIndexonlyscan() *wrapperspb.BoolValue

func (*PostgresqlConfig10) GetEnableIndexscan

func (x *PostgresqlConfig10) GetEnableIndexscan() *wrapperspb.BoolValue

func (*PostgresqlConfig10) GetEnableMaterial

func (x *PostgresqlConfig10) GetEnableMaterial() *wrapperspb.BoolValue

func (*PostgresqlConfig10) GetEnableMergejoin

func (x *PostgresqlConfig10) GetEnableMergejoin() *wrapperspb.BoolValue

func (*PostgresqlConfig10) GetEnableNestloop

func (x *PostgresqlConfig10) GetEnableNestloop() *wrapperspb.BoolValue

func (*PostgresqlConfig10) GetEnableSeqscan

func (x *PostgresqlConfig10) GetEnableSeqscan() *wrapperspb.BoolValue

func (*PostgresqlConfig10) GetEnableSort

func (x *PostgresqlConfig10) GetEnableSort() *wrapperspb.BoolValue

func (*PostgresqlConfig10) GetEnableTidscan

func (x *PostgresqlConfig10) GetEnableTidscan() *wrapperspb.BoolValue

func (*PostgresqlConfig10) GetEscapeStringWarning

func (x *PostgresqlConfig10) GetEscapeStringWarning() *wrapperspb.BoolValue

func (*PostgresqlConfig10) GetExitOnError

func (x *PostgresqlConfig10) GetExitOnError() *wrapperspb.BoolValue

func (*PostgresqlConfig10) GetForceParallelMode

func (x *PostgresqlConfig10) GetForceParallelMode() PostgresqlConfig10_ForceParallelMode

func (*PostgresqlConfig10) GetFromCollapseLimit

func (x *PostgresqlConfig10) GetFromCollapseLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig10) GetGeqo

func (x *PostgresqlConfig10) GetGeqo() *wrapperspb.BoolValue

func (*PostgresqlConfig10) GetGeqoEffort

func (x *PostgresqlConfig10) GetGeqoEffort() *wrapperspb.Int64Value

func (*PostgresqlConfig10) GetGeqoGenerations

func (x *PostgresqlConfig10) GetGeqoGenerations() *wrapperspb.Int64Value

func (*PostgresqlConfig10) GetGeqoPoolSize

func (x *PostgresqlConfig10) GetGeqoPoolSize() *wrapperspb.Int64Value

func (*PostgresqlConfig10) GetGeqoSeed

func (x *PostgresqlConfig10) GetGeqoSeed() *wrapperspb.DoubleValue

func (*PostgresqlConfig10) GetGeqoSelectionBias

func (x *PostgresqlConfig10) GetGeqoSelectionBias() *wrapperspb.DoubleValue

func (*PostgresqlConfig10) GetGeqoThreshold

func (x *PostgresqlConfig10) GetGeqoThreshold() *wrapperspb.Int64Value

func (*PostgresqlConfig10) GetGinPendingListLimit

func (x *PostgresqlConfig10) GetGinPendingListLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig10) GetIdleInTransactionSessionTimeout

func (x *PostgresqlConfig10) GetIdleInTransactionSessionTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig10) GetJoinCollapseLimit

func (x *PostgresqlConfig10) GetJoinCollapseLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig10) GetLoCompatPrivileges

func (x *PostgresqlConfig10) GetLoCompatPrivileges() *wrapperspb.BoolValue

func (*PostgresqlConfig10) GetLockTimeout

func (x *PostgresqlConfig10) GetLockTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig10) GetLogAutovacuumMinDuration

func (x *PostgresqlConfig10) GetLogAutovacuumMinDuration() *wrapperspb.Int64Value

func (*PostgresqlConfig10) GetLogCheckpoints

func (x *PostgresqlConfig10) GetLogCheckpoints() *wrapperspb.BoolValue

func (*PostgresqlConfig10) GetLogConnections

func (x *PostgresqlConfig10) GetLogConnections() *wrapperspb.BoolValue

func (*PostgresqlConfig10) GetLogDisconnections

func (x *PostgresqlConfig10) GetLogDisconnections() *wrapperspb.BoolValue

func (*PostgresqlConfig10) GetLogDuration

func (x *PostgresqlConfig10) GetLogDuration() *wrapperspb.BoolValue

func (*PostgresqlConfig10) GetLogErrorVerbosity

func (x *PostgresqlConfig10) GetLogErrorVerbosity() PostgresqlConfig10_LogErrorVerbosity

func (*PostgresqlConfig10) GetLogLockWaits

func (x *PostgresqlConfig10) GetLogLockWaits() *wrapperspb.BoolValue

func (*PostgresqlConfig10) GetLogMinDurationStatement

func (x *PostgresqlConfig10) GetLogMinDurationStatement() *wrapperspb.Int64Value

func (*PostgresqlConfig10) GetLogMinErrorStatement

func (x *PostgresqlConfig10) GetLogMinErrorStatement() PostgresqlConfig10_LogLevel

func (*PostgresqlConfig10) GetLogMinMessages

func (x *PostgresqlConfig10) GetLogMinMessages() PostgresqlConfig10_LogLevel

func (*PostgresqlConfig10) GetLogReplicationCommands

func (x *PostgresqlConfig10) GetLogReplicationCommands() *wrapperspb.BoolValue

func (*PostgresqlConfig10) GetLogStatement

func (*PostgresqlConfig10) GetLogTempFiles

func (x *PostgresqlConfig10) GetLogTempFiles() *wrapperspb.Int64Value

func (*PostgresqlConfig10) GetMaintenanceWorkMem

func (x *PostgresqlConfig10) GetMaintenanceWorkMem() *wrapperspb.Int64Value

func (*PostgresqlConfig10) GetMaxConnections

func (x *PostgresqlConfig10) GetMaxConnections() *wrapperspb.Int64Value

func (*PostgresqlConfig10) GetMaxLocksPerTransaction

func (x *PostgresqlConfig10) GetMaxLocksPerTransaction() *wrapperspb.Int64Value

func (*PostgresqlConfig10) GetMaxParallelWorkers

func (x *PostgresqlConfig10) GetMaxParallelWorkers() *wrapperspb.Int64Value

func (*PostgresqlConfig10) GetMaxParallelWorkersPerGather

func (x *PostgresqlConfig10) GetMaxParallelWorkersPerGather() *wrapperspb.Int64Value

func (*PostgresqlConfig10) GetMaxPredLocksPerTransaction

func (x *PostgresqlConfig10) GetMaxPredLocksPerTransaction() *wrapperspb.Int64Value

func (*PostgresqlConfig10) GetMaxPreparedTransactions

func (x *PostgresqlConfig10) GetMaxPreparedTransactions() *wrapperspb.Int64Value

func (*PostgresqlConfig10) GetMaxStackDepth

func (x *PostgresqlConfig10) GetMaxStackDepth() *wrapperspb.Int64Value

func (*PostgresqlConfig10) GetMaxStandbyArchiveDelay

func (x *PostgresqlConfig10) GetMaxStandbyArchiveDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig10) GetMaxStandbyStreamingDelay

func (x *PostgresqlConfig10) GetMaxStandbyStreamingDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig10) GetMaxWalSize

func (x *PostgresqlConfig10) GetMaxWalSize() *wrapperspb.Int64Value

func (*PostgresqlConfig10) GetMaxWorkerProcesses

func (x *PostgresqlConfig10) GetMaxWorkerProcesses() *wrapperspb.Int64Value

func (*PostgresqlConfig10) GetMinWalSize

func (x *PostgresqlConfig10) GetMinWalSize() *wrapperspb.Int64Value

func (*PostgresqlConfig10) GetOldSnapshotThreshold

func (x *PostgresqlConfig10) GetOldSnapshotThreshold() *wrapperspb.Int64Value

func (*PostgresqlConfig10) GetOperatorPrecedenceWarning

func (x *PostgresqlConfig10) GetOperatorPrecedenceWarning() *wrapperspb.BoolValue

func (*PostgresqlConfig10) GetPasswordEncryption

func (x *PostgresqlConfig10) GetPasswordEncryption() PostgresqlConfig10_PasswordEncryption

func (*PostgresqlConfig10) GetPgHintPlanDebugPrint

func (x *PostgresqlConfig10) GetPgHintPlanDebugPrint() PostgresqlConfig10_PgHintPlanDebugPrint

func (*PostgresqlConfig10) GetPgHintPlanEnableHint

func (x *PostgresqlConfig10) GetPgHintPlanEnableHint() *wrapperspb.BoolValue

func (*PostgresqlConfig10) GetPgHintPlanEnableHintTable

func (x *PostgresqlConfig10) GetPgHintPlanEnableHintTable() *wrapperspb.BoolValue

func (*PostgresqlConfig10) GetPgHintPlanMessageLevel

func (x *PostgresqlConfig10) GetPgHintPlanMessageLevel() PostgresqlConfig10_LogLevel

func (*PostgresqlConfig10) GetPgQualstatsEnabled

func (x *PostgresqlConfig10) GetPgQualstatsEnabled() *wrapperspb.BoolValue

func (*PostgresqlConfig10) GetPgQualstatsMax

func (x *PostgresqlConfig10) GetPgQualstatsMax() *wrapperspb.Int64Value

func (*PostgresqlConfig10) GetPgQualstatsResolveOids

func (x *PostgresqlConfig10) GetPgQualstatsResolveOids() *wrapperspb.BoolValue

func (*PostgresqlConfig10) GetPgQualstatsSampleRate

func (x *PostgresqlConfig10) GetPgQualstatsSampleRate() *wrapperspb.DoubleValue

func (*PostgresqlConfig10) GetPgQualstatsTrackConstants

func (x *PostgresqlConfig10) GetPgQualstatsTrackConstants() *wrapperspb.BoolValue

func (*PostgresqlConfig10) GetQuoteAllIdentifiers

func (x *PostgresqlConfig10) GetQuoteAllIdentifiers() *wrapperspb.BoolValue

func (*PostgresqlConfig10) GetRandomPageCost

func (x *PostgresqlConfig10) GetRandomPageCost() *wrapperspb.DoubleValue

func (*PostgresqlConfig10) GetReplacementSortTuples

func (x *PostgresqlConfig10) GetReplacementSortTuples() *wrapperspb.Int64Value

func (*PostgresqlConfig10) GetRowSecurity

func (x *PostgresqlConfig10) GetRowSecurity() *wrapperspb.BoolValue

func (*PostgresqlConfig10) GetSearchPath

func (x *PostgresqlConfig10) GetSearchPath() string

func (*PostgresqlConfig10) GetSeqPageCost

func (x *PostgresqlConfig10) GetSeqPageCost() *wrapperspb.DoubleValue

func (*PostgresqlConfig10) GetSessionDurationTimeout

func (x *PostgresqlConfig10) GetSessionDurationTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig10) GetSharedBuffers

func (x *PostgresqlConfig10) GetSharedBuffers() *wrapperspb.Int64Value

func (*PostgresqlConfig10) GetSharedPreloadLibraries

func (x *PostgresqlConfig10) GetSharedPreloadLibraries() []PostgresqlConfig10_SharedPreloadLibraries

func (*PostgresqlConfig10) GetStandardConformingStrings

func (x *PostgresqlConfig10) GetStandardConformingStrings() *wrapperspb.BoolValue

func (*PostgresqlConfig10) GetStatementTimeout

func (x *PostgresqlConfig10) GetStatementTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig10) GetSynchronizeSeqscans

func (x *PostgresqlConfig10) GetSynchronizeSeqscans() *wrapperspb.BoolValue

func (*PostgresqlConfig10) GetSynchronousCommit

func (x *PostgresqlConfig10) GetSynchronousCommit() PostgresqlConfig10_SynchronousCommit

func (*PostgresqlConfig10) GetTempBuffers

func (x *PostgresqlConfig10) GetTempBuffers() *wrapperspb.Int64Value

func (*PostgresqlConfig10) GetTempFileLimit

func (x *PostgresqlConfig10) GetTempFileLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig10) GetTimezone

func (x *PostgresqlConfig10) GetTimezone() string

func (*PostgresqlConfig10) GetTrackActivityQuerySize

func (x *PostgresqlConfig10) GetTrackActivityQuerySize() *wrapperspb.Int64Value

func (*PostgresqlConfig10) GetTransformNullEquals

func (x *PostgresqlConfig10) GetTransformNullEquals() *wrapperspb.BoolValue

func (*PostgresqlConfig10) GetVacuumCostDelay

func (x *PostgresqlConfig10) GetVacuumCostDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig10) GetVacuumCostLimit

func (x *PostgresqlConfig10) GetVacuumCostLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig10) GetVacuumCostPageDirty

func (x *PostgresqlConfig10) GetVacuumCostPageDirty() *wrapperspb.Int64Value

func (*PostgresqlConfig10) GetVacuumCostPageHit

func (x *PostgresqlConfig10) GetVacuumCostPageHit() *wrapperspb.Int64Value

func (*PostgresqlConfig10) GetVacuumCostPageMiss

func (x *PostgresqlConfig10) GetVacuumCostPageMiss() *wrapperspb.Int64Value

func (*PostgresqlConfig10) GetWalLevel

func (*PostgresqlConfig10) GetWorkMem

func (x *PostgresqlConfig10) GetWorkMem() *wrapperspb.Int64Value

func (*PostgresqlConfig10) GetXmlbinary

func (*PostgresqlConfig10) GetXmloption

func (*PostgresqlConfig10) ProtoMessage

func (*PostgresqlConfig10) ProtoMessage()

func (*PostgresqlConfig10) ProtoReflect

func (x *PostgresqlConfig10) ProtoReflect() protoreflect.Message

func (*PostgresqlConfig10) Reset

func (x *PostgresqlConfig10) Reset()

func (*PostgresqlConfig10) SetArchiveTimeout

func (m *PostgresqlConfig10) SetArchiveTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10) SetArrayNulls

func (m *PostgresqlConfig10) SetArrayNulls(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10) SetAutoExplainLogAnalyze

func (m *PostgresqlConfig10) SetAutoExplainLogAnalyze(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10) SetAutoExplainLogBuffers

func (m *PostgresqlConfig10) SetAutoExplainLogBuffers(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10) SetAutoExplainLogMinDuration

func (m *PostgresqlConfig10) SetAutoExplainLogMinDuration(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10) SetAutoExplainLogNestedStatements

func (m *PostgresqlConfig10) SetAutoExplainLogNestedStatements(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10) SetAutoExplainLogTiming

func (m *PostgresqlConfig10) SetAutoExplainLogTiming(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10) SetAutoExplainLogTriggers

func (m *PostgresqlConfig10) SetAutoExplainLogTriggers(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10) SetAutoExplainLogVerbose

func (m *PostgresqlConfig10) SetAutoExplainLogVerbose(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10) SetAutoExplainSampleRate

func (m *PostgresqlConfig10) SetAutoExplainSampleRate(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig10) SetAutovacuumAnalyzeScaleFactor

func (m *PostgresqlConfig10) SetAutovacuumAnalyzeScaleFactor(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig10) SetAutovacuumMaxWorkers

func (m *PostgresqlConfig10) SetAutovacuumMaxWorkers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10) SetAutovacuumNaptime

func (m *PostgresqlConfig10) SetAutovacuumNaptime(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10) SetAutovacuumVacuumCostDelay

func (m *PostgresqlConfig10) SetAutovacuumVacuumCostDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10) SetAutovacuumVacuumCostLimit

func (m *PostgresqlConfig10) SetAutovacuumVacuumCostLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10) SetAutovacuumVacuumScaleFactor

func (m *PostgresqlConfig10) SetAutovacuumVacuumScaleFactor(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig10) SetAutovacuumWorkMem

func (m *PostgresqlConfig10) SetAutovacuumWorkMem(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10) SetBackendFlushAfter

func (m *PostgresqlConfig10) SetBackendFlushAfter(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10) SetBackslashQuote

func (m *PostgresqlConfig10) SetBackslashQuote(v PostgresqlConfig10_BackslashQuote)

func (*PostgresqlConfig10) SetBgwriterDelay

func (m *PostgresqlConfig10) SetBgwriterDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10) SetBgwriterFlushAfter

func (m *PostgresqlConfig10) SetBgwriterFlushAfter(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10) SetBgwriterLruMaxpages

func (m *PostgresqlConfig10) SetBgwriterLruMaxpages(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10) SetBgwriterLruMultiplier

func (m *PostgresqlConfig10) SetBgwriterLruMultiplier(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig10) SetByteaOutput

func (*PostgresqlConfig10) SetCheckpointCompletionTarget

func (m *PostgresqlConfig10) SetCheckpointCompletionTarget(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig10) SetCheckpointFlushAfter

func (m *PostgresqlConfig10) SetCheckpointFlushAfter(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10) SetCheckpointTimeout

func (m *PostgresqlConfig10) SetCheckpointTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10) SetClientMinMessages

func (m *PostgresqlConfig10) SetClientMinMessages(v PostgresqlConfig10_LogLevel)

func (*PostgresqlConfig10) SetConstraintExclusion

func (m *PostgresqlConfig10) SetConstraintExclusion(v PostgresqlConfig10_ConstraintExclusion)

func (*PostgresqlConfig10) SetCursorTupleFraction

func (m *PostgresqlConfig10) SetCursorTupleFraction(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig10) SetDeadlockTimeout

func (m *PostgresqlConfig10) SetDeadlockTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10) SetDefaultStatisticsTarget

func (m *PostgresqlConfig10) SetDefaultStatisticsTarget(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10) SetDefaultTransactionIsolation

func (m *PostgresqlConfig10) SetDefaultTransactionIsolation(v PostgresqlConfig10_TransactionIsolation)

func (*PostgresqlConfig10) SetDefaultTransactionReadOnly

func (m *PostgresqlConfig10) SetDefaultTransactionReadOnly(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10) SetDefaultWithOids

func (m *PostgresqlConfig10) SetDefaultWithOids(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10) SetEffectiveCacheSize

func (m *PostgresqlConfig10) SetEffectiveCacheSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10) SetEffectiveIoConcurrency

func (m *PostgresqlConfig10) SetEffectiveIoConcurrency(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10) SetEnableBitmapscan

func (m *PostgresqlConfig10) SetEnableBitmapscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10) SetEnableHashagg

func (m *PostgresqlConfig10) SetEnableHashagg(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10) SetEnableHashjoin

func (m *PostgresqlConfig10) SetEnableHashjoin(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10) SetEnableIndexonlyscan

func (m *PostgresqlConfig10) SetEnableIndexonlyscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10) SetEnableIndexscan

func (m *PostgresqlConfig10) SetEnableIndexscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10) SetEnableMaterial

func (m *PostgresqlConfig10) SetEnableMaterial(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10) SetEnableMergejoin

func (m *PostgresqlConfig10) SetEnableMergejoin(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10) SetEnableNestloop

func (m *PostgresqlConfig10) SetEnableNestloop(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10) SetEnableSeqscan

func (m *PostgresqlConfig10) SetEnableSeqscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10) SetEnableSort

func (m *PostgresqlConfig10) SetEnableSort(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10) SetEnableTidscan

func (m *PostgresqlConfig10) SetEnableTidscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10) SetEscapeStringWarning

func (m *PostgresqlConfig10) SetEscapeStringWarning(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10) SetExitOnError

func (m *PostgresqlConfig10) SetExitOnError(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10) SetForceParallelMode

func (m *PostgresqlConfig10) SetForceParallelMode(v PostgresqlConfig10_ForceParallelMode)

func (*PostgresqlConfig10) SetFromCollapseLimit

func (m *PostgresqlConfig10) SetFromCollapseLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10) SetGeqo

func (m *PostgresqlConfig10) SetGeqo(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10) SetGeqoEffort

func (m *PostgresqlConfig10) SetGeqoEffort(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10) SetGeqoGenerations

func (m *PostgresqlConfig10) SetGeqoGenerations(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10) SetGeqoPoolSize

func (m *PostgresqlConfig10) SetGeqoPoolSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10) SetGeqoSeed

func (m *PostgresqlConfig10) SetGeqoSeed(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig10) SetGeqoSelectionBias

func (m *PostgresqlConfig10) SetGeqoSelectionBias(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig10) SetGeqoThreshold

func (m *PostgresqlConfig10) SetGeqoThreshold(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10) SetGinPendingListLimit

func (m *PostgresqlConfig10) SetGinPendingListLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10) SetIdleInTransactionSessionTimeout

func (m *PostgresqlConfig10) SetIdleInTransactionSessionTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10) SetJoinCollapseLimit

func (m *PostgresqlConfig10) SetJoinCollapseLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10) SetLoCompatPrivileges

func (m *PostgresqlConfig10) SetLoCompatPrivileges(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10) SetLockTimeout

func (m *PostgresqlConfig10) SetLockTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10) SetLogAutovacuumMinDuration

func (m *PostgresqlConfig10) SetLogAutovacuumMinDuration(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10) SetLogCheckpoints

func (m *PostgresqlConfig10) SetLogCheckpoints(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10) SetLogConnections

func (m *PostgresqlConfig10) SetLogConnections(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10) SetLogDisconnections

func (m *PostgresqlConfig10) SetLogDisconnections(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10) SetLogDuration

func (m *PostgresqlConfig10) SetLogDuration(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10) SetLogErrorVerbosity

func (m *PostgresqlConfig10) SetLogErrorVerbosity(v PostgresqlConfig10_LogErrorVerbosity)

func (*PostgresqlConfig10) SetLogLockWaits

func (m *PostgresqlConfig10) SetLogLockWaits(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10) SetLogMinDurationStatement

func (m *PostgresqlConfig10) SetLogMinDurationStatement(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10) SetLogMinErrorStatement

func (m *PostgresqlConfig10) SetLogMinErrorStatement(v PostgresqlConfig10_LogLevel)

func (*PostgresqlConfig10) SetLogMinMessages

func (m *PostgresqlConfig10) SetLogMinMessages(v PostgresqlConfig10_LogLevel)

func (*PostgresqlConfig10) SetLogReplicationCommands

func (m *PostgresqlConfig10) SetLogReplicationCommands(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10) SetLogStatement

func (*PostgresqlConfig10) SetLogTempFiles

func (m *PostgresqlConfig10) SetLogTempFiles(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10) SetMaintenanceWorkMem

func (m *PostgresqlConfig10) SetMaintenanceWorkMem(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10) SetMaxConnections

func (m *PostgresqlConfig10) SetMaxConnections(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10) SetMaxLocksPerTransaction

func (m *PostgresqlConfig10) SetMaxLocksPerTransaction(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10) SetMaxParallelWorkers

func (m *PostgresqlConfig10) SetMaxParallelWorkers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10) SetMaxParallelWorkersPerGather

func (m *PostgresqlConfig10) SetMaxParallelWorkersPerGather(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10) SetMaxPredLocksPerTransaction

func (m *PostgresqlConfig10) SetMaxPredLocksPerTransaction(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10) SetMaxPreparedTransactions

func (m *PostgresqlConfig10) SetMaxPreparedTransactions(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10) SetMaxStackDepth

func (m *PostgresqlConfig10) SetMaxStackDepth(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10) SetMaxStandbyArchiveDelay

func (m *PostgresqlConfig10) SetMaxStandbyArchiveDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10) SetMaxStandbyStreamingDelay

func (m *PostgresqlConfig10) SetMaxStandbyStreamingDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10) SetMaxWalSize

func (m *PostgresqlConfig10) SetMaxWalSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10) SetMaxWorkerProcesses

func (m *PostgresqlConfig10) SetMaxWorkerProcesses(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10) SetMinWalSize

func (m *PostgresqlConfig10) SetMinWalSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10) SetOldSnapshotThreshold

func (m *PostgresqlConfig10) SetOldSnapshotThreshold(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10) SetOperatorPrecedenceWarning

func (m *PostgresqlConfig10) SetOperatorPrecedenceWarning(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10) SetPasswordEncryption

func (m *PostgresqlConfig10) SetPasswordEncryption(v PostgresqlConfig10_PasswordEncryption)

func (*PostgresqlConfig10) SetPgHintPlanDebugPrint

func (m *PostgresqlConfig10) SetPgHintPlanDebugPrint(v PostgresqlConfig10_PgHintPlanDebugPrint)

func (*PostgresqlConfig10) SetPgHintPlanEnableHint

func (m *PostgresqlConfig10) SetPgHintPlanEnableHint(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10) SetPgHintPlanEnableHintTable

func (m *PostgresqlConfig10) SetPgHintPlanEnableHintTable(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10) SetPgHintPlanMessageLevel

func (m *PostgresqlConfig10) SetPgHintPlanMessageLevel(v PostgresqlConfig10_LogLevel)

func (*PostgresqlConfig10) SetPgQualstatsEnabled

func (m *PostgresqlConfig10) SetPgQualstatsEnabled(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10) SetPgQualstatsMax

func (m *PostgresqlConfig10) SetPgQualstatsMax(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10) SetPgQualstatsResolveOids

func (m *PostgresqlConfig10) SetPgQualstatsResolveOids(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10) SetPgQualstatsSampleRate

func (m *PostgresqlConfig10) SetPgQualstatsSampleRate(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig10) SetPgQualstatsTrackConstants

func (m *PostgresqlConfig10) SetPgQualstatsTrackConstants(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10) SetQuoteAllIdentifiers

func (m *PostgresqlConfig10) SetQuoteAllIdentifiers(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10) SetRandomPageCost

func (m *PostgresqlConfig10) SetRandomPageCost(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig10) SetReplacementSortTuples

func (m *PostgresqlConfig10) SetReplacementSortTuples(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10) SetRowSecurity

func (m *PostgresqlConfig10) SetRowSecurity(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10) SetSearchPath

func (m *PostgresqlConfig10) SetSearchPath(v string)

func (*PostgresqlConfig10) SetSeqPageCost

func (m *PostgresqlConfig10) SetSeqPageCost(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig10) SetSessionDurationTimeout

func (m *PostgresqlConfig10) SetSessionDurationTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10) SetSharedBuffers

func (m *PostgresqlConfig10) SetSharedBuffers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10) SetSharedPreloadLibraries

func (m *PostgresqlConfig10) SetSharedPreloadLibraries(v []PostgresqlConfig10_SharedPreloadLibraries)

func (*PostgresqlConfig10) SetStandardConformingStrings

func (m *PostgresqlConfig10) SetStandardConformingStrings(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10) SetStatementTimeout

func (m *PostgresqlConfig10) SetStatementTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10) SetSynchronizeSeqscans

func (m *PostgresqlConfig10) SetSynchronizeSeqscans(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10) SetSynchronousCommit

func (m *PostgresqlConfig10) SetSynchronousCommit(v PostgresqlConfig10_SynchronousCommit)

func (*PostgresqlConfig10) SetTempBuffers

func (m *PostgresqlConfig10) SetTempBuffers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10) SetTempFileLimit

func (m *PostgresqlConfig10) SetTempFileLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10) SetTimezone

func (m *PostgresqlConfig10) SetTimezone(v string)

func (*PostgresqlConfig10) SetTrackActivityQuerySize

func (m *PostgresqlConfig10) SetTrackActivityQuerySize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10) SetTransformNullEquals

func (m *PostgresqlConfig10) SetTransformNullEquals(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10) SetVacuumCostDelay

func (m *PostgresqlConfig10) SetVacuumCostDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10) SetVacuumCostLimit

func (m *PostgresqlConfig10) SetVacuumCostLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10) SetVacuumCostPageDirty

func (m *PostgresqlConfig10) SetVacuumCostPageDirty(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10) SetVacuumCostPageHit

func (m *PostgresqlConfig10) SetVacuumCostPageHit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10) SetVacuumCostPageMiss

func (m *PostgresqlConfig10) SetVacuumCostPageMiss(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10) SetWalLevel

func (*PostgresqlConfig10) SetWorkMem

func (m *PostgresqlConfig10) SetWorkMem(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10) SetXmlbinary

func (*PostgresqlConfig10) SetXmloption

func (*PostgresqlConfig10) String

func (x *PostgresqlConfig10) String() string

type PostgresqlConfig10_1C

type PostgresqlConfig10_1C struct {
	MaxConnections             *wrapperspb.Int64Value                  `protobuf:"bytes,1,opt,name=max_connections,json=maxConnections,proto3" json:"max_connections,omitempty"`
	SharedBuffers              *wrapperspb.Int64Value                  `protobuf:"bytes,2,opt,name=shared_buffers,json=sharedBuffers,proto3" json:"shared_buffers,omitempty"`                  // in bytes.
	TempBuffers                *wrapperspb.Int64Value                  `protobuf:"bytes,3,opt,name=temp_buffers,json=tempBuffers,proto3" json:"temp_buffers,omitempty"`                        // in bytes.
	MaxPreparedTransactions    *wrapperspb.Int64Value                  ``                                                                                                                      /* 132-byte string literal not displayed */
	WorkMem                    *wrapperspb.Int64Value                  `protobuf:"bytes,5,opt,name=work_mem,json=workMem,proto3" json:"work_mem,omitempty"`                                    // in bytes.
	MaintenanceWorkMem         *wrapperspb.Int64Value                  `protobuf:"bytes,6,opt,name=maintenance_work_mem,json=maintenanceWorkMem,proto3" json:"maintenance_work_mem,omitempty"` // in bytes.
	ReplacementSortTuples      *wrapperspb.Int64Value                  ``                                                                                                                      /* 126-byte string literal not displayed */
	AutovacuumWorkMem          *wrapperspb.Int64Value                  `protobuf:"bytes,8,opt,name=autovacuum_work_mem,json=autovacuumWorkMem,proto3" json:"autovacuum_work_mem,omitempty"`    // in bytes.
	TempFileLimit              *wrapperspb.Int64Value                  `protobuf:"bytes,9,opt,name=temp_file_limit,json=tempFileLimit,proto3" json:"temp_file_limit,omitempty"`                // in bytes.
	VacuumCostDelay            *wrapperspb.Int64Value                  `protobuf:"bytes,10,opt,name=vacuum_cost_delay,json=vacuumCostDelay,proto3" json:"vacuum_cost_delay,omitempty"`         // in milliseconds.
	VacuumCostPageHit          *wrapperspb.Int64Value                  `protobuf:"bytes,11,opt,name=vacuum_cost_page_hit,json=vacuumCostPageHit,proto3" json:"vacuum_cost_page_hit,omitempty"`
	VacuumCostPageMiss         *wrapperspb.Int64Value                  `protobuf:"bytes,12,opt,name=vacuum_cost_page_miss,json=vacuumCostPageMiss,proto3" json:"vacuum_cost_page_miss,omitempty"`
	VacuumCostPageDirty        *wrapperspb.Int64Value                  `protobuf:"bytes,13,opt,name=vacuum_cost_page_dirty,json=vacuumCostPageDirty,proto3" json:"vacuum_cost_page_dirty,omitempty"`
	VacuumCostLimit            *wrapperspb.Int64Value                  `protobuf:"bytes,14,opt,name=vacuum_cost_limit,json=vacuumCostLimit,proto3" json:"vacuum_cost_limit,omitempty"`
	BgwriterDelay              *wrapperspb.Int64Value                  `protobuf:"bytes,15,opt,name=bgwriter_delay,json=bgwriterDelay,proto3" json:"bgwriter_delay,omitempty"` // in milliseconds.
	BgwriterLruMaxpages        *wrapperspb.Int64Value                  `protobuf:"bytes,16,opt,name=bgwriter_lru_maxpages,json=bgwriterLruMaxpages,proto3" json:"bgwriter_lru_maxpages,omitempty"`
	BgwriterLruMultiplier      *wrapperspb.DoubleValue                 `` /* 127-byte string literal not displayed */
	BgwriterFlushAfter         *wrapperspb.Int64Value                  `protobuf:"bytes,18,opt,name=bgwriter_flush_after,json=bgwriterFlushAfter,proto3" json:"bgwriter_flush_after,omitempty"`
	BackendFlushAfter          *wrapperspb.Int64Value                  `protobuf:"bytes,19,opt,name=backend_flush_after,json=backendFlushAfter,proto3" json:"backend_flush_after,omitempty"`
	OldSnapshotThreshold       *wrapperspb.Int64Value                  `protobuf:"bytes,20,opt,name=old_snapshot_threshold,json=oldSnapshotThreshold,proto3" json:"old_snapshot_threshold,omitempty"`
	WalLevel                   PostgresqlConfig10_1C_WalLevel          ``                                                                                                                  /* 161-byte string literal not displayed */
	SynchronousCommit          PostgresqlConfig10_1C_SynchronousCommit ``                                                                                                                  /* 197-byte string literal not displayed */
	CheckpointTimeout          *wrapperspb.Int64Value                  `protobuf:"bytes,23,opt,name=checkpoint_timeout,json=checkpointTimeout,proto3" json:"checkpoint_timeout,omitempty"` // in milliseconds.
	CheckpointCompletionTarget *wrapperspb.DoubleValue                 ``                                                                                                                  /* 142-byte string literal not displayed */
	CheckpointFlushAfter       *wrapperspb.Int64Value                  `protobuf:"bytes,25,opt,name=checkpoint_flush_after,json=checkpointFlushAfter,proto3" json:"checkpoint_flush_after,omitempty"`
	MaxWalSize                 *wrapperspb.Int64Value                  `protobuf:"bytes,26,opt,name=max_wal_size,json=maxWalSize,proto3" json:"max_wal_size,omitempty"` // in bytes.
	MinWalSize                 *wrapperspb.Int64Value                  `protobuf:"bytes,27,opt,name=min_wal_size,json=minWalSize,proto3" json:"min_wal_size,omitempty"` // in bytes.
	MaxStandbyStreamingDelay   *wrapperspb.Int64Value                  ``                                                                                               // in milliseconds.
	/* 138-byte string literal not displayed */
	DefaultStatisticsTarget *wrapperspb.Int64Value                    `` /* 133-byte string literal not displayed */
	ConstraintExclusion     PostgresqlConfig10_1C_ConstraintExclusion `` /* 205-byte string literal not displayed */
	CursorTupleFraction     *wrapperspb.DoubleValue                   `protobuf:"bytes,31,opt,name=cursor_tuple_fraction,json=cursorTupleFraction,proto3" json:"cursor_tuple_fraction,omitempty"`
	FromCollapseLimit       *wrapperspb.Int64Value                    `protobuf:"bytes,32,opt,name=from_collapse_limit,json=fromCollapseLimit,proto3" json:"from_collapse_limit,omitempty"`
	JoinCollapseLimit       *wrapperspb.Int64Value                    `protobuf:"bytes,33,opt,name=join_collapse_limit,json=joinCollapseLimit,proto3" json:"join_collapse_limit,omitempty"`
	ForceParallelMode       PostgresqlConfig10_1C_ForceParallelMode   `` /* 199-byte string literal not displayed */
	ClientMinMessages       PostgresqlConfig10_1C_LogLevel            `` /* 190-byte string literal not displayed */
	LogMinMessages          PostgresqlConfig10_1C_LogLevel            `` /* 181-byte string literal not displayed */
	LogMinErrorStatement    PostgresqlConfig10_1C_LogLevel            `` /* 201-byte string literal not displayed */
	LogMinDurationStatement *wrapperspb.Int64Value                    `` // in milliseconds.
	/* 135-byte string literal not displayed */
	LogCheckpoints                  *wrapperspb.BoolValue                      `protobuf:"bytes,39,opt,name=log_checkpoints,json=logCheckpoints,proto3" json:"log_checkpoints,omitempty"`
	LogConnections                  *wrapperspb.BoolValue                      `protobuf:"bytes,40,opt,name=log_connections,json=logConnections,proto3" json:"log_connections,omitempty"`
	LogDisconnections               *wrapperspb.BoolValue                      `protobuf:"bytes,41,opt,name=log_disconnections,json=logDisconnections,proto3" json:"log_disconnections,omitempty"`
	LogDuration                     *wrapperspb.BoolValue                      `protobuf:"bytes,42,opt,name=log_duration,json=logDuration,proto3" json:"log_duration,omitempty"`
	LogErrorVerbosity               PostgresqlConfig10_1C_LogErrorVerbosity    `` /* 199-byte string literal not displayed */
	LogLockWaits                    *wrapperspb.BoolValue                      `protobuf:"bytes,44,opt,name=log_lock_waits,json=logLockWaits,proto3" json:"log_lock_waits,omitempty"`
	LogStatement                    PostgresqlConfig10_1C_LogStatement         `` /* 177-byte string literal not displayed */
	LogTempFiles                    *wrapperspb.Int64Value                     `protobuf:"bytes,46,opt,name=log_temp_files,json=logTempFiles,proto3" json:"log_temp_files,omitempty"`
	SearchPath                      string                                     `protobuf:"bytes,47,opt,name=search_path,json=searchPath,proto3" json:"search_path,omitempty"`
	RowSecurity                     *wrapperspb.BoolValue                      `protobuf:"bytes,48,opt,name=row_security,json=rowSecurity,proto3" json:"row_security,omitempty"`
	DefaultTransactionIsolation     PostgresqlConfig10_1C_TransactionIsolation ``                                                                                                               /* 232-byte string literal not displayed */
	StatementTimeout                *wrapperspb.Int64Value                     `protobuf:"bytes,50,opt,name=statement_timeout,json=statementTimeout,proto3" json:"statement_timeout,omitempty"` // in milliseconds.
	LockTimeout                     *wrapperspb.Int64Value                     `protobuf:"bytes,51,opt,name=lock_timeout,json=lockTimeout,proto3" json:"lock_timeout,omitempty"`                // in milliseconds.
	IdleInTransactionSessionTimeout *wrapperspb.Int64Value                     ``                                                                                                               // in milliseconds.
	/* 161-byte string literal not displayed */
	ByteaOutput                  PostgresqlConfig10_1C_ByteaOutput              ``                                                                                                                            /* 173-byte string literal not displayed */
	Xmlbinary                    PostgresqlConfig10_1C_XmlBinary                ``                                                                                                                            /* 148-byte string literal not displayed */
	Xmloption                    PostgresqlConfig10_1C_XmlOption                ``                                                                                                                            /* 148-byte string literal not displayed */
	GinPendingListLimit          *wrapperspb.Int64Value                         `protobuf:"bytes,56,opt,name=gin_pending_list_limit,json=ginPendingListLimit,proto3" json:"gin_pending_list_limit,omitempty"` // in bytes.
	DeadlockTimeout              *wrapperspb.Int64Value                         `protobuf:"bytes,57,opt,name=deadlock_timeout,json=deadlockTimeout,proto3" json:"deadlock_timeout,omitempty"`                 // in milliseconds.
	MaxLocksPerTransaction       *wrapperspb.Int64Value                         ``                                                                                                                            /* 132-byte string literal not displayed */
	MaxPredLocksPerTransaction   *wrapperspb.Int64Value                         ``                                                                                                                            /* 146-byte string literal not displayed */
	ArrayNulls                   *wrapperspb.BoolValue                          `protobuf:"bytes,60,opt,name=array_nulls,json=arrayNulls,proto3" json:"array_nulls,omitempty"`
	BackslashQuote               PostgresqlConfig10_1C_BackslashQuote           `` /* 185-byte string literal not displayed */
	DefaultWithOids              *wrapperspb.BoolValue                          `protobuf:"bytes,62,opt,name=default_with_oids,json=defaultWithOids,proto3" json:"default_with_oids,omitempty"`
	EscapeStringWarning          *wrapperspb.BoolValue                          `protobuf:"bytes,63,opt,name=escape_string_warning,json=escapeStringWarning,proto3" json:"escape_string_warning,omitempty"`
	LoCompatPrivileges           *wrapperspb.BoolValue                          `protobuf:"bytes,64,opt,name=lo_compat_privileges,json=loCompatPrivileges,proto3" json:"lo_compat_privileges,omitempty"`
	OperatorPrecedenceWarning    *wrapperspb.BoolValue                          `` /* 139-byte string literal not displayed */
	QuoteAllIdentifiers          *wrapperspb.BoolValue                          `protobuf:"bytes,66,opt,name=quote_all_identifiers,json=quoteAllIdentifiers,proto3" json:"quote_all_identifiers,omitempty"`
	StandardConformingStrings    *wrapperspb.BoolValue                          `` /* 139-byte string literal not displayed */
	SynchronizeSeqscans          *wrapperspb.BoolValue                          `protobuf:"bytes,68,opt,name=synchronize_seqscans,json=synchronizeSeqscans,proto3" json:"synchronize_seqscans,omitempty"`
	TransformNullEquals          *wrapperspb.BoolValue                          `protobuf:"bytes,69,opt,name=transform_null_equals,json=transformNullEquals,proto3" json:"transform_null_equals,omitempty"`
	ExitOnError                  *wrapperspb.BoolValue                          `protobuf:"bytes,70,opt,name=exit_on_error,json=exitOnError,proto3" json:"exit_on_error,omitempty"`
	SeqPageCost                  *wrapperspb.DoubleValue                        `protobuf:"bytes,71,opt,name=seq_page_cost,json=seqPageCost,proto3" json:"seq_page_cost,omitempty"`
	RandomPageCost               *wrapperspb.DoubleValue                        `protobuf:"bytes,72,opt,name=random_page_cost,json=randomPageCost,proto3" json:"random_page_cost,omitempty"`
	AutovacuumMaxWorkers         *wrapperspb.Int64Value                         `protobuf:"bytes,73,opt,name=autovacuum_max_workers,json=autovacuumMaxWorkers,proto3" json:"autovacuum_max_workers,omitempty"`
	AutovacuumVacuumCostDelay    *wrapperspb.Int64Value                         ``                                                                                                                  /* 141-byte string literal not displayed */
	AutovacuumVacuumCostLimit    *wrapperspb.Int64Value                         ``                                                                                                                  /* 141-byte string literal not displayed */
	AutovacuumNaptime            *wrapperspb.Int64Value                         `protobuf:"bytes,76,opt,name=autovacuum_naptime,json=autovacuumNaptime,proto3" json:"autovacuum_naptime,omitempty"` // in milliseconds.
	ArchiveTimeout               *wrapperspb.Int64Value                         `protobuf:"bytes,77,opt,name=archive_timeout,json=archiveTimeout,proto3" json:"archive_timeout,omitempty"`          // in milliseconds.
	TrackActivityQuerySize       *wrapperspb.Int64Value                         ``                                                                                                                  /* 132-byte string literal not displayed */
	EnableBitmapscan             *wrapperspb.BoolValue                          `protobuf:"bytes,80,opt,name=enable_bitmapscan,json=enableBitmapscan,proto3" json:"enable_bitmapscan,omitempty"`
	EnableHashagg                *wrapperspb.BoolValue                          `protobuf:"bytes,81,opt,name=enable_hashagg,json=enableHashagg,proto3" json:"enable_hashagg,omitempty"`
	EnableHashjoin               *wrapperspb.BoolValue                          `protobuf:"bytes,82,opt,name=enable_hashjoin,json=enableHashjoin,proto3" json:"enable_hashjoin,omitempty"`
	EnableIndexscan              *wrapperspb.BoolValue                          `protobuf:"bytes,83,opt,name=enable_indexscan,json=enableIndexscan,proto3" json:"enable_indexscan,omitempty"`
	EnableIndexonlyscan          *wrapperspb.BoolValue                          `protobuf:"bytes,84,opt,name=enable_indexonlyscan,json=enableIndexonlyscan,proto3" json:"enable_indexonlyscan,omitempty"`
	EnableMaterial               *wrapperspb.BoolValue                          `protobuf:"bytes,85,opt,name=enable_material,json=enableMaterial,proto3" json:"enable_material,omitempty"`
	EnableMergejoin              *wrapperspb.BoolValue                          `protobuf:"bytes,86,opt,name=enable_mergejoin,json=enableMergejoin,proto3" json:"enable_mergejoin,omitempty"`
	EnableNestloop               *wrapperspb.BoolValue                          `protobuf:"bytes,87,opt,name=enable_nestloop,json=enableNestloop,proto3" json:"enable_nestloop,omitempty"`
	EnableSeqscan                *wrapperspb.BoolValue                          `protobuf:"bytes,88,opt,name=enable_seqscan,json=enableSeqscan,proto3" json:"enable_seqscan,omitempty"`
	EnableSort                   *wrapperspb.BoolValue                          `protobuf:"bytes,89,opt,name=enable_sort,json=enableSort,proto3" json:"enable_sort,omitempty"`
	EnableTidscan                *wrapperspb.BoolValue                          `protobuf:"bytes,90,opt,name=enable_tidscan,json=enableTidscan,proto3" json:"enable_tidscan,omitempty"`
	MaxWorkerProcesses           *wrapperspb.Int64Value                         `protobuf:"bytes,91,opt,name=max_worker_processes,json=maxWorkerProcesses,proto3" json:"max_worker_processes,omitempty"`
	MaxParallelWorkers           *wrapperspb.Int64Value                         `protobuf:"bytes,92,opt,name=max_parallel_workers,json=maxParallelWorkers,proto3" json:"max_parallel_workers,omitempty"`
	MaxParallelWorkersPerGather  *wrapperspb.Int64Value                         `` /* 149-byte string literal not displayed */
	AutovacuumVacuumScaleFactor  *wrapperspb.DoubleValue                        `` /* 147-byte string literal not displayed */
	AutovacuumAnalyzeScaleFactor *wrapperspb.DoubleValue                        `` /* 150-byte string literal not displayed */
	DefaultTransactionReadOnly   *wrapperspb.BoolValue                          `` /* 144-byte string literal not displayed */
	Timezone                     string                                         `protobuf:"bytes,97,opt,name=timezone,proto3" json:"timezone,omitempty"`
	EffectiveIoConcurrency       *wrapperspb.Int64Value                         `` /* 130-byte string literal not displayed */
	EffectiveCacheSize           *wrapperspb.Int64Value                         `protobuf:"bytes,99,opt,name=effective_cache_size,json=effectiveCacheSize,proto3" json:"effective_cache_size,omitempty"`
	SharedPreloadLibraries       []PostgresqlConfig10_1C_SharedPreloadLibraries `` /* 227-byte string literal not displayed */
	AutoExplainLogMinDuration    *wrapperspb.Int64Value                         `` // in milliseconds.
	/* 144-byte string literal not displayed */
	AutoExplainLogAnalyze          *wrapperspb.BoolValue                      `` /* 130-byte string literal not displayed */
	AutoExplainLogBuffers          *wrapperspb.BoolValue                      `` /* 130-byte string literal not displayed */
	AutoExplainLogTiming           *wrapperspb.BoolValue                      `` /* 127-byte string literal not displayed */
	AutoExplainLogTriggers         *wrapperspb.BoolValue                      `` /* 133-byte string literal not displayed */
	AutoExplainLogVerbose          *wrapperspb.BoolValue                      `` /* 130-byte string literal not displayed */
	AutoExplainLogNestedStatements *wrapperspb.BoolValue                      `` /* 159-byte string literal not displayed */
	AutoExplainSampleRate          *wrapperspb.DoubleValue                    `` /* 130-byte string literal not displayed */
	PgHintPlanEnableHint           *wrapperspb.BoolValue                      `` /* 129-byte string literal not displayed */
	PgHintPlanEnableHintTable      *wrapperspb.BoolValue                      `` /* 146-byte string literal not displayed */
	PgHintPlanDebugPrint           PostgresqlConfig10_1C_PgHintPlanDebugPrint `` /* 216-byte string literal not displayed */
	PgHintPlanMessageLevel         PostgresqlConfig10_1C_LogLevel             `` /* 210-byte string literal not displayed */
	OnlineAnalyzeEnable            *wrapperspb.BoolValue                      `protobuf:"bytes,113,opt,name=online_analyze_enable,json=onlineAnalyzeEnable,proto3" json:"online_analyze_enable,omitempty"`
	PlantunerFixEmptyTable         *wrapperspb.BoolValue                      `` /* 133-byte string literal not displayed */
	PgQualstatsEnabled             *wrapperspb.BoolValue                      `protobuf:"bytes,115,opt,name=pg_qualstats_enabled,json=pgQualstatsEnabled,proto3" json:"pg_qualstats_enabled,omitempty"`
	PgQualstatsTrackConstants      *wrapperspb.BoolValue                      `` /* 142-byte string literal not displayed */
	PgQualstatsMax                 *wrapperspb.Int64Value                     `protobuf:"bytes,117,opt,name=pg_qualstats_max,json=pgQualstatsMax,proto3" json:"pg_qualstats_max,omitempty"`
	PgQualstatsResolveOids         *wrapperspb.BoolValue                      ``                                                                                                                     /* 133-byte string literal not displayed */
	PgQualstatsSampleRate          *wrapperspb.DoubleValue                    ``                                                                                                                     /* 130-byte string literal not displayed */
	MaxStackDepth                  *wrapperspb.Int64Value                     `protobuf:"bytes,150,opt,name=max_stack_depth,json=maxStackDepth,proto3" json:"max_stack_depth,omitempty"`             // in bytes.
	Geqo                           *wrapperspb.BoolValue                      `protobuf:"bytes,152,opt,name=geqo,proto3" json:"geqo,omitempty"`                                                      // enable Genetic Query Optimizer, by default is on
	GeqoThreshold                  *wrapperspb.Int64Value                     `protobuf:"bytes,153,opt,name=geqo_threshold,json=geqoThreshold,proto3" json:"geqo_threshold,omitempty"`               // The number of tables to use geqo, default is 12
	GeqoEffort                     *wrapperspb.Int64Value                     `protobuf:"bytes,154,opt,name=geqo_effort,json=geqoEffort,proto3" json:"geqo_effort,omitempty"`                        // tradeoff between planning time and query plan quality, default is 5
	GeqoPoolSize                   *wrapperspb.Int64Value                     `protobuf:"bytes,155,opt,name=geqo_pool_size,json=geqoPoolSize,proto3" json:"geqo_pool_size,omitempty"`                // number of individuals in the genetic population, useful values are typically 100 to 1000; default - 0 - choose based on based on geqo_effort
	GeqoGenerations                *wrapperspb.Int64Value                     `protobuf:"bytes,156,opt,name=geqo_generations,json=geqoGenerations,proto3" json:"geqo_generations,omitempty"`         // the number of generations used by GEQO, useful values are in the same range as the pool size
	GeqoSelectionBias              *wrapperspb.DoubleValue                    `protobuf:"bytes,157,opt,name=geqo_selection_bias,json=geqoSelectionBias,proto3" json:"geqo_selection_bias,omitempty"` // selective pressure within the population
	GeqoSeed                       *wrapperspb.DoubleValue                    `protobuf:"bytes,158,opt,name=geqo_seed,json=geqoSeed,proto3" json:"geqo_seed,omitempty"`                              // initial value of the random number generator used by GEQO
	MaxStandbyArchiveDelay         *wrapperspb.Int64Value                     ``                                                                                                                     // in milliseconds.
	/* 133-byte string literal not displayed */
	SessionDurationTimeout *wrapperspb.Int64Value `` // Terminate any session that exceeds the designated timeout, specified in milliseconds. If a timeout is not specified, the default session timeout is set to 12 hours. To disable it, specify a value of 0.
	/* 131-byte string literal not displayed */
	LogReplicationCommands   *wrapperspb.BoolValue  `` /* 131-byte string literal not displayed */
	LogAutovacuumMinDuration *wrapperspb.Int64Value `` // in milliseconds. The default is 1000 (1 sec).
	/* 139-byte string literal not displayed */
	PasswordEncryption PostgresqlConfig10_1C_PasswordEncryption `` // A default value for “ user_password_encryption “ user-level setting, if it not specified for new users. Possible values are “ PASSWORD_ENCRYPTION_MD5 “ or “ PASSWORD_ENCRYPTION_SCRAM_SHA_256 “. The default is “ PASSWORD_ENCRYPTION_MD5 “.
	/* 202-byte string literal not displayed */
	// contains filtered or unexported fields
}

Options and structure of `PostgresqlConfig` reflects PostgreSQL configuration file parameters whose detailed description is available in [PostgreSQL documentation](https://www.postgresql.org/docs/10/runtime-config.html).

func (*PostgresqlConfig10_1C) Descriptor deprecated

func (*PostgresqlConfig10_1C) Descriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig10_1C.ProtoReflect.Descriptor instead.

func (*PostgresqlConfig10_1C) GetArchiveTimeout

func (x *PostgresqlConfig10_1C) GetArchiveTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig10_1C) GetArrayNulls

func (x *PostgresqlConfig10_1C) GetArrayNulls() *wrapperspb.BoolValue

func (*PostgresqlConfig10_1C) GetAutoExplainLogAnalyze

func (x *PostgresqlConfig10_1C) GetAutoExplainLogAnalyze() *wrapperspb.BoolValue

func (*PostgresqlConfig10_1C) GetAutoExplainLogBuffers

func (x *PostgresqlConfig10_1C) GetAutoExplainLogBuffers() *wrapperspb.BoolValue

func (*PostgresqlConfig10_1C) GetAutoExplainLogMinDuration

func (x *PostgresqlConfig10_1C) GetAutoExplainLogMinDuration() *wrapperspb.Int64Value

func (*PostgresqlConfig10_1C) GetAutoExplainLogNestedStatements

func (x *PostgresqlConfig10_1C) GetAutoExplainLogNestedStatements() *wrapperspb.BoolValue

func (*PostgresqlConfig10_1C) GetAutoExplainLogTiming

func (x *PostgresqlConfig10_1C) GetAutoExplainLogTiming() *wrapperspb.BoolValue

func (*PostgresqlConfig10_1C) GetAutoExplainLogTriggers

func (x *PostgresqlConfig10_1C) GetAutoExplainLogTriggers() *wrapperspb.BoolValue

func (*PostgresqlConfig10_1C) GetAutoExplainLogVerbose

func (x *PostgresqlConfig10_1C) GetAutoExplainLogVerbose() *wrapperspb.BoolValue

func (*PostgresqlConfig10_1C) GetAutoExplainSampleRate

func (x *PostgresqlConfig10_1C) GetAutoExplainSampleRate() *wrapperspb.DoubleValue

func (*PostgresqlConfig10_1C) GetAutovacuumAnalyzeScaleFactor

func (x *PostgresqlConfig10_1C) GetAutovacuumAnalyzeScaleFactor() *wrapperspb.DoubleValue

func (*PostgresqlConfig10_1C) GetAutovacuumMaxWorkers

func (x *PostgresqlConfig10_1C) GetAutovacuumMaxWorkers() *wrapperspb.Int64Value

func (*PostgresqlConfig10_1C) GetAutovacuumNaptime

func (x *PostgresqlConfig10_1C) GetAutovacuumNaptime() *wrapperspb.Int64Value

func (*PostgresqlConfig10_1C) GetAutovacuumVacuumCostDelay

func (x *PostgresqlConfig10_1C) GetAutovacuumVacuumCostDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig10_1C) GetAutovacuumVacuumCostLimit

func (x *PostgresqlConfig10_1C) GetAutovacuumVacuumCostLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig10_1C) GetAutovacuumVacuumScaleFactor

func (x *PostgresqlConfig10_1C) GetAutovacuumVacuumScaleFactor() *wrapperspb.DoubleValue

func (*PostgresqlConfig10_1C) GetAutovacuumWorkMem

func (x *PostgresqlConfig10_1C) GetAutovacuumWorkMem() *wrapperspb.Int64Value

func (*PostgresqlConfig10_1C) GetBackendFlushAfter

func (x *PostgresqlConfig10_1C) GetBackendFlushAfter() *wrapperspb.Int64Value

func (*PostgresqlConfig10_1C) GetBackslashQuote

func (*PostgresqlConfig10_1C) GetBgwriterDelay

func (x *PostgresqlConfig10_1C) GetBgwriterDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig10_1C) GetBgwriterFlushAfter

func (x *PostgresqlConfig10_1C) GetBgwriterFlushAfter() *wrapperspb.Int64Value

func (*PostgresqlConfig10_1C) GetBgwriterLruMaxpages

func (x *PostgresqlConfig10_1C) GetBgwriterLruMaxpages() *wrapperspb.Int64Value

func (*PostgresqlConfig10_1C) GetBgwriterLruMultiplier

func (x *PostgresqlConfig10_1C) GetBgwriterLruMultiplier() *wrapperspb.DoubleValue

func (*PostgresqlConfig10_1C) GetByteaOutput

func (*PostgresqlConfig10_1C) GetCheckpointCompletionTarget

func (x *PostgresqlConfig10_1C) GetCheckpointCompletionTarget() *wrapperspb.DoubleValue

func (*PostgresqlConfig10_1C) GetCheckpointFlushAfter

func (x *PostgresqlConfig10_1C) GetCheckpointFlushAfter() *wrapperspb.Int64Value

func (*PostgresqlConfig10_1C) GetCheckpointTimeout

func (x *PostgresqlConfig10_1C) GetCheckpointTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig10_1C) GetClientMinMessages

func (x *PostgresqlConfig10_1C) GetClientMinMessages() PostgresqlConfig10_1C_LogLevel

func (*PostgresqlConfig10_1C) GetConstraintExclusion

func (*PostgresqlConfig10_1C) GetCursorTupleFraction

func (x *PostgresqlConfig10_1C) GetCursorTupleFraction() *wrapperspb.DoubleValue

func (*PostgresqlConfig10_1C) GetDeadlockTimeout

func (x *PostgresqlConfig10_1C) GetDeadlockTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig10_1C) GetDefaultStatisticsTarget

func (x *PostgresqlConfig10_1C) GetDefaultStatisticsTarget() *wrapperspb.Int64Value

func (*PostgresqlConfig10_1C) GetDefaultTransactionIsolation

func (x *PostgresqlConfig10_1C) GetDefaultTransactionIsolation() PostgresqlConfig10_1C_TransactionIsolation

func (*PostgresqlConfig10_1C) GetDefaultTransactionReadOnly

func (x *PostgresqlConfig10_1C) GetDefaultTransactionReadOnly() *wrapperspb.BoolValue

func (*PostgresqlConfig10_1C) GetDefaultWithOids

func (x *PostgresqlConfig10_1C) GetDefaultWithOids() *wrapperspb.BoolValue

func (*PostgresqlConfig10_1C) GetEffectiveCacheSize

func (x *PostgresqlConfig10_1C) GetEffectiveCacheSize() *wrapperspb.Int64Value

func (*PostgresqlConfig10_1C) GetEffectiveIoConcurrency

func (x *PostgresqlConfig10_1C) GetEffectiveIoConcurrency() *wrapperspb.Int64Value

func (*PostgresqlConfig10_1C) GetEnableBitmapscan

func (x *PostgresqlConfig10_1C) GetEnableBitmapscan() *wrapperspb.BoolValue

func (*PostgresqlConfig10_1C) GetEnableHashagg

func (x *PostgresqlConfig10_1C) GetEnableHashagg() *wrapperspb.BoolValue

func (*PostgresqlConfig10_1C) GetEnableHashjoin

func (x *PostgresqlConfig10_1C) GetEnableHashjoin() *wrapperspb.BoolValue

func (*PostgresqlConfig10_1C) GetEnableIndexonlyscan

func (x *PostgresqlConfig10_1C) GetEnableIndexonlyscan() *wrapperspb.BoolValue

func (*PostgresqlConfig10_1C) GetEnableIndexscan

func (x *PostgresqlConfig10_1C) GetEnableIndexscan() *wrapperspb.BoolValue

func (*PostgresqlConfig10_1C) GetEnableMaterial

func (x *PostgresqlConfig10_1C) GetEnableMaterial() *wrapperspb.BoolValue

func (*PostgresqlConfig10_1C) GetEnableMergejoin

func (x *PostgresqlConfig10_1C) GetEnableMergejoin() *wrapperspb.BoolValue

func (*PostgresqlConfig10_1C) GetEnableNestloop

func (x *PostgresqlConfig10_1C) GetEnableNestloop() *wrapperspb.BoolValue

func (*PostgresqlConfig10_1C) GetEnableSeqscan

func (x *PostgresqlConfig10_1C) GetEnableSeqscan() *wrapperspb.BoolValue

func (*PostgresqlConfig10_1C) GetEnableSort

func (x *PostgresqlConfig10_1C) GetEnableSort() *wrapperspb.BoolValue

func (*PostgresqlConfig10_1C) GetEnableTidscan

func (x *PostgresqlConfig10_1C) GetEnableTidscan() *wrapperspb.BoolValue

func (*PostgresqlConfig10_1C) GetEscapeStringWarning

func (x *PostgresqlConfig10_1C) GetEscapeStringWarning() *wrapperspb.BoolValue

func (*PostgresqlConfig10_1C) GetExitOnError

func (x *PostgresqlConfig10_1C) GetExitOnError() *wrapperspb.BoolValue

func (*PostgresqlConfig10_1C) GetForceParallelMode

func (*PostgresqlConfig10_1C) GetFromCollapseLimit

func (x *PostgresqlConfig10_1C) GetFromCollapseLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig10_1C) GetGeqo

func (*PostgresqlConfig10_1C) GetGeqoEffort

func (x *PostgresqlConfig10_1C) GetGeqoEffort() *wrapperspb.Int64Value

func (*PostgresqlConfig10_1C) GetGeqoGenerations

func (x *PostgresqlConfig10_1C) GetGeqoGenerations() *wrapperspb.Int64Value

func (*PostgresqlConfig10_1C) GetGeqoPoolSize

func (x *PostgresqlConfig10_1C) GetGeqoPoolSize() *wrapperspb.Int64Value

func (*PostgresqlConfig10_1C) GetGeqoSeed

func (x *PostgresqlConfig10_1C) GetGeqoSeed() *wrapperspb.DoubleValue

func (*PostgresqlConfig10_1C) GetGeqoSelectionBias

func (x *PostgresqlConfig10_1C) GetGeqoSelectionBias() *wrapperspb.DoubleValue

func (*PostgresqlConfig10_1C) GetGeqoThreshold

func (x *PostgresqlConfig10_1C) GetGeqoThreshold() *wrapperspb.Int64Value

func (*PostgresqlConfig10_1C) GetGinPendingListLimit

func (x *PostgresqlConfig10_1C) GetGinPendingListLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig10_1C) GetIdleInTransactionSessionTimeout

func (x *PostgresqlConfig10_1C) GetIdleInTransactionSessionTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig10_1C) GetJoinCollapseLimit

func (x *PostgresqlConfig10_1C) GetJoinCollapseLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig10_1C) GetLoCompatPrivileges

func (x *PostgresqlConfig10_1C) GetLoCompatPrivileges() *wrapperspb.BoolValue

func (*PostgresqlConfig10_1C) GetLockTimeout

func (x *PostgresqlConfig10_1C) GetLockTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig10_1C) GetLogAutovacuumMinDuration

func (x *PostgresqlConfig10_1C) GetLogAutovacuumMinDuration() *wrapperspb.Int64Value

func (*PostgresqlConfig10_1C) GetLogCheckpoints

func (x *PostgresqlConfig10_1C) GetLogCheckpoints() *wrapperspb.BoolValue

func (*PostgresqlConfig10_1C) GetLogConnections

func (x *PostgresqlConfig10_1C) GetLogConnections() *wrapperspb.BoolValue

func (*PostgresqlConfig10_1C) GetLogDisconnections

func (x *PostgresqlConfig10_1C) GetLogDisconnections() *wrapperspb.BoolValue

func (*PostgresqlConfig10_1C) GetLogDuration

func (x *PostgresqlConfig10_1C) GetLogDuration() *wrapperspb.BoolValue

func (*PostgresqlConfig10_1C) GetLogErrorVerbosity

func (*PostgresqlConfig10_1C) GetLogLockWaits

func (x *PostgresqlConfig10_1C) GetLogLockWaits() *wrapperspb.BoolValue

func (*PostgresqlConfig10_1C) GetLogMinDurationStatement

func (x *PostgresqlConfig10_1C) GetLogMinDurationStatement() *wrapperspb.Int64Value

func (*PostgresqlConfig10_1C) GetLogMinErrorStatement

func (x *PostgresqlConfig10_1C) GetLogMinErrorStatement() PostgresqlConfig10_1C_LogLevel

func (*PostgresqlConfig10_1C) GetLogMinMessages

func (*PostgresqlConfig10_1C) GetLogReplicationCommands

func (x *PostgresqlConfig10_1C) GetLogReplicationCommands() *wrapperspb.BoolValue

func (*PostgresqlConfig10_1C) GetLogStatement

func (*PostgresqlConfig10_1C) GetLogTempFiles

func (x *PostgresqlConfig10_1C) GetLogTempFiles() *wrapperspb.Int64Value

func (*PostgresqlConfig10_1C) GetMaintenanceWorkMem

func (x *PostgresqlConfig10_1C) GetMaintenanceWorkMem() *wrapperspb.Int64Value

func (*PostgresqlConfig10_1C) GetMaxConnections

func (x *PostgresqlConfig10_1C) GetMaxConnections() *wrapperspb.Int64Value

func (*PostgresqlConfig10_1C) GetMaxLocksPerTransaction

func (x *PostgresqlConfig10_1C) GetMaxLocksPerTransaction() *wrapperspb.Int64Value

func (*PostgresqlConfig10_1C) GetMaxParallelWorkers

func (x *PostgresqlConfig10_1C) GetMaxParallelWorkers() *wrapperspb.Int64Value

func (*PostgresqlConfig10_1C) GetMaxParallelWorkersPerGather

func (x *PostgresqlConfig10_1C) GetMaxParallelWorkersPerGather() *wrapperspb.Int64Value

func (*PostgresqlConfig10_1C) GetMaxPredLocksPerTransaction

func (x *PostgresqlConfig10_1C) GetMaxPredLocksPerTransaction() *wrapperspb.Int64Value

func (*PostgresqlConfig10_1C) GetMaxPreparedTransactions

func (x *PostgresqlConfig10_1C) GetMaxPreparedTransactions() *wrapperspb.Int64Value

func (*PostgresqlConfig10_1C) GetMaxStackDepth

func (x *PostgresqlConfig10_1C) GetMaxStackDepth() *wrapperspb.Int64Value

func (*PostgresqlConfig10_1C) GetMaxStandbyArchiveDelay

func (x *PostgresqlConfig10_1C) GetMaxStandbyArchiveDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig10_1C) GetMaxStandbyStreamingDelay

func (x *PostgresqlConfig10_1C) GetMaxStandbyStreamingDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig10_1C) GetMaxWalSize

func (x *PostgresqlConfig10_1C) GetMaxWalSize() *wrapperspb.Int64Value

func (*PostgresqlConfig10_1C) GetMaxWorkerProcesses

func (x *PostgresqlConfig10_1C) GetMaxWorkerProcesses() *wrapperspb.Int64Value

func (*PostgresqlConfig10_1C) GetMinWalSize

func (x *PostgresqlConfig10_1C) GetMinWalSize() *wrapperspb.Int64Value

func (*PostgresqlConfig10_1C) GetOldSnapshotThreshold

func (x *PostgresqlConfig10_1C) GetOldSnapshotThreshold() *wrapperspb.Int64Value

func (*PostgresqlConfig10_1C) GetOnlineAnalyzeEnable

func (x *PostgresqlConfig10_1C) GetOnlineAnalyzeEnable() *wrapperspb.BoolValue

func (*PostgresqlConfig10_1C) GetOperatorPrecedenceWarning

func (x *PostgresqlConfig10_1C) GetOperatorPrecedenceWarning() *wrapperspb.BoolValue

func (*PostgresqlConfig10_1C) GetPasswordEncryption

func (*PostgresqlConfig10_1C) GetPgHintPlanDebugPrint

func (*PostgresqlConfig10_1C) GetPgHintPlanEnableHint

func (x *PostgresqlConfig10_1C) GetPgHintPlanEnableHint() *wrapperspb.BoolValue

func (*PostgresqlConfig10_1C) GetPgHintPlanEnableHintTable

func (x *PostgresqlConfig10_1C) GetPgHintPlanEnableHintTable() *wrapperspb.BoolValue

func (*PostgresqlConfig10_1C) GetPgHintPlanMessageLevel

func (x *PostgresqlConfig10_1C) GetPgHintPlanMessageLevel() PostgresqlConfig10_1C_LogLevel

func (*PostgresqlConfig10_1C) GetPgQualstatsEnabled

func (x *PostgresqlConfig10_1C) GetPgQualstatsEnabled() *wrapperspb.BoolValue

func (*PostgresqlConfig10_1C) GetPgQualstatsMax

func (x *PostgresqlConfig10_1C) GetPgQualstatsMax() *wrapperspb.Int64Value

func (*PostgresqlConfig10_1C) GetPgQualstatsResolveOids

func (x *PostgresqlConfig10_1C) GetPgQualstatsResolveOids() *wrapperspb.BoolValue

func (*PostgresqlConfig10_1C) GetPgQualstatsSampleRate

func (x *PostgresqlConfig10_1C) GetPgQualstatsSampleRate() *wrapperspb.DoubleValue

func (*PostgresqlConfig10_1C) GetPgQualstatsTrackConstants

func (x *PostgresqlConfig10_1C) GetPgQualstatsTrackConstants() *wrapperspb.BoolValue

func (*PostgresqlConfig10_1C) GetPlantunerFixEmptyTable

func (x *PostgresqlConfig10_1C) GetPlantunerFixEmptyTable() *wrapperspb.BoolValue

func (*PostgresqlConfig10_1C) GetQuoteAllIdentifiers

func (x *PostgresqlConfig10_1C) GetQuoteAllIdentifiers() *wrapperspb.BoolValue

func (*PostgresqlConfig10_1C) GetRandomPageCost

func (x *PostgresqlConfig10_1C) GetRandomPageCost() *wrapperspb.DoubleValue

func (*PostgresqlConfig10_1C) GetReplacementSortTuples

func (x *PostgresqlConfig10_1C) GetReplacementSortTuples() *wrapperspb.Int64Value

func (*PostgresqlConfig10_1C) GetRowSecurity

func (x *PostgresqlConfig10_1C) GetRowSecurity() *wrapperspb.BoolValue

func (*PostgresqlConfig10_1C) GetSearchPath

func (x *PostgresqlConfig10_1C) GetSearchPath() string

func (*PostgresqlConfig10_1C) GetSeqPageCost

func (x *PostgresqlConfig10_1C) GetSeqPageCost() *wrapperspb.DoubleValue

func (*PostgresqlConfig10_1C) GetSessionDurationTimeout

func (x *PostgresqlConfig10_1C) GetSessionDurationTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig10_1C) GetSharedBuffers

func (x *PostgresqlConfig10_1C) GetSharedBuffers() *wrapperspb.Int64Value

func (*PostgresqlConfig10_1C) GetSharedPreloadLibraries

func (*PostgresqlConfig10_1C) GetStandardConformingStrings

func (x *PostgresqlConfig10_1C) GetStandardConformingStrings() *wrapperspb.BoolValue

func (*PostgresqlConfig10_1C) GetStatementTimeout

func (x *PostgresqlConfig10_1C) GetStatementTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig10_1C) GetSynchronizeSeqscans

func (x *PostgresqlConfig10_1C) GetSynchronizeSeqscans() *wrapperspb.BoolValue

func (*PostgresqlConfig10_1C) GetSynchronousCommit

func (*PostgresqlConfig10_1C) GetTempBuffers

func (x *PostgresqlConfig10_1C) GetTempBuffers() *wrapperspb.Int64Value

func (*PostgresqlConfig10_1C) GetTempFileLimit

func (x *PostgresqlConfig10_1C) GetTempFileLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig10_1C) GetTimezone

func (x *PostgresqlConfig10_1C) GetTimezone() string

func (*PostgresqlConfig10_1C) GetTrackActivityQuerySize

func (x *PostgresqlConfig10_1C) GetTrackActivityQuerySize() *wrapperspb.Int64Value

func (*PostgresqlConfig10_1C) GetTransformNullEquals

func (x *PostgresqlConfig10_1C) GetTransformNullEquals() *wrapperspb.BoolValue

func (*PostgresqlConfig10_1C) GetVacuumCostDelay

func (x *PostgresqlConfig10_1C) GetVacuumCostDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig10_1C) GetVacuumCostLimit

func (x *PostgresqlConfig10_1C) GetVacuumCostLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig10_1C) GetVacuumCostPageDirty

func (x *PostgresqlConfig10_1C) GetVacuumCostPageDirty() *wrapperspb.Int64Value

func (*PostgresqlConfig10_1C) GetVacuumCostPageHit

func (x *PostgresqlConfig10_1C) GetVacuumCostPageHit() *wrapperspb.Int64Value

func (*PostgresqlConfig10_1C) GetVacuumCostPageMiss

func (x *PostgresqlConfig10_1C) GetVacuumCostPageMiss() *wrapperspb.Int64Value

func (*PostgresqlConfig10_1C) GetWalLevel

func (*PostgresqlConfig10_1C) GetWorkMem

func (x *PostgresqlConfig10_1C) GetWorkMem() *wrapperspb.Int64Value

func (*PostgresqlConfig10_1C) GetXmlbinary

func (*PostgresqlConfig10_1C) GetXmloption

func (*PostgresqlConfig10_1C) ProtoMessage

func (*PostgresqlConfig10_1C) ProtoMessage()

func (*PostgresqlConfig10_1C) ProtoReflect

func (x *PostgresqlConfig10_1C) ProtoReflect() protoreflect.Message

func (*PostgresqlConfig10_1C) Reset

func (x *PostgresqlConfig10_1C) Reset()

func (*PostgresqlConfig10_1C) SetArchiveTimeout

func (m *PostgresqlConfig10_1C) SetArchiveTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10_1C) SetArrayNulls

func (m *PostgresqlConfig10_1C) SetArrayNulls(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10_1C) SetAutoExplainLogAnalyze

func (m *PostgresqlConfig10_1C) SetAutoExplainLogAnalyze(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10_1C) SetAutoExplainLogBuffers

func (m *PostgresqlConfig10_1C) SetAutoExplainLogBuffers(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10_1C) SetAutoExplainLogMinDuration

func (m *PostgresqlConfig10_1C) SetAutoExplainLogMinDuration(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10_1C) SetAutoExplainLogNestedStatements

func (m *PostgresqlConfig10_1C) SetAutoExplainLogNestedStatements(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10_1C) SetAutoExplainLogTiming

func (m *PostgresqlConfig10_1C) SetAutoExplainLogTiming(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10_1C) SetAutoExplainLogTriggers

func (m *PostgresqlConfig10_1C) SetAutoExplainLogTriggers(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10_1C) SetAutoExplainLogVerbose

func (m *PostgresqlConfig10_1C) SetAutoExplainLogVerbose(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10_1C) SetAutoExplainSampleRate

func (m *PostgresqlConfig10_1C) SetAutoExplainSampleRate(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig10_1C) SetAutovacuumAnalyzeScaleFactor

func (m *PostgresqlConfig10_1C) SetAutovacuumAnalyzeScaleFactor(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig10_1C) SetAutovacuumMaxWorkers

func (m *PostgresqlConfig10_1C) SetAutovacuumMaxWorkers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10_1C) SetAutovacuumNaptime

func (m *PostgresqlConfig10_1C) SetAutovacuumNaptime(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10_1C) SetAutovacuumVacuumCostDelay

func (m *PostgresqlConfig10_1C) SetAutovacuumVacuumCostDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10_1C) SetAutovacuumVacuumCostLimit

func (m *PostgresqlConfig10_1C) SetAutovacuumVacuumCostLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10_1C) SetAutovacuumVacuumScaleFactor

func (m *PostgresqlConfig10_1C) SetAutovacuumVacuumScaleFactor(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig10_1C) SetAutovacuumWorkMem

func (m *PostgresqlConfig10_1C) SetAutovacuumWorkMem(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10_1C) SetBackendFlushAfter

func (m *PostgresqlConfig10_1C) SetBackendFlushAfter(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10_1C) SetBackslashQuote

func (*PostgresqlConfig10_1C) SetBgwriterDelay

func (m *PostgresqlConfig10_1C) SetBgwriterDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10_1C) SetBgwriterFlushAfter

func (m *PostgresqlConfig10_1C) SetBgwriterFlushAfter(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10_1C) SetBgwriterLruMaxpages

func (m *PostgresqlConfig10_1C) SetBgwriterLruMaxpages(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10_1C) SetBgwriterLruMultiplier

func (m *PostgresqlConfig10_1C) SetBgwriterLruMultiplier(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig10_1C) SetByteaOutput

func (*PostgresqlConfig10_1C) SetCheckpointCompletionTarget

func (m *PostgresqlConfig10_1C) SetCheckpointCompletionTarget(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig10_1C) SetCheckpointFlushAfter

func (m *PostgresqlConfig10_1C) SetCheckpointFlushAfter(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10_1C) SetCheckpointTimeout

func (m *PostgresqlConfig10_1C) SetCheckpointTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10_1C) SetClientMinMessages

func (m *PostgresqlConfig10_1C) SetClientMinMessages(v PostgresqlConfig10_1C_LogLevel)

func (*PostgresqlConfig10_1C) SetConstraintExclusion

func (*PostgresqlConfig10_1C) SetCursorTupleFraction

func (m *PostgresqlConfig10_1C) SetCursorTupleFraction(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig10_1C) SetDeadlockTimeout

func (m *PostgresqlConfig10_1C) SetDeadlockTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10_1C) SetDefaultStatisticsTarget

func (m *PostgresqlConfig10_1C) SetDefaultStatisticsTarget(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10_1C) SetDefaultTransactionIsolation

func (m *PostgresqlConfig10_1C) SetDefaultTransactionIsolation(v PostgresqlConfig10_1C_TransactionIsolation)

func (*PostgresqlConfig10_1C) SetDefaultTransactionReadOnly

func (m *PostgresqlConfig10_1C) SetDefaultTransactionReadOnly(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10_1C) SetDefaultWithOids

func (m *PostgresqlConfig10_1C) SetDefaultWithOids(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10_1C) SetEffectiveCacheSize

func (m *PostgresqlConfig10_1C) SetEffectiveCacheSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10_1C) SetEffectiveIoConcurrency

func (m *PostgresqlConfig10_1C) SetEffectiveIoConcurrency(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10_1C) SetEnableBitmapscan

func (m *PostgresqlConfig10_1C) SetEnableBitmapscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10_1C) SetEnableHashagg

func (m *PostgresqlConfig10_1C) SetEnableHashagg(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10_1C) SetEnableHashjoin

func (m *PostgresqlConfig10_1C) SetEnableHashjoin(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10_1C) SetEnableIndexonlyscan

func (m *PostgresqlConfig10_1C) SetEnableIndexonlyscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10_1C) SetEnableIndexscan

func (m *PostgresqlConfig10_1C) SetEnableIndexscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10_1C) SetEnableMaterial

func (m *PostgresqlConfig10_1C) SetEnableMaterial(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10_1C) SetEnableMergejoin

func (m *PostgresqlConfig10_1C) SetEnableMergejoin(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10_1C) SetEnableNestloop

func (m *PostgresqlConfig10_1C) SetEnableNestloop(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10_1C) SetEnableSeqscan

func (m *PostgresqlConfig10_1C) SetEnableSeqscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10_1C) SetEnableSort

func (m *PostgresqlConfig10_1C) SetEnableSort(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10_1C) SetEnableTidscan

func (m *PostgresqlConfig10_1C) SetEnableTidscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10_1C) SetEscapeStringWarning

func (m *PostgresqlConfig10_1C) SetEscapeStringWarning(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10_1C) SetExitOnError

func (m *PostgresqlConfig10_1C) SetExitOnError(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10_1C) SetForceParallelMode

func (*PostgresqlConfig10_1C) SetFromCollapseLimit

func (m *PostgresqlConfig10_1C) SetFromCollapseLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10_1C) SetGeqo

func (*PostgresqlConfig10_1C) SetGeqoEffort

func (m *PostgresqlConfig10_1C) SetGeqoEffort(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10_1C) SetGeqoGenerations

func (m *PostgresqlConfig10_1C) SetGeqoGenerations(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10_1C) SetGeqoPoolSize

func (m *PostgresqlConfig10_1C) SetGeqoPoolSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10_1C) SetGeqoSeed

func (m *PostgresqlConfig10_1C) SetGeqoSeed(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig10_1C) SetGeqoSelectionBias

func (m *PostgresqlConfig10_1C) SetGeqoSelectionBias(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig10_1C) SetGeqoThreshold

func (m *PostgresqlConfig10_1C) SetGeqoThreshold(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10_1C) SetGinPendingListLimit

func (m *PostgresqlConfig10_1C) SetGinPendingListLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10_1C) SetIdleInTransactionSessionTimeout

func (m *PostgresqlConfig10_1C) SetIdleInTransactionSessionTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10_1C) SetJoinCollapseLimit

func (m *PostgresqlConfig10_1C) SetJoinCollapseLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10_1C) SetLoCompatPrivileges

func (m *PostgresqlConfig10_1C) SetLoCompatPrivileges(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10_1C) SetLockTimeout

func (m *PostgresqlConfig10_1C) SetLockTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10_1C) SetLogAutovacuumMinDuration

func (m *PostgresqlConfig10_1C) SetLogAutovacuumMinDuration(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10_1C) SetLogCheckpoints

func (m *PostgresqlConfig10_1C) SetLogCheckpoints(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10_1C) SetLogConnections

func (m *PostgresqlConfig10_1C) SetLogConnections(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10_1C) SetLogDisconnections

func (m *PostgresqlConfig10_1C) SetLogDisconnections(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10_1C) SetLogDuration

func (m *PostgresqlConfig10_1C) SetLogDuration(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10_1C) SetLogErrorVerbosity

func (*PostgresqlConfig10_1C) SetLogLockWaits

func (m *PostgresqlConfig10_1C) SetLogLockWaits(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10_1C) SetLogMinDurationStatement

func (m *PostgresqlConfig10_1C) SetLogMinDurationStatement(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10_1C) SetLogMinErrorStatement

func (m *PostgresqlConfig10_1C) SetLogMinErrorStatement(v PostgresqlConfig10_1C_LogLevel)

func (*PostgresqlConfig10_1C) SetLogMinMessages

func (m *PostgresqlConfig10_1C) SetLogMinMessages(v PostgresqlConfig10_1C_LogLevel)

func (*PostgresqlConfig10_1C) SetLogReplicationCommands

func (m *PostgresqlConfig10_1C) SetLogReplicationCommands(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10_1C) SetLogStatement

func (*PostgresqlConfig10_1C) SetLogTempFiles

func (m *PostgresqlConfig10_1C) SetLogTempFiles(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10_1C) SetMaintenanceWorkMem

func (m *PostgresqlConfig10_1C) SetMaintenanceWorkMem(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10_1C) SetMaxConnections

func (m *PostgresqlConfig10_1C) SetMaxConnections(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10_1C) SetMaxLocksPerTransaction

func (m *PostgresqlConfig10_1C) SetMaxLocksPerTransaction(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10_1C) SetMaxParallelWorkers

func (m *PostgresqlConfig10_1C) SetMaxParallelWorkers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10_1C) SetMaxParallelWorkersPerGather

func (m *PostgresqlConfig10_1C) SetMaxParallelWorkersPerGather(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10_1C) SetMaxPredLocksPerTransaction

func (m *PostgresqlConfig10_1C) SetMaxPredLocksPerTransaction(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10_1C) SetMaxPreparedTransactions

func (m *PostgresqlConfig10_1C) SetMaxPreparedTransactions(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10_1C) SetMaxStackDepth

func (m *PostgresqlConfig10_1C) SetMaxStackDepth(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10_1C) SetMaxStandbyArchiveDelay

func (m *PostgresqlConfig10_1C) SetMaxStandbyArchiveDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10_1C) SetMaxStandbyStreamingDelay

func (m *PostgresqlConfig10_1C) SetMaxStandbyStreamingDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10_1C) SetMaxWalSize

func (m *PostgresqlConfig10_1C) SetMaxWalSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10_1C) SetMaxWorkerProcesses

func (m *PostgresqlConfig10_1C) SetMaxWorkerProcesses(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10_1C) SetMinWalSize

func (m *PostgresqlConfig10_1C) SetMinWalSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10_1C) SetOldSnapshotThreshold

func (m *PostgresqlConfig10_1C) SetOldSnapshotThreshold(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10_1C) SetOnlineAnalyzeEnable

func (m *PostgresqlConfig10_1C) SetOnlineAnalyzeEnable(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10_1C) SetOperatorPrecedenceWarning

func (m *PostgresqlConfig10_1C) SetOperatorPrecedenceWarning(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10_1C) SetPasswordEncryption

func (*PostgresqlConfig10_1C) SetPgHintPlanDebugPrint

func (*PostgresqlConfig10_1C) SetPgHintPlanEnableHint

func (m *PostgresqlConfig10_1C) SetPgHintPlanEnableHint(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10_1C) SetPgHintPlanEnableHintTable

func (m *PostgresqlConfig10_1C) SetPgHintPlanEnableHintTable(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10_1C) SetPgHintPlanMessageLevel

func (m *PostgresqlConfig10_1C) SetPgHintPlanMessageLevel(v PostgresqlConfig10_1C_LogLevel)

func (*PostgresqlConfig10_1C) SetPgQualstatsEnabled

func (m *PostgresqlConfig10_1C) SetPgQualstatsEnabled(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10_1C) SetPgQualstatsMax

func (m *PostgresqlConfig10_1C) SetPgQualstatsMax(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10_1C) SetPgQualstatsResolveOids

func (m *PostgresqlConfig10_1C) SetPgQualstatsResolveOids(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10_1C) SetPgQualstatsSampleRate

func (m *PostgresqlConfig10_1C) SetPgQualstatsSampleRate(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig10_1C) SetPgQualstatsTrackConstants

func (m *PostgresqlConfig10_1C) SetPgQualstatsTrackConstants(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10_1C) SetPlantunerFixEmptyTable

func (m *PostgresqlConfig10_1C) SetPlantunerFixEmptyTable(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10_1C) SetQuoteAllIdentifiers

func (m *PostgresqlConfig10_1C) SetQuoteAllIdentifiers(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10_1C) SetRandomPageCost

func (m *PostgresqlConfig10_1C) SetRandomPageCost(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig10_1C) SetReplacementSortTuples

func (m *PostgresqlConfig10_1C) SetReplacementSortTuples(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10_1C) SetRowSecurity

func (m *PostgresqlConfig10_1C) SetRowSecurity(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10_1C) SetSearchPath

func (m *PostgresqlConfig10_1C) SetSearchPath(v string)

func (*PostgresqlConfig10_1C) SetSeqPageCost

func (m *PostgresqlConfig10_1C) SetSeqPageCost(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig10_1C) SetSessionDurationTimeout

func (m *PostgresqlConfig10_1C) SetSessionDurationTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10_1C) SetSharedBuffers

func (m *PostgresqlConfig10_1C) SetSharedBuffers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10_1C) SetSharedPreloadLibraries

func (m *PostgresqlConfig10_1C) SetSharedPreloadLibraries(v []PostgresqlConfig10_1C_SharedPreloadLibraries)

func (*PostgresqlConfig10_1C) SetStandardConformingStrings

func (m *PostgresqlConfig10_1C) SetStandardConformingStrings(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10_1C) SetStatementTimeout

func (m *PostgresqlConfig10_1C) SetStatementTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10_1C) SetSynchronizeSeqscans

func (m *PostgresqlConfig10_1C) SetSynchronizeSeqscans(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10_1C) SetSynchronousCommit

func (*PostgresqlConfig10_1C) SetTempBuffers

func (m *PostgresqlConfig10_1C) SetTempBuffers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10_1C) SetTempFileLimit

func (m *PostgresqlConfig10_1C) SetTempFileLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10_1C) SetTimezone

func (m *PostgresqlConfig10_1C) SetTimezone(v string)

func (*PostgresqlConfig10_1C) SetTrackActivityQuerySize

func (m *PostgresqlConfig10_1C) SetTrackActivityQuerySize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10_1C) SetTransformNullEquals

func (m *PostgresqlConfig10_1C) SetTransformNullEquals(v *wrapperspb.BoolValue)

func (*PostgresqlConfig10_1C) SetVacuumCostDelay

func (m *PostgresqlConfig10_1C) SetVacuumCostDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10_1C) SetVacuumCostLimit

func (m *PostgresqlConfig10_1C) SetVacuumCostLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10_1C) SetVacuumCostPageDirty

func (m *PostgresqlConfig10_1C) SetVacuumCostPageDirty(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10_1C) SetVacuumCostPageHit

func (m *PostgresqlConfig10_1C) SetVacuumCostPageHit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10_1C) SetVacuumCostPageMiss

func (m *PostgresqlConfig10_1C) SetVacuumCostPageMiss(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10_1C) SetWalLevel

func (*PostgresqlConfig10_1C) SetWorkMem

func (m *PostgresqlConfig10_1C) SetWorkMem(v *wrapperspb.Int64Value)

func (*PostgresqlConfig10_1C) SetXmlbinary

func (*PostgresqlConfig10_1C) SetXmloption

func (*PostgresqlConfig10_1C) String

func (x *PostgresqlConfig10_1C) String() string

type PostgresqlConfig10_1C_BackslashQuote

type PostgresqlConfig10_1C_BackslashQuote int32
const (
	PostgresqlConfig10_1C_BACKSLASH_QUOTE_UNSPECIFIED   PostgresqlConfig10_1C_BackslashQuote = 0
	PostgresqlConfig10_1C_BACKSLASH_QUOTE               PostgresqlConfig10_1C_BackslashQuote = 1
	PostgresqlConfig10_1C_BACKSLASH_QUOTE_ON            PostgresqlConfig10_1C_BackslashQuote = 2
	PostgresqlConfig10_1C_BACKSLASH_QUOTE_OFF           PostgresqlConfig10_1C_BackslashQuote = 3
	PostgresqlConfig10_1C_BACKSLASH_QUOTE_SAFE_ENCODING PostgresqlConfig10_1C_BackslashQuote = 4
)

func (PostgresqlConfig10_1C_BackslashQuote) Descriptor

func (PostgresqlConfig10_1C_BackslashQuote) Enum

func (PostgresqlConfig10_1C_BackslashQuote) EnumDescriptor deprecated

func (PostgresqlConfig10_1C_BackslashQuote) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig10_1C_BackslashQuote.Descriptor instead.

func (PostgresqlConfig10_1C_BackslashQuote) Number

func (PostgresqlConfig10_1C_BackslashQuote) String

func (PostgresqlConfig10_1C_BackslashQuote) Type

type PostgresqlConfig10_1C_ByteaOutput

type PostgresqlConfig10_1C_ByteaOutput int32
const (
	PostgresqlConfig10_1C_BYTEA_OUTPUT_UNSPECIFIED PostgresqlConfig10_1C_ByteaOutput = 0
	PostgresqlConfig10_1C_BYTEA_OUTPUT_HEX         PostgresqlConfig10_1C_ByteaOutput = 1
	PostgresqlConfig10_1C_BYTEA_OUTPUT_ESCAPED     PostgresqlConfig10_1C_ByteaOutput = 2
)

func (PostgresqlConfig10_1C_ByteaOutput) Descriptor

func (PostgresqlConfig10_1C_ByteaOutput) Enum

func (PostgresqlConfig10_1C_ByteaOutput) EnumDescriptor deprecated

func (PostgresqlConfig10_1C_ByteaOutput) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig10_1C_ByteaOutput.Descriptor instead.

func (PostgresqlConfig10_1C_ByteaOutput) Number

func (PostgresqlConfig10_1C_ByteaOutput) String

func (PostgresqlConfig10_1C_ByteaOutput) Type

type PostgresqlConfig10_1C_ConstraintExclusion

type PostgresqlConfig10_1C_ConstraintExclusion int32
const (
	PostgresqlConfig10_1C_CONSTRAINT_EXCLUSION_UNSPECIFIED PostgresqlConfig10_1C_ConstraintExclusion = 0
	PostgresqlConfig10_1C_CONSTRAINT_EXCLUSION_ON          PostgresqlConfig10_1C_ConstraintExclusion = 1
	PostgresqlConfig10_1C_CONSTRAINT_EXCLUSION_OFF         PostgresqlConfig10_1C_ConstraintExclusion = 2
	PostgresqlConfig10_1C_CONSTRAINT_EXCLUSION_PARTITION   PostgresqlConfig10_1C_ConstraintExclusion = 3
)

func (PostgresqlConfig10_1C_ConstraintExclusion) Descriptor

func (PostgresqlConfig10_1C_ConstraintExclusion) Enum

func (PostgresqlConfig10_1C_ConstraintExclusion) EnumDescriptor deprecated

func (PostgresqlConfig10_1C_ConstraintExclusion) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig10_1C_ConstraintExclusion.Descriptor instead.

func (PostgresqlConfig10_1C_ConstraintExclusion) Number

func (PostgresqlConfig10_1C_ConstraintExclusion) String

func (PostgresqlConfig10_1C_ConstraintExclusion) Type

type PostgresqlConfig10_1C_ForceParallelMode

type PostgresqlConfig10_1C_ForceParallelMode int32
const (
	PostgresqlConfig10_1C_FORCE_PARALLEL_MODE_UNSPECIFIED PostgresqlConfig10_1C_ForceParallelMode = 0
	PostgresqlConfig10_1C_FORCE_PARALLEL_MODE_ON          PostgresqlConfig10_1C_ForceParallelMode = 1
	PostgresqlConfig10_1C_FORCE_PARALLEL_MODE_OFF         PostgresqlConfig10_1C_ForceParallelMode = 2
	PostgresqlConfig10_1C_FORCE_PARALLEL_MODE_REGRESS     PostgresqlConfig10_1C_ForceParallelMode = 3
)

func (PostgresqlConfig10_1C_ForceParallelMode) Descriptor

func (PostgresqlConfig10_1C_ForceParallelMode) Enum

func (PostgresqlConfig10_1C_ForceParallelMode) EnumDescriptor deprecated

func (PostgresqlConfig10_1C_ForceParallelMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig10_1C_ForceParallelMode.Descriptor instead.

func (PostgresqlConfig10_1C_ForceParallelMode) Number

func (PostgresqlConfig10_1C_ForceParallelMode) String

func (PostgresqlConfig10_1C_ForceParallelMode) Type

type PostgresqlConfig10_1C_LogErrorVerbosity

type PostgresqlConfig10_1C_LogErrorVerbosity int32
const (
	PostgresqlConfig10_1C_LOG_ERROR_VERBOSITY_UNSPECIFIED PostgresqlConfig10_1C_LogErrorVerbosity = 0
	PostgresqlConfig10_1C_LOG_ERROR_VERBOSITY_TERSE       PostgresqlConfig10_1C_LogErrorVerbosity = 1
	PostgresqlConfig10_1C_LOG_ERROR_VERBOSITY_DEFAULT     PostgresqlConfig10_1C_LogErrorVerbosity = 2
	PostgresqlConfig10_1C_LOG_ERROR_VERBOSITY_VERBOSE     PostgresqlConfig10_1C_LogErrorVerbosity = 3
)

func (PostgresqlConfig10_1C_LogErrorVerbosity) Descriptor

func (PostgresqlConfig10_1C_LogErrorVerbosity) Enum

func (PostgresqlConfig10_1C_LogErrorVerbosity) EnumDescriptor deprecated

func (PostgresqlConfig10_1C_LogErrorVerbosity) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig10_1C_LogErrorVerbosity.Descriptor instead.

func (PostgresqlConfig10_1C_LogErrorVerbosity) Number

func (PostgresqlConfig10_1C_LogErrorVerbosity) String

func (PostgresqlConfig10_1C_LogErrorVerbosity) Type

type PostgresqlConfig10_1C_LogLevel

type PostgresqlConfig10_1C_LogLevel int32
const (
	PostgresqlConfig10_1C_LOG_LEVEL_UNSPECIFIED PostgresqlConfig10_1C_LogLevel = 0
	PostgresqlConfig10_1C_LOG_LEVEL_DEBUG5      PostgresqlConfig10_1C_LogLevel = 1
	PostgresqlConfig10_1C_LOG_LEVEL_DEBUG4      PostgresqlConfig10_1C_LogLevel = 2
	PostgresqlConfig10_1C_LOG_LEVEL_DEBUG3      PostgresqlConfig10_1C_LogLevel = 3
	PostgresqlConfig10_1C_LOG_LEVEL_DEBUG2      PostgresqlConfig10_1C_LogLevel = 4
	PostgresqlConfig10_1C_LOG_LEVEL_DEBUG1      PostgresqlConfig10_1C_LogLevel = 5
	PostgresqlConfig10_1C_LOG_LEVEL_LOG         PostgresqlConfig10_1C_LogLevel = 6
	PostgresqlConfig10_1C_LOG_LEVEL_NOTICE      PostgresqlConfig10_1C_LogLevel = 7
	PostgresqlConfig10_1C_LOG_LEVEL_WARNING     PostgresqlConfig10_1C_LogLevel = 8
	PostgresqlConfig10_1C_LOG_LEVEL_ERROR       PostgresqlConfig10_1C_LogLevel = 9
	PostgresqlConfig10_1C_LOG_LEVEL_FATAL       PostgresqlConfig10_1C_LogLevel = 10
	PostgresqlConfig10_1C_LOG_LEVEL_PANIC       PostgresqlConfig10_1C_LogLevel = 11
)

func (PostgresqlConfig10_1C_LogLevel) Descriptor

func (PostgresqlConfig10_1C_LogLevel) Enum

func (PostgresqlConfig10_1C_LogLevel) EnumDescriptor deprecated

func (PostgresqlConfig10_1C_LogLevel) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig10_1C_LogLevel.Descriptor instead.

func (PostgresqlConfig10_1C_LogLevel) Number

func (PostgresqlConfig10_1C_LogLevel) String

func (PostgresqlConfig10_1C_LogLevel) Type

type PostgresqlConfig10_1C_LogStatement

type PostgresqlConfig10_1C_LogStatement int32
const (
	PostgresqlConfig10_1C_LOG_STATEMENT_UNSPECIFIED PostgresqlConfig10_1C_LogStatement = 0
	PostgresqlConfig10_1C_LOG_STATEMENT_NONE        PostgresqlConfig10_1C_LogStatement = 1
	PostgresqlConfig10_1C_LOG_STATEMENT_DDL         PostgresqlConfig10_1C_LogStatement = 2
	PostgresqlConfig10_1C_LOG_STATEMENT_MOD         PostgresqlConfig10_1C_LogStatement = 3
	PostgresqlConfig10_1C_LOG_STATEMENT_ALL         PostgresqlConfig10_1C_LogStatement = 4
)

func (PostgresqlConfig10_1C_LogStatement) Descriptor

func (PostgresqlConfig10_1C_LogStatement) Enum

func (PostgresqlConfig10_1C_LogStatement) EnumDescriptor deprecated

func (PostgresqlConfig10_1C_LogStatement) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig10_1C_LogStatement.Descriptor instead.

func (PostgresqlConfig10_1C_LogStatement) Number

func (PostgresqlConfig10_1C_LogStatement) String

func (PostgresqlConfig10_1C_LogStatement) Type

type PostgresqlConfig10_1C_PasswordEncryption

type PostgresqlConfig10_1C_PasswordEncryption int32
const (
	PostgresqlConfig10_1C_PASSWORD_ENCRYPTION_UNSPECIFIED   PostgresqlConfig10_1C_PasswordEncryption = 0
	PostgresqlConfig10_1C_PASSWORD_ENCRYPTION_MD5           PostgresqlConfig10_1C_PasswordEncryption = 1
	PostgresqlConfig10_1C_PASSWORD_ENCRYPTION_SCRAM_SHA_256 PostgresqlConfig10_1C_PasswordEncryption = 2
)

func (PostgresqlConfig10_1C_PasswordEncryption) Descriptor

func (PostgresqlConfig10_1C_PasswordEncryption) Enum

func (PostgresqlConfig10_1C_PasswordEncryption) EnumDescriptor deprecated

func (PostgresqlConfig10_1C_PasswordEncryption) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig10_1C_PasswordEncryption.Descriptor instead.

func (PostgresqlConfig10_1C_PasswordEncryption) Number

func (PostgresqlConfig10_1C_PasswordEncryption) String

func (PostgresqlConfig10_1C_PasswordEncryption) Type

type PostgresqlConfig10_1C_PgHintPlanDebugPrint

type PostgresqlConfig10_1C_PgHintPlanDebugPrint int32
const (
	PostgresqlConfig10_1C_PG_HINT_PLAN_DEBUG_PRINT_UNSPECIFIED PostgresqlConfig10_1C_PgHintPlanDebugPrint = 0
	PostgresqlConfig10_1C_PG_HINT_PLAN_DEBUG_PRINT_OFF         PostgresqlConfig10_1C_PgHintPlanDebugPrint = 1
	PostgresqlConfig10_1C_PG_HINT_PLAN_DEBUG_PRINT_ON          PostgresqlConfig10_1C_PgHintPlanDebugPrint = 2
	PostgresqlConfig10_1C_PG_HINT_PLAN_DEBUG_PRINT_DETAILED    PostgresqlConfig10_1C_PgHintPlanDebugPrint = 3
	PostgresqlConfig10_1C_PG_HINT_PLAN_DEBUG_PRINT_VERBOSE     PostgresqlConfig10_1C_PgHintPlanDebugPrint = 4
)

func (PostgresqlConfig10_1C_PgHintPlanDebugPrint) Descriptor

func (PostgresqlConfig10_1C_PgHintPlanDebugPrint) Enum

func (PostgresqlConfig10_1C_PgHintPlanDebugPrint) EnumDescriptor deprecated

func (PostgresqlConfig10_1C_PgHintPlanDebugPrint) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig10_1C_PgHintPlanDebugPrint.Descriptor instead.

func (PostgresqlConfig10_1C_PgHintPlanDebugPrint) Number

func (PostgresqlConfig10_1C_PgHintPlanDebugPrint) String

func (PostgresqlConfig10_1C_PgHintPlanDebugPrint) Type

type PostgresqlConfig10_1C_SharedPreloadLibraries

type PostgresqlConfig10_1C_SharedPreloadLibraries int32
const (
	PostgresqlConfig10_1C_SHARED_PRELOAD_LIBRARIES_UNSPECIFIED  PostgresqlConfig10_1C_SharedPreloadLibraries = 0
	PostgresqlConfig10_1C_SHARED_PRELOAD_LIBRARIES_AUTO_EXPLAIN PostgresqlConfig10_1C_SharedPreloadLibraries = 1
	PostgresqlConfig10_1C_SHARED_PRELOAD_LIBRARIES_PG_HINT_PLAN PostgresqlConfig10_1C_SharedPreloadLibraries = 2
	PostgresqlConfig10_1C_SHARED_PRELOAD_LIBRARIES_TIMESCALEDB  PostgresqlConfig10_1C_SharedPreloadLibraries = 3
	PostgresqlConfig10_1C_SHARED_PRELOAD_LIBRARIES_PG_QUALSTATS PostgresqlConfig10_1C_SharedPreloadLibraries = 4
	PostgresqlConfig10_1C_SHARED_PRELOAD_LIBRARIES_PG_CRON      PostgresqlConfig10_1C_SharedPreloadLibraries = 5
	PostgresqlConfig10_1C_SHARED_PRELOAD_LIBRARIES_PGLOGICAL    PostgresqlConfig10_1C_SharedPreloadLibraries = 6
	PostgresqlConfig10_1C_SHARED_PRELOAD_LIBRARIES_PG_PREWARM   PostgresqlConfig10_1C_SharedPreloadLibraries = 7
	PostgresqlConfig10_1C_SHARED_PRELOAD_LIBRARIES_PGAUDIT      PostgresqlConfig10_1C_SharedPreloadLibraries = 8
)

func (PostgresqlConfig10_1C_SharedPreloadLibraries) Descriptor

func (PostgresqlConfig10_1C_SharedPreloadLibraries) Enum

func (PostgresqlConfig10_1C_SharedPreloadLibraries) EnumDescriptor deprecated

func (PostgresqlConfig10_1C_SharedPreloadLibraries) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig10_1C_SharedPreloadLibraries.Descriptor instead.

func (PostgresqlConfig10_1C_SharedPreloadLibraries) Number

func (PostgresqlConfig10_1C_SharedPreloadLibraries) String

func (PostgresqlConfig10_1C_SharedPreloadLibraries) Type

type PostgresqlConfig10_1C_SynchronousCommit

type PostgresqlConfig10_1C_SynchronousCommit int32
const (
	PostgresqlConfig10_1C_SYNCHRONOUS_COMMIT_UNSPECIFIED  PostgresqlConfig10_1C_SynchronousCommit = 0
	PostgresqlConfig10_1C_SYNCHRONOUS_COMMIT_ON           PostgresqlConfig10_1C_SynchronousCommit = 1
	PostgresqlConfig10_1C_SYNCHRONOUS_COMMIT_OFF          PostgresqlConfig10_1C_SynchronousCommit = 2
	PostgresqlConfig10_1C_SYNCHRONOUS_COMMIT_LOCAL        PostgresqlConfig10_1C_SynchronousCommit = 3
	PostgresqlConfig10_1C_SYNCHRONOUS_COMMIT_REMOTE_WRITE PostgresqlConfig10_1C_SynchronousCommit = 4
	PostgresqlConfig10_1C_SYNCHRONOUS_COMMIT_REMOTE_APPLY PostgresqlConfig10_1C_SynchronousCommit = 5
)

func (PostgresqlConfig10_1C_SynchronousCommit) Descriptor

func (PostgresqlConfig10_1C_SynchronousCommit) Enum

func (PostgresqlConfig10_1C_SynchronousCommit) EnumDescriptor deprecated

func (PostgresqlConfig10_1C_SynchronousCommit) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig10_1C_SynchronousCommit.Descriptor instead.

func (PostgresqlConfig10_1C_SynchronousCommit) Number

func (PostgresqlConfig10_1C_SynchronousCommit) String

func (PostgresqlConfig10_1C_SynchronousCommit) Type

type PostgresqlConfig10_1C_TransactionIsolation

type PostgresqlConfig10_1C_TransactionIsolation int32
const (
	PostgresqlConfig10_1C_TRANSACTION_ISOLATION_UNSPECIFIED      PostgresqlConfig10_1C_TransactionIsolation = 0
	PostgresqlConfig10_1C_TRANSACTION_ISOLATION_READ_UNCOMMITTED PostgresqlConfig10_1C_TransactionIsolation = 1
	PostgresqlConfig10_1C_TRANSACTION_ISOLATION_READ_COMMITTED   PostgresqlConfig10_1C_TransactionIsolation = 2
	PostgresqlConfig10_1C_TRANSACTION_ISOLATION_REPEATABLE_READ  PostgresqlConfig10_1C_TransactionIsolation = 3
	PostgresqlConfig10_1C_TRANSACTION_ISOLATION_SERIALIZABLE     PostgresqlConfig10_1C_TransactionIsolation = 4
)

func (PostgresqlConfig10_1C_TransactionIsolation) Descriptor

func (PostgresqlConfig10_1C_TransactionIsolation) Enum

func (PostgresqlConfig10_1C_TransactionIsolation) EnumDescriptor deprecated

func (PostgresqlConfig10_1C_TransactionIsolation) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig10_1C_TransactionIsolation.Descriptor instead.

func (PostgresqlConfig10_1C_TransactionIsolation) Number

func (PostgresqlConfig10_1C_TransactionIsolation) String

func (PostgresqlConfig10_1C_TransactionIsolation) Type

type PostgresqlConfig10_1C_WalLevel

type PostgresqlConfig10_1C_WalLevel int32
const (
	PostgresqlConfig10_1C_WAL_LEVEL_UNSPECIFIED PostgresqlConfig10_1C_WalLevel = 0
	PostgresqlConfig10_1C_WAL_LEVEL_REPLICA     PostgresqlConfig10_1C_WalLevel = 1
	PostgresqlConfig10_1C_WAL_LEVEL_LOGICAL     PostgresqlConfig10_1C_WalLevel = 2
)

func (PostgresqlConfig10_1C_WalLevel) Descriptor

func (PostgresqlConfig10_1C_WalLevel) Enum

func (PostgresqlConfig10_1C_WalLevel) EnumDescriptor deprecated

func (PostgresqlConfig10_1C_WalLevel) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig10_1C_WalLevel.Descriptor instead.

func (PostgresqlConfig10_1C_WalLevel) Number

func (PostgresqlConfig10_1C_WalLevel) String

func (PostgresqlConfig10_1C_WalLevel) Type

type PostgresqlConfig10_1C_XmlBinary

type PostgresqlConfig10_1C_XmlBinary int32
const (
	PostgresqlConfig10_1C_XML_BINARY_UNSPECIFIED PostgresqlConfig10_1C_XmlBinary = 0
	PostgresqlConfig10_1C_XML_BINARY_BASE64      PostgresqlConfig10_1C_XmlBinary = 1
	PostgresqlConfig10_1C_XML_BINARY_HEX         PostgresqlConfig10_1C_XmlBinary = 2
)

func (PostgresqlConfig10_1C_XmlBinary) Descriptor

func (PostgresqlConfig10_1C_XmlBinary) Enum

func (PostgresqlConfig10_1C_XmlBinary) EnumDescriptor deprecated

func (PostgresqlConfig10_1C_XmlBinary) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig10_1C_XmlBinary.Descriptor instead.

func (PostgresqlConfig10_1C_XmlBinary) Number

func (PostgresqlConfig10_1C_XmlBinary) String

func (PostgresqlConfig10_1C_XmlBinary) Type

type PostgresqlConfig10_1C_XmlOption

type PostgresqlConfig10_1C_XmlOption int32
const (
	PostgresqlConfig10_1C_XML_OPTION_UNSPECIFIED PostgresqlConfig10_1C_XmlOption = 0
	PostgresqlConfig10_1C_XML_OPTION_DOCUMENT    PostgresqlConfig10_1C_XmlOption = 1
	PostgresqlConfig10_1C_XML_OPTION_CONTENT     PostgresqlConfig10_1C_XmlOption = 2
)

func (PostgresqlConfig10_1C_XmlOption) Descriptor

func (PostgresqlConfig10_1C_XmlOption) Enum

func (PostgresqlConfig10_1C_XmlOption) EnumDescriptor deprecated

func (PostgresqlConfig10_1C_XmlOption) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig10_1C_XmlOption.Descriptor instead.

func (PostgresqlConfig10_1C_XmlOption) Number

func (PostgresqlConfig10_1C_XmlOption) String

func (PostgresqlConfig10_1C_XmlOption) Type

type PostgresqlConfig10_BackslashQuote

type PostgresqlConfig10_BackslashQuote int32
const (
	PostgresqlConfig10_BACKSLASH_QUOTE_UNSPECIFIED   PostgresqlConfig10_BackslashQuote = 0
	PostgresqlConfig10_BACKSLASH_QUOTE               PostgresqlConfig10_BackslashQuote = 1
	PostgresqlConfig10_BACKSLASH_QUOTE_ON            PostgresqlConfig10_BackslashQuote = 2
	PostgresqlConfig10_BACKSLASH_QUOTE_OFF           PostgresqlConfig10_BackslashQuote = 3
	PostgresqlConfig10_BACKSLASH_QUOTE_SAFE_ENCODING PostgresqlConfig10_BackslashQuote = 4
)

func (PostgresqlConfig10_BackslashQuote) Descriptor

func (PostgresqlConfig10_BackslashQuote) Enum

func (PostgresqlConfig10_BackslashQuote) EnumDescriptor deprecated

func (PostgresqlConfig10_BackslashQuote) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig10_BackslashQuote.Descriptor instead.

func (PostgresqlConfig10_BackslashQuote) Number

func (PostgresqlConfig10_BackslashQuote) String

func (PostgresqlConfig10_BackslashQuote) Type

type PostgresqlConfig10_ByteaOutput

type PostgresqlConfig10_ByteaOutput int32
const (
	PostgresqlConfig10_BYTEA_OUTPUT_UNSPECIFIED PostgresqlConfig10_ByteaOutput = 0
	PostgresqlConfig10_BYTEA_OUTPUT_HEX         PostgresqlConfig10_ByteaOutput = 1
	PostgresqlConfig10_BYTEA_OUTPUT_ESCAPED     PostgresqlConfig10_ByteaOutput = 2
)

func (PostgresqlConfig10_ByteaOutput) Descriptor

func (PostgresqlConfig10_ByteaOutput) Enum

func (PostgresqlConfig10_ByteaOutput) EnumDescriptor deprecated

func (PostgresqlConfig10_ByteaOutput) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig10_ByteaOutput.Descriptor instead.

func (PostgresqlConfig10_ByteaOutput) Number

func (PostgresqlConfig10_ByteaOutput) String

func (PostgresqlConfig10_ByteaOutput) Type

type PostgresqlConfig10_ConstraintExclusion

type PostgresqlConfig10_ConstraintExclusion int32
const (
	PostgresqlConfig10_CONSTRAINT_EXCLUSION_UNSPECIFIED PostgresqlConfig10_ConstraintExclusion = 0
	PostgresqlConfig10_CONSTRAINT_EXCLUSION_ON          PostgresqlConfig10_ConstraintExclusion = 1
	PostgresqlConfig10_CONSTRAINT_EXCLUSION_OFF         PostgresqlConfig10_ConstraintExclusion = 2
	PostgresqlConfig10_CONSTRAINT_EXCLUSION_PARTITION   PostgresqlConfig10_ConstraintExclusion = 3
)

func (PostgresqlConfig10_ConstraintExclusion) Descriptor

func (PostgresqlConfig10_ConstraintExclusion) Enum

func (PostgresqlConfig10_ConstraintExclusion) EnumDescriptor deprecated

func (PostgresqlConfig10_ConstraintExclusion) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig10_ConstraintExclusion.Descriptor instead.

func (PostgresqlConfig10_ConstraintExclusion) Number

func (PostgresqlConfig10_ConstraintExclusion) String

func (PostgresqlConfig10_ConstraintExclusion) Type

type PostgresqlConfig10_ForceParallelMode

type PostgresqlConfig10_ForceParallelMode int32
const (
	PostgresqlConfig10_FORCE_PARALLEL_MODE_UNSPECIFIED PostgresqlConfig10_ForceParallelMode = 0
	PostgresqlConfig10_FORCE_PARALLEL_MODE_ON          PostgresqlConfig10_ForceParallelMode = 1
	PostgresqlConfig10_FORCE_PARALLEL_MODE_OFF         PostgresqlConfig10_ForceParallelMode = 2
	PostgresqlConfig10_FORCE_PARALLEL_MODE_REGRESS     PostgresqlConfig10_ForceParallelMode = 3
)

func (PostgresqlConfig10_ForceParallelMode) Descriptor

func (PostgresqlConfig10_ForceParallelMode) Enum

func (PostgresqlConfig10_ForceParallelMode) EnumDescriptor deprecated

func (PostgresqlConfig10_ForceParallelMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig10_ForceParallelMode.Descriptor instead.

func (PostgresqlConfig10_ForceParallelMode) Number

func (PostgresqlConfig10_ForceParallelMode) String

func (PostgresqlConfig10_ForceParallelMode) Type

type PostgresqlConfig10_LogErrorVerbosity

type PostgresqlConfig10_LogErrorVerbosity int32
const (
	PostgresqlConfig10_LOG_ERROR_VERBOSITY_UNSPECIFIED PostgresqlConfig10_LogErrorVerbosity = 0
	PostgresqlConfig10_LOG_ERROR_VERBOSITY_TERSE       PostgresqlConfig10_LogErrorVerbosity = 1
	PostgresqlConfig10_LOG_ERROR_VERBOSITY_DEFAULT     PostgresqlConfig10_LogErrorVerbosity = 2
	PostgresqlConfig10_LOG_ERROR_VERBOSITY_VERBOSE     PostgresqlConfig10_LogErrorVerbosity = 3
)

func (PostgresqlConfig10_LogErrorVerbosity) Descriptor

func (PostgresqlConfig10_LogErrorVerbosity) Enum

func (PostgresqlConfig10_LogErrorVerbosity) EnumDescriptor deprecated

func (PostgresqlConfig10_LogErrorVerbosity) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig10_LogErrorVerbosity.Descriptor instead.

func (PostgresqlConfig10_LogErrorVerbosity) Number

func (PostgresqlConfig10_LogErrorVerbosity) String

func (PostgresqlConfig10_LogErrorVerbosity) Type

type PostgresqlConfig10_LogLevel

type PostgresqlConfig10_LogLevel int32
const (
	PostgresqlConfig10_LOG_LEVEL_UNSPECIFIED PostgresqlConfig10_LogLevel = 0
	PostgresqlConfig10_LOG_LEVEL_DEBUG5      PostgresqlConfig10_LogLevel = 1
	PostgresqlConfig10_LOG_LEVEL_DEBUG4      PostgresqlConfig10_LogLevel = 2
	PostgresqlConfig10_LOG_LEVEL_DEBUG3      PostgresqlConfig10_LogLevel = 3
	PostgresqlConfig10_LOG_LEVEL_DEBUG2      PostgresqlConfig10_LogLevel = 4
	PostgresqlConfig10_LOG_LEVEL_DEBUG1      PostgresqlConfig10_LogLevel = 5
	PostgresqlConfig10_LOG_LEVEL_LOG         PostgresqlConfig10_LogLevel = 6
	PostgresqlConfig10_LOG_LEVEL_NOTICE      PostgresqlConfig10_LogLevel = 7
	PostgresqlConfig10_LOG_LEVEL_WARNING     PostgresqlConfig10_LogLevel = 8
	PostgresqlConfig10_LOG_LEVEL_ERROR       PostgresqlConfig10_LogLevel = 9
	PostgresqlConfig10_LOG_LEVEL_FATAL       PostgresqlConfig10_LogLevel = 10
	PostgresqlConfig10_LOG_LEVEL_PANIC       PostgresqlConfig10_LogLevel = 11
)

func (PostgresqlConfig10_LogLevel) Descriptor

func (PostgresqlConfig10_LogLevel) Enum

func (PostgresqlConfig10_LogLevel) EnumDescriptor deprecated

func (PostgresqlConfig10_LogLevel) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig10_LogLevel.Descriptor instead.

func (PostgresqlConfig10_LogLevel) Number

func (PostgresqlConfig10_LogLevel) String

func (PostgresqlConfig10_LogLevel) Type

type PostgresqlConfig10_LogStatement

type PostgresqlConfig10_LogStatement int32
const (
	PostgresqlConfig10_LOG_STATEMENT_UNSPECIFIED PostgresqlConfig10_LogStatement = 0
	PostgresqlConfig10_LOG_STATEMENT_NONE        PostgresqlConfig10_LogStatement = 1
	PostgresqlConfig10_LOG_STATEMENT_DDL         PostgresqlConfig10_LogStatement = 2
	PostgresqlConfig10_LOG_STATEMENT_MOD         PostgresqlConfig10_LogStatement = 3
	PostgresqlConfig10_LOG_STATEMENT_ALL         PostgresqlConfig10_LogStatement = 4
)

func (PostgresqlConfig10_LogStatement) Descriptor

func (PostgresqlConfig10_LogStatement) Enum

func (PostgresqlConfig10_LogStatement) EnumDescriptor deprecated

func (PostgresqlConfig10_LogStatement) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig10_LogStatement.Descriptor instead.

func (PostgresqlConfig10_LogStatement) Number

func (PostgresqlConfig10_LogStatement) String

func (PostgresqlConfig10_LogStatement) Type

type PostgresqlConfig10_PasswordEncryption

type PostgresqlConfig10_PasswordEncryption int32
const (
	PostgresqlConfig10_PASSWORD_ENCRYPTION_UNSPECIFIED   PostgresqlConfig10_PasswordEncryption = 0
	PostgresqlConfig10_PASSWORD_ENCRYPTION_MD5           PostgresqlConfig10_PasswordEncryption = 1
	PostgresqlConfig10_PASSWORD_ENCRYPTION_SCRAM_SHA_256 PostgresqlConfig10_PasswordEncryption = 2
)

func (PostgresqlConfig10_PasswordEncryption) Descriptor

func (PostgresqlConfig10_PasswordEncryption) Enum

func (PostgresqlConfig10_PasswordEncryption) EnumDescriptor deprecated

func (PostgresqlConfig10_PasswordEncryption) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig10_PasswordEncryption.Descriptor instead.

func (PostgresqlConfig10_PasswordEncryption) Number

func (PostgresqlConfig10_PasswordEncryption) String

func (PostgresqlConfig10_PasswordEncryption) Type

type PostgresqlConfig10_PgHintPlanDebugPrint

type PostgresqlConfig10_PgHintPlanDebugPrint int32
const (
	PostgresqlConfig10_PG_HINT_PLAN_DEBUG_PRINT_UNSPECIFIED PostgresqlConfig10_PgHintPlanDebugPrint = 0
	PostgresqlConfig10_PG_HINT_PLAN_DEBUG_PRINT_OFF         PostgresqlConfig10_PgHintPlanDebugPrint = 1
	PostgresqlConfig10_PG_HINT_PLAN_DEBUG_PRINT_ON          PostgresqlConfig10_PgHintPlanDebugPrint = 2
	PostgresqlConfig10_PG_HINT_PLAN_DEBUG_PRINT_DETAILED    PostgresqlConfig10_PgHintPlanDebugPrint = 3
	PostgresqlConfig10_PG_HINT_PLAN_DEBUG_PRINT_VERBOSE     PostgresqlConfig10_PgHintPlanDebugPrint = 4
)

func (PostgresqlConfig10_PgHintPlanDebugPrint) Descriptor

func (PostgresqlConfig10_PgHintPlanDebugPrint) Enum

func (PostgresqlConfig10_PgHintPlanDebugPrint) EnumDescriptor deprecated

func (PostgresqlConfig10_PgHintPlanDebugPrint) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig10_PgHintPlanDebugPrint.Descriptor instead.

func (PostgresqlConfig10_PgHintPlanDebugPrint) Number

func (PostgresqlConfig10_PgHintPlanDebugPrint) String

func (PostgresqlConfig10_PgHintPlanDebugPrint) Type

type PostgresqlConfig10_SharedPreloadLibraries

type PostgresqlConfig10_SharedPreloadLibraries int32
const (
	PostgresqlConfig10_SHARED_PRELOAD_LIBRARIES_UNSPECIFIED  PostgresqlConfig10_SharedPreloadLibraries = 0
	PostgresqlConfig10_SHARED_PRELOAD_LIBRARIES_AUTO_EXPLAIN PostgresqlConfig10_SharedPreloadLibraries = 1
	PostgresqlConfig10_SHARED_PRELOAD_LIBRARIES_PG_HINT_PLAN PostgresqlConfig10_SharedPreloadLibraries = 2
	PostgresqlConfig10_SHARED_PRELOAD_LIBRARIES_TIMESCALEDB  PostgresqlConfig10_SharedPreloadLibraries = 3
	PostgresqlConfig10_SHARED_PRELOAD_LIBRARIES_PG_QUALSTATS PostgresqlConfig10_SharedPreloadLibraries = 4
	PostgresqlConfig10_SHARED_PRELOAD_LIBRARIES_PG_CRON      PostgresqlConfig10_SharedPreloadLibraries = 5
	PostgresqlConfig10_SHARED_PRELOAD_LIBRARIES_PGLOGICAL    PostgresqlConfig10_SharedPreloadLibraries = 6
	PostgresqlConfig10_SHARED_PRELOAD_LIBRARIES_PG_PREWARM   PostgresqlConfig10_SharedPreloadLibraries = 7
	PostgresqlConfig10_SHARED_PRELOAD_LIBRARIES_PGAUDIT      PostgresqlConfig10_SharedPreloadLibraries = 8
)

func (PostgresqlConfig10_SharedPreloadLibraries) Descriptor

func (PostgresqlConfig10_SharedPreloadLibraries) Enum

func (PostgresqlConfig10_SharedPreloadLibraries) EnumDescriptor deprecated

func (PostgresqlConfig10_SharedPreloadLibraries) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig10_SharedPreloadLibraries.Descriptor instead.

func (PostgresqlConfig10_SharedPreloadLibraries) Number

func (PostgresqlConfig10_SharedPreloadLibraries) String

func (PostgresqlConfig10_SharedPreloadLibraries) Type

type PostgresqlConfig10_SynchronousCommit

type PostgresqlConfig10_SynchronousCommit int32
const (
	PostgresqlConfig10_SYNCHRONOUS_COMMIT_UNSPECIFIED  PostgresqlConfig10_SynchronousCommit = 0
	PostgresqlConfig10_SYNCHRONOUS_COMMIT_ON           PostgresqlConfig10_SynchronousCommit = 1
	PostgresqlConfig10_SYNCHRONOUS_COMMIT_OFF          PostgresqlConfig10_SynchronousCommit = 2
	PostgresqlConfig10_SYNCHRONOUS_COMMIT_LOCAL        PostgresqlConfig10_SynchronousCommit = 3
	PostgresqlConfig10_SYNCHRONOUS_COMMIT_REMOTE_WRITE PostgresqlConfig10_SynchronousCommit = 4
	PostgresqlConfig10_SYNCHRONOUS_COMMIT_REMOTE_APPLY PostgresqlConfig10_SynchronousCommit = 5
)

func (PostgresqlConfig10_SynchronousCommit) Descriptor

func (PostgresqlConfig10_SynchronousCommit) Enum

func (PostgresqlConfig10_SynchronousCommit) EnumDescriptor deprecated

func (PostgresqlConfig10_SynchronousCommit) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig10_SynchronousCommit.Descriptor instead.

func (PostgresqlConfig10_SynchronousCommit) Number

func (PostgresqlConfig10_SynchronousCommit) String

func (PostgresqlConfig10_SynchronousCommit) Type

type PostgresqlConfig10_TransactionIsolation

type PostgresqlConfig10_TransactionIsolation int32
const (
	PostgresqlConfig10_TRANSACTION_ISOLATION_UNSPECIFIED      PostgresqlConfig10_TransactionIsolation = 0
	PostgresqlConfig10_TRANSACTION_ISOLATION_READ_UNCOMMITTED PostgresqlConfig10_TransactionIsolation = 1
	PostgresqlConfig10_TRANSACTION_ISOLATION_READ_COMMITTED   PostgresqlConfig10_TransactionIsolation = 2
	PostgresqlConfig10_TRANSACTION_ISOLATION_REPEATABLE_READ  PostgresqlConfig10_TransactionIsolation = 3
	PostgresqlConfig10_TRANSACTION_ISOLATION_SERIALIZABLE     PostgresqlConfig10_TransactionIsolation = 4
)

func (PostgresqlConfig10_TransactionIsolation) Descriptor

func (PostgresqlConfig10_TransactionIsolation) Enum

func (PostgresqlConfig10_TransactionIsolation) EnumDescriptor deprecated

func (PostgresqlConfig10_TransactionIsolation) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig10_TransactionIsolation.Descriptor instead.

func (PostgresqlConfig10_TransactionIsolation) Number

func (PostgresqlConfig10_TransactionIsolation) String

func (PostgresqlConfig10_TransactionIsolation) Type

type PostgresqlConfig10_WalLevel

type PostgresqlConfig10_WalLevel int32
const (
	PostgresqlConfig10_WAL_LEVEL_UNSPECIFIED PostgresqlConfig10_WalLevel = 0
	PostgresqlConfig10_WAL_LEVEL_REPLICA     PostgresqlConfig10_WalLevel = 1
	PostgresqlConfig10_WAL_LEVEL_LOGICAL     PostgresqlConfig10_WalLevel = 2
)

func (PostgresqlConfig10_WalLevel) Descriptor

func (PostgresqlConfig10_WalLevel) Enum

func (PostgresqlConfig10_WalLevel) EnumDescriptor deprecated

func (PostgresqlConfig10_WalLevel) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig10_WalLevel.Descriptor instead.

func (PostgresqlConfig10_WalLevel) Number

func (PostgresqlConfig10_WalLevel) String

func (PostgresqlConfig10_WalLevel) Type

type PostgresqlConfig10_XmlBinary

type PostgresqlConfig10_XmlBinary int32
const (
	PostgresqlConfig10_XML_BINARY_UNSPECIFIED PostgresqlConfig10_XmlBinary = 0
	PostgresqlConfig10_XML_BINARY_BASE64      PostgresqlConfig10_XmlBinary = 1
	PostgresqlConfig10_XML_BINARY_HEX         PostgresqlConfig10_XmlBinary = 2
)

func (PostgresqlConfig10_XmlBinary) Descriptor

func (PostgresqlConfig10_XmlBinary) Enum

func (PostgresqlConfig10_XmlBinary) EnumDescriptor deprecated

func (PostgresqlConfig10_XmlBinary) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig10_XmlBinary.Descriptor instead.

func (PostgresqlConfig10_XmlBinary) Number

func (PostgresqlConfig10_XmlBinary) String

func (PostgresqlConfig10_XmlBinary) Type

type PostgresqlConfig10_XmlOption

type PostgresqlConfig10_XmlOption int32
const (
	PostgresqlConfig10_XML_OPTION_UNSPECIFIED PostgresqlConfig10_XmlOption = 0
	PostgresqlConfig10_XML_OPTION_DOCUMENT    PostgresqlConfig10_XmlOption = 1
	PostgresqlConfig10_XML_OPTION_CONTENT     PostgresqlConfig10_XmlOption = 2
)

func (PostgresqlConfig10_XmlOption) Descriptor

func (PostgresqlConfig10_XmlOption) Enum

func (PostgresqlConfig10_XmlOption) EnumDescriptor deprecated

func (PostgresqlConfig10_XmlOption) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig10_XmlOption.Descriptor instead.

func (PostgresqlConfig10_XmlOption) Number

func (PostgresqlConfig10_XmlOption) String

func (PostgresqlConfig10_XmlOption) Type

type PostgresqlConfig11

type PostgresqlConfig11 struct {
	MaxConnections             *wrapperspb.Int64Value               `protobuf:"bytes,1,opt,name=max_connections,json=maxConnections,proto3" json:"max_connections,omitempty"`
	SharedBuffers              *wrapperspb.Int64Value               `protobuf:"bytes,2,opt,name=shared_buffers,json=sharedBuffers,proto3" json:"shared_buffers,omitempty"`                  // in bytes.
	TempBuffers                *wrapperspb.Int64Value               `protobuf:"bytes,3,opt,name=temp_buffers,json=tempBuffers,proto3" json:"temp_buffers,omitempty"`                        // in bytes.
	MaxPreparedTransactions    *wrapperspb.Int64Value               ``                                                                                                                      /* 132-byte string literal not displayed */
	WorkMem                    *wrapperspb.Int64Value               `protobuf:"bytes,5,opt,name=work_mem,json=workMem,proto3" json:"work_mem,omitempty"`                                    // in bytes.
	MaintenanceWorkMem         *wrapperspb.Int64Value               `protobuf:"bytes,6,opt,name=maintenance_work_mem,json=maintenanceWorkMem,proto3" json:"maintenance_work_mem,omitempty"` // in bytes.
	AutovacuumWorkMem          *wrapperspb.Int64Value               `protobuf:"bytes,7,opt,name=autovacuum_work_mem,json=autovacuumWorkMem,proto3" json:"autovacuum_work_mem,omitempty"`    // in bytes.
	TempFileLimit              *wrapperspb.Int64Value               `protobuf:"bytes,8,opt,name=temp_file_limit,json=tempFileLimit,proto3" json:"temp_file_limit,omitempty"`                // in bytes.
	VacuumCostDelay            *wrapperspb.Int64Value               `protobuf:"bytes,9,opt,name=vacuum_cost_delay,json=vacuumCostDelay,proto3" json:"vacuum_cost_delay,omitempty"`          // in milliseconds.
	VacuumCostPageHit          *wrapperspb.Int64Value               `protobuf:"bytes,10,opt,name=vacuum_cost_page_hit,json=vacuumCostPageHit,proto3" json:"vacuum_cost_page_hit,omitempty"`
	VacuumCostPageMiss         *wrapperspb.Int64Value               `protobuf:"bytes,11,opt,name=vacuum_cost_page_miss,json=vacuumCostPageMiss,proto3" json:"vacuum_cost_page_miss,omitempty"`
	VacuumCostPageDirty        *wrapperspb.Int64Value               `protobuf:"bytes,12,opt,name=vacuum_cost_page_dirty,json=vacuumCostPageDirty,proto3" json:"vacuum_cost_page_dirty,omitempty"`
	VacuumCostLimit            *wrapperspb.Int64Value               `protobuf:"bytes,13,opt,name=vacuum_cost_limit,json=vacuumCostLimit,proto3" json:"vacuum_cost_limit,omitempty"`
	BgwriterDelay              *wrapperspb.Int64Value               `protobuf:"bytes,14,opt,name=bgwriter_delay,json=bgwriterDelay,proto3" json:"bgwriter_delay,omitempty"` // in milliseconds.
	BgwriterLruMaxpages        *wrapperspb.Int64Value               `protobuf:"bytes,15,opt,name=bgwriter_lru_maxpages,json=bgwriterLruMaxpages,proto3" json:"bgwriter_lru_maxpages,omitempty"`
	BgwriterLruMultiplier      *wrapperspb.DoubleValue              `` /* 127-byte string literal not displayed */
	BgwriterFlushAfter         *wrapperspb.Int64Value               `protobuf:"bytes,17,opt,name=bgwriter_flush_after,json=bgwriterFlushAfter,proto3" json:"bgwriter_flush_after,omitempty"`
	BackendFlushAfter          *wrapperspb.Int64Value               `protobuf:"bytes,18,opt,name=backend_flush_after,json=backendFlushAfter,proto3" json:"backend_flush_after,omitempty"`
	OldSnapshotThreshold       *wrapperspb.Int64Value               `protobuf:"bytes,19,opt,name=old_snapshot_threshold,json=oldSnapshotThreshold,proto3" json:"old_snapshot_threshold,omitempty"`
	WalLevel                   PostgresqlConfig11_WalLevel          ``                                                                                                                  /* 158-byte string literal not displayed */
	SynchronousCommit          PostgresqlConfig11_SynchronousCommit ``                                                                                                                  /* 194-byte string literal not displayed */
	CheckpointTimeout          *wrapperspb.Int64Value               `protobuf:"bytes,22,opt,name=checkpoint_timeout,json=checkpointTimeout,proto3" json:"checkpoint_timeout,omitempty"` // in milliseconds.
	CheckpointCompletionTarget *wrapperspb.DoubleValue              ``                                                                                                                  /* 142-byte string literal not displayed */
	CheckpointFlushAfter       *wrapperspb.Int64Value               `protobuf:"bytes,24,opt,name=checkpoint_flush_after,json=checkpointFlushAfter,proto3" json:"checkpoint_flush_after,omitempty"`
	MaxWalSize                 *wrapperspb.Int64Value               `protobuf:"bytes,25,opt,name=max_wal_size,json=maxWalSize,proto3" json:"max_wal_size,omitempty"` // in bytes.
	MinWalSize                 *wrapperspb.Int64Value               `protobuf:"bytes,26,opt,name=min_wal_size,json=minWalSize,proto3" json:"min_wal_size,omitempty"` // in bytes.
	MaxStandbyStreamingDelay   *wrapperspb.Int64Value               ``                                                                                               // in milliseconds.
	/* 138-byte string literal not displayed */
	DefaultStatisticsTarget *wrapperspb.Int64Value                 `` /* 133-byte string literal not displayed */
	ConstraintExclusion     PostgresqlConfig11_ConstraintExclusion `` /* 202-byte string literal not displayed */
	CursorTupleFraction     *wrapperspb.DoubleValue                `protobuf:"bytes,30,opt,name=cursor_tuple_fraction,json=cursorTupleFraction,proto3" json:"cursor_tuple_fraction,omitempty"`
	FromCollapseLimit       *wrapperspb.Int64Value                 `protobuf:"bytes,31,opt,name=from_collapse_limit,json=fromCollapseLimit,proto3" json:"from_collapse_limit,omitempty"`
	JoinCollapseLimit       *wrapperspb.Int64Value                 `protobuf:"bytes,32,opt,name=join_collapse_limit,json=joinCollapseLimit,proto3" json:"join_collapse_limit,omitempty"`
	ForceParallelMode       PostgresqlConfig11_ForceParallelMode   `` /* 196-byte string literal not displayed */
	ClientMinMessages       PostgresqlConfig11_LogLevel            `` /* 187-byte string literal not displayed */
	LogMinMessages          PostgresqlConfig11_LogLevel            `` /* 178-byte string literal not displayed */
	LogMinErrorStatement    PostgresqlConfig11_LogLevel            `` /* 198-byte string literal not displayed */
	LogMinDurationStatement *wrapperspb.Int64Value                 `` // in milliseconds.
	/* 135-byte string literal not displayed */
	LogCheckpoints                  *wrapperspb.BoolValue                   `protobuf:"bytes,38,opt,name=log_checkpoints,json=logCheckpoints,proto3" json:"log_checkpoints,omitempty"`
	LogConnections                  *wrapperspb.BoolValue                   `protobuf:"bytes,39,opt,name=log_connections,json=logConnections,proto3" json:"log_connections,omitempty"`
	LogDisconnections               *wrapperspb.BoolValue                   `protobuf:"bytes,40,opt,name=log_disconnections,json=logDisconnections,proto3" json:"log_disconnections,omitempty"`
	LogDuration                     *wrapperspb.BoolValue                   `protobuf:"bytes,41,opt,name=log_duration,json=logDuration,proto3" json:"log_duration,omitempty"`
	LogErrorVerbosity               PostgresqlConfig11_LogErrorVerbosity    `` /* 196-byte string literal not displayed */
	LogLockWaits                    *wrapperspb.BoolValue                   `protobuf:"bytes,43,opt,name=log_lock_waits,json=logLockWaits,proto3" json:"log_lock_waits,omitempty"`
	LogStatement                    PostgresqlConfig11_LogStatement         `` /* 174-byte string literal not displayed */
	LogTempFiles                    *wrapperspb.Int64Value                  `protobuf:"bytes,45,opt,name=log_temp_files,json=logTempFiles,proto3" json:"log_temp_files,omitempty"`
	SearchPath                      string                                  `protobuf:"bytes,46,opt,name=search_path,json=searchPath,proto3" json:"search_path,omitempty"`
	RowSecurity                     *wrapperspb.BoolValue                   `protobuf:"bytes,47,opt,name=row_security,json=rowSecurity,proto3" json:"row_security,omitempty"`
	DefaultTransactionIsolation     PostgresqlConfig11_TransactionIsolation ``                                                                                                               /* 229-byte string literal not displayed */
	StatementTimeout                *wrapperspb.Int64Value                  `protobuf:"bytes,49,opt,name=statement_timeout,json=statementTimeout,proto3" json:"statement_timeout,omitempty"` // in milliseconds.
	LockTimeout                     *wrapperspb.Int64Value                  `protobuf:"bytes,50,opt,name=lock_timeout,json=lockTimeout,proto3" json:"lock_timeout,omitempty"`                // in milliseconds.
	IdleInTransactionSessionTimeout *wrapperspb.Int64Value                  ``                                                                                                               // in milliseconds.
	/* 161-byte string literal not displayed */
	ByteaOutput                   PostgresqlConfig11_ByteaOutput              ``                                                                                                                            /* 170-byte string literal not displayed */
	Xmlbinary                     PostgresqlConfig11_XmlBinary                ``                                                                                                                            /* 145-byte string literal not displayed */
	Xmloption                     PostgresqlConfig11_XmlOption                ``                                                                                                                            /* 145-byte string literal not displayed */
	GinPendingListLimit           *wrapperspb.Int64Value                      `protobuf:"bytes,55,opt,name=gin_pending_list_limit,json=ginPendingListLimit,proto3" json:"gin_pending_list_limit,omitempty"` // in bytes.
	DeadlockTimeout               *wrapperspb.Int64Value                      `protobuf:"bytes,56,opt,name=deadlock_timeout,json=deadlockTimeout,proto3" json:"deadlock_timeout,omitempty"`                 // in milliseconds.
	MaxLocksPerTransaction        *wrapperspb.Int64Value                      ``                                                                                                                            /* 132-byte string literal not displayed */
	MaxPredLocksPerTransaction    *wrapperspb.Int64Value                      ``                                                                                                                            /* 146-byte string literal not displayed */
	ArrayNulls                    *wrapperspb.BoolValue                       `protobuf:"bytes,59,opt,name=array_nulls,json=arrayNulls,proto3" json:"array_nulls,omitempty"`
	BackslashQuote                PostgresqlConfig11_BackslashQuote           `` /* 182-byte string literal not displayed */
	DefaultWithOids               *wrapperspb.BoolValue                       `protobuf:"bytes,61,opt,name=default_with_oids,json=defaultWithOids,proto3" json:"default_with_oids,omitempty"`
	EscapeStringWarning           *wrapperspb.BoolValue                       `protobuf:"bytes,62,opt,name=escape_string_warning,json=escapeStringWarning,proto3" json:"escape_string_warning,omitempty"`
	LoCompatPrivileges            *wrapperspb.BoolValue                       `protobuf:"bytes,63,opt,name=lo_compat_privileges,json=loCompatPrivileges,proto3" json:"lo_compat_privileges,omitempty"`
	OperatorPrecedenceWarning     *wrapperspb.BoolValue                       `` /* 139-byte string literal not displayed */
	QuoteAllIdentifiers           *wrapperspb.BoolValue                       `protobuf:"bytes,65,opt,name=quote_all_identifiers,json=quoteAllIdentifiers,proto3" json:"quote_all_identifiers,omitempty"`
	StandardConformingStrings     *wrapperspb.BoolValue                       `` /* 139-byte string literal not displayed */
	SynchronizeSeqscans           *wrapperspb.BoolValue                       `protobuf:"bytes,67,opt,name=synchronize_seqscans,json=synchronizeSeqscans,proto3" json:"synchronize_seqscans,omitempty"`
	TransformNullEquals           *wrapperspb.BoolValue                       `protobuf:"bytes,68,opt,name=transform_null_equals,json=transformNullEquals,proto3" json:"transform_null_equals,omitempty"`
	ExitOnError                   *wrapperspb.BoolValue                       `protobuf:"bytes,69,opt,name=exit_on_error,json=exitOnError,proto3" json:"exit_on_error,omitempty"`
	SeqPageCost                   *wrapperspb.DoubleValue                     `protobuf:"bytes,70,opt,name=seq_page_cost,json=seqPageCost,proto3" json:"seq_page_cost,omitempty"`
	RandomPageCost                *wrapperspb.DoubleValue                     `protobuf:"bytes,71,opt,name=random_page_cost,json=randomPageCost,proto3" json:"random_page_cost,omitempty"`
	AutovacuumMaxWorkers          *wrapperspb.Int64Value                      `protobuf:"bytes,72,opt,name=autovacuum_max_workers,json=autovacuumMaxWorkers,proto3" json:"autovacuum_max_workers,omitempty"`
	AutovacuumVacuumCostDelay     *wrapperspb.Int64Value                      ``                                                                                                                  /* 141-byte string literal not displayed */
	AutovacuumVacuumCostLimit     *wrapperspb.Int64Value                      ``                                                                                                                  /* 141-byte string literal not displayed */
	AutovacuumNaptime             *wrapperspb.Int64Value                      `protobuf:"bytes,75,opt,name=autovacuum_naptime,json=autovacuumNaptime,proto3" json:"autovacuum_naptime,omitempty"` // in milliseconds.
	ArchiveTimeout                *wrapperspb.Int64Value                      `protobuf:"bytes,76,opt,name=archive_timeout,json=archiveTimeout,proto3" json:"archive_timeout,omitempty"`          // in milliseconds.
	TrackActivityQuerySize        *wrapperspb.Int64Value                      ``                                                                                                                  /* 132-byte string literal not displayed */
	EnableBitmapscan              *wrapperspb.BoolValue                       `protobuf:"bytes,80,opt,name=enable_bitmapscan,json=enableBitmapscan,proto3" json:"enable_bitmapscan,omitempty"`
	EnableHashagg                 *wrapperspb.BoolValue                       `protobuf:"bytes,81,opt,name=enable_hashagg,json=enableHashagg,proto3" json:"enable_hashagg,omitempty"`
	EnableHashjoin                *wrapperspb.BoolValue                       `protobuf:"bytes,82,opt,name=enable_hashjoin,json=enableHashjoin,proto3" json:"enable_hashjoin,omitempty"`
	EnableIndexscan               *wrapperspb.BoolValue                       `protobuf:"bytes,83,opt,name=enable_indexscan,json=enableIndexscan,proto3" json:"enable_indexscan,omitempty"`
	EnableIndexonlyscan           *wrapperspb.BoolValue                       `protobuf:"bytes,84,opt,name=enable_indexonlyscan,json=enableIndexonlyscan,proto3" json:"enable_indexonlyscan,omitempty"`
	EnableMaterial                *wrapperspb.BoolValue                       `protobuf:"bytes,85,opt,name=enable_material,json=enableMaterial,proto3" json:"enable_material,omitempty"`
	EnableMergejoin               *wrapperspb.BoolValue                       `protobuf:"bytes,86,opt,name=enable_mergejoin,json=enableMergejoin,proto3" json:"enable_mergejoin,omitempty"`
	EnableNestloop                *wrapperspb.BoolValue                       `protobuf:"bytes,87,opt,name=enable_nestloop,json=enableNestloop,proto3" json:"enable_nestloop,omitempty"`
	EnableSeqscan                 *wrapperspb.BoolValue                       `protobuf:"bytes,88,opt,name=enable_seqscan,json=enableSeqscan,proto3" json:"enable_seqscan,omitempty"`
	EnableSort                    *wrapperspb.BoolValue                       `protobuf:"bytes,89,opt,name=enable_sort,json=enableSort,proto3" json:"enable_sort,omitempty"`
	EnableTidscan                 *wrapperspb.BoolValue                       `protobuf:"bytes,90,opt,name=enable_tidscan,json=enableTidscan,proto3" json:"enable_tidscan,omitempty"`
	MaxWorkerProcesses            *wrapperspb.Int64Value                      `protobuf:"bytes,91,opt,name=max_worker_processes,json=maxWorkerProcesses,proto3" json:"max_worker_processes,omitempty"`
	MaxParallelWorkers            *wrapperspb.Int64Value                      `protobuf:"bytes,92,opt,name=max_parallel_workers,json=maxParallelWorkers,proto3" json:"max_parallel_workers,omitempty"`
	MaxParallelWorkersPerGather   *wrapperspb.Int64Value                      `` /* 149-byte string literal not displayed */
	AutovacuumVacuumScaleFactor   *wrapperspb.DoubleValue                     `` /* 147-byte string literal not displayed */
	AutovacuumAnalyzeScaleFactor  *wrapperspb.DoubleValue                     `` /* 150-byte string literal not displayed */
	DefaultTransactionReadOnly    *wrapperspb.BoolValue                       `` /* 144-byte string literal not displayed */
	Timezone                      string                                      `protobuf:"bytes,97,opt,name=timezone,proto3" json:"timezone,omitempty"`
	EnableParallelAppend          *wrapperspb.BoolValue                       `protobuf:"bytes,98,opt,name=enable_parallel_append,json=enableParallelAppend,proto3" json:"enable_parallel_append,omitempty"`
	EnableParallelHash            *wrapperspb.BoolValue                       `protobuf:"bytes,99,opt,name=enable_parallel_hash,json=enableParallelHash,proto3" json:"enable_parallel_hash,omitempty"`
	EnablePartitionPruning        *wrapperspb.BoolValue                       `` /* 131-byte string literal not displayed */
	EnablePartitionwiseAggregate  *wrapperspb.BoolValue                       `` /* 149-byte string literal not displayed */
	EnablePartitionwiseJoin       *wrapperspb.BoolValue                       `` /* 134-byte string literal not displayed */
	Jit                           *wrapperspb.BoolValue                       `protobuf:"bytes,103,opt,name=jit,proto3" json:"jit,omitempty"`
	MaxParallelMaintenanceWorkers *wrapperspb.Int64Value                      `` /* 154-byte string literal not displayed */
	ParallelLeaderParticipation   *wrapperspb.BoolValue                       `` /* 146-byte string literal not displayed */
	VacuumCleanupIndexScaleFactor *wrapperspb.DoubleValue                     `` /* 156-byte string literal not displayed */
	EffectiveIoConcurrency        *wrapperspb.Int64Value                      `` /* 131-byte string literal not displayed */
	EffectiveCacheSize            *wrapperspb.Int64Value                      `protobuf:"bytes,108,opt,name=effective_cache_size,json=effectiveCacheSize,proto3" json:"effective_cache_size,omitempty"`
	SharedPreloadLibraries        []PostgresqlConfig11_SharedPreloadLibraries `` /* 224-byte string literal not displayed */
	AutoExplainLogMinDuration     *wrapperspb.Int64Value                      `` // in milliseconds.
	/* 144-byte string literal not displayed */
	AutoExplainLogAnalyze               *wrapperspb.BoolValue                   `` /* 130-byte string literal not displayed */
	AutoExplainLogBuffers               *wrapperspb.BoolValue                   `` /* 130-byte string literal not displayed */
	AutoExplainLogTiming                *wrapperspb.BoolValue                   `` /* 127-byte string literal not displayed */
	AutoExplainLogTriggers              *wrapperspb.BoolValue                   `` /* 133-byte string literal not displayed */
	AutoExplainLogVerbose               *wrapperspb.BoolValue                   `` /* 130-byte string literal not displayed */
	AutoExplainLogNestedStatements      *wrapperspb.BoolValue                   `` /* 159-byte string literal not displayed */
	AutoExplainSampleRate               *wrapperspb.DoubleValue                 `` /* 130-byte string literal not displayed */
	PgHintPlanEnableHint                *wrapperspb.BoolValue                   `` /* 129-byte string literal not displayed */
	PgHintPlanEnableHintTable           *wrapperspb.BoolValue                   `` /* 146-byte string literal not displayed */
	PgHintPlanDebugPrint                PostgresqlConfig11_PgHintPlanDebugPrint `` /* 213-byte string literal not displayed */
	PgHintPlanMessageLevel              PostgresqlConfig11_LogLevel             `` /* 207-byte string literal not displayed */
	PgQualstatsEnabled                  *wrapperspb.BoolValue                   `protobuf:"bytes,122,opt,name=pg_qualstats_enabled,json=pgQualstatsEnabled,proto3" json:"pg_qualstats_enabled,omitempty"`
	PgQualstatsTrackConstants           *wrapperspb.BoolValue                   `` /* 142-byte string literal not displayed */
	PgQualstatsMax                      *wrapperspb.Int64Value                  `protobuf:"bytes,124,opt,name=pg_qualstats_max,json=pgQualstatsMax,proto3" json:"pg_qualstats_max,omitempty"`
	PgQualstatsResolveOids              *wrapperspb.BoolValue                   ``                                                                                                                     /* 133-byte string literal not displayed */
	PgQualstatsSampleRate               *wrapperspb.DoubleValue                 ``                                                                                                                     /* 130-byte string literal not displayed */
	MaxStackDepth                       *wrapperspb.Int64Value                  `protobuf:"bytes,150,opt,name=max_stack_depth,json=maxStackDepth,proto3" json:"max_stack_depth,omitempty"`             // in bytes.
	Geqo                                *wrapperspb.BoolValue                   `protobuf:"bytes,152,opt,name=geqo,proto3" json:"geqo,omitempty"`                                                      // enable Genetic Query Optimizer, by default is on
	GeqoThreshold                       *wrapperspb.Int64Value                  `protobuf:"bytes,153,opt,name=geqo_threshold,json=geqoThreshold,proto3" json:"geqo_threshold,omitempty"`               // The number of tables to use geqo, default is 12
	GeqoEffort                          *wrapperspb.Int64Value                  `protobuf:"bytes,154,opt,name=geqo_effort,json=geqoEffort,proto3" json:"geqo_effort,omitempty"`                        // tradeoff between planning time and query plan quality, default is 5
	GeqoPoolSize                        *wrapperspb.Int64Value                  `protobuf:"bytes,155,opt,name=geqo_pool_size,json=geqoPoolSize,proto3" json:"geqo_pool_size,omitempty"`                // number of individuals in the genetic population, useful values are typically 100 to 1000; default - 0 - choose based on based on geqo_effort
	GeqoGenerations                     *wrapperspb.Int64Value                  `protobuf:"bytes,156,opt,name=geqo_generations,json=geqoGenerations,proto3" json:"geqo_generations,omitempty"`         // the number of generations used by GEQO, useful values are in the same range as the pool size
	GeqoSelectionBias                   *wrapperspb.DoubleValue                 `protobuf:"bytes,157,opt,name=geqo_selection_bias,json=geqoSelectionBias,proto3" json:"geqo_selection_bias,omitempty"` // selective pressure within the population
	GeqoSeed                            *wrapperspb.DoubleValue                 `protobuf:"bytes,158,opt,name=geqo_seed,json=geqoSeed,proto3" json:"geqo_seed,omitempty"`                              // initial value of the random number generator used by GEQO
	PgTrgmSimilarityThreshold           *wrapperspb.DoubleValue                 ``                                                                                                                     /* 142-byte string literal not displayed */
	PgTrgmWordSimilarityThreshold       *wrapperspb.DoubleValue                 ``                                                                                                                     /* 156-byte string literal not displayed */
	PgTrgmStrictWordSimilarityThreshold *wrapperspb.DoubleValue                 ``                                                                                                                     /* 176-byte string literal not displayed */
	MaxStandbyArchiveDelay              *wrapperspb.Int64Value                  ``                                                                                                                     // in milliseconds.
	/* 133-byte string literal not displayed */
	SessionDurationTimeout *wrapperspb.Int64Value `` // Terminate any session that exceeds the designated timeout, specified in milliseconds. If a timeout is not specified, the default session timeout is set to 12 hours. To disable it, specify a value of 0.
	/* 131-byte string literal not displayed */
	LogReplicationCommands   *wrapperspb.BoolValue  `` /* 131-byte string literal not displayed */
	LogAutovacuumMinDuration *wrapperspb.Int64Value `` // in milliseconds. The default is 1000 (1 sec).
	/* 139-byte string literal not displayed */
	PasswordEncryption PostgresqlConfig11_PasswordEncryption `` // A default value for “ user_password_encryption “ user-level setting, if it not specified for new users. Possible values are “ PASSWORD_ENCRYPTION_MD5 “ or “ PASSWORD_ENCRYPTION_SCRAM_SHA_256 “. The default is “ PASSWORD_ENCRYPTION_MD5 “.
	/* 199-byte string literal not displayed */
	// contains filtered or unexported fields
}

Options and structure of `PostgresqlConfig` reflects PostgreSQL configuration file parameters which detailed description is available in [PostgreSQL documentation](https://www.postgresql.org/docs/11/runtime-config.html).

func (*PostgresqlConfig11) Descriptor deprecated

func (*PostgresqlConfig11) Descriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig11.ProtoReflect.Descriptor instead.

func (*PostgresqlConfig11) GetArchiveTimeout

func (x *PostgresqlConfig11) GetArchiveTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig11) GetArrayNulls

func (x *PostgresqlConfig11) GetArrayNulls() *wrapperspb.BoolValue

func (*PostgresqlConfig11) GetAutoExplainLogAnalyze

func (x *PostgresqlConfig11) GetAutoExplainLogAnalyze() *wrapperspb.BoolValue

func (*PostgresqlConfig11) GetAutoExplainLogBuffers

func (x *PostgresqlConfig11) GetAutoExplainLogBuffers() *wrapperspb.BoolValue

func (*PostgresqlConfig11) GetAutoExplainLogMinDuration

func (x *PostgresqlConfig11) GetAutoExplainLogMinDuration() *wrapperspb.Int64Value

func (*PostgresqlConfig11) GetAutoExplainLogNestedStatements

func (x *PostgresqlConfig11) GetAutoExplainLogNestedStatements() *wrapperspb.BoolValue

func (*PostgresqlConfig11) GetAutoExplainLogTiming

func (x *PostgresqlConfig11) GetAutoExplainLogTiming() *wrapperspb.BoolValue

func (*PostgresqlConfig11) GetAutoExplainLogTriggers

func (x *PostgresqlConfig11) GetAutoExplainLogTriggers() *wrapperspb.BoolValue

func (*PostgresqlConfig11) GetAutoExplainLogVerbose

func (x *PostgresqlConfig11) GetAutoExplainLogVerbose() *wrapperspb.BoolValue

func (*PostgresqlConfig11) GetAutoExplainSampleRate

func (x *PostgresqlConfig11) GetAutoExplainSampleRate() *wrapperspb.DoubleValue

func (*PostgresqlConfig11) GetAutovacuumAnalyzeScaleFactor

func (x *PostgresqlConfig11) GetAutovacuumAnalyzeScaleFactor() *wrapperspb.DoubleValue

func (*PostgresqlConfig11) GetAutovacuumMaxWorkers

func (x *PostgresqlConfig11) GetAutovacuumMaxWorkers() *wrapperspb.Int64Value

func (*PostgresqlConfig11) GetAutovacuumNaptime

func (x *PostgresqlConfig11) GetAutovacuumNaptime() *wrapperspb.Int64Value

func (*PostgresqlConfig11) GetAutovacuumVacuumCostDelay

func (x *PostgresqlConfig11) GetAutovacuumVacuumCostDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig11) GetAutovacuumVacuumCostLimit

func (x *PostgresqlConfig11) GetAutovacuumVacuumCostLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig11) GetAutovacuumVacuumScaleFactor

func (x *PostgresqlConfig11) GetAutovacuumVacuumScaleFactor() *wrapperspb.DoubleValue

func (*PostgresqlConfig11) GetAutovacuumWorkMem

func (x *PostgresqlConfig11) GetAutovacuumWorkMem() *wrapperspb.Int64Value

func (*PostgresqlConfig11) GetBackendFlushAfter

func (x *PostgresqlConfig11) GetBackendFlushAfter() *wrapperspb.Int64Value

func (*PostgresqlConfig11) GetBackslashQuote

func (*PostgresqlConfig11) GetBgwriterDelay

func (x *PostgresqlConfig11) GetBgwriterDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig11) GetBgwriterFlushAfter

func (x *PostgresqlConfig11) GetBgwriterFlushAfter() *wrapperspb.Int64Value

func (*PostgresqlConfig11) GetBgwriterLruMaxpages

func (x *PostgresqlConfig11) GetBgwriterLruMaxpages() *wrapperspb.Int64Value

func (*PostgresqlConfig11) GetBgwriterLruMultiplier

func (x *PostgresqlConfig11) GetBgwriterLruMultiplier() *wrapperspb.DoubleValue

func (*PostgresqlConfig11) GetByteaOutput

func (*PostgresqlConfig11) GetCheckpointCompletionTarget

func (x *PostgresqlConfig11) GetCheckpointCompletionTarget() *wrapperspb.DoubleValue

func (*PostgresqlConfig11) GetCheckpointFlushAfter

func (x *PostgresqlConfig11) GetCheckpointFlushAfter() *wrapperspb.Int64Value

func (*PostgresqlConfig11) GetCheckpointTimeout

func (x *PostgresqlConfig11) GetCheckpointTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig11) GetClientMinMessages

func (x *PostgresqlConfig11) GetClientMinMessages() PostgresqlConfig11_LogLevel

func (*PostgresqlConfig11) GetConstraintExclusion

func (x *PostgresqlConfig11) GetConstraintExclusion() PostgresqlConfig11_ConstraintExclusion

func (*PostgresqlConfig11) GetCursorTupleFraction

func (x *PostgresqlConfig11) GetCursorTupleFraction() *wrapperspb.DoubleValue

func (*PostgresqlConfig11) GetDeadlockTimeout

func (x *PostgresqlConfig11) GetDeadlockTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig11) GetDefaultStatisticsTarget

func (x *PostgresqlConfig11) GetDefaultStatisticsTarget() *wrapperspb.Int64Value

func (*PostgresqlConfig11) GetDefaultTransactionIsolation

func (x *PostgresqlConfig11) GetDefaultTransactionIsolation() PostgresqlConfig11_TransactionIsolation

func (*PostgresqlConfig11) GetDefaultTransactionReadOnly

func (x *PostgresqlConfig11) GetDefaultTransactionReadOnly() *wrapperspb.BoolValue

func (*PostgresqlConfig11) GetDefaultWithOids

func (x *PostgresqlConfig11) GetDefaultWithOids() *wrapperspb.BoolValue

func (*PostgresqlConfig11) GetEffectiveCacheSize

func (x *PostgresqlConfig11) GetEffectiveCacheSize() *wrapperspb.Int64Value

func (*PostgresqlConfig11) GetEffectiveIoConcurrency

func (x *PostgresqlConfig11) GetEffectiveIoConcurrency() *wrapperspb.Int64Value

func (*PostgresqlConfig11) GetEnableBitmapscan

func (x *PostgresqlConfig11) GetEnableBitmapscan() *wrapperspb.BoolValue

func (*PostgresqlConfig11) GetEnableHashagg

func (x *PostgresqlConfig11) GetEnableHashagg() *wrapperspb.BoolValue

func (*PostgresqlConfig11) GetEnableHashjoin

func (x *PostgresqlConfig11) GetEnableHashjoin() *wrapperspb.BoolValue

func (*PostgresqlConfig11) GetEnableIndexonlyscan

func (x *PostgresqlConfig11) GetEnableIndexonlyscan() *wrapperspb.BoolValue

func (*PostgresqlConfig11) GetEnableIndexscan

func (x *PostgresqlConfig11) GetEnableIndexscan() *wrapperspb.BoolValue

func (*PostgresqlConfig11) GetEnableMaterial

func (x *PostgresqlConfig11) GetEnableMaterial() *wrapperspb.BoolValue

func (*PostgresqlConfig11) GetEnableMergejoin

func (x *PostgresqlConfig11) GetEnableMergejoin() *wrapperspb.BoolValue

func (*PostgresqlConfig11) GetEnableNestloop

func (x *PostgresqlConfig11) GetEnableNestloop() *wrapperspb.BoolValue

func (*PostgresqlConfig11) GetEnableParallelAppend

func (x *PostgresqlConfig11) GetEnableParallelAppend() *wrapperspb.BoolValue

func (*PostgresqlConfig11) GetEnableParallelHash

func (x *PostgresqlConfig11) GetEnableParallelHash() *wrapperspb.BoolValue

func (*PostgresqlConfig11) GetEnablePartitionPruning

func (x *PostgresqlConfig11) GetEnablePartitionPruning() *wrapperspb.BoolValue

func (*PostgresqlConfig11) GetEnablePartitionwiseAggregate

func (x *PostgresqlConfig11) GetEnablePartitionwiseAggregate() *wrapperspb.BoolValue

func (*PostgresqlConfig11) GetEnablePartitionwiseJoin

func (x *PostgresqlConfig11) GetEnablePartitionwiseJoin() *wrapperspb.BoolValue

func (*PostgresqlConfig11) GetEnableSeqscan

func (x *PostgresqlConfig11) GetEnableSeqscan() *wrapperspb.BoolValue

func (*PostgresqlConfig11) GetEnableSort

func (x *PostgresqlConfig11) GetEnableSort() *wrapperspb.BoolValue

func (*PostgresqlConfig11) GetEnableTidscan

func (x *PostgresqlConfig11) GetEnableTidscan() *wrapperspb.BoolValue

func (*PostgresqlConfig11) GetEscapeStringWarning

func (x *PostgresqlConfig11) GetEscapeStringWarning() *wrapperspb.BoolValue

func (*PostgresqlConfig11) GetExitOnError

func (x *PostgresqlConfig11) GetExitOnError() *wrapperspb.BoolValue

func (*PostgresqlConfig11) GetForceParallelMode

func (x *PostgresqlConfig11) GetForceParallelMode() PostgresqlConfig11_ForceParallelMode

func (*PostgresqlConfig11) GetFromCollapseLimit

func (x *PostgresqlConfig11) GetFromCollapseLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig11) GetGeqo

func (x *PostgresqlConfig11) GetGeqo() *wrapperspb.BoolValue

func (*PostgresqlConfig11) GetGeqoEffort

func (x *PostgresqlConfig11) GetGeqoEffort() *wrapperspb.Int64Value

func (*PostgresqlConfig11) GetGeqoGenerations

func (x *PostgresqlConfig11) GetGeqoGenerations() *wrapperspb.Int64Value

func (*PostgresqlConfig11) GetGeqoPoolSize

func (x *PostgresqlConfig11) GetGeqoPoolSize() *wrapperspb.Int64Value

func (*PostgresqlConfig11) GetGeqoSeed

func (x *PostgresqlConfig11) GetGeqoSeed() *wrapperspb.DoubleValue

func (*PostgresqlConfig11) GetGeqoSelectionBias

func (x *PostgresqlConfig11) GetGeqoSelectionBias() *wrapperspb.DoubleValue

func (*PostgresqlConfig11) GetGeqoThreshold

func (x *PostgresqlConfig11) GetGeqoThreshold() *wrapperspb.Int64Value

func (*PostgresqlConfig11) GetGinPendingListLimit

func (x *PostgresqlConfig11) GetGinPendingListLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig11) GetIdleInTransactionSessionTimeout

func (x *PostgresqlConfig11) GetIdleInTransactionSessionTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig11) GetJit

func (*PostgresqlConfig11) GetJoinCollapseLimit

func (x *PostgresqlConfig11) GetJoinCollapseLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig11) GetLoCompatPrivileges

func (x *PostgresqlConfig11) GetLoCompatPrivileges() *wrapperspb.BoolValue

func (*PostgresqlConfig11) GetLockTimeout

func (x *PostgresqlConfig11) GetLockTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig11) GetLogAutovacuumMinDuration

func (x *PostgresqlConfig11) GetLogAutovacuumMinDuration() *wrapperspb.Int64Value

func (*PostgresqlConfig11) GetLogCheckpoints

func (x *PostgresqlConfig11) GetLogCheckpoints() *wrapperspb.BoolValue

func (*PostgresqlConfig11) GetLogConnections

func (x *PostgresqlConfig11) GetLogConnections() *wrapperspb.BoolValue

func (*PostgresqlConfig11) GetLogDisconnections

func (x *PostgresqlConfig11) GetLogDisconnections() *wrapperspb.BoolValue

func (*PostgresqlConfig11) GetLogDuration

func (x *PostgresqlConfig11) GetLogDuration() *wrapperspb.BoolValue

func (*PostgresqlConfig11) GetLogErrorVerbosity

func (x *PostgresqlConfig11) GetLogErrorVerbosity() PostgresqlConfig11_LogErrorVerbosity

func (*PostgresqlConfig11) GetLogLockWaits

func (x *PostgresqlConfig11) GetLogLockWaits() *wrapperspb.BoolValue

func (*PostgresqlConfig11) GetLogMinDurationStatement

func (x *PostgresqlConfig11) GetLogMinDurationStatement() *wrapperspb.Int64Value

func (*PostgresqlConfig11) GetLogMinErrorStatement

func (x *PostgresqlConfig11) GetLogMinErrorStatement() PostgresqlConfig11_LogLevel

func (*PostgresqlConfig11) GetLogMinMessages

func (x *PostgresqlConfig11) GetLogMinMessages() PostgresqlConfig11_LogLevel

func (*PostgresqlConfig11) GetLogReplicationCommands

func (x *PostgresqlConfig11) GetLogReplicationCommands() *wrapperspb.BoolValue

func (*PostgresqlConfig11) GetLogStatement

func (*PostgresqlConfig11) GetLogTempFiles

func (x *PostgresqlConfig11) GetLogTempFiles() *wrapperspb.Int64Value

func (*PostgresqlConfig11) GetMaintenanceWorkMem

func (x *PostgresqlConfig11) GetMaintenanceWorkMem() *wrapperspb.Int64Value

func (*PostgresqlConfig11) GetMaxConnections

func (x *PostgresqlConfig11) GetMaxConnections() *wrapperspb.Int64Value

func (*PostgresqlConfig11) GetMaxLocksPerTransaction

func (x *PostgresqlConfig11) GetMaxLocksPerTransaction() *wrapperspb.Int64Value

func (*PostgresqlConfig11) GetMaxParallelMaintenanceWorkers

func (x *PostgresqlConfig11) GetMaxParallelMaintenanceWorkers() *wrapperspb.Int64Value

func (*PostgresqlConfig11) GetMaxParallelWorkers

func (x *PostgresqlConfig11) GetMaxParallelWorkers() *wrapperspb.Int64Value

func (*PostgresqlConfig11) GetMaxParallelWorkersPerGather

func (x *PostgresqlConfig11) GetMaxParallelWorkersPerGather() *wrapperspb.Int64Value

func (*PostgresqlConfig11) GetMaxPredLocksPerTransaction

func (x *PostgresqlConfig11) GetMaxPredLocksPerTransaction() *wrapperspb.Int64Value

func (*PostgresqlConfig11) GetMaxPreparedTransactions

func (x *PostgresqlConfig11) GetMaxPreparedTransactions() *wrapperspb.Int64Value

func (*PostgresqlConfig11) GetMaxStackDepth

func (x *PostgresqlConfig11) GetMaxStackDepth() *wrapperspb.Int64Value

func (*PostgresqlConfig11) GetMaxStandbyArchiveDelay

func (x *PostgresqlConfig11) GetMaxStandbyArchiveDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig11) GetMaxStandbyStreamingDelay

func (x *PostgresqlConfig11) GetMaxStandbyStreamingDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig11) GetMaxWalSize

func (x *PostgresqlConfig11) GetMaxWalSize() *wrapperspb.Int64Value

func (*PostgresqlConfig11) GetMaxWorkerProcesses

func (x *PostgresqlConfig11) GetMaxWorkerProcesses() *wrapperspb.Int64Value

func (*PostgresqlConfig11) GetMinWalSize

func (x *PostgresqlConfig11) GetMinWalSize() *wrapperspb.Int64Value

func (*PostgresqlConfig11) GetOldSnapshotThreshold

func (x *PostgresqlConfig11) GetOldSnapshotThreshold() *wrapperspb.Int64Value

func (*PostgresqlConfig11) GetOperatorPrecedenceWarning

func (x *PostgresqlConfig11) GetOperatorPrecedenceWarning() *wrapperspb.BoolValue

func (*PostgresqlConfig11) GetParallelLeaderParticipation

func (x *PostgresqlConfig11) GetParallelLeaderParticipation() *wrapperspb.BoolValue

func (*PostgresqlConfig11) GetPasswordEncryption

func (x *PostgresqlConfig11) GetPasswordEncryption() PostgresqlConfig11_PasswordEncryption

func (*PostgresqlConfig11) GetPgHintPlanDebugPrint

func (x *PostgresqlConfig11) GetPgHintPlanDebugPrint() PostgresqlConfig11_PgHintPlanDebugPrint

func (*PostgresqlConfig11) GetPgHintPlanEnableHint

func (x *PostgresqlConfig11) GetPgHintPlanEnableHint() *wrapperspb.BoolValue

func (*PostgresqlConfig11) GetPgHintPlanEnableHintTable

func (x *PostgresqlConfig11) GetPgHintPlanEnableHintTable() *wrapperspb.BoolValue

func (*PostgresqlConfig11) GetPgHintPlanMessageLevel

func (x *PostgresqlConfig11) GetPgHintPlanMessageLevel() PostgresqlConfig11_LogLevel

func (*PostgresqlConfig11) GetPgQualstatsEnabled

func (x *PostgresqlConfig11) GetPgQualstatsEnabled() *wrapperspb.BoolValue

func (*PostgresqlConfig11) GetPgQualstatsMax

func (x *PostgresqlConfig11) GetPgQualstatsMax() *wrapperspb.Int64Value

func (*PostgresqlConfig11) GetPgQualstatsResolveOids

func (x *PostgresqlConfig11) GetPgQualstatsResolveOids() *wrapperspb.BoolValue

func (*PostgresqlConfig11) GetPgQualstatsSampleRate

func (x *PostgresqlConfig11) GetPgQualstatsSampleRate() *wrapperspb.DoubleValue

func (*PostgresqlConfig11) GetPgQualstatsTrackConstants

func (x *PostgresqlConfig11) GetPgQualstatsTrackConstants() *wrapperspb.BoolValue

func (*PostgresqlConfig11) GetPgTrgmSimilarityThreshold

func (x *PostgresqlConfig11) GetPgTrgmSimilarityThreshold() *wrapperspb.DoubleValue

func (*PostgresqlConfig11) GetPgTrgmStrictWordSimilarityThreshold

func (x *PostgresqlConfig11) GetPgTrgmStrictWordSimilarityThreshold() *wrapperspb.DoubleValue

func (*PostgresqlConfig11) GetPgTrgmWordSimilarityThreshold

func (x *PostgresqlConfig11) GetPgTrgmWordSimilarityThreshold() *wrapperspb.DoubleValue

func (*PostgresqlConfig11) GetQuoteAllIdentifiers

func (x *PostgresqlConfig11) GetQuoteAllIdentifiers() *wrapperspb.BoolValue

func (*PostgresqlConfig11) GetRandomPageCost

func (x *PostgresqlConfig11) GetRandomPageCost() *wrapperspb.DoubleValue

func (*PostgresqlConfig11) GetRowSecurity

func (x *PostgresqlConfig11) GetRowSecurity() *wrapperspb.BoolValue

func (*PostgresqlConfig11) GetSearchPath

func (x *PostgresqlConfig11) GetSearchPath() string

func (*PostgresqlConfig11) GetSeqPageCost

func (x *PostgresqlConfig11) GetSeqPageCost() *wrapperspb.DoubleValue

func (*PostgresqlConfig11) GetSessionDurationTimeout

func (x *PostgresqlConfig11) GetSessionDurationTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig11) GetSharedBuffers

func (x *PostgresqlConfig11) GetSharedBuffers() *wrapperspb.Int64Value

func (*PostgresqlConfig11) GetSharedPreloadLibraries

func (x *PostgresqlConfig11) GetSharedPreloadLibraries() []PostgresqlConfig11_SharedPreloadLibraries

func (*PostgresqlConfig11) GetStandardConformingStrings

func (x *PostgresqlConfig11) GetStandardConformingStrings() *wrapperspb.BoolValue

func (*PostgresqlConfig11) GetStatementTimeout

func (x *PostgresqlConfig11) GetStatementTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig11) GetSynchronizeSeqscans

func (x *PostgresqlConfig11) GetSynchronizeSeqscans() *wrapperspb.BoolValue

func (*PostgresqlConfig11) GetSynchronousCommit

func (x *PostgresqlConfig11) GetSynchronousCommit() PostgresqlConfig11_SynchronousCommit

func (*PostgresqlConfig11) GetTempBuffers

func (x *PostgresqlConfig11) GetTempBuffers() *wrapperspb.Int64Value

func (*PostgresqlConfig11) GetTempFileLimit

func (x *PostgresqlConfig11) GetTempFileLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig11) GetTimezone

func (x *PostgresqlConfig11) GetTimezone() string

func (*PostgresqlConfig11) GetTrackActivityQuerySize

func (x *PostgresqlConfig11) GetTrackActivityQuerySize() *wrapperspb.Int64Value

func (*PostgresqlConfig11) GetTransformNullEquals

func (x *PostgresqlConfig11) GetTransformNullEquals() *wrapperspb.BoolValue

func (*PostgresqlConfig11) GetVacuumCleanupIndexScaleFactor

func (x *PostgresqlConfig11) GetVacuumCleanupIndexScaleFactor() *wrapperspb.DoubleValue

func (*PostgresqlConfig11) GetVacuumCostDelay

func (x *PostgresqlConfig11) GetVacuumCostDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig11) GetVacuumCostLimit

func (x *PostgresqlConfig11) GetVacuumCostLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig11) GetVacuumCostPageDirty

func (x *PostgresqlConfig11) GetVacuumCostPageDirty() *wrapperspb.Int64Value

func (*PostgresqlConfig11) GetVacuumCostPageHit

func (x *PostgresqlConfig11) GetVacuumCostPageHit() *wrapperspb.Int64Value

func (*PostgresqlConfig11) GetVacuumCostPageMiss

func (x *PostgresqlConfig11) GetVacuumCostPageMiss() *wrapperspb.Int64Value

func (*PostgresqlConfig11) GetWalLevel

func (*PostgresqlConfig11) GetWorkMem

func (x *PostgresqlConfig11) GetWorkMem() *wrapperspb.Int64Value

func (*PostgresqlConfig11) GetXmlbinary

func (*PostgresqlConfig11) GetXmloption

func (*PostgresqlConfig11) ProtoMessage

func (*PostgresqlConfig11) ProtoMessage()

func (*PostgresqlConfig11) ProtoReflect

func (x *PostgresqlConfig11) ProtoReflect() protoreflect.Message

func (*PostgresqlConfig11) Reset

func (x *PostgresqlConfig11) Reset()

func (*PostgresqlConfig11) SetArchiveTimeout

func (m *PostgresqlConfig11) SetArchiveTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11) SetArrayNulls

func (m *PostgresqlConfig11) SetArrayNulls(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11) SetAutoExplainLogAnalyze

func (m *PostgresqlConfig11) SetAutoExplainLogAnalyze(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11) SetAutoExplainLogBuffers

func (m *PostgresqlConfig11) SetAutoExplainLogBuffers(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11) SetAutoExplainLogMinDuration

func (m *PostgresqlConfig11) SetAutoExplainLogMinDuration(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11) SetAutoExplainLogNestedStatements

func (m *PostgresqlConfig11) SetAutoExplainLogNestedStatements(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11) SetAutoExplainLogTiming

func (m *PostgresqlConfig11) SetAutoExplainLogTiming(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11) SetAutoExplainLogTriggers

func (m *PostgresqlConfig11) SetAutoExplainLogTriggers(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11) SetAutoExplainLogVerbose

func (m *PostgresqlConfig11) SetAutoExplainLogVerbose(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11) SetAutoExplainSampleRate

func (m *PostgresqlConfig11) SetAutoExplainSampleRate(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig11) SetAutovacuumAnalyzeScaleFactor

func (m *PostgresqlConfig11) SetAutovacuumAnalyzeScaleFactor(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig11) SetAutovacuumMaxWorkers

func (m *PostgresqlConfig11) SetAutovacuumMaxWorkers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11) SetAutovacuumNaptime

func (m *PostgresqlConfig11) SetAutovacuumNaptime(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11) SetAutovacuumVacuumCostDelay

func (m *PostgresqlConfig11) SetAutovacuumVacuumCostDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11) SetAutovacuumVacuumCostLimit

func (m *PostgresqlConfig11) SetAutovacuumVacuumCostLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11) SetAutovacuumVacuumScaleFactor

func (m *PostgresqlConfig11) SetAutovacuumVacuumScaleFactor(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig11) SetAutovacuumWorkMem

func (m *PostgresqlConfig11) SetAutovacuumWorkMem(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11) SetBackendFlushAfter

func (m *PostgresqlConfig11) SetBackendFlushAfter(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11) SetBackslashQuote

func (m *PostgresqlConfig11) SetBackslashQuote(v PostgresqlConfig11_BackslashQuote)

func (*PostgresqlConfig11) SetBgwriterDelay

func (m *PostgresqlConfig11) SetBgwriterDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11) SetBgwriterFlushAfter

func (m *PostgresqlConfig11) SetBgwriterFlushAfter(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11) SetBgwriterLruMaxpages

func (m *PostgresqlConfig11) SetBgwriterLruMaxpages(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11) SetBgwriterLruMultiplier

func (m *PostgresqlConfig11) SetBgwriterLruMultiplier(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig11) SetByteaOutput

func (*PostgresqlConfig11) SetCheckpointCompletionTarget

func (m *PostgresqlConfig11) SetCheckpointCompletionTarget(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig11) SetCheckpointFlushAfter

func (m *PostgresqlConfig11) SetCheckpointFlushAfter(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11) SetCheckpointTimeout

func (m *PostgresqlConfig11) SetCheckpointTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11) SetClientMinMessages

func (m *PostgresqlConfig11) SetClientMinMessages(v PostgresqlConfig11_LogLevel)

func (*PostgresqlConfig11) SetConstraintExclusion

func (m *PostgresqlConfig11) SetConstraintExclusion(v PostgresqlConfig11_ConstraintExclusion)

func (*PostgresqlConfig11) SetCursorTupleFraction

func (m *PostgresqlConfig11) SetCursorTupleFraction(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig11) SetDeadlockTimeout

func (m *PostgresqlConfig11) SetDeadlockTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11) SetDefaultStatisticsTarget

func (m *PostgresqlConfig11) SetDefaultStatisticsTarget(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11) SetDefaultTransactionIsolation

func (m *PostgresqlConfig11) SetDefaultTransactionIsolation(v PostgresqlConfig11_TransactionIsolation)

func (*PostgresqlConfig11) SetDefaultTransactionReadOnly

func (m *PostgresqlConfig11) SetDefaultTransactionReadOnly(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11) SetDefaultWithOids

func (m *PostgresqlConfig11) SetDefaultWithOids(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11) SetEffectiveCacheSize

func (m *PostgresqlConfig11) SetEffectiveCacheSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11) SetEffectiveIoConcurrency

func (m *PostgresqlConfig11) SetEffectiveIoConcurrency(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11) SetEnableBitmapscan

func (m *PostgresqlConfig11) SetEnableBitmapscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11) SetEnableHashagg

func (m *PostgresqlConfig11) SetEnableHashagg(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11) SetEnableHashjoin

func (m *PostgresqlConfig11) SetEnableHashjoin(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11) SetEnableIndexonlyscan

func (m *PostgresqlConfig11) SetEnableIndexonlyscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11) SetEnableIndexscan

func (m *PostgresqlConfig11) SetEnableIndexscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11) SetEnableMaterial

func (m *PostgresqlConfig11) SetEnableMaterial(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11) SetEnableMergejoin

func (m *PostgresqlConfig11) SetEnableMergejoin(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11) SetEnableNestloop

func (m *PostgresqlConfig11) SetEnableNestloop(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11) SetEnableParallelAppend

func (m *PostgresqlConfig11) SetEnableParallelAppend(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11) SetEnableParallelHash

func (m *PostgresqlConfig11) SetEnableParallelHash(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11) SetEnablePartitionPruning

func (m *PostgresqlConfig11) SetEnablePartitionPruning(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11) SetEnablePartitionwiseAggregate

func (m *PostgresqlConfig11) SetEnablePartitionwiseAggregate(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11) SetEnablePartitionwiseJoin

func (m *PostgresqlConfig11) SetEnablePartitionwiseJoin(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11) SetEnableSeqscan

func (m *PostgresqlConfig11) SetEnableSeqscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11) SetEnableSort

func (m *PostgresqlConfig11) SetEnableSort(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11) SetEnableTidscan

func (m *PostgresqlConfig11) SetEnableTidscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11) SetEscapeStringWarning

func (m *PostgresqlConfig11) SetEscapeStringWarning(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11) SetExitOnError

func (m *PostgresqlConfig11) SetExitOnError(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11) SetForceParallelMode

func (m *PostgresqlConfig11) SetForceParallelMode(v PostgresqlConfig11_ForceParallelMode)

func (*PostgresqlConfig11) SetFromCollapseLimit

func (m *PostgresqlConfig11) SetFromCollapseLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11) SetGeqo

func (m *PostgresqlConfig11) SetGeqo(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11) SetGeqoEffort

func (m *PostgresqlConfig11) SetGeqoEffort(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11) SetGeqoGenerations

func (m *PostgresqlConfig11) SetGeqoGenerations(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11) SetGeqoPoolSize

func (m *PostgresqlConfig11) SetGeqoPoolSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11) SetGeqoSeed

func (m *PostgresqlConfig11) SetGeqoSeed(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig11) SetGeqoSelectionBias

func (m *PostgresqlConfig11) SetGeqoSelectionBias(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig11) SetGeqoThreshold

func (m *PostgresqlConfig11) SetGeqoThreshold(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11) SetGinPendingListLimit

func (m *PostgresqlConfig11) SetGinPendingListLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11) SetIdleInTransactionSessionTimeout

func (m *PostgresqlConfig11) SetIdleInTransactionSessionTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11) SetJit

func (m *PostgresqlConfig11) SetJit(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11) SetJoinCollapseLimit

func (m *PostgresqlConfig11) SetJoinCollapseLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11) SetLoCompatPrivileges

func (m *PostgresqlConfig11) SetLoCompatPrivileges(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11) SetLockTimeout

func (m *PostgresqlConfig11) SetLockTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11) SetLogAutovacuumMinDuration

func (m *PostgresqlConfig11) SetLogAutovacuumMinDuration(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11) SetLogCheckpoints

func (m *PostgresqlConfig11) SetLogCheckpoints(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11) SetLogConnections

func (m *PostgresqlConfig11) SetLogConnections(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11) SetLogDisconnections

func (m *PostgresqlConfig11) SetLogDisconnections(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11) SetLogDuration

func (m *PostgresqlConfig11) SetLogDuration(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11) SetLogErrorVerbosity

func (m *PostgresqlConfig11) SetLogErrorVerbosity(v PostgresqlConfig11_LogErrorVerbosity)

func (*PostgresqlConfig11) SetLogLockWaits

func (m *PostgresqlConfig11) SetLogLockWaits(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11) SetLogMinDurationStatement

func (m *PostgresqlConfig11) SetLogMinDurationStatement(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11) SetLogMinErrorStatement

func (m *PostgresqlConfig11) SetLogMinErrorStatement(v PostgresqlConfig11_LogLevel)

func (*PostgresqlConfig11) SetLogMinMessages

func (m *PostgresqlConfig11) SetLogMinMessages(v PostgresqlConfig11_LogLevel)

func (*PostgresqlConfig11) SetLogReplicationCommands

func (m *PostgresqlConfig11) SetLogReplicationCommands(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11) SetLogStatement

func (*PostgresqlConfig11) SetLogTempFiles

func (m *PostgresqlConfig11) SetLogTempFiles(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11) SetMaintenanceWorkMem

func (m *PostgresqlConfig11) SetMaintenanceWorkMem(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11) SetMaxConnections

func (m *PostgresqlConfig11) SetMaxConnections(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11) SetMaxLocksPerTransaction

func (m *PostgresqlConfig11) SetMaxLocksPerTransaction(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11) SetMaxParallelMaintenanceWorkers

func (m *PostgresqlConfig11) SetMaxParallelMaintenanceWorkers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11) SetMaxParallelWorkers

func (m *PostgresqlConfig11) SetMaxParallelWorkers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11) SetMaxParallelWorkersPerGather

func (m *PostgresqlConfig11) SetMaxParallelWorkersPerGather(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11) SetMaxPredLocksPerTransaction

func (m *PostgresqlConfig11) SetMaxPredLocksPerTransaction(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11) SetMaxPreparedTransactions

func (m *PostgresqlConfig11) SetMaxPreparedTransactions(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11) SetMaxStackDepth

func (m *PostgresqlConfig11) SetMaxStackDepth(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11) SetMaxStandbyArchiveDelay

func (m *PostgresqlConfig11) SetMaxStandbyArchiveDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11) SetMaxStandbyStreamingDelay

func (m *PostgresqlConfig11) SetMaxStandbyStreamingDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11) SetMaxWalSize

func (m *PostgresqlConfig11) SetMaxWalSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11) SetMaxWorkerProcesses

func (m *PostgresqlConfig11) SetMaxWorkerProcesses(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11) SetMinWalSize

func (m *PostgresqlConfig11) SetMinWalSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11) SetOldSnapshotThreshold

func (m *PostgresqlConfig11) SetOldSnapshotThreshold(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11) SetOperatorPrecedenceWarning

func (m *PostgresqlConfig11) SetOperatorPrecedenceWarning(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11) SetParallelLeaderParticipation

func (m *PostgresqlConfig11) SetParallelLeaderParticipation(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11) SetPasswordEncryption

func (m *PostgresqlConfig11) SetPasswordEncryption(v PostgresqlConfig11_PasswordEncryption)

func (*PostgresqlConfig11) SetPgHintPlanDebugPrint

func (m *PostgresqlConfig11) SetPgHintPlanDebugPrint(v PostgresqlConfig11_PgHintPlanDebugPrint)

func (*PostgresqlConfig11) SetPgHintPlanEnableHint

func (m *PostgresqlConfig11) SetPgHintPlanEnableHint(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11) SetPgHintPlanEnableHintTable

func (m *PostgresqlConfig11) SetPgHintPlanEnableHintTable(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11) SetPgHintPlanMessageLevel

func (m *PostgresqlConfig11) SetPgHintPlanMessageLevel(v PostgresqlConfig11_LogLevel)

func (*PostgresqlConfig11) SetPgQualstatsEnabled

func (m *PostgresqlConfig11) SetPgQualstatsEnabled(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11) SetPgQualstatsMax

func (m *PostgresqlConfig11) SetPgQualstatsMax(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11) SetPgQualstatsResolveOids

func (m *PostgresqlConfig11) SetPgQualstatsResolveOids(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11) SetPgQualstatsSampleRate

func (m *PostgresqlConfig11) SetPgQualstatsSampleRate(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig11) SetPgQualstatsTrackConstants

func (m *PostgresqlConfig11) SetPgQualstatsTrackConstants(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11) SetPgTrgmSimilarityThreshold

func (m *PostgresqlConfig11) SetPgTrgmSimilarityThreshold(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig11) SetPgTrgmStrictWordSimilarityThreshold

func (m *PostgresqlConfig11) SetPgTrgmStrictWordSimilarityThreshold(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig11) SetPgTrgmWordSimilarityThreshold

func (m *PostgresqlConfig11) SetPgTrgmWordSimilarityThreshold(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig11) SetQuoteAllIdentifiers

func (m *PostgresqlConfig11) SetQuoteAllIdentifiers(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11) SetRandomPageCost

func (m *PostgresqlConfig11) SetRandomPageCost(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig11) SetRowSecurity

func (m *PostgresqlConfig11) SetRowSecurity(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11) SetSearchPath

func (m *PostgresqlConfig11) SetSearchPath(v string)

func (*PostgresqlConfig11) SetSeqPageCost

func (m *PostgresqlConfig11) SetSeqPageCost(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig11) SetSessionDurationTimeout

func (m *PostgresqlConfig11) SetSessionDurationTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11) SetSharedBuffers

func (m *PostgresqlConfig11) SetSharedBuffers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11) SetSharedPreloadLibraries

func (m *PostgresqlConfig11) SetSharedPreloadLibraries(v []PostgresqlConfig11_SharedPreloadLibraries)

func (*PostgresqlConfig11) SetStandardConformingStrings

func (m *PostgresqlConfig11) SetStandardConformingStrings(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11) SetStatementTimeout

func (m *PostgresqlConfig11) SetStatementTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11) SetSynchronizeSeqscans

func (m *PostgresqlConfig11) SetSynchronizeSeqscans(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11) SetSynchronousCommit

func (m *PostgresqlConfig11) SetSynchronousCommit(v PostgresqlConfig11_SynchronousCommit)

func (*PostgresqlConfig11) SetTempBuffers

func (m *PostgresqlConfig11) SetTempBuffers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11) SetTempFileLimit

func (m *PostgresqlConfig11) SetTempFileLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11) SetTimezone

func (m *PostgresqlConfig11) SetTimezone(v string)

func (*PostgresqlConfig11) SetTrackActivityQuerySize

func (m *PostgresqlConfig11) SetTrackActivityQuerySize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11) SetTransformNullEquals

func (m *PostgresqlConfig11) SetTransformNullEquals(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11) SetVacuumCleanupIndexScaleFactor

func (m *PostgresqlConfig11) SetVacuumCleanupIndexScaleFactor(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig11) SetVacuumCostDelay

func (m *PostgresqlConfig11) SetVacuumCostDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11) SetVacuumCostLimit

func (m *PostgresqlConfig11) SetVacuumCostLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11) SetVacuumCostPageDirty

func (m *PostgresqlConfig11) SetVacuumCostPageDirty(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11) SetVacuumCostPageHit

func (m *PostgresqlConfig11) SetVacuumCostPageHit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11) SetVacuumCostPageMiss

func (m *PostgresqlConfig11) SetVacuumCostPageMiss(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11) SetWalLevel

func (*PostgresqlConfig11) SetWorkMem

func (m *PostgresqlConfig11) SetWorkMem(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11) SetXmlbinary

func (*PostgresqlConfig11) SetXmloption

func (*PostgresqlConfig11) String

func (x *PostgresqlConfig11) String() string

type PostgresqlConfig11_1C

type PostgresqlConfig11_1C struct {
	MaxConnections             *wrapperspb.Int64Value                  `protobuf:"bytes,1,opt,name=max_connections,json=maxConnections,proto3" json:"max_connections,omitempty"`
	SharedBuffers              *wrapperspb.Int64Value                  `protobuf:"bytes,2,opt,name=shared_buffers,json=sharedBuffers,proto3" json:"shared_buffers,omitempty"`                  // in bytes.
	TempBuffers                *wrapperspb.Int64Value                  `protobuf:"bytes,3,opt,name=temp_buffers,json=tempBuffers,proto3" json:"temp_buffers,omitempty"`                        // in bytes.
	MaxPreparedTransactions    *wrapperspb.Int64Value                  ``                                                                                                                      /* 132-byte string literal not displayed */
	WorkMem                    *wrapperspb.Int64Value                  `protobuf:"bytes,5,opt,name=work_mem,json=workMem,proto3" json:"work_mem,omitempty"`                                    // in bytes.
	MaintenanceWorkMem         *wrapperspb.Int64Value                  `protobuf:"bytes,6,opt,name=maintenance_work_mem,json=maintenanceWorkMem,proto3" json:"maintenance_work_mem,omitempty"` // in bytes.
	AutovacuumWorkMem          *wrapperspb.Int64Value                  `protobuf:"bytes,7,opt,name=autovacuum_work_mem,json=autovacuumWorkMem,proto3" json:"autovacuum_work_mem,omitempty"`    // in bytes.
	TempFileLimit              *wrapperspb.Int64Value                  `protobuf:"bytes,8,opt,name=temp_file_limit,json=tempFileLimit,proto3" json:"temp_file_limit,omitempty"`                // in bytes.
	VacuumCostDelay            *wrapperspb.Int64Value                  `protobuf:"bytes,9,opt,name=vacuum_cost_delay,json=vacuumCostDelay,proto3" json:"vacuum_cost_delay,omitempty"`          // in milliseconds.
	VacuumCostPageHit          *wrapperspb.Int64Value                  `protobuf:"bytes,10,opt,name=vacuum_cost_page_hit,json=vacuumCostPageHit,proto3" json:"vacuum_cost_page_hit,omitempty"`
	VacuumCostPageMiss         *wrapperspb.Int64Value                  `protobuf:"bytes,11,opt,name=vacuum_cost_page_miss,json=vacuumCostPageMiss,proto3" json:"vacuum_cost_page_miss,omitempty"`
	VacuumCostPageDirty        *wrapperspb.Int64Value                  `protobuf:"bytes,12,opt,name=vacuum_cost_page_dirty,json=vacuumCostPageDirty,proto3" json:"vacuum_cost_page_dirty,omitempty"`
	VacuumCostLimit            *wrapperspb.Int64Value                  `protobuf:"bytes,13,opt,name=vacuum_cost_limit,json=vacuumCostLimit,proto3" json:"vacuum_cost_limit,omitempty"`
	BgwriterDelay              *wrapperspb.Int64Value                  `protobuf:"bytes,14,opt,name=bgwriter_delay,json=bgwriterDelay,proto3" json:"bgwriter_delay,omitempty"` // in milliseconds.
	BgwriterLruMaxpages        *wrapperspb.Int64Value                  `protobuf:"bytes,15,opt,name=bgwriter_lru_maxpages,json=bgwriterLruMaxpages,proto3" json:"bgwriter_lru_maxpages,omitempty"`
	BgwriterLruMultiplier      *wrapperspb.DoubleValue                 `` /* 127-byte string literal not displayed */
	BgwriterFlushAfter         *wrapperspb.Int64Value                  `protobuf:"bytes,17,opt,name=bgwriter_flush_after,json=bgwriterFlushAfter,proto3" json:"bgwriter_flush_after,omitempty"`
	BackendFlushAfter          *wrapperspb.Int64Value                  `protobuf:"bytes,18,opt,name=backend_flush_after,json=backendFlushAfter,proto3" json:"backend_flush_after,omitempty"`
	OldSnapshotThreshold       *wrapperspb.Int64Value                  `protobuf:"bytes,19,opt,name=old_snapshot_threshold,json=oldSnapshotThreshold,proto3" json:"old_snapshot_threshold,omitempty"`
	WalLevel                   PostgresqlConfig11_1C_WalLevel          ``                                                                                                                  /* 161-byte string literal not displayed */
	SynchronousCommit          PostgresqlConfig11_1C_SynchronousCommit ``                                                                                                                  /* 197-byte string literal not displayed */
	CheckpointTimeout          *wrapperspb.Int64Value                  `protobuf:"bytes,22,opt,name=checkpoint_timeout,json=checkpointTimeout,proto3" json:"checkpoint_timeout,omitempty"` // in milliseconds.
	CheckpointCompletionTarget *wrapperspb.DoubleValue                 ``                                                                                                                  /* 142-byte string literal not displayed */
	CheckpointFlushAfter       *wrapperspb.Int64Value                  `protobuf:"bytes,24,opt,name=checkpoint_flush_after,json=checkpointFlushAfter,proto3" json:"checkpoint_flush_after,omitempty"`
	MaxWalSize                 *wrapperspb.Int64Value                  `protobuf:"bytes,25,opt,name=max_wal_size,json=maxWalSize,proto3" json:"max_wal_size,omitempty"` // in bytes.
	MinWalSize                 *wrapperspb.Int64Value                  `protobuf:"bytes,26,opt,name=min_wal_size,json=minWalSize,proto3" json:"min_wal_size,omitempty"` // in bytes.
	MaxStandbyStreamingDelay   *wrapperspb.Int64Value                  ``                                                                                               // in milliseconds.
	/* 138-byte string literal not displayed */
	DefaultStatisticsTarget *wrapperspb.Int64Value                    `` /* 133-byte string literal not displayed */
	ConstraintExclusion     PostgresqlConfig11_1C_ConstraintExclusion `` /* 205-byte string literal not displayed */
	CursorTupleFraction     *wrapperspb.DoubleValue                   `protobuf:"bytes,30,opt,name=cursor_tuple_fraction,json=cursorTupleFraction,proto3" json:"cursor_tuple_fraction,omitempty"`
	FromCollapseLimit       *wrapperspb.Int64Value                    `protobuf:"bytes,31,opt,name=from_collapse_limit,json=fromCollapseLimit,proto3" json:"from_collapse_limit,omitempty"`
	JoinCollapseLimit       *wrapperspb.Int64Value                    `protobuf:"bytes,32,opt,name=join_collapse_limit,json=joinCollapseLimit,proto3" json:"join_collapse_limit,omitempty"`
	ForceParallelMode       PostgresqlConfig11_1C_ForceParallelMode   `` /* 199-byte string literal not displayed */
	ClientMinMessages       PostgresqlConfig11_1C_LogLevel            `` /* 190-byte string literal not displayed */
	LogMinMessages          PostgresqlConfig11_1C_LogLevel            `` /* 181-byte string literal not displayed */
	LogMinErrorStatement    PostgresqlConfig11_1C_LogLevel            `` /* 201-byte string literal not displayed */
	LogMinDurationStatement *wrapperspb.Int64Value                    `` // in milliseconds.
	/* 135-byte string literal not displayed */
	LogCheckpoints                  *wrapperspb.BoolValue                      `protobuf:"bytes,38,opt,name=log_checkpoints,json=logCheckpoints,proto3" json:"log_checkpoints,omitempty"`
	LogConnections                  *wrapperspb.BoolValue                      `protobuf:"bytes,39,opt,name=log_connections,json=logConnections,proto3" json:"log_connections,omitempty"`
	LogDisconnections               *wrapperspb.BoolValue                      `protobuf:"bytes,40,opt,name=log_disconnections,json=logDisconnections,proto3" json:"log_disconnections,omitempty"`
	LogDuration                     *wrapperspb.BoolValue                      `protobuf:"bytes,41,opt,name=log_duration,json=logDuration,proto3" json:"log_duration,omitempty"`
	LogErrorVerbosity               PostgresqlConfig11_1C_LogErrorVerbosity    `` /* 199-byte string literal not displayed */
	LogLockWaits                    *wrapperspb.BoolValue                      `protobuf:"bytes,43,opt,name=log_lock_waits,json=logLockWaits,proto3" json:"log_lock_waits,omitempty"`
	LogStatement                    PostgresqlConfig11_1C_LogStatement         `` /* 177-byte string literal not displayed */
	LogTempFiles                    *wrapperspb.Int64Value                     `protobuf:"bytes,45,opt,name=log_temp_files,json=logTempFiles,proto3" json:"log_temp_files,omitempty"`
	SearchPath                      string                                     `protobuf:"bytes,46,opt,name=search_path,json=searchPath,proto3" json:"search_path,omitempty"`
	RowSecurity                     *wrapperspb.BoolValue                      `protobuf:"bytes,47,opt,name=row_security,json=rowSecurity,proto3" json:"row_security,omitempty"`
	DefaultTransactionIsolation     PostgresqlConfig11_1C_TransactionIsolation ``                                                                                                               /* 232-byte string literal not displayed */
	StatementTimeout                *wrapperspb.Int64Value                     `protobuf:"bytes,49,opt,name=statement_timeout,json=statementTimeout,proto3" json:"statement_timeout,omitempty"` // in milliseconds.
	LockTimeout                     *wrapperspb.Int64Value                     `protobuf:"bytes,50,opt,name=lock_timeout,json=lockTimeout,proto3" json:"lock_timeout,omitempty"`                // in milliseconds.
	IdleInTransactionSessionTimeout *wrapperspb.Int64Value                     ``                                                                                                               // in milliseconds.
	/* 161-byte string literal not displayed */
	ByteaOutput                   PostgresqlConfig11_1C_ByteaOutput              ``                                                                                                                            /* 173-byte string literal not displayed */
	Xmlbinary                     PostgresqlConfig11_1C_XmlBinary                ``                                                                                                                            /* 148-byte string literal not displayed */
	Xmloption                     PostgresqlConfig11_1C_XmlOption                ``                                                                                                                            /* 148-byte string literal not displayed */
	GinPendingListLimit           *wrapperspb.Int64Value                         `protobuf:"bytes,55,opt,name=gin_pending_list_limit,json=ginPendingListLimit,proto3" json:"gin_pending_list_limit,omitempty"` // in bytes.
	DeadlockTimeout               *wrapperspb.Int64Value                         `protobuf:"bytes,56,opt,name=deadlock_timeout,json=deadlockTimeout,proto3" json:"deadlock_timeout,omitempty"`                 // in milliseconds.
	MaxLocksPerTransaction        *wrapperspb.Int64Value                         ``                                                                                                                            /* 132-byte string literal not displayed */
	MaxPredLocksPerTransaction    *wrapperspb.Int64Value                         ``                                                                                                                            /* 146-byte string literal not displayed */
	ArrayNulls                    *wrapperspb.BoolValue                          `protobuf:"bytes,59,opt,name=array_nulls,json=arrayNulls,proto3" json:"array_nulls,omitempty"`
	BackslashQuote                PostgresqlConfig11_1C_BackslashQuote           `` /* 185-byte string literal not displayed */
	DefaultWithOids               *wrapperspb.BoolValue                          `protobuf:"bytes,61,opt,name=default_with_oids,json=defaultWithOids,proto3" json:"default_with_oids,omitempty"`
	EscapeStringWarning           *wrapperspb.BoolValue                          `protobuf:"bytes,62,opt,name=escape_string_warning,json=escapeStringWarning,proto3" json:"escape_string_warning,omitempty"`
	LoCompatPrivileges            *wrapperspb.BoolValue                          `protobuf:"bytes,63,opt,name=lo_compat_privileges,json=loCompatPrivileges,proto3" json:"lo_compat_privileges,omitempty"`
	OperatorPrecedenceWarning     *wrapperspb.BoolValue                          `` /* 139-byte string literal not displayed */
	QuoteAllIdentifiers           *wrapperspb.BoolValue                          `protobuf:"bytes,65,opt,name=quote_all_identifiers,json=quoteAllIdentifiers,proto3" json:"quote_all_identifiers,omitempty"`
	StandardConformingStrings     *wrapperspb.BoolValue                          `` /* 139-byte string literal not displayed */
	SynchronizeSeqscans           *wrapperspb.BoolValue                          `protobuf:"bytes,67,opt,name=synchronize_seqscans,json=synchronizeSeqscans,proto3" json:"synchronize_seqscans,omitempty"`
	TransformNullEquals           *wrapperspb.BoolValue                          `protobuf:"bytes,68,opt,name=transform_null_equals,json=transformNullEquals,proto3" json:"transform_null_equals,omitempty"`
	ExitOnError                   *wrapperspb.BoolValue                          `protobuf:"bytes,69,opt,name=exit_on_error,json=exitOnError,proto3" json:"exit_on_error,omitempty"`
	SeqPageCost                   *wrapperspb.DoubleValue                        `protobuf:"bytes,70,opt,name=seq_page_cost,json=seqPageCost,proto3" json:"seq_page_cost,omitempty"`
	RandomPageCost                *wrapperspb.DoubleValue                        `protobuf:"bytes,71,opt,name=random_page_cost,json=randomPageCost,proto3" json:"random_page_cost,omitempty"`
	AutovacuumMaxWorkers          *wrapperspb.Int64Value                         `protobuf:"bytes,72,opt,name=autovacuum_max_workers,json=autovacuumMaxWorkers,proto3" json:"autovacuum_max_workers,omitempty"`
	AutovacuumVacuumCostDelay     *wrapperspb.Int64Value                         ``                                                                                                                  /* 141-byte string literal not displayed */
	AutovacuumVacuumCostLimit     *wrapperspb.Int64Value                         ``                                                                                                                  /* 141-byte string literal not displayed */
	AutovacuumNaptime             *wrapperspb.Int64Value                         `protobuf:"bytes,75,opt,name=autovacuum_naptime,json=autovacuumNaptime,proto3" json:"autovacuum_naptime,omitempty"` // in milliseconds.
	ArchiveTimeout                *wrapperspb.Int64Value                         `protobuf:"bytes,76,opt,name=archive_timeout,json=archiveTimeout,proto3" json:"archive_timeout,omitempty"`          // in milliseconds.
	TrackActivityQuerySize        *wrapperspb.Int64Value                         ``                                                                                                                  /* 132-byte string literal not displayed */
	OnlineAnalyzeEnable           *wrapperspb.BoolValue                          `protobuf:"bytes,79,opt,name=online_analyze_enable,json=onlineAnalyzeEnable,proto3" json:"online_analyze_enable,omitempty"`
	EnableBitmapscan              *wrapperspb.BoolValue                          `protobuf:"bytes,80,opt,name=enable_bitmapscan,json=enableBitmapscan,proto3" json:"enable_bitmapscan,omitempty"`
	EnableHashagg                 *wrapperspb.BoolValue                          `protobuf:"bytes,81,opt,name=enable_hashagg,json=enableHashagg,proto3" json:"enable_hashagg,omitempty"`
	EnableHashjoin                *wrapperspb.BoolValue                          `protobuf:"bytes,82,opt,name=enable_hashjoin,json=enableHashjoin,proto3" json:"enable_hashjoin,omitempty"`
	EnableIndexscan               *wrapperspb.BoolValue                          `protobuf:"bytes,83,opt,name=enable_indexscan,json=enableIndexscan,proto3" json:"enable_indexscan,omitempty"`
	EnableIndexonlyscan           *wrapperspb.BoolValue                          `protobuf:"bytes,84,opt,name=enable_indexonlyscan,json=enableIndexonlyscan,proto3" json:"enable_indexonlyscan,omitempty"`
	EnableMaterial                *wrapperspb.BoolValue                          `protobuf:"bytes,85,opt,name=enable_material,json=enableMaterial,proto3" json:"enable_material,omitempty"`
	EnableMergejoin               *wrapperspb.BoolValue                          `protobuf:"bytes,86,opt,name=enable_mergejoin,json=enableMergejoin,proto3" json:"enable_mergejoin,omitempty"`
	EnableNestloop                *wrapperspb.BoolValue                          `protobuf:"bytes,87,opt,name=enable_nestloop,json=enableNestloop,proto3" json:"enable_nestloop,omitempty"`
	EnableSeqscan                 *wrapperspb.BoolValue                          `protobuf:"bytes,88,opt,name=enable_seqscan,json=enableSeqscan,proto3" json:"enable_seqscan,omitempty"`
	EnableSort                    *wrapperspb.BoolValue                          `protobuf:"bytes,89,opt,name=enable_sort,json=enableSort,proto3" json:"enable_sort,omitempty"`
	EnableTidscan                 *wrapperspb.BoolValue                          `protobuf:"bytes,90,opt,name=enable_tidscan,json=enableTidscan,proto3" json:"enable_tidscan,omitempty"`
	MaxWorkerProcesses            *wrapperspb.Int64Value                         `protobuf:"bytes,91,opt,name=max_worker_processes,json=maxWorkerProcesses,proto3" json:"max_worker_processes,omitempty"`
	MaxParallelWorkers            *wrapperspb.Int64Value                         `protobuf:"bytes,92,opt,name=max_parallel_workers,json=maxParallelWorkers,proto3" json:"max_parallel_workers,omitempty"`
	MaxParallelWorkersPerGather   *wrapperspb.Int64Value                         `` /* 149-byte string literal not displayed */
	AutovacuumVacuumScaleFactor   *wrapperspb.DoubleValue                        `` /* 147-byte string literal not displayed */
	AutovacuumAnalyzeScaleFactor  *wrapperspb.DoubleValue                        `` /* 150-byte string literal not displayed */
	DefaultTransactionReadOnly    *wrapperspb.BoolValue                          `` /* 144-byte string literal not displayed */
	Timezone                      string                                         `protobuf:"bytes,97,opt,name=timezone,proto3" json:"timezone,omitempty"`
	EnableParallelAppend          *wrapperspb.BoolValue                          `protobuf:"bytes,98,opt,name=enable_parallel_append,json=enableParallelAppend,proto3" json:"enable_parallel_append,omitempty"`
	EnableParallelHash            *wrapperspb.BoolValue                          `protobuf:"bytes,99,opt,name=enable_parallel_hash,json=enableParallelHash,proto3" json:"enable_parallel_hash,omitempty"`
	EnablePartitionPruning        *wrapperspb.BoolValue                          `` /* 131-byte string literal not displayed */
	EnablePartitionwiseAggregate  *wrapperspb.BoolValue                          `` /* 149-byte string literal not displayed */
	EnablePartitionwiseJoin       *wrapperspb.BoolValue                          `` /* 134-byte string literal not displayed */
	Jit                           *wrapperspb.BoolValue                          `protobuf:"bytes,103,opt,name=jit,proto3" json:"jit,omitempty"`
	MaxParallelMaintenanceWorkers *wrapperspb.Int64Value                         `` /* 154-byte string literal not displayed */
	ParallelLeaderParticipation   *wrapperspb.BoolValue                          `` /* 146-byte string literal not displayed */
	VacuumCleanupIndexScaleFactor *wrapperspb.DoubleValue                        `` /* 156-byte string literal not displayed */
	EffectiveIoConcurrency        *wrapperspb.Int64Value                         `` /* 131-byte string literal not displayed */
	EffectiveCacheSize            *wrapperspb.Int64Value                         `protobuf:"bytes,108,opt,name=effective_cache_size,json=effectiveCacheSize,proto3" json:"effective_cache_size,omitempty"`
	SharedPreloadLibraries        []PostgresqlConfig11_1C_SharedPreloadLibraries `` /* 227-byte string literal not displayed */
	AutoExplainLogMinDuration     *wrapperspb.Int64Value                         `` // in milliseconds.
	/* 144-byte string literal not displayed */
	AutoExplainLogAnalyze               *wrapperspb.BoolValue                      `` /* 130-byte string literal not displayed */
	AutoExplainLogBuffers               *wrapperspb.BoolValue                      `` /* 130-byte string literal not displayed */
	AutoExplainLogTiming                *wrapperspb.BoolValue                      `` /* 127-byte string literal not displayed */
	AutoExplainLogTriggers              *wrapperspb.BoolValue                      `` /* 133-byte string literal not displayed */
	AutoExplainLogVerbose               *wrapperspb.BoolValue                      `` /* 130-byte string literal not displayed */
	AutoExplainLogNestedStatements      *wrapperspb.BoolValue                      `` /* 159-byte string literal not displayed */
	AutoExplainSampleRate               *wrapperspb.DoubleValue                    `` /* 130-byte string literal not displayed */
	PgHintPlanEnableHint                *wrapperspb.BoolValue                      `` /* 129-byte string literal not displayed */
	PgHintPlanEnableHintTable           *wrapperspb.BoolValue                      `` /* 146-byte string literal not displayed */
	PgHintPlanDebugPrint                PostgresqlConfig11_1C_PgHintPlanDebugPrint `` /* 216-byte string literal not displayed */
	PgHintPlanMessageLevel              PostgresqlConfig11_1C_LogLevel             `` /* 210-byte string literal not displayed */
	PgQualstatsEnabled                  *wrapperspb.BoolValue                      `protobuf:"bytes,122,opt,name=pg_qualstats_enabled,json=pgQualstatsEnabled,proto3" json:"pg_qualstats_enabled,omitempty"`
	PgQualstatsTrackConstants           *wrapperspb.BoolValue                      `` /* 142-byte string literal not displayed */
	PgQualstatsMax                      *wrapperspb.Int64Value                     `protobuf:"bytes,124,opt,name=pg_qualstats_max,json=pgQualstatsMax,proto3" json:"pg_qualstats_max,omitempty"`
	PgQualstatsResolveOids              *wrapperspb.BoolValue                      ``                                                                                                                     /* 133-byte string literal not displayed */
	PgQualstatsSampleRate               *wrapperspb.DoubleValue                    ``                                                                                                                     /* 130-byte string literal not displayed */
	PlantunerFixEmptyTable              *wrapperspb.BoolValue                      ``                                                                                                                     /* 133-byte string literal not displayed */
	MaxStackDepth                       *wrapperspb.Int64Value                     `protobuf:"bytes,150,opt,name=max_stack_depth,json=maxStackDepth,proto3" json:"max_stack_depth,omitempty"`             // in bytes.
	Geqo                                *wrapperspb.BoolValue                      `protobuf:"bytes,152,opt,name=geqo,proto3" json:"geqo,omitempty"`                                                      // enable Genetic Query Optimizer, by default is on
	GeqoThreshold                       *wrapperspb.Int64Value                     `protobuf:"bytes,153,opt,name=geqo_threshold,json=geqoThreshold,proto3" json:"geqo_threshold,omitempty"`               // The number of tables to use geqo, default is 12
	GeqoEffort                          *wrapperspb.Int64Value                     `protobuf:"bytes,154,opt,name=geqo_effort,json=geqoEffort,proto3" json:"geqo_effort,omitempty"`                        // tradeoff between planning time and query plan quality, default is 5
	GeqoPoolSize                        *wrapperspb.Int64Value                     `protobuf:"bytes,155,opt,name=geqo_pool_size,json=geqoPoolSize,proto3" json:"geqo_pool_size,omitempty"`                // number of individuals in the genetic population, useful values are typically 100 to 1000; default - 0 - choose based on based on geqo_effort
	GeqoGenerations                     *wrapperspb.Int64Value                     `protobuf:"bytes,156,opt,name=geqo_generations,json=geqoGenerations,proto3" json:"geqo_generations,omitempty"`         // the number of generations used by GEQO, useful values are in the same range as the pool size
	GeqoSelectionBias                   *wrapperspb.DoubleValue                    `protobuf:"bytes,157,opt,name=geqo_selection_bias,json=geqoSelectionBias,proto3" json:"geqo_selection_bias,omitempty"` // selective pressure within the population
	GeqoSeed                            *wrapperspb.DoubleValue                    `protobuf:"bytes,158,opt,name=geqo_seed,json=geqoSeed,proto3" json:"geqo_seed,omitempty"`                              // initial value of the random number generator used by GEQO
	PgTrgmSimilarityThreshold           *wrapperspb.DoubleValue                    ``                                                                                                                     /* 142-byte string literal not displayed */
	PgTrgmWordSimilarityThreshold       *wrapperspb.DoubleValue                    ``                                                                                                                     /* 156-byte string literal not displayed */
	PgTrgmStrictWordSimilarityThreshold *wrapperspb.DoubleValue                    ``                                                                                                                     /* 176-byte string literal not displayed */
	MaxStandbyArchiveDelay              *wrapperspb.Int64Value                     ``                                                                                                                     // in milliseconds.
	/* 133-byte string literal not displayed */
	SessionDurationTimeout *wrapperspb.Int64Value `` // Terminate any session that exceeds the designated timeout, specified in milliseconds. If a timeout is not specified, the default session timeout is set to 12 hours. To disable it, specify a value of 0.
	/* 131-byte string literal not displayed */
	LogReplicationCommands   *wrapperspb.BoolValue  `` /* 131-byte string literal not displayed */
	LogAutovacuumMinDuration *wrapperspb.Int64Value `` // in milliseconds. The default is 1000 (1 sec).
	/* 139-byte string literal not displayed */
	PasswordEncryption PostgresqlConfig11_1C_PasswordEncryption `` // A default value for “ user_password_encryption “ user-level setting, if it not specified for new users. Possible values are “ PASSWORD_ENCRYPTION_MD5 “ or “ PASSWORD_ENCRYPTION_SCRAM_SHA_256 “. The default is “ PASSWORD_ENCRYPTION_MD5 “.
	/* 202-byte string literal not displayed */
	// contains filtered or unexported fields
}

Options and structure of `PostgresqlConfig` reflects PostgreSQL configuration file parameters which detailed description is available in [PostgreSQL documentation](https://www.postgresql.org/docs/11/runtime-config.html).

func (*PostgresqlConfig11_1C) Descriptor deprecated

func (*PostgresqlConfig11_1C) Descriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig11_1C.ProtoReflect.Descriptor instead.

func (*PostgresqlConfig11_1C) GetArchiveTimeout

func (x *PostgresqlConfig11_1C) GetArchiveTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig11_1C) GetArrayNulls

func (x *PostgresqlConfig11_1C) GetArrayNulls() *wrapperspb.BoolValue

func (*PostgresqlConfig11_1C) GetAutoExplainLogAnalyze

func (x *PostgresqlConfig11_1C) GetAutoExplainLogAnalyze() *wrapperspb.BoolValue

func (*PostgresqlConfig11_1C) GetAutoExplainLogBuffers

func (x *PostgresqlConfig11_1C) GetAutoExplainLogBuffers() *wrapperspb.BoolValue

func (*PostgresqlConfig11_1C) GetAutoExplainLogMinDuration

func (x *PostgresqlConfig11_1C) GetAutoExplainLogMinDuration() *wrapperspb.Int64Value

func (*PostgresqlConfig11_1C) GetAutoExplainLogNestedStatements

func (x *PostgresqlConfig11_1C) GetAutoExplainLogNestedStatements() *wrapperspb.BoolValue

func (*PostgresqlConfig11_1C) GetAutoExplainLogTiming

func (x *PostgresqlConfig11_1C) GetAutoExplainLogTiming() *wrapperspb.BoolValue

func (*PostgresqlConfig11_1C) GetAutoExplainLogTriggers

func (x *PostgresqlConfig11_1C) GetAutoExplainLogTriggers() *wrapperspb.BoolValue

func (*PostgresqlConfig11_1C) GetAutoExplainLogVerbose

func (x *PostgresqlConfig11_1C) GetAutoExplainLogVerbose() *wrapperspb.BoolValue

func (*PostgresqlConfig11_1C) GetAutoExplainSampleRate

func (x *PostgresqlConfig11_1C) GetAutoExplainSampleRate() *wrapperspb.DoubleValue

func (*PostgresqlConfig11_1C) GetAutovacuumAnalyzeScaleFactor

func (x *PostgresqlConfig11_1C) GetAutovacuumAnalyzeScaleFactor() *wrapperspb.DoubleValue

func (*PostgresqlConfig11_1C) GetAutovacuumMaxWorkers

func (x *PostgresqlConfig11_1C) GetAutovacuumMaxWorkers() *wrapperspb.Int64Value

func (*PostgresqlConfig11_1C) GetAutovacuumNaptime

func (x *PostgresqlConfig11_1C) GetAutovacuumNaptime() *wrapperspb.Int64Value

func (*PostgresqlConfig11_1C) GetAutovacuumVacuumCostDelay

func (x *PostgresqlConfig11_1C) GetAutovacuumVacuumCostDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig11_1C) GetAutovacuumVacuumCostLimit

func (x *PostgresqlConfig11_1C) GetAutovacuumVacuumCostLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig11_1C) GetAutovacuumVacuumScaleFactor

func (x *PostgresqlConfig11_1C) GetAutovacuumVacuumScaleFactor() *wrapperspb.DoubleValue

func (*PostgresqlConfig11_1C) GetAutovacuumWorkMem

func (x *PostgresqlConfig11_1C) GetAutovacuumWorkMem() *wrapperspb.Int64Value

func (*PostgresqlConfig11_1C) GetBackendFlushAfter

func (x *PostgresqlConfig11_1C) GetBackendFlushAfter() *wrapperspb.Int64Value

func (*PostgresqlConfig11_1C) GetBackslashQuote

func (*PostgresqlConfig11_1C) GetBgwriterDelay

func (x *PostgresqlConfig11_1C) GetBgwriterDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig11_1C) GetBgwriterFlushAfter

func (x *PostgresqlConfig11_1C) GetBgwriterFlushAfter() *wrapperspb.Int64Value

func (*PostgresqlConfig11_1C) GetBgwriterLruMaxpages

func (x *PostgresqlConfig11_1C) GetBgwriterLruMaxpages() *wrapperspb.Int64Value

func (*PostgresqlConfig11_1C) GetBgwriterLruMultiplier

func (x *PostgresqlConfig11_1C) GetBgwriterLruMultiplier() *wrapperspb.DoubleValue

func (*PostgresqlConfig11_1C) GetByteaOutput

func (*PostgresqlConfig11_1C) GetCheckpointCompletionTarget

func (x *PostgresqlConfig11_1C) GetCheckpointCompletionTarget() *wrapperspb.DoubleValue

func (*PostgresqlConfig11_1C) GetCheckpointFlushAfter

func (x *PostgresqlConfig11_1C) GetCheckpointFlushAfter() *wrapperspb.Int64Value

func (*PostgresqlConfig11_1C) GetCheckpointTimeout

func (x *PostgresqlConfig11_1C) GetCheckpointTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig11_1C) GetClientMinMessages

func (x *PostgresqlConfig11_1C) GetClientMinMessages() PostgresqlConfig11_1C_LogLevel

func (*PostgresqlConfig11_1C) GetConstraintExclusion

func (*PostgresqlConfig11_1C) GetCursorTupleFraction

func (x *PostgresqlConfig11_1C) GetCursorTupleFraction() *wrapperspb.DoubleValue

func (*PostgresqlConfig11_1C) GetDeadlockTimeout

func (x *PostgresqlConfig11_1C) GetDeadlockTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig11_1C) GetDefaultStatisticsTarget

func (x *PostgresqlConfig11_1C) GetDefaultStatisticsTarget() *wrapperspb.Int64Value

func (*PostgresqlConfig11_1C) GetDefaultTransactionIsolation

func (x *PostgresqlConfig11_1C) GetDefaultTransactionIsolation() PostgresqlConfig11_1C_TransactionIsolation

func (*PostgresqlConfig11_1C) GetDefaultTransactionReadOnly

func (x *PostgresqlConfig11_1C) GetDefaultTransactionReadOnly() *wrapperspb.BoolValue

func (*PostgresqlConfig11_1C) GetDefaultWithOids

func (x *PostgresqlConfig11_1C) GetDefaultWithOids() *wrapperspb.BoolValue

func (*PostgresqlConfig11_1C) GetEffectiveCacheSize

func (x *PostgresqlConfig11_1C) GetEffectiveCacheSize() *wrapperspb.Int64Value

func (*PostgresqlConfig11_1C) GetEffectiveIoConcurrency

func (x *PostgresqlConfig11_1C) GetEffectiveIoConcurrency() *wrapperspb.Int64Value

func (*PostgresqlConfig11_1C) GetEnableBitmapscan

func (x *PostgresqlConfig11_1C) GetEnableBitmapscan() *wrapperspb.BoolValue

func (*PostgresqlConfig11_1C) GetEnableHashagg

func (x *PostgresqlConfig11_1C) GetEnableHashagg() *wrapperspb.BoolValue

func (*PostgresqlConfig11_1C) GetEnableHashjoin

func (x *PostgresqlConfig11_1C) GetEnableHashjoin() *wrapperspb.BoolValue

func (*PostgresqlConfig11_1C) GetEnableIndexonlyscan

func (x *PostgresqlConfig11_1C) GetEnableIndexonlyscan() *wrapperspb.BoolValue

func (*PostgresqlConfig11_1C) GetEnableIndexscan

func (x *PostgresqlConfig11_1C) GetEnableIndexscan() *wrapperspb.BoolValue

func (*PostgresqlConfig11_1C) GetEnableMaterial

func (x *PostgresqlConfig11_1C) GetEnableMaterial() *wrapperspb.BoolValue

func (*PostgresqlConfig11_1C) GetEnableMergejoin

func (x *PostgresqlConfig11_1C) GetEnableMergejoin() *wrapperspb.BoolValue

func (*PostgresqlConfig11_1C) GetEnableNestloop

func (x *PostgresqlConfig11_1C) GetEnableNestloop() *wrapperspb.BoolValue

func (*PostgresqlConfig11_1C) GetEnableParallelAppend

func (x *PostgresqlConfig11_1C) GetEnableParallelAppend() *wrapperspb.BoolValue

func (*PostgresqlConfig11_1C) GetEnableParallelHash

func (x *PostgresqlConfig11_1C) GetEnableParallelHash() *wrapperspb.BoolValue

func (*PostgresqlConfig11_1C) GetEnablePartitionPruning

func (x *PostgresqlConfig11_1C) GetEnablePartitionPruning() *wrapperspb.BoolValue

func (*PostgresqlConfig11_1C) GetEnablePartitionwiseAggregate

func (x *PostgresqlConfig11_1C) GetEnablePartitionwiseAggregate() *wrapperspb.BoolValue

func (*PostgresqlConfig11_1C) GetEnablePartitionwiseJoin

func (x *PostgresqlConfig11_1C) GetEnablePartitionwiseJoin() *wrapperspb.BoolValue

func (*PostgresqlConfig11_1C) GetEnableSeqscan

func (x *PostgresqlConfig11_1C) GetEnableSeqscan() *wrapperspb.BoolValue

func (*PostgresqlConfig11_1C) GetEnableSort

func (x *PostgresqlConfig11_1C) GetEnableSort() *wrapperspb.BoolValue

func (*PostgresqlConfig11_1C) GetEnableTidscan

func (x *PostgresqlConfig11_1C) GetEnableTidscan() *wrapperspb.BoolValue

func (*PostgresqlConfig11_1C) GetEscapeStringWarning

func (x *PostgresqlConfig11_1C) GetEscapeStringWarning() *wrapperspb.BoolValue

func (*PostgresqlConfig11_1C) GetExitOnError

func (x *PostgresqlConfig11_1C) GetExitOnError() *wrapperspb.BoolValue

func (*PostgresqlConfig11_1C) GetForceParallelMode

func (*PostgresqlConfig11_1C) GetFromCollapseLimit

func (x *PostgresqlConfig11_1C) GetFromCollapseLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig11_1C) GetGeqo

func (*PostgresqlConfig11_1C) GetGeqoEffort

func (x *PostgresqlConfig11_1C) GetGeqoEffort() *wrapperspb.Int64Value

func (*PostgresqlConfig11_1C) GetGeqoGenerations

func (x *PostgresqlConfig11_1C) GetGeqoGenerations() *wrapperspb.Int64Value

func (*PostgresqlConfig11_1C) GetGeqoPoolSize

func (x *PostgresqlConfig11_1C) GetGeqoPoolSize() *wrapperspb.Int64Value

func (*PostgresqlConfig11_1C) GetGeqoSeed

func (x *PostgresqlConfig11_1C) GetGeqoSeed() *wrapperspb.DoubleValue

func (*PostgresqlConfig11_1C) GetGeqoSelectionBias

func (x *PostgresqlConfig11_1C) GetGeqoSelectionBias() *wrapperspb.DoubleValue

func (*PostgresqlConfig11_1C) GetGeqoThreshold

func (x *PostgresqlConfig11_1C) GetGeqoThreshold() *wrapperspb.Int64Value

func (*PostgresqlConfig11_1C) GetGinPendingListLimit

func (x *PostgresqlConfig11_1C) GetGinPendingListLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig11_1C) GetIdleInTransactionSessionTimeout

func (x *PostgresqlConfig11_1C) GetIdleInTransactionSessionTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig11_1C) GetJit

func (*PostgresqlConfig11_1C) GetJoinCollapseLimit

func (x *PostgresqlConfig11_1C) GetJoinCollapseLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig11_1C) GetLoCompatPrivileges

func (x *PostgresqlConfig11_1C) GetLoCompatPrivileges() *wrapperspb.BoolValue

func (*PostgresqlConfig11_1C) GetLockTimeout

func (x *PostgresqlConfig11_1C) GetLockTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig11_1C) GetLogAutovacuumMinDuration

func (x *PostgresqlConfig11_1C) GetLogAutovacuumMinDuration() *wrapperspb.Int64Value

func (*PostgresqlConfig11_1C) GetLogCheckpoints

func (x *PostgresqlConfig11_1C) GetLogCheckpoints() *wrapperspb.BoolValue

func (*PostgresqlConfig11_1C) GetLogConnections

func (x *PostgresqlConfig11_1C) GetLogConnections() *wrapperspb.BoolValue

func (*PostgresqlConfig11_1C) GetLogDisconnections

func (x *PostgresqlConfig11_1C) GetLogDisconnections() *wrapperspb.BoolValue

func (*PostgresqlConfig11_1C) GetLogDuration

func (x *PostgresqlConfig11_1C) GetLogDuration() *wrapperspb.BoolValue

func (*PostgresqlConfig11_1C) GetLogErrorVerbosity

func (*PostgresqlConfig11_1C) GetLogLockWaits

func (x *PostgresqlConfig11_1C) GetLogLockWaits() *wrapperspb.BoolValue

func (*PostgresqlConfig11_1C) GetLogMinDurationStatement

func (x *PostgresqlConfig11_1C) GetLogMinDurationStatement() *wrapperspb.Int64Value

func (*PostgresqlConfig11_1C) GetLogMinErrorStatement

func (x *PostgresqlConfig11_1C) GetLogMinErrorStatement() PostgresqlConfig11_1C_LogLevel

func (*PostgresqlConfig11_1C) GetLogMinMessages

func (*PostgresqlConfig11_1C) GetLogReplicationCommands

func (x *PostgresqlConfig11_1C) GetLogReplicationCommands() *wrapperspb.BoolValue

func (*PostgresqlConfig11_1C) GetLogStatement

func (*PostgresqlConfig11_1C) GetLogTempFiles

func (x *PostgresqlConfig11_1C) GetLogTempFiles() *wrapperspb.Int64Value

func (*PostgresqlConfig11_1C) GetMaintenanceWorkMem

func (x *PostgresqlConfig11_1C) GetMaintenanceWorkMem() *wrapperspb.Int64Value

func (*PostgresqlConfig11_1C) GetMaxConnections

func (x *PostgresqlConfig11_1C) GetMaxConnections() *wrapperspb.Int64Value

func (*PostgresqlConfig11_1C) GetMaxLocksPerTransaction

func (x *PostgresqlConfig11_1C) GetMaxLocksPerTransaction() *wrapperspb.Int64Value

func (*PostgresqlConfig11_1C) GetMaxParallelMaintenanceWorkers

func (x *PostgresqlConfig11_1C) GetMaxParallelMaintenanceWorkers() *wrapperspb.Int64Value

func (*PostgresqlConfig11_1C) GetMaxParallelWorkers

func (x *PostgresqlConfig11_1C) GetMaxParallelWorkers() *wrapperspb.Int64Value

func (*PostgresqlConfig11_1C) GetMaxParallelWorkersPerGather

func (x *PostgresqlConfig11_1C) GetMaxParallelWorkersPerGather() *wrapperspb.Int64Value

func (*PostgresqlConfig11_1C) GetMaxPredLocksPerTransaction

func (x *PostgresqlConfig11_1C) GetMaxPredLocksPerTransaction() *wrapperspb.Int64Value

func (*PostgresqlConfig11_1C) GetMaxPreparedTransactions

func (x *PostgresqlConfig11_1C) GetMaxPreparedTransactions() *wrapperspb.Int64Value

func (*PostgresqlConfig11_1C) GetMaxStackDepth

func (x *PostgresqlConfig11_1C) GetMaxStackDepth() *wrapperspb.Int64Value

func (*PostgresqlConfig11_1C) GetMaxStandbyArchiveDelay

func (x *PostgresqlConfig11_1C) GetMaxStandbyArchiveDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig11_1C) GetMaxStandbyStreamingDelay

func (x *PostgresqlConfig11_1C) GetMaxStandbyStreamingDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig11_1C) GetMaxWalSize

func (x *PostgresqlConfig11_1C) GetMaxWalSize() *wrapperspb.Int64Value

func (*PostgresqlConfig11_1C) GetMaxWorkerProcesses

func (x *PostgresqlConfig11_1C) GetMaxWorkerProcesses() *wrapperspb.Int64Value

func (*PostgresqlConfig11_1C) GetMinWalSize

func (x *PostgresqlConfig11_1C) GetMinWalSize() *wrapperspb.Int64Value

func (*PostgresqlConfig11_1C) GetOldSnapshotThreshold

func (x *PostgresqlConfig11_1C) GetOldSnapshotThreshold() *wrapperspb.Int64Value

func (*PostgresqlConfig11_1C) GetOnlineAnalyzeEnable

func (x *PostgresqlConfig11_1C) GetOnlineAnalyzeEnable() *wrapperspb.BoolValue

func (*PostgresqlConfig11_1C) GetOperatorPrecedenceWarning

func (x *PostgresqlConfig11_1C) GetOperatorPrecedenceWarning() *wrapperspb.BoolValue

func (*PostgresqlConfig11_1C) GetParallelLeaderParticipation

func (x *PostgresqlConfig11_1C) GetParallelLeaderParticipation() *wrapperspb.BoolValue

func (*PostgresqlConfig11_1C) GetPasswordEncryption

func (*PostgresqlConfig11_1C) GetPgHintPlanDebugPrint

func (*PostgresqlConfig11_1C) GetPgHintPlanEnableHint

func (x *PostgresqlConfig11_1C) GetPgHintPlanEnableHint() *wrapperspb.BoolValue

func (*PostgresqlConfig11_1C) GetPgHintPlanEnableHintTable

func (x *PostgresqlConfig11_1C) GetPgHintPlanEnableHintTable() *wrapperspb.BoolValue

func (*PostgresqlConfig11_1C) GetPgHintPlanMessageLevel

func (x *PostgresqlConfig11_1C) GetPgHintPlanMessageLevel() PostgresqlConfig11_1C_LogLevel

func (*PostgresqlConfig11_1C) GetPgQualstatsEnabled

func (x *PostgresqlConfig11_1C) GetPgQualstatsEnabled() *wrapperspb.BoolValue

func (*PostgresqlConfig11_1C) GetPgQualstatsMax

func (x *PostgresqlConfig11_1C) GetPgQualstatsMax() *wrapperspb.Int64Value

func (*PostgresqlConfig11_1C) GetPgQualstatsResolveOids

func (x *PostgresqlConfig11_1C) GetPgQualstatsResolveOids() *wrapperspb.BoolValue

func (*PostgresqlConfig11_1C) GetPgQualstatsSampleRate

func (x *PostgresqlConfig11_1C) GetPgQualstatsSampleRate() *wrapperspb.DoubleValue

func (*PostgresqlConfig11_1C) GetPgQualstatsTrackConstants

func (x *PostgresqlConfig11_1C) GetPgQualstatsTrackConstants() *wrapperspb.BoolValue

func (*PostgresqlConfig11_1C) GetPgTrgmSimilarityThreshold

func (x *PostgresqlConfig11_1C) GetPgTrgmSimilarityThreshold() *wrapperspb.DoubleValue

func (*PostgresqlConfig11_1C) GetPgTrgmStrictWordSimilarityThreshold

func (x *PostgresqlConfig11_1C) GetPgTrgmStrictWordSimilarityThreshold() *wrapperspb.DoubleValue

func (*PostgresqlConfig11_1C) GetPgTrgmWordSimilarityThreshold

func (x *PostgresqlConfig11_1C) GetPgTrgmWordSimilarityThreshold() *wrapperspb.DoubleValue

func (*PostgresqlConfig11_1C) GetPlantunerFixEmptyTable

func (x *PostgresqlConfig11_1C) GetPlantunerFixEmptyTable() *wrapperspb.BoolValue

func (*PostgresqlConfig11_1C) GetQuoteAllIdentifiers

func (x *PostgresqlConfig11_1C) GetQuoteAllIdentifiers() *wrapperspb.BoolValue

func (*PostgresqlConfig11_1C) GetRandomPageCost

func (x *PostgresqlConfig11_1C) GetRandomPageCost() *wrapperspb.DoubleValue

func (*PostgresqlConfig11_1C) GetRowSecurity

func (x *PostgresqlConfig11_1C) GetRowSecurity() *wrapperspb.BoolValue

func (*PostgresqlConfig11_1C) GetSearchPath

func (x *PostgresqlConfig11_1C) GetSearchPath() string

func (*PostgresqlConfig11_1C) GetSeqPageCost

func (x *PostgresqlConfig11_1C) GetSeqPageCost() *wrapperspb.DoubleValue

func (*PostgresqlConfig11_1C) GetSessionDurationTimeout

func (x *PostgresqlConfig11_1C) GetSessionDurationTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig11_1C) GetSharedBuffers

func (x *PostgresqlConfig11_1C) GetSharedBuffers() *wrapperspb.Int64Value

func (*PostgresqlConfig11_1C) GetSharedPreloadLibraries

func (*PostgresqlConfig11_1C) GetStandardConformingStrings

func (x *PostgresqlConfig11_1C) GetStandardConformingStrings() *wrapperspb.BoolValue

func (*PostgresqlConfig11_1C) GetStatementTimeout

func (x *PostgresqlConfig11_1C) GetStatementTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig11_1C) GetSynchronizeSeqscans

func (x *PostgresqlConfig11_1C) GetSynchronizeSeqscans() *wrapperspb.BoolValue

func (*PostgresqlConfig11_1C) GetSynchronousCommit

func (*PostgresqlConfig11_1C) GetTempBuffers

func (x *PostgresqlConfig11_1C) GetTempBuffers() *wrapperspb.Int64Value

func (*PostgresqlConfig11_1C) GetTempFileLimit

func (x *PostgresqlConfig11_1C) GetTempFileLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig11_1C) GetTimezone

func (x *PostgresqlConfig11_1C) GetTimezone() string

func (*PostgresqlConfig11_1C) GetTrackActivityQuerySize

func (x *PostgresqlConfig11_1C) GetTrackActivityQuerySize() *wrapperspb.Int64Value

func (*PostgresqlConfig11_1C) GetTransformNullEquals

func (x *PostgresqlConfig11_1C) GetTransformNullEquals() *wrapperspb.BoolValue

func (*PostgresqlConfig11_1C) GetVacuumCleanupIndexScaleFactor

func (x *PostgresqlConfig11_1C) GetVacuumCleanupIndexScaleFactor() *wrapperspb.DoubleValue

func (*PostgresqlConfig11_1C) GetVacuumCostDelay

func (x *PostgresqlConfig11_1C) GetVacuumCostDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig11_1C) GetVacuumCostLimit

func (x *PostgresqlConfig11_1C) GetVacuumCostLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig11_1C) GetVacuumCostPageDirty

func (x *PostgresqlConfig11_1C) GetVacuumCostPageDirty() *wrapperspb.Int64Value

func (*PostgresqlConfig11_1C) GetVacuumCostPageHit

func (x *PostgresqlConfig11_1C) GetVacuumCostPageHit() *wrapperspb.Int64Value

func (*PostgresqlConfig11_1C) GetVacuumCostPageMiss

func (x *PostgresqlConfig11_1C) GetVacuumCostPageMiss() *wrapperspb.Int64Value

func (*PostgresqlConfig11_1C) GetWalLevel

func (*PostgresqlConfig11_1C) GetWorkMem

func (x *PostgresqlConfig11_1C) GetWorkMem() *wrapperspb.Int64Value

func (*PostgresqlConfig11_1C) GetXmlbinary

func (*PostgresqlConfig11_1C) GetXmloption

func (*PostgresqlConfig11_1C) ProtoMessage

func (*PostgresqlConfig11_1C) ProtoMessage()

func (*PostgresqlConfig11_1C) ProtoReflect

func (x *PostgresqlConfig11_1C) ProtoReflect() protoreflect.Message

func (*PostgresqlConfig11_1C) Reset

func (x *PostgresqlConfig11_1C) Reset()

func (*PostgresqlConfig11_1C) SetArchiveTimeout

func (m *PostgresqlConfig11_1C) SetArchiveTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11_1C) SetArrayNulls

func (m *PostgresqlConfig11_1C) SetArrayNulls(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11_1C) SetAutoExplainLogAnalyze

func (m *PostgresqlConfig11_1C) SetAutoExplainLogAnalyze(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11_1C) SetAutoExplainLogBuffers

func (m *PostgresqlConfig11_1C) SetAutoExplainLogBuffers(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11_1C) SetAutoExplainLogMinDuration

func (m *PostgresqlConfig11_1C) SetAutoExplainLogMinDuration(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11_1C) SetAutoExplainLogNestedStatements

func (m *PostgresqlConfig11_1C) SetAutoExplainLogNestedStatements(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11_1C) SetAutoExplainLogTiming

func (m *PostgresqlConfig11_1C) SetAutoExplainLogTiming(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11_1C) SetAutoExplainLogTriggers

func (m *PostgresqlConfig11_1C) SetAutoExplainLogTriggers(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11_1C) SetAutoExplainLogVerbose

func (m *PostgresqlConfig11_1C) SetAutoExplainLogVerbose(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11_1C) SetAutoExplainSampleRate

func (m *PostgresqlConfig11_1C) SetAutoExplainSampleRate(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig11_1C) SetAutovacuumAnalyzeScaleFactor

func (m *PostgresqlConfig11_1C) SetAutovacuumAnalyzeScaleFactor(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig11_1C) SetAutovacuumMaxWorkers

func (m *PostgresqlConfig11_1C) SetAutovacuumMaxWorkers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11_1C) SetAutovacuumNaptime

func (m *PostgresqlConfig11_1C) SetAutovacuumNaptime(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11_1C) SetAutovacuumVacuumCostDelay

func (m *PostgresqlConfig11_1C) SetAutovacuumVacuumCostDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11_1C) SetAutovacuumVacuumCostLimit

func (m *PostgresqlConfig11_1C) SetAutovacuumVacuumCostLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11_1C) SetAutovacuumVacuumScaleFactor

func (m *PostgresqlConfig11_1C) SetAutovacuumVacuumScaleFactor(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig11_1C) SetAutovacuumWorkMem

func (m *PostgresqlConfig11_1C) SetAutovacuumWorkMem(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11_1C) SetBackendFlushAfter

func (m *PostgresqlConfig11_1C) SetBackendFlushAfter(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11_1C) SetBackslashQuote

func (*PostgresqlConfig11_1C) SetBgwriterDelay

func (m *PostgresqlConfig11_1C) SetBgwriterDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11_1C) SetBgwriterFlushAfter

func (m *PostgresqlConfig11_1C) SetBgwriterFlushAfter(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11_1C) SetBgwriterLruMaxpages

func (m *PostgresqlConfig11_1C) SetBgwriterLruMaxpages(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11_1C) SetBgwriterLruMultiplier

func (m *PostgresqlConfig11_1C) SetBgwriterLruMultiplier(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig11_1C) SetByteaOutput

func (*PostgresqlConfig11_1C) SetCheckpointCompletionTarget

func (m *PostgresqlConfig11_1C) SetCheckpointCompletionTarget(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig11_1C) SetCheckpointFlushAfter

func (m *PostgresqlConfig11_1C) SetCheckpointFlushAfter(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11_1C) SetCheckpointTimeout

func (m *PostgresqlConfig11_1C) SetCheckpointTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11_1C) SetClientMinMessages

func (m *PostgresqlConfig11_1C) SetClientMinMessages(v PostgresqlConfig11_1C_LogLevel)

func (*PostgresqlConfig11_1C) SetConstraintExclusion

func (*PostgresqlConfig11_1C) SetCursorTupleFraction

func (m *PostgresqlConfig11_1C) SetCursorTupleFraction(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig11_1C) SetDeadlockTimeout

func (m *PostgresqlConfig11_1C) SetDeadlockTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11_1C) SetDefaultStatisticsTarget

func (m *PostgresqlConfig11_1C) SetDefaultStatisticsTarget(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11_1C) SetDefaultTransactionIsolation

func (m *PostgresqlConfig11_1C) SetDefaultTransactionIsolation(v PostgresqlConfig11_1C_TransactionIsolation)

func (*PostgresqlConfig11_1C) SetDefaultTransactionReadOnly

func (m *PostgresqlConfig11_1C) SetDefaultTransactionReadOnly(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11_1C) SetDefaultWithOids

func (m *PostgresqlConfig11_1C) SetDefaultWithOids(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11_1C) SetEffectiveCacheSize

func (m *PostgresqlConfig11_1C) SetEffectiveCacheSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11_1C) SetEffectiveIoConcurrency

func (m *PostgresqlConfig11_1C) SetEffectiveIoConcurrency(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11_1C) SetEnableBitmapscan

func (m *PostgresqlConfig11_1C) SetEnableBitmapscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11_1C) SetEnableHashagg

func (m *PostgresqlConfig11_1C) SetEnableHashagg(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11_1C) SetEnableHashjoin

func (m *PostgresqlConfig11_1C) SetEnableHashjoin(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11_1C) SetEnableIndexonlyscan

func (m *PostgresqlConfig11_1C) SetEnableIndexonlyscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11_1C) SetEnableIndexscan

func (m *PostgresqlConfig11_1C) SetEnableIndexscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11_1C) SetEnableMaterial

func (m *PostgresqlConfig11_1C) SetEnableMaterial(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11_1C) SetEnableMergejoin

func (m *PostgresqlConfig11_1C) SetEnableMergejoin(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11_1C) SetEnableNestloop

func (m *PostgresqlConfig11_1C) SetEnableNestloop(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11_1C) SetEnableParallelAppend

func (m *PostgresqlConfig11_1C) SetEnableParallelAppend(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11_1C) SetEnableParallelHash

func (m *PostgresqlConfig11_1C) SetEnableParallelHash(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11_1C) SetEnablePartitionPruning

func (m *PostgresqlConfig11_1C) SetEnablePartitionPruning(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11_1C) SetEnablePartitionwiseAggregate

func (m *PostgresqlConfig11_1C) SetEnablePartitionwiseAggregate(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11_1C) SetEnablePartitionwiseJoin

func (m *PostgresqlConfig11_1C) SetEnablePartitionwiseJoin(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11_1C) SetEnableSeqscan

func (m *PostgresqlConfig11_1C) SetEnableSeqscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11_1C) SetEnableSort

func (m *PostgresqlConfig11_1C) SetEnableSort(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11_1C) SetEnableTidscan

func (m *PostgresqlConfig11_1C) SetEnableTidscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11_1C) SetEscapeStringWarning

func (m *PostgresqlConfig11_1C) SetEscapeStringWarning(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11_1C) SetExitOnError

func (m *PostgresqlConfig11_1C) SetExitOnError(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11_1C) SetForceParallelMode

func (*PostgresqlConfig11_1C) SetFromCollapseLimit

func (m *PostgresqlConfig11_1C) SetFromCollapseLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11_1C) SetGeqo

func (*PostgresqlConfig11_1C) SetGeqoEffort

func (m *PostgresqlConfig11_1C) SetGeqoEffort(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11_1C) SetGeqoGenerations

func (m *PostgresqlConfig11_1C) SetGeqoGenerations(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11_1C) SetGeqoPoolSize

func (m *PostgresqlConfig11_1C) SetGeqoPoolSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11_1C) SetGeqoSeed

func (m *PostgresqlConfig11_1C) SetGeqoSeed(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig11_1C) SetGeqoSelectionBias

func (m *PostgresqlConfig11_1C) SetGeqoSelectionBias(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig11_1C) SetGeqoThreshold

func (m *PostgresqlConfig11_1C) SetGeqoThreshold(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11_1C) SetGinPendingListLimit

func (m *PostgresqlConfig11_1C) SetGinPendingListLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11_1C) SetIdleInTransactionSessionTimeout

func (m *PostgresqlConfig11_1C) SetIdleInTransactionSessionTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11_1C) SetJit

func (*PostgresqlConfig11_1C) SetJoinCollapseLimit

func (m *PostgresqlConfig11_1C) SetJoinCollapseLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11_1C) SetLoCompatPrivileges

func (m *PostgresqlConfig11_1C) SetLoCompatPrivileges(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11_1C) SetLockTimeout

func (m *PostgresqlConfig11_1C) SetLockTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11_1C) SetLogAutovacuumMinDuration

func (m *PostgresqlConfig11_1C) SetLogAutovacuumMinDuration(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11_1C) SetLogCheckpoints

func (m *PostgresqlConfig11_1C) SetLogCheckpoints(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11_1C) SetLogConnections

func (m *PostgresqlConfig11_1C) SetLogConnections(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11_1C) SetLogDisconnections

func (m *PostgresqlConfig11_1C) SetLogDisconnections(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11_1C) SetLogDuration

func (m *PostgresqlConfig11_1C) SetLogDuration(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11_1C) SetLogErrorVerbosity

func (*PostgresqlConfig11_1C) SetLogLockWaits

func (m *PostgresqlConfig11_1C) SetLogLockWaits(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11_1C) SetLogMinDurationStatement

func (m *PostgresqlConfig11_1C) SetLogMinDurationStatement(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11_1C) SetLogMinErrorStatement

func (m *PostgresqlConfig11_1C) SetLogMinErrorStatement(v PostgresqlConfig11_1C_LogLevel)

func (*PostgresqlConfig11_1C) SetLogMinMessages

func (m *PostgresqlConfig11_1C) SetLogMinMessages(v PostgresqlConfig11_1C_LogLevel)

func (*PostgresqlConfig11_1C) SetLogReplicationCommands

func (m *PostgresqlConfig11_1C) SetLogReplicationCommands(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11_1C) SetLogStatement

func (*PostgresqlConfig11_1C) SetLogTempFiles

func (m *PostgresqlConfig11_1C) SetLogTempFiles(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11_1C) SetMaintenanceWorkMem

func (m *PostgresqlConfig11_1C) SetMaintenanceWorkMem(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11_1C) SetMaxConnections

func (m *PostgresqlConfig11_1C) SetMaxConnections(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11_1C) SetMaxLocksPerTransaction

func (m *PostgresqlConfig11_1C) SetMaxLocksPerTransaction(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11_1C) SetMaxParallelMaintenanceWorkers

func (m *PostgresqlConfig11_1C) SetMaxParallelMaintenanceWorkers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11_1C) SetMaxParallelWorkers

func (m *PostgresqlConfig11_1C) SetMaxParallelWorkers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11_1C) SetMaxParallelWorkersPerGather

func (m *PostgresqlConfig11_1C) SetMaxParallelWorkersPerGather(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11_1C) SetMaxPredLocksPerTransaction

func (m *PostgresqlConfig11_1C) SetMaxPredLocksPerTransaction(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11_1C) SetMaxPreparedTransactions

func (m *PostgresqlConfig11_1C) SetMaxPreparedTransactions(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11_1C) SetMaxStackDepth

func (m *PostgresqlConfig11_1C) SetMaxStackDepth(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11_1C) SetMaxStandbyArchiveDelay

func (m *PostgresqlConfig11_1C) SetMaxStandbyArchiveDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11_1C) SetMaxStandbyStreamingDelay

func (m *PostgresqlConfig11_1C) SetMaxStandbyStreamingDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11_1C) SetMaxWalSize

func (m *PostgresqlConfig11_1C) SetMaxWalSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11_1C) SetMaxWorkerProcesses

func (m *PostgresqlConfig11_1C) SetMaxWorkerProcesses(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11_1C) SetMinWalSize

func (m *PostgresqlConfig11_1C) SetMinWalSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11_1C) SetOldSnapshotThreshold

func (m *PostgresqlConfig11_1C) SetOldSnapshotThreshold(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11_1C) SetOnlineAnalyzeEnable

func (m *PostgresqlConfig11_1C) SetOnlineAnalyzeEnable(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11_1C) SetOperatorPrecedenceWarning

func (m *PostgresqlConfig11_1C) SetOperatorPrecedenceWarning(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11_1C) SetParallelLeaderParticipation

func (m *PostgresqlConfig11_1C) SetParallelLeaderParticipation(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11_1C) SetPasswordEncryption

func (*PostgresqlConfig11_1C) SetPgHintPlanDebugPrint

func (*PostgresqlConfig11_1C) SetPgHintPlanEnableHint

func (m *PostgresqlConfig11_1C) SetPgHintPlanEnableHint(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11_1C) SetPgHintPlanEnableHintTable

func (m *PostgresqlConfig11_1C) SetPgHintPlanEnableHintTable(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11_1C) SetPgHintPlanMessageLevel

func (m *PostgresqlConfig11_1C) SetPgHintPlanMessageLevel(v PostgresqlConfig11_1C_LogLevel)

func (*PostgresqlConfig11_1C) SetPgQualstatsEnabled

func (m *PostgresqlConfig11_1C) SetPgQualstatsEnabled(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11_1C) SetPgQualstatsMax

func (m *PostgresqlConfig11_1C) SetPgQualstatsMax(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11_1C) SetPgQualstatsResolveOids

func (m *PostgresqlConfig11_1C) SetPgQualstatsResolveOids(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11_1C) SetPgQualstatsSampleRate

func (m *PostgresqlConfig11_1C) SetPgQualstatsSampleRate(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig11_1C) SetPgQualstatsTrackConstants

func (m *PostgresqlConfig11_1C) SetPgQualstatsTrackConstants(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11_1C) SetPgTrgmSimilarityThreshold

func (m *PostgresqlConfig11_1C) SetPgTrgmSimilarityThreshold(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig11_1C) SetPgTrgmStrictWordSimilarityThreshold

func (m *PostgresqlConfig11_1C) SetPgTrgmStrictWordSimilarityThreshold(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig11_1C) SetPgTrgmWordSimilarityThreshold

func (m *PostgresqlConfig11_1C) SetPgTrgmWordSimilarityThreshold(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig11_1C) SetPlantunerFixEmptyTable

func (m *PostgresqlConfig11_1C) SetPlantunerFixEmptyTable(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11_1C) SetQuoteAllIdentifiers

func (m *PostgresqlConfig11_1C) SetQuoteAllIdentifiers(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11_1C) SetRandomPageCost

func (m *PostgresqlConfig11_1C) SetRandomPageCost(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig11_1C) SetRowSecurity

func (m *PostgresqlConfig11_1C) SetRowSecurity(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11_1C) SetSearchPath

func (m *PostgresqlConfig11_1C) SetSearchPath(v string)

func (*PostgresqlConfig11_1C) SetSeqPageCost

func (m *PostgresqlConfig11_1C) SetSeqPageCost(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig11_1C) SetSessionDurationTimeout

func (m *PostgresqlConfig11_1C) SetSessionDurationTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11_1C) SetSharedBuffers

func (m *PostgresqlConfig11_1C) SetSharedBuffers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11_1C) SetSharedPreloadLibraries

func (m *PostgresqlConfig11_1C) SetSharedPreloadLibraries(v []PostgresqlConfig11_1C_SharedPreloadLibraries)

func (*PostgresqlConfig11_1C) SetStandardConformingStrings

func (m *PostgresqlConfig11_1C) SetStandardConformingStrings(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11_1C) SetStatementTimeout

func (m *PostgresqlConfig11_1C) SetStatementTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11_1C) SetSynchronizeSeqscans

func (m *PostgresqlConfig11_1C) SetSynchronizeSeqscans(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11_1C) SetSynchronousCommit

func (*PostgresqlConfig11_1C) SetTempBuffers

func (m *PostgresqlConfig11_1C) SetTempBuffers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11_1C) SetTempFileLimit

func (m *PostgresqlConfig11_1C) SetTempFileLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11_1C) SetTimezone

func (m *PostgresqlConfig11_1C) SetTimezone(v string)

func (*PostgresqlConfig11_1C) SetTrackActivityQuerySize

func (m *PostgresqlConfig11_1C) SetTrackActivityQuerySize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11_1C) SetTransformNullEquals

func (m *PostgresqlConfig11_1C) SetTransformNullEquals(v *wrapperspb.BoolValue)

func (*PostgresqlConfig11_1C) SetVacuumCleanupIndexScaleFactor

func (m *PostgresqlConfig11_1C) SetVacuumCleanupIndexScaleFactor(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig11_1C) SetVacuumCostDelay

func (m *PostgresqlConfig11_1C) SetVacuumCostDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11_1C) SetVacuumCostLimit

func (m *PostgresqlConfig11_1C) SetVacuumCostLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11_1C) SetVacuumCostPageDirty

func (m *PostgresqlConfig11_1C) SetVacuumCostPageDirty(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11_1C) SetVacuumCostPageHit

func (m *PostgresqlConfig11_1C) SetVacuumCostPageHit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11_1C) SetVacuumCostPageMiss

func (m *PostgresqlConfig11_1C) SetVacuumCostPageMiss(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11_1C) SetWalLevel

func (*PostgresqlConfig11_1C) SetWorkMem

func (m *PostgresqlConfig11_1C) SetWorkMem(v *wrapperspb.Int64Value)

func (*PostgresqlConfig11_1C) SetXmlbinary

func (*PostgresqlConfig11_1C) SetXmloption

func (*PostgresqlConfig11_1C) String

func (x *PostgresqlConfig11_1C) String() string

type PostgresqlConfig11_1C_BackslashQuote

type PostgresqlConfig11_1C_BackslashQuote int32
const (
	PostgresqlConfig11_1C_BACKSLASH_QUOTE_UNSPECIFIED   PostgresqlConfig11_1C_BackslashQuote = 0
	PostgresqlConfig11_1C_BACKSLASH_QUOTE               PostgresqlConfig11_1C_BackslashQuote = 1
	PostgresqlConfig11_1C_BACKSLASH_QUOTE_ON            PostgresqlConfig11_1C_BackslashQuote = 2
	PostgresqlConfig11_1C_BACKSLASH_QUOTE_OFF           PostgresqlConfig11_1C_BackslashQuote = 3
	PostgresqlConfig11_1C_BACKSLASH_QUOTE_SAFE_ENCODING PostgresqlConfig11_1C_BackslashQuote = 4
)

func (PostgresqlConfig11_1C_BackslashQuote) Descriptor

func (PostgresqlConfig11_1C_BackslashQuote) Enum

func (PostgresqlConfig11_1C_BackslashQuote) EnumDescriptor deprecated

func (PostgresqlConfig11_1C_BackslashQuote) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig11_1C_BackslashQuote.Descriptor instead.

func (PostgresqlConfig11_1C_BackslashQuote) Number

func (PostgresqlConfig11_1C_BackslashQuote) String

func (PostgresqlConfig11_1C_BackslashQuote) Type

type PostgresqlConfig11_1C_ByteaOutput

type PostgresqlConfig11_1C_ByteaOutput int32
const (
	PostgresqlConfig11_1C_BYTEA_OUTPUT_UNSPECIFIED PostgresqlConfig11_1C_ByteaOutput = 0
	PostgresqlConfig11_1C_BYTEA_OUTPUT_HEX         PostgresqlConfig11_1C_ByteaOutput = 1
	PostgresqlConfig11_1C_BYTEA_OUTPUT_ESCAPED     PostgresqlConfig11_1C_ByteaOutput = 2
)

func (PostgresqlConfig11_1C_ByteaOutput) Descriptor

func (PostgresqlConfig11_1C_ByteaOutput) Enum

func (PostgresqlConfig11_1C_ByteaOutput) EnumDescriptor deprecated

func (PostgresqlConfig11_1C_ByteaOutput) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig11_1C_ByteaOutput.Descriptor instead.

func (PostgresqlConfig11_1C_ByteaOutput) Number

func (PostgresqlConfig11_1C_ByteaOutput) String

func (PostgresqlConfig11_1C_ByteaOutput) Type

type PostgresqlConfig11_1C_ConstraintExclusion

type PostgresqlConfig11_1C_ConstraintExclusion int32
const (
	PostgresqlConfig11_1C_CONSTRAINT_EXCLUSION_UNSPECIFIED PostgresqlConfig11_1C_ConstraintExclusion = 0
	PostgresqlConfig11_1C_CONSTRAINT_EXCLUSION_ON          PostgresqlConfig11_1C_ConstraintExclusion = 1
	PostgresqlConfig11_1C_CONSTRAINT_EXCLUSION_OFF         PostgresqlConfig11_1C_ConstraintExclusion = 2
	PostgresqlConfig11_1C_CONSTRAINT_EXCLUSION_PARTITION   PostgresqlConfig11_1C_ConstraintExclusion = 3
)

func (PostgresqlConfig11_1C_ConstraintExclusion) Descriptor

func (PostgresqlConfig11_1C_ConstraintExclusion) Enum

func (PostgresqlConfig11_1C_ConstraintExclusion) EnumDescriptor deprecated

func (PostgresqlConfig11_1C_ConstraintExclusion) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig11_1C_ConstraintExclusion.Descriptor instead.

func (PostgresqlConfig11_1C_ConstraintExclusion) Number

func (PostgresqlConfig11_1C_ConstraintExclusion) String

func (PostgresqlConfig11_1C_ConstraintExclusion) Type

type PostgresqlConfig11_1C_ForceParallelMode

type PostgresqlConfig11_1C_ForceParallelMode int32
const (
	PostgresqlConfig11_1C_FORCE_PARALLEL_MODE_UNSPECIFIED PostgresqlConfig11_1C_ForceParallelMode = 0
	PostgresqlConfig11_1C_FORCE_PARALLEL_MODE_ON          PostgresqlConfig11_1C_ForceParallelMode = 1
	PostgresqlConfig11_1C_FORCE_PARALLEL_MODE_OFF         PostgresqlConfig11_1C_ForceParallelMode = 2
	PostgresqlConfig11_1C_FORCE_PARALLEL_MODE_REGRESS     PostgresqlConfig11_1C_ForceParallelMode = 3
)

func (PostgresqlConfig11_1C_ForceParallelMode) Descriptor

func (PostgresqlConfig11_1C_ForceParallelMode) Enum

func (PostgresqlConfig11_1C_ForceParallelMode) EnumDescriptor deprecated

func (PostgresqlConfig11_1C_ForceParallelMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig11_1C_ForceParallelMode.Descriptor instead.

func (PostgresqlConfig11_1C_ForceParallelMode) Number

func (PostgresqlConfig11_1C_ForceParallelMode) String

func (PostgresqlConfig11_1C_ForceParallelMode) Type

type PostgresqlConfig11_1C_LogErrorVerbosity

type PostgresqlConfig11_1C_LogErrorVerbosity int32
const (
	PostgresqlConfig11_1C_LOG_ERROR_VERBOSITY_UNSPECIFIED PostgresqlConfig11_1C_LogErrorVerbosity = 0
	PostgresqlConfig11_1C_LOG_ERROR_VERBOSITY_TERSE       PostgresqlConfig11_1C_LogErrorVerbosity = 1
	PostgresqlConfig11_1C_LOG_ERROR_VERBOSITY_DEFAULT     PostgresqlConfig11_1C_LogErrorVerbosity = 2
	PostgresqlConfig11_1C_LOG_ERROR_VERBOSITY_VERBOSE     PostgresqlConfig11_1C_LogErrorVerbosity = 3
)

func (PostgresqlConfig11_1C_LogErrorVerbosity) Descriptor

func (PostgresqlConfig11_1C_LogErrorVerbosity) Enum

func (PostgresqlConfig11_1C_LogErrorVerbosity) EnumDescriptor deprecated

func (PostgresqlConfig11_1C_LogErrorVerbosity) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig11_1C_LogErrorVerbosity.Descriptor instead.

func (PostgresqlConfig11_1C_LogErrorVerbosity) Number

func (PostgresqlConfig11_1C_LogErrorVerbosity) String

func (PostgresqlConfig11_1C_LogErrorVerbosity) Type

type PostgresqlConfig11_1C_LogLevel

type PostgresqlConfig11_1C_LogLevel int32
const (
	PostgresqlConfig11_1C_LOG_LEVEL_UNSPECIFIED PostgresqlConfig11_1C_LogLevel = 0
	PostgresqlConfig11_1C_LOG_LEVEL_DEBUG5      PostgresqlConfig11_1C_LogLevel = 1
	PostgresqlConfig11_1C_LOG_LEVEL_DEBUG4      PostgresqlConfig11_1C_LogLevel = 2
	PostgresqlConfig11_1C_LOG_LEVEL_DEBUG3      PostgresqlConfig11_1C_LogLevel = 3
	PostgresqlConfig11_1C_LOG_LEVEL_DEBUG2      PostgresqlConfig11_1C_LogLevel = 4
	PostgresqlConfig11_1C_LOG_LEVEL_DEBUG1      PostgresqlConfig11_1C_LogLevel = 5
	PostgresqlConfig11_1C_LOG_LEVEL_LOG         PostgresqlConfig11_1C_LogLevel = 6
	PostgresqlConfig11_1C_LOG_LEVEL_NOTICE      PostgresqlConfig11_1C_LogLevel = 7
	PostgresqlConfig11_1C_LOG_LEVEL_WARNING     PostgresqlConfig11_1C_LogLevel = 8
	PostgresqlConfig11_1C_LOG_LEVEL_ERROR       PostgresqlConfig11_1C_LogLevel = 9
	PostgresqlConfig11_1C_LOG_LEVEL_FATAL       PostgresqlConfig11_1C_LogLevel = 10
	PostgresqlConfig11_1C_LOG_LEVEL_PANIC       PostgresqlConfig11_1C_LogLevel = 11
)

func (PostgresqlConfig11_1C_LogLevel) Descriptor

func (PostgresqlConfig11_1C_LogLevel) Enum

func (PostgresqlConfig11_1C_LogLevel) EnumDescriptor deprecated

func (PostgresqlConfig11_1C_LogLevel) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig11_1C_LogLevel.Descriptor instead.

func (PostgresqlConfig11_1C_LogLevel) Number

func (PostgresqlConfig11_1C_LogLevel) String

func (PostgresqlConfig11_1C_LogLevel) Type

type PostgresqlConfig11_1C_LogStatement

type PostgresqlConfig11_1C_LogStatement int32
const (
	PostgresqlConfig11_1C_LOG_STATEMENT_UNSPECIFIED PostgresqlConfig11_1C_LogStatement = 0
	PostgresqlConfig11_1C_LOG_STATEMENT_NONE        PostgresqlConfig11_1C_LogStatement = 1
	PostgresqlConfig11_1C_LOG_STATEMENT_DDL         PostgresqlConfig11_1C_LogStatement = 2
	PostgresqlConfig11_1C_LOG_STATEMENT_MOD         PostgresqlConfig11_1C_LogStatement = 3
	PostgresqlConfig11_1C_LOG_STATEMENT_ALL         PostgresqlConfig11_1C_LogStatement = 4
)

func (PostgresqlConfig11_1C_LogStatement) Descriptor

func (PostgresqlConfig11_1C_LogStatement) Enum

func (PostgresqlConfig11_1C_LogStatement) EnumDescriptor deprecated

func (PostgresqlConfig11_1C_LogStatement) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig11_1C_LogStatement.Descriptor instead.

func (PostgresqlConfig11_1C_LogStatement) Number

func (PostgresqlConfig11_1C_LogStatement) String

func (PostgresqlConfig11_1C_LogStatement) Type

type PostgresqlConfig11_1C_PasswordEncryption

type PostgresqlConfig11_1C_PasswordEncryption int32
const (
	PostgresqlConfig11_1C_PASSWORD_ENCRYPTION_UNSPECIFIED   PostgresqlConfig11_1C_PasswordEncryption = 0
	PostgresqlConfig11_1C_PASSWORD_ENCRYPTION_MD5           PostgresqlConfig11_1C_PasswordEncryption = 1
	PostgresqlConfig11_1C_PASSWORD_ENCRYPTION_SCRAM_SHA_256 PostgresqlConfig11_1C_PasswordEncryption = 2
)

func (PostgresqlConfig11_1C_PasswordEncryption) Descriptor

func (PostgresqlConfig11_1C_PasswordEncryption) Enum

func (PostgresqlConfig11_1C_PasswordEncryption) EnumDescriptor deprecated

func (PostgresqlConfig11_1C_PasswordEncryption) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig11_1C_PasswordEncryption.Descriptor instead.

func (PostgresqlConfig11_1C_PasswordEncryption) Number

func (PostgresqlConfig11_1C_PasswordEncryption) String

func (PostgresqlConfig11_1C_PasswordEncryption) Type

type PostgresqlConfig11_1C_PgHintPlanDebugPrint

type PostgresqlConfig11_1C_PgHintPlanDebugPrint int32
const (
	PostgresqlConfig11_1C_PG_HINT_PLAN_DEBUG_PRINT_UNSPECIFIED PostgresqlConfig11_1C_PgHintPlanDebugPrint = 0
	PostgresqlConfig11_1C_PG_HINT_PLAN_DEBUG_PRINT_OFF         PostgresqlConfig11_1C_PgHintPlanDebugPrint = 1
	PostgresqlConfig11_1C_PG_HINT_PLAN_DEBUG_PRINT_ON          PostgresqlConfig11_1C_PgHintPlanDebugPrint = 2
	PostgresqlConfig11_1C_PG_HINT_PLAN_DEBUG_PRINT_DETAILED    PostgresqlConfig11_1C_PgHintPlanDebugPrint = 3
	PostgresqlConfig11_1C_PG_HINT_PLAN_DEBUG_PRINT_VERBOSE     PostgresqlConfig11_1C_PgHintPlanDebugPrint = 4
)

func (PostgresqlConfig11_1C_PgHintPlanDebugPrint) Descriptor

func (PostgresqlConfig11_1C_PgHintPlanDebugPrint) Enum

func (PostgresqlConfig11_1C_PgHintPlanDebugPrint) EnumDescriptor deprecated

func (PostgresqlConfig11_1C_PgHintPlanDebugPrint) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig11_1C_PgHintPlanDebugPrint.Descriptor instead.

func (PostgresqlConfig11_1C_PgHintPlanDebugPrint) Number

func (PostgresqlConfig11_1C_PgHintPlanDebugPrint) String

func (PostgresqlConfig11_1C_PgHintPlanDebugPrint) Type

type PostgresqlConfig11_1C_SharedPreloadLibraries

type PostgresqlConfig11_1C_SharedPreloadLibraries int32
const (
	PostgresqlConfig11_1C_SHARED_PRELOAD_LIBRARIES_UNSPECIFIED  PostgresqlConfig11_1C_SharedPreloadLibraries = 0
	PostgresqlConfig11_1C_SHARED_PRELOAD_LIBRARIES_AUTO_EXPLAIN PostgresqlConfig11_1C_SharedPreloadLibraries = 1
	PostgresqlConfig11_1C_SHARED_PRELOAD_LIBRARIES_PG_HINT_PLAN PostgresqlConfig11_1C_SharedPreloadLibraries = 2
	PostgresqlConfig11_1C_SHARED_PRELOAD_LIBRARIES_TIMESCALEDB  PostgresqlConfig11_1C_SharedPreloadLibraries = 3
	PostgresqlConfig11_1C_SHARED_PRELOAD_LIBRARIES_PG_QUALSTATS PostgresqlConfig11_1C_SharedPreloadLibraries = 4
	PostgresqlConfig11_1C_SHARED_PRELOAD_LIBRARIES_PG_CRON      PostgresqlConfig11_1C_SharedPreloadLibraries = 5
	PostgresqlConfig11_1C_SHARED_PRELOAD_LIBRARIES_PGLOGICAL    PostgresqlConfig11_1C_SharedPreloadLibraries = 6
	PostgresqlConfig11_1C_SHARED_PRELOAD_LIBRARIES_PG_PREWARM   PostgresqlConfig11_1C_SharedPreloadLibraries = 7
	PostgresqlConfig11_1C_SHARED_PRELOAD_LIBRARIES_PGAUDIT      PostgresqlConfig11_1C_SharedPreloadLibraries = 8
)

func (PostgresqlConfig11_1C_SharedPreloadLibraries) Descriptor

func (PostgresqlConfig11_1C_SharedPreloadLibraries) Enum

func (PostgresqlConfig11_1C_SharedPreloadLibraries) EnumDescriptor deprecated

func (PostgresqlConfig11_1C_SharedPreloadLibraries) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig11_1C_SharedPreloadLibraries.Descriptor instead.

func (PostgresqlConfig11_1C_SharedPreloadLibraries) Number

func (PostgresqlConfig11_1C_SharedPreloadLibraries) String

func (PostgresqlConfig11_1C_SharedPreloadLibraries) Type

type PostgresqlConfig11_1C_SynchronousCommit

type PostgresqlConfig11_1C_SynchronousCommit int32
const (
	PostgresqlConfig11_1C_SYNCHRONOUS_COMMIT_UNSPECIFIED  PostgresqlConfig11_1C_SynchronousCommit = 0
	PostgresqlConfig11_1C_SYNCHRONOUS_COMMIT_ON           PostgresqlConfig11_1C_SynchronousCommit = 1
	PostgresqlConfig11_1C_SYNCHRONOUS_COMMIT_OFF          PostgresqlConfig11_1C_SynchronousCommit = 2
	PostgresqlConfig11_1C_SYNCHRONOUS_COMMIT_LOCAL        PostgresqlConfig11_1C_SynchronousCommit = 3
	PostgresqlConfig11_1C_SYNCHRONOUS_COMMIT_REMOTE_WRITE PostgresqlConfig11_1C_SynchronousCommit = 4
	PostgresqlConfig11_1C_SYNCHRONOUS_COMMIT_REMOTE_APPLY PostgresqlConfig11_1C_SynchronousCommit = 5
)

func (PostgresqlConfig11_1C_SynchronousCommit) Descriptor

func (PostgresqlConfig11_1C_SynchronousCommit) Enum

func (PostgresqlConfig11_1C_SynchronousCommit) EnumDescriptor deprecated

func (PostgresqlConfig11_1C_SynchronousCommit) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig11_1C_SynchronousCommit.Descriptor instead.

func (PostgresqlConfig11_1C_SynchronousCommit) Number

func (PostgresqlConfig11_1C_SynchronousCommit) String

func (PostgresqlConfig11_1C_SynchronousCommit) Type

type PostgresqlConfig11_1C_TransactionIsolation

type PostgresqlConfig11_1C_TransactionIsolation int32
const (
	PostgresqlConfig11_1C_TRANSACTION_ISOLATION_UNSPECIFIED      PostgresqlConfig11_1C_TransactionIsolation = 0
	PostgresqlConfig11_1C_TRANSACTION_ISOLATION_READ_UNCOMMITTED PostgresqlConfig11_1C_TransactionIsolation = 1
	PostgresqlConfig11_1C_TRANSACTION_ISOLATION_READ_COMMITTED   PostgresqlConfig11_1C_TransactionIsolation = 2
	PostgresqlConfig11_1C_TRANSACTION_ISOLATION_REPEATABLE_READ  PostgresqlConfig11_1C_TransactionIsolation = 3
	PostgresqlConfig11_1C_TRANSACTION_ISOLATION_SERIALIZABLE     PostgresqlConfig11_1C_TransactionIsolation = 4
)

func (PostgresqlConfig11_1C_TransactionIsolation) Descriptor

func (PostgresqlConfig11_1C_TransactionIsolation) Enum

func (PostgresqlConfig11_1C_TransactionIsolation) EnumDescriptor deprecated

func (PostgresqlConfig11_1C_TransactionIsolation) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig11_1C_TransactionIsolation.Descriptor instead.

func (PostgresqlConfig11_1C_TransactionIsolation) Number

func (PostgresqlConfig11_1C_TransactionIsolation) String

func (PostgresqlConfig11_1C_TransactionIsolation) Type

type PostgresqlConfig11_1C_WalLevel

type PostgresqlConfig11_1C_WalLevel int32
const (
	PostgresqlConfig11_1C_WAL_LEVEL_UNSPECIFIED PostgresqlConfig11_1C_WalLevel = 0
	PostgresqlConfig11_1C_WAL_LEVEL_REPLICA     PostgresqlConfig11_1C_WalLevel = 1
	PostgresqlConfig11_1C_WAL_LEVEL_LOGICAL     PostgresqlConfig11_1C_WalLevel = 2
)

func (PostgresqlConfig11_1C_WalLevel) Descriptor

func (PostgresqlConfig11_1C_WalLevel) Enum

func (PostgresqlConfig11_1C_WalLevel) EnumDescriptor deprecated

func (PostgresqlConfig11_1C_WalLevel) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig11_1C_WalLevel.Descriptor instead.

func (PostgresqlConfig11_1C_WalLevel) Number

func (PostgresqlConfig11_1C_WalLevel) String

func (PostgresqlConfig11_1C_WalLevel) Type

type PostgresqlConfig11_1C_XmlBinary

type PostgresqlConfig11_1C_XmlBinary int32
const (
	PostgresqlConfig11_1C_XML_BINARY_UNSPECIFIED PostgresqlConfig11_1C_XmlBinary = 0
	PostgresqlConfig11_1C_XML_BINARY_BASE64      PostgresqlConfig11_1C_XmlBinary = 1
	PostgresqlConfig11_1C_XML_BINARY_HEX         PostgresqlConfig11_1C_XmlBinary = 2
)

func (PostgresqlConfig11_1C_XmlBinary) Descriptor

func (PostgresqlConfig11_1C_XmlBinary) Enum

func (PostgresqlConfig11_1C_XmlBinary) EnumDescriptor deprecated

func (PostgresqlConfig11_1C_XmlBinary) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig11_1C_XmlBinary.Descriptor instead.

func (PostgresqlConfig11_1C_XmlBinary) Number

func (PostgresqlConfig11_1C_XmlBinary) String

func (PostgresqlConfig11_1C_XmlBinary) Type

type PostgresqlConfig11_1C_XmlOption

type PostgresqlConfig11_1C_XmlOption int32
const (
	PostgresqlConfig11_1C_XML_OPTION_UNSPECIFIED PostgresqlConfig11_1C_XmlOption = 0
	PostgresqlConfig11_1C_XML_OPTION_DOCUMENT    PostgresqlConfig11_1C_XmlOption = 1
	PostgresqlConfig11_1C_XML_OPTION_CONTENT     PostgresqlConfig11_1C_XmlOption = 2
)

func (PostgresqlConfig11_1C_XmlOption) Descriptor

func (PostgresqlConfig11_1C_XmlOption) Enum

func (PostgresqlConfig11_1C_XmlOption) EnumDescriptor deprecated

func (PostgresqlConfig11_1C_XmlOption) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig11_1C_XmlOption.Descriptor instead.

func (PostgresqlConfig11_1C_XmlOption) Number

func (PostgresqlConfig11_1C_XmlOption) String

func (PostgresqlConfig11_1C_XmlOption) Type

type PostgresqlConfig11_BackslashQuote

type PostgresqlConfig11_BackslashQuote int32
const (
	PostgresqlConfig11_BACKSLASH_QUOTE_UNSPECIFIED   PostgresqlConfig11_BackslashQuote = 0
	PostgresqlConfig11_BACKSLASH_QUOTE               PostgresqlConfig11_BackslashQuote = 1
	PostgresqlConfig11_BACKSLASH_QUOTE_ON            PostgresqlConfig11_BackslashQuote = 2
	PostgresqlConfig11_BACKSLASH_QUOTE_OFF           PostgresqlConfig11_BackslashQuote = 3
	PostgresqlConfig11_BACKSLASH_QUOTE_SAFE_ENCODING PostgresqlConfig11_BackslashQuote = 4
)

func (PostgresqlConfig11_BackslashQuote) Descriptor

func (PostgresqlConfig11_BackslashQuote) Enum

func (PostgresqlConfig11_BackslashQuote) EnumDescriptor deprecated

func (PostgresqlConfig11_BackslashQuote) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig11_BackslashQuote.Descriptor instead.

func (PostgresqlConfig11_BackslashQuote) Number

func (PostgresqlConfig11_BackslashQuote) String

func (PostgresqlConfig11_BackslashQuote) Type

type PostgresqlConfig11_ByteaOutput

type PostgresqlConfig11_ByteaOutput int32
const (
	PostgresqlConfig11_BYTEA_OUTPUT_UNSPECIFIED PostgresqlConfig11_ByteaOutput = 0
	PostgresqlConfig11_BYTEA_OUTPUT_HEX         PostgresqlConfig11_ByteaOutput = 1
	PostgresqlConfig11_BYTEA_OUTPUT_ESCAPED     PostgresqlConfig11_ByteaOutput = 2
)

func (PostgresqlConfig11_ByteaOutput) Descriptor

func (PostgresqlConfig11_ByteaOutput) Enum

func (PostgresqlConfig11_ByteaOutput) EnumDescriptor deprecated

func (PostgresqlConfig11_ByteaOutput) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig11_ByteaOutput.Descriptor instead.

func (PostgresqlConfig11_ByteaOutput) Number

func (PostgresqlConfig11_ByteaOutput) String

func (PostgresqlConfig11_ByteaOutput) Type

type PostgresqlConfig11_ConstraintExclusion

type PostgresqlConfig11_ConstraintExclusion int32
const (
	PostgresqlConfig11_CONSTRAINT_EXCLUSION_UNSPECIFIED PostgresqlConfig11_ConstraintExclusion = 0
	PostgresqlConfig11_CONSTRAINT_EXCLUSION_ON          PostgresqlConfig11_ConstraintExclusion = 1
	PostgresqlConfig11_CONSTRAINT_EXCLUSION_OFF         PostgresqlConfig11_ConstraintExclusion = 2
	PostgresqlConfig11_CONSTRAINT_EXCLUSION_PARTITION   PostgresqlConfig11_ConstraintExclusion = 3
)

func (PostgresqlConfig11_ConstraintExclusion) Descriptor

func (PostgresqlConfig11_ConstraintExclusion) Enum

func (PostgresqlConfig11_ConstraintExclusion) EnumDescriptor deprecated

func (PostgresqlConfig11_ConstraintExclusion) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig11_ConstraintExclusion.Descriptor instead.

func (PostgresqlConfig11_ConstraintExclusion) Number

func (PostgresqlConfig11_ConstraintExclusion) String

func (PostgresqlConfig11_ConstraintExclusion) Type

type PostgresqlConfig11_ForceParallelMode

type PostgresqlConfig11_ForceParallelMode int32
const (
	PostgresqlConfig11_FORCE_PARALLEL_MODE_UNSPECIFIED PostgresqlConfig11_ForceParallelMode = 0
	PostgresqlConfig11_FORCE_PARALLEL_MODE_ON          PostgresqlConfig11_ForceParallelMode = 1
	PostgresqlConfig11_FORCE_PARALLEL_MODE_OFF         PostgresqlConfig11_ForceParallelMode = 2
	PostgresqlConfig11_FORCE_PARALLEL_MODE_REGRESS     PostgresqlConfig11_ForceParallelMode = 3
)

func (PostgresqlConfig11_ForceParallelMode) Descriptor

func (PostgresqlConfig11_ForceParallelMode) Enum

func (PostgresqlConfig11_ForceParallelMode) EnumDescriptor deprecated

func (PostgresqlConfig11_ForceParallelMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig11_ForceParallelMode.Descriptor instead.

func (PostgresqlConfig11_ForceParallelMode) Number

func (PostgresqlConfig11_ForceParallelMode) String

func (PostgresqlConfig11_ForceParallelMode) Type

type PostgresqlConfig11_LogErrorVerbosity

type PostgresqlConfig11_LogErrorVerbosity int32
const (
	PostgresqlConfig11_LOG_ERROR_VERBOSITY_UNSPECIFIED PostgresqlConfig11_LogErrorVerbosity = 0
	PostgresqlConfig11_LOG_ERROR_VERBOSITY_TERSE       PostgresqlConfig11_LogErrorVerbosity = 1
	PostgresqlConfig11_LOG_ERROR_VERBOSITY_DEFAULT     PostgresqlConfig11_LogErrorVerbosity = 2
	PostgresqlConfig11_LOG_ERROR_VERBOSITY_VERBOSE     PostgresqlConfig11_LogErrorVerbosity = 3
)

func (PostgresqlConfig11_LogErrorVerbosity) Descriptor

func (PostgresqlConfig11_LogErrorVerbosity) Enum

func (PostgresqlConfig11_LogErrorVerbosity) EnumDescriptor deprecated

func (PostgresqlConfig11_LogErrorVerbosity) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig11_LogErrorVerbosity.Descriptor instead.

func (PostgresqlConfig11_LogErrorVerbosity) Number

func (PostgresqlConfig11_LogErrorVerbosity) String

func (PostgresqlConfig11_LogErrorVerbosity) Type

type PostgresqlConfig11_LogLevel

type PostgresqlConfig11_LogLevel int32
const (
	PostgresqlConfig11_LOG_LEVEL_UNSPECIFIED PostgresqlConfig11_LogLevel = 0
	PostgresqlConfig11_LOG_LEVEL_DEBUG5      PostgresqlConfig11_LogLevel = 1
	PostgresqlConfig11_LOG_LEVEL_DEBUG4      PostgresqlConfig11_LogLevel = 2
	PostgresqlConfig11_LOG_LEVEL_DEBUG3      PostgresqlConfig11_LogLevel = 3
	PostgresqlConfig11_LOG_LEVEL_DEBUG2      PostgresqlConfig11_LogLevel = 4
	PostgresqlConfig11_LOG_LEVEL_DEBUG1      PostgresqlConfig11_LogLevel = 5
	PostgresqlConfig11_LOG_LEVEL_LOG         PostgresqlConfig11_LogLevel = 6
	PostgresqlConfig11_LOG_LEVEL_NOTICE      PostgresqlConfig11_LogLevel = 7
	PostgresqlConfig11_LOG_LEVEL_WARNING     PostgresqlConfig11_LogLevel = 8
	PostgresqlConfig11_LOG_LEVEL_ERROR       PostgresqlConfig11_LogLevel = 9
	PostgresqlConfig11_LOG_LEVEL_FATAL       PostgresqlConfig11_LogLevel = 10
	PostgresqlConfig11_LOG_LEVEL_PANIC       PostgresqlConfig11_LogLevel = 11
)

func (PostgresqlConfig11_LogLevel) Descriptor

func (PostgresqlConfig11_LogLevel) Enum

func (PostgresqlConfig11_LogLevel) EnumDescriptor deprecated

func (PostgresqlConfig11_LogLevel) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig11_LogLevel.Descriptor instead.

func (PostgresqlConfig11_LogLevel) Number

func (PostgresqlConfig11_LogLevel) String

func (PostgresqlConfig11_LogLevel) Type

type PostgresqlConfig11_LogStatement

type PostgresqlConfig11_LogStatement int32
const (
	PostgresqlConfig11_LOG_STATEMENT_UNSPECIFIED PostgresqlConfig11_LogStatement = 0
	PostgresqlConfig11_LOG_STATEMENT_NONE        PostgresqlConfig11_LogStatement = 1
	PostgresqlConfig11_LOG_STATEMENT_DDL         PostgresqlConfig11_LogStatement = 2
	PostgresqlConfig11_LOG_STATEMENT_MOD         PostgresqlConfig11_LogStatement = 3
	PostgresqlConfig11_LOG_STATEMENT_ALL         PostgresqlConfig11_LogStatement = 4
)

func (PostgresqlConfig11_LogStatement) Descriptor

func (PostgresqlConfig11_LogStatement) Enum

func (PostgresqlConfig11_LogStatement) EnumDescriptor deprecated

func (PostgresqlConfig11_LogStatement) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig11_LogStatement.Descriptor instead.

func (PostgresqlConfig11_LogStatement) Number

func (PostgresqlConfig11_LogStatement) String

func (PostgresqlConfig11_LogStatement) Type

type PostgresqlConfig11_PasswordEncryption

type PostgresqlConfig11_PasswordEncryption int32
const (
	PostgresqlConfig11_PASSWORD_ENCRYPTION_UNSPECIFIED   PostgresqlConfig11_PasswordEncryption = 0
	PostgresqlConfig11_PASSWORD_ENCRYPTION_MD5           PostgresqlConfig11_PasswordEncryption = 1
	PostgresqlConfig11_PASSWORD_ENCRYPTION_SCRAM_SHA_256 PostgresqlConfig11_PasswordEncryption = 2
)

func (PostgresqlConfig11_PasswordEncryption) Descriptor

func (PostgresqlConfig11_PasswordEncryption) Enum

func (PostgresqlConfig11_PasswordEncryption) EnumDescriptor deprecated

func (PostgresqlConfig11_PasswordEncryption) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig11_PasswordEncryption.Descriptor instead.

func (PostgresqlConfig11_PasswordEncryption) Number

func (PostgresqlConfig11_PasswordEncryption) String

func (PostgresqlConfig11_PasswordEncryption) Type

type PostgresqlConfig11_PgHintPlanDebugPrint

type PostgresqlConfig11_PgHintPlanDebugPrint int32
const (
	PostgresqlConfig11_PG_HINT_PLAN_DEBUG_PRINT_UNSPECIFIED PostgresqlConfig11_PgHintPlanDebugPrint = 0
	PostgresqlConfig11_PG_HINT_PLAN_DEBUG_PRINT_OFF         PostgresqlConfig11_PgHintPlanDebugPrint = 1
	PostgresqlConfig11_PG_HINT_PLAN_DEBUG_PRINT_ON          PostgresqlConfig11_PgHintPlanDebugPrint = 2
	PostgresqlConfig11_PG_HINT_PLAN_DEBUG_PRINT_DETAILED    PostgresqlConfig11_PgHintPlanDebugPrint = 3
	PostgresqlConfig11_PG_HINT_PLAN_DEBUG_PRINT_VERBOSE     PostgresqlConfig11_PgHintPlanDebugPrint = 4
)

func (PostgresqlConfig11_PgHintPlanDebugPrint) Descriptor

func (PostgresqlConfig11_PgHintPlanDebugPrint) Enum

func (PostgresqlConfig11_PgHintPlanDebugPrint) EnumDescriptor deprecated

func (PostgresqlConfig11_PgHintPlanDebugPrint) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig11_PgHintPlanDebugPrint.Descriptor instead.

func (PostgresqlConfig11_PgHintPlanDebugPrint) Number

func (PostgresqlConfig11_PgHintPlanDebugPrint) String

func (PostgresqlConfig11_PgHintPlanDebugPrint) Type

type PostgresqlConfig11_SharedPreloadLibraries

type PostgresqlConfig11_SharedPreloadLibraries int32
const (
	PostgresqlConfig11_SHARED_PRELOAD_LIBRARIES_UNSPECIFIED  PostgresqlConfig11_SharedPreloadLibraries = 0
	PostgresqlConfig11_SHARED_PRELOAD_LIBRARIES_AUTO_EXPLAIN PostgresqlConfig11_SharedPreloadLibraries = 1
	PostgresqlConfig11_SHARED_PRELOAD_LIBRARIES_PG_HINT_PLAN PostgresqlConfig11_SharedPreloadLibraries = 2
	PostgresqlConfig11_SHARED_PRELOAD_LIBRARIES_TIMESCALEDB  PostgresqlConfig11_SharedPreloadLibraries = 3
	PostgresqlConfig11_SHARED_PRELOAD_LIBRARIES_PG_QUALSTATS PostgresqlConfig11_SharedPreloadLibraries = 4
	PostgresqlConfig11_SHARED_PRELOAD_LIBRARIES_PG_CRON      PostgresqlConfig11_SharedPreloadLibraries = 5
	PostgresqlConfig11_SHARED_PRELOAD_LIBRARIES_PGLOGICAL    PostgresqlConfig11_SharedPreloadLibraries = 6
	PostgresqlConfig11_SHARED_PRELOAD_LIBRARIES_PG_PREWARM   PostgresqlConfig11_SharedPreloadLibraries = 7
	PostgresqlConfig11_SHARED_PRELOAD_LIBRARIES_PGAUDIT      PostgresqlConfig11_SharedPreloadLibraries = 8
)

func (PostgresqlConfig11_SharedPreloadLibraries) Descriptor

func (PostgresqlConfig11_SharedPreloadLibraries) Enum

func (PostgresqlConfig11_SharedPreloadLibraries) EnumDescriptor deprecated

func (PostgresqlConfig11_SharedPreloadLibraries) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig11_SharedPreloadLibraries.Descriptor instead.

func (PostgresqlConfig11_SharedPreloadLibraries) Number

func (PostgresqlConfig11_SharedPreloadLibraries) String

func (PostgresqlConfig11_SharedPreloadLibraries) Type

type PostgresqlConfig11_SynchronousCommit

type PostgresqlConfig11_SynchronousCommit int32
const (
	PostgresqlConfig11_SYNCHRONOUS_COMMIT_UNSPECIFIED  PostgresqlConfig11_SynchronousCommit = 0
	PostgresqlConfig11_SYNCHRONOUS_COMMIT_ON           PostgresqlConfig11_SynchronousCommit = 1
	PostgresqlConfig11_SYNCHRONOUS_COMMIT_OFF          PostgresqlConfig11_SynchronousCommit = 2
	PostgresqlConfig11_SYNCHRONOUS_COMMIT_LOCAL        PostgresqlConfig11_SynchronousCommit = 3
	PostgresqlConfig11_SYNCHRONOUS_COMMIT_REMOTE_WRITE PostgresqlConfig11_SynchronousCommit = 4
	PostgresqlConfig11_SYNCHRONOUS_COMMIT_REMOTE_APPLY PostgresqlConfig11_SynchronousCommit = 5
)

func (PostgresqlConfig11_SynchronousCommit) Descriptor

func (PostgresqlConfig11_SynchronousCommit) Enum

func (PostgresqlConfig11_SynchronousCommit) EnumDescriptor deprecated

func (PostgresqlConfig11_SynchronousCommit) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig11_SynchronousCommit.Descriptor instead.

func (PostgresqlConfig11_SynchronousCommit) Number

func (PostgresqlConfig11_SynchronousCommit) String

func (PostgresqlConfig11_SynchronousCommit) Type

type PostgresqlConfig11_TransactionIsolation

type PostgresqlConfig11_TransactionIsolation int32
const (
	PostgresqlConfig11_TRANSACTION_ISOLATION_UNSPECIFIED      PostgresqlConfig11_TransactionIsolation = 0
	PostgresqlConfig11_TRANSACTION_ISOLATION_READ_UNCOMMITTED PostgresqlConfig11_TransactionIsolation = 1
	PostgresqlConfig11_TRANSACTION_ISOLATION_READ_COMMITTED   PostgresqlConfig11_TransactionIsolation = 2
	PostgresqlConfig11_TRANSACTION_ISOLATION_REPEATABLE_READ  PostgresqlConfig11_TransactionIsolation = 3
	PostgresqlConfig11_TRANSACTION_ISOLATION_SERIALIZABLE     PostgresqlConfig11_TransactionIsolation = 4
)

func (PostgresqlConfig11_TransactionIsolation) Descriptor

func (PostgresqlConfig11_TransactionIsolation) Enum

func (PostgresqlConfig11_TransactionIsolation) EnumDescriptor deprecated

func (PostgresqlConfig11_TransactionIsolation) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig11_TransactionIsolation.Descriptor instead.

func (PostgresqlConfig11_TransactionIsolation) Number

func (PostgresqlConfig11_TransactionIsolation) String

func (PostgresqlConfig11_TransactionIsolation) Type

type PostgresqlConfig11_WalLevel

type PostgresqlConfig11_WalLevel int32
const (
	PostgresqlConfig11_WAL_LEVEL_UNSPECIFIED PostgresqlConfig11_WalLevel = 0
	PostgresqlConfig11_WAL_LEVEL_REPLICA     PostgresqlConfig11_WalLevel = 1
	PostgresqlConfig11_WAL_LEVEL_LOGICAL     PostgresqlConfig11_WalLevel = 2
)

func (PostgresqlConfig11_WalLevel) Descriptor

func (PostgresqlConfig11_WalLevel) Enum

func (PostgresqlConfig11_WalLevel) EnumDescriptor deprecated

func (PostgresqlConfig11_WalLevel) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig11_WalLevel.Descriptor instead.

func (PostgresqlConfig11_WalLevel) Number

func (PostgresqlConfig11_WalLevel) String

func (PostgresqlConfig11_WalLevel) Type

type PostgresqlConfig11_XmlBinary

type PostgresqlConfig11_XmlBinary int32
const (
	PostgresqlConfig11_XML_BINARY_UNSPECIFIED PostgresqlConfig11_XmlBinary = 0
	PostgresqlConfig11_XML_BINARY_BASE64      PostgresqlConfig11_XmlBinary = 1
	PostgresqlConfig11_XML_BINARY_HEX         PostgresqlConfig11_XmlBinary = 2
)

func (PostgresqlConfig11_XmlBinary) Descriptor

func (PostgresqlConfig11_XmlBinary) Enum

func (PostgresqlConfig11_XmlBinary) EnumDescriptor deprecated

func (PostgresqlConfig11_XmlBinary) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig11_XmlBinary.Descriptor instead.

func (PostgresqlConfig11_XmlBinary) Number

func (PostgresqlConfig11_XmlBinary) String

func (PostgresqlConfig11_XmlBinary) Type

type PostgresqlConfig11_XmlOption

type PostgresqlConfig11_XmlOption int32
const (
	PostgresqlConfig11_XML_OPTION_UNSPECIFIED PostgresqlConfig11_XmlOption = 0
	PostgresqlConfig11_XML_OPTION_DOCUMENT    PostgresqlConfig11_XmlOption = 1
	PostgresqlConfig11_XML_OPTION_CONTENT     PostgresqlConfig11_XmlOption = 2
)

func (PostgresqlConfig11_XmlOption) Descriptor

func (PostgresqlConfig11_XmlOption) Enum

func (PostgresqlConfig11_XmlOption) EnumDescriptor deprecated

func (PostgresqlConfig11_XmlOption) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig11_XmlOption.Descriptor instead.

func (PostgresqlConfig11_XmlOption) Number

func (PostgresqlConfig11_XmlOption) String

func (PostgresqlConfig11_XmlOption) Type

type PostgresqlConfig12

type PostgresqlConfig12 struct {
	MaxConnections             *wrapperspb.Int64Value               `protobuf:"bytes,1,opt,name=max_connections,json=maxConnections,proto3" json:"max_connections,omitempty"`
	SharedBuffers              *wrapperspb.Int64Value               `protobuf:"bytes,2,opt,name=shared_buffers,json=sharedBuffers,proto3" json:"shared_buffers,omitempty"`                  // in bytes.
	TempBuffers                *wrapperspb.Int64Value               `protobuf:"bytes,3,opt,name=temp_buffers,json=tempBuffers,proto3" json:"temp_buffers,omitempty"`                        // in bytes.
	MaxPreparedTransactions    *wrapperspb.Int64Value               ``                                                                                                                      /* 132-byte string literal not displayed */
	WorkMem                    *wrapperspb.Int64Value               `protobuf:"bytes,5,opt,name=work_mem,json=workMem,proto3" json:"work_mem,omitempty"`                                    // in bytes.
	MaintenanceWorkMem         *wrapperspb.Int64Value               `protobuf:"bytes,6,opt,name=maintenance_work_mem,json=maintenanceWorkMem,proto3" json:"maintenance_work_mem,omitempty"` // in bytes.
	AutovacuumWorkMem          *wrapperspb.Int64Value               `protobuf:"bytes,7,opt,name=autovacuum_work_mem,json=autovacuumWorkMem,proto3" json:"autovacuum_work_mem,omitempty"`    // in bytes.
	TempFileLimit              *wrapperspb.Int64Value               `protobuf:"bytes,8,opt,name=temp_file_limit,json=tempFileLimit,proto3" json:"temp_file_limit,omitempty"`                // in bytes.
	VacuumCostDelay            *wrapperspb.Int64Value               `protobuf:"bytes,9,opt,name=vacuum_cost_delay,json=vacuumCostDelay,proto3" json:"vacuum_cost_delay,omitempty"`          // in milliseconds.
	VacuumCostPageHit          *wrapperspb.Int64Value               `protobuf:"bytes,10,opt,name=vacuum_cost_page_hit,json=vacuumCostPageHit,proto3" json:"vacuum_cost_page_hit,omitempty"`
	VacuumCostPageMiss         *wrapperspb.Int64Value               `protobuf:"bytes,11,opt,name=vacuum_cost_page_miss,json=vacuumCostPageMiss,proto3" json:"vacuum_cost_page_miss,omitempty"`
	VacuumCostPageDirty        *wrapperspb.Int64Value               `protobuf:"bytes,12,opt,name=vacuum_cost_page_dirty,json=vacuumCostPageDirty,proto3" json:"vacuum_cost_page_dirty,omitempty"`
	VacuumCostLimit            *wrapperspb.Int64Value               `protobuf:"bytes,13,opt,name=vacuum_cost_limit,json=vacuumCostLimit,proto3" json:"vacuum_cost_limit,omitempty"`
	BgwriterDelay              *wrapperspb.Int64Value               `protobuf:"bytes,14,opt,name=bgwriter_delay,json=bgwriterDelay,proto3" json:"bgwriter_delay,omitempty"` // in milliseconds.
	BgwriterLruMaxpages        *wrapperspb.Int64Value               `protobuf:"bytes,15,opt,name=bgwriter_lru_maxpages,json=bgwriterLruMaxpages,proto3" json:"bgwriter_lru_maxpages,omitempty"`
	BgwriterLruMultiplier      *wrapperspb.DoubleValue              `` /* 127-byte string literal not displayed */
	BgwriterFlushAfter         *wrapperspb.Int64Value               `protobuf:"bytes,17,opt,name=bgwriter_flush_after,json=bgwriterFlushAfter,proto3" json:"bgwriter_flush_after,omitempty"`
	BackendFlushAfter          *wrapperspb.Int64Value               `protobuf:"bytes,18,opt,name=backend_flush_after,json=backendFlushAfter,proto3" json:"backend_flush_after,omitempty"`
	OldSnapshotThreshold       *wrapperspb.Int64Value               `protobuf:"bytes,19,opt,name=old_snapshot_threshold,json=oldSnapshotThreshold,proto3" json:"old_snapshot_threshold,omitempty"`
	WalLevel                   PostgresqlConfig12_WalLevel          ``                                                                                                                  /* 158-byte string literal not displayed */
	SynchronousCommit          PostgresqlConfig12_SynchronousCommit ``                                                                                                                  /* 194-byte string literal not displayed */
	CheckpointTimeout          *wrapperspb.Int64Value               `protobuf:"bytes,22,opt,name=checkpoint_timeout,json=checkpointTimeout,proto3" json:"checkpoint_timeout,omitempty"` // in milliseconds.
	CheckpointCompletionTarget *wrapperspb.DoubleValue              ``                                                                                                                  /* 142-byte string literal not displayed */
	CheckpointFlushAfter       *wrapperspb.Int64Value               `protobuf:"bytes,24,opt,name=checkpoint_flush_after,json=checkpointFlushAfter,proto3" json:"checkpoint_flush_after,omitempty"`
	MaxWalSize                 *wrapperspb.Int64Value               `protobuf:"bytes,25,opt,name=max_wal_size,json=maxWalSize,proto3" json:"max_wal_size,omitempty"` // in bytes.
	MinWalSize                 *wrapperspb.Int64Value               `protobuf:"bytes,26,opt,name=min_wal_size,json=minWalSize,proto3" json:"min_wal_size,omitempty"` // in bytes.
	MaxStandbyStreamingDelay   *wrapperspb.Int64Value               ``                                                                                               // in milliseconds.
	/* 138-byte string literal not displayed */
	DefaultStatisticsTarget *wrapperspb.Int64Value                 `` /* 133-byte string literal not displayed */
	ConstraintExclusion     PostgresqlConfig12_ConstraintExclusion `` /* 202-byte string literal not displayed */
	CursorTupleFraction     *wrapperspb.DoubleValue                `protobuf:"bytes,30,opt,name=cursor_tuple_fraction,json=cursorTupleFraction,proto3" json:"cursor_tuple_fraction,omitempty"`
	FromCollapseLimit       *wrapperspb.Int64Value                 `protobuf:"bytes,31,opt,name=from_collapse_limit,json=fromCollapseLimit,proto3" json:"from_collapse_limit,omitempty"`
	JoinCollapseLimit       *wrapperspb.Int64Value                 `protobuf:"bytes,32,opt,name=join_collapse_limit,json=joinCollapseLimit,proto3" json:"join_collapse_limit,omitempty"`
	ForceParallelMode       PostgresqlConfig12_ForceParallelMode   `` /* 196-byte string literal not displayed */
	ClientMinMessages       PostgresqlConfig12_LogLevel            `` /* 187-byte string literal not displayed */
	LogMinMessages          PostgresqlConfig12_LogLevel            `` /* 178-byte string literal not displayed */
	LogMinErrorStatement    PostgresqlConfig12_LogLevel            `` /* 198-byte string literal not displayed */
	LogMinDurationStatement *wrapperspb.Int64Value                 `` // in milliseconds.
	/* 135-byte string literal not displayed */
	LogCheckpoints                  *wrapperspb.BoolValue                   `protobuf:"bytes,38,opt,name=log_checkpoints,json=logCheckpoints,proto3" json:"log_checkpoints,omitempty"`
	LogConnections                  *wrapperspb.BoolValue                   `protobuf:"bytes,39,opt,name=log_connections,json=logConnections,proto3" json:"log_connections,omitempty"`
	LogDisconnections               *wrapperspb.BoolValue                   `protobuf:"bytes,40,opt,name=log_disconnections,json=logDisconnections,proto3" json:"log_disconnections,omitempty"`
	LogDuration                     *wrapperspb.BoolValue                   `protobuf:"bytes,41,opt,name=log_duration,json=logDuration,proto3" json:"log_duration,omitempty"`
	LogErrorVerbosity               PostgresqlConfig12_LogErrorVerbosity    `` /* 196-byte string literal not displayed */
	LogLockWaits                    *wrapperspb.BoolValue                   `protobuf:"bytes,43,opt,name=log_lock_waits,json=logLockWaits,proto3" json:"log_lock_waits,omitempty"`
	LogStatement                    PostgresqlConfig12_LogStatement         `` /* 174-byte string literal not displayed */
	LogTempFiles                    *wrapperspb.Int64Value                  `protobuf:"bytes,45,opt,name=log_temp_files,json=logTempFiles,proto3" json:"log_temp_files,omitempty"`
	SearchPath                      string                                  `protobuf:"bytes,46,opt,name=search_path,json=searchPath,proto3" json:"search_path,omitempty"`
	RowSecurity                     *wrapperspb.BoolValue                   `protobuf:"bytes,47,opt,name=row_security,json=rowSecurity,proto3" json:"row_security,omitempty"`
	DefaultTransactionIsolation     PostgresqlConfig12_TransactionIsolation ``                                                                                                               /* 229-byte string literal not displayed */
	StatementTimeout                *wrapperspb.Int64Value                  `protobuf:"bytes,49,opt,name=statement_timeout,json=statementTimeout,proto3" json:"statement_timeout,omitempty"` // in milliseconds.
	LockTimeout                     *wrapperspb.Int64Value                  `protobuf:"bytes,50,opt,name=lock_timeout,json=lockTimeout,proto3" json:"lock_timeout,omitempty"`                // in milliseconds.
	IdleInTransactionSessionTimeout *wrapperspb.Int64Value                  ``                                                                                                               // in milliseconds.
	/* 161-byte string literal not displayed */
	ByteaOutput                   PostgresqlConfig12_ByteaOutput              ``                                                                                                                            /* 170-byte string literal not displayed */
	Xmlbinary                     PostgresqlConfig12_XmlBinary                ``                                                                                                                            /* 145-byte string literal not displayed */
	Xmloption                     PostgresqlConfig12_XmlOption                ``                                                                                                                            /* 145-byte string literal not displayed */
	GinPendingListLimit           *wrapperspb.Int64Value                      `protobuf:"bytes,55,opt,name=gin_pending_list_limit,json=ginPendingListLimit,proto3" json:"gin_pending_list_limit,omitempty"` // in bytes.
	DeadlockTimeout               *wrapperspb.Int64Value                      `protobuf:"bytes,56,opt,name=deadlock_timeout,json=deadlockTimeout,proto3" json:"deadlock_timeout,omitempty"`                 // in milliseconds.
	MaxLocksPerTransaction        *wrapperspb.Int64Value                      ``                                                                                                                            /* 132-byte string literal not displayed */
	MaxPredLocksPerTransaction    *wrapperspb.Int64Value                      ``                                                                                                                            /* 146-byte string literal not displayed */
	ArrayNulls                    *wrapperspb.BoolValue                       `protobuf:"bytes,59,opt,name=array_nulls,json=arrayNulls,proto3" json:"array_nulls,omitempty"`
	BackslashQuote                PostgresqlConfig12_BackslashQuote           `` /* 182-byte string literal not displayed */
	DefaultWithOids               *wrapperspb.BoolValue                       `protobuf:"bytes,61,opt,name=default_with_oids,json=defaultWithOids,proto3" json:"default_with_oids,omitempty"`
	EscapeStringWarning           *wrapperspb.BoolValue                       `protobuf:"bytes,62,opt,name=escape_string_warning,json=escapeStringWarning,proto3" json:"escape_string_warning,omitempty"`
	LoCompatPrivileges            *wrapperspb.BoolValue                       `protobuf:"bytes,63,opt,name=lo_compat_privileges,json=loCompatPrivileges,proto3" json:"lo_compat_privileges,omitempty"`
	OperatorPrecedenceWarning     *wrapperspb.BoolValue                       `` /* 139-byte string literal not displayed */
	QuoteAllIdentifiers           *wrapperspb.BoolValue                       `protobuf:"bytes,65,opt,name=quote_all_identifiers,json=quoteAllIdentifiers,proto3" json:"quote_all_identifiers,omitempty"`
	StandardConformingStrings     *wrapperspb.BoolValue                       `` /* 139-byte string literal not displayed */
	SynchronizeSeqscans           *wrapperspb.BoolValue                       `protobuf:"bytes,67,opt,name=synchronize_seqscans,json=synchronizeSeqscans,proto3" json:"synchronize_seqscans,omitempty"`
	TransformNullEquals           *wrapperspb.BoolValue                       `protobuf:"bytes,68,opt,name=transform_null_equals,json=transformNullEquals,proto3" json:"transform_null_equals,omitempty"`
	ExitOnError                   *wrapperspb.BoolValue                       `protobuf:"bytes,69,opt,name=exit_on_error,json=exitOnError,proto3" json:"exit_on_error,omitempty"`
	SeqPageCost                   *wrapperspb.DoubleValue                     `protobuf:"bytes,70,opt,name=seq_page_cost,json=seqPageCost,proto3" json:"seq_page_cost,omitempty"`
	RandomPageCost                *wrapperspb.DoubleValue                     `protobuf:"bytes,71,opt,name=random_page_cost,json=randomPageCost,proto3" json:"random_page_cost,omitempty"`
	AutovacuumMaxWorkers          *wrapperspb.Int64Value                      `protobuf:"bytes,72,opt,name=autovacuum_max_workers,json=autovacuumMaxWorkers,proto3" json:"autovacuum_max_workers,omitempty"`
	AutovacuumVacuumCostDelay     *wrapperspb.Int64Value                      ``                                                                                                                  /* 141-byte string literal not displayed */
	AutovacuumVacuumCostLimit     *wrapperspb.Int64Value                      ``                                                                                                                  /* 141-byte string literal not displayed */
	AutovacuumNaptime             *wrapperspb.Int64Value                      `protobuf:"bytes,75,opt,name=autovacuum_naptime,json=autovacuumNaptime,proto3" json:"autovacuum_naptime,omitempty"` // in milliseconds.
	ArchiveTimeout                *wrapperspb.Int64Value                      `protobuf:"bytes,76,opt,name=archive_timeout,json=archiveTimeout,proto3" json:"archive_timeout,omitempty"`          // in milliseconds.
	TrackActivityQuerySize        *wrapperspb.Int64Value                      ``                                                                                                                  /* 132-byte string literal not displayed */
	EnableBitmapscan              *wrapperspb.BoolValue                       `protobuf:"bytes,80,opt,name=enable_bitmapscan,json=enableBitmapscan,proto3" json:"enable_bitmapscan,omitempty"`
	EnableHashagg                 *wrapperspb.BoolValue                       `protobuf:"bytes,81,opt,name=enable_hashagg,json=enableHashagg,proto3" json:"enable_hashagg,omitempty"`
	EnableHashjoin                *wrapperspb.BoolValue                       `protobuf:"bytes,82,opt,name=enable_hashjoin,json=enableHashjoin,proto3" json:"enable_hashjoin,omitempty"`
	EnableIndexscan               *wrapperspb.BoolValue                       `protobuf:"bytes,83,opt,name=enable_indexscan,json=enableIndexscan,proto3" json:"enable_indexscan,omitempty"`
	EnableIndexonlyscan           *wrapperspb.BoolValue                       `protobuf:"bytes,84,opt,name=enable_indexonlyscan,json=enableIndexonlyscan,proto3" json:"enable_indexonlyscan,omitempty"`
	EnableMaterial                *wrapperspb.BoolValue                       `protobuf:"bytes,85,opt,name=enable_material,json=enableMaterial,proto3" json:"enable_material,omitempty"`
	EnableMergejoin               *wrapperspb.BoolValue                       `protobuf:"bytes,86,opt,name=enable_mergejoin,json=enableMergejoin,proto3" json:"enable_mergejoin,omitempty"`
	EnableNestloop                *wrapperspb.BoolValue                       `protobuf:"bytes,87,opt,name=enable_nestloop,json=enableNestloop,proto3" json:"enable_nestloop,omitempty"`
	EnableSeqscan                 *wrapperspb.BoolValue                       `protobuf:"bytes,88,opt,name=enable_seqscan,json=enableSeqscan,proto3" json:"enable_seqscan,omitempty"`
	EnableSort                    *wrapperspb.BoolValue                       `protobuf:"bytes,89,opt,name=enable_sort,json=enableSort,proto3" json:"enable_sort,omitempty"`
	EnableTidscan                 *wrapperspb.BoolValue                       `protobuf:"bytes,90,opt,name=enable_tidscan,json=enableTidscan,proto3" json:"enable_tidscan,omitempty"`
	MaxWorkerProcesses            *wrapperspb.Int64Value                      `protobuf:"bytes,91,opt,name=max_worker_processes,json=maxWorkerProcesses,proto3" json:"max_worker_processes,omitempty"`
	MaxParallelWorkers            *wrapperspb.Int64Value                      `protobuf:"bytes,92,opt,name=max_parallel_workers,json=maxParallelWorkers,proto3" json:"max_parallel_workers,omitempty"`
	MaxParallelWorkersPerGather   *wrapperspb.Int64Value                      `` /* 149-byte string literal not displayed */
	AutovacuumVacuumScaleFactor   *wrapperspb.DoubleValue                     `` /* 147-byte string literal not displayed */
	AutovacuumAnalyzeScaleFactor  *wrapperspb.DoubleValue                     `` /* 150-byte string literal not displayed */
	DefaultTransactionReadOnly    *wrapperspb.BoolValue                       `` /* 144-byte string literal not displayed */
	Timezone                      string                                      `protobuf:"bytes,97,opt,name=timezone,proto3" json:"timezone,omitempty"`
	EnableParallelAppend          *wrapperspb.BoolValue                       `protobuf:"bytes,98,opt,name=enable_parallel_append,json=enableParallelAppend,proto3" json:"enable_parallel_append,omitempty"`
	EnableParallelHash            *wrapperspb.BoolValue                       `protobuf:"bytes,99,opt,name=enable_parallel_hash,json=enableParallelHash,proto3" json:"enable_parallel_hash,omitempty"`
	EnablePartitionPruning        *wrapperspb.BoolValue                       `` /* 131-byte string literal not displayed */
	EnablePartitionwiseAggregate  *wrapperspb.BoolValue                       `` /* 149-byte string literal not displayed */
	EnablePartitionwiseJoin       *wrapperspb.BoolValue                       `` /* 134-byte string literal not displayed */
	Jit                           *wrapperspb.BoolValue                       `protobuf:"bytes,103,opt,name=jit,proto3" json:"jit,omitempty"`
	MaxParallelMaintenanceWorkers *wrapperspb.Int64Value                      `` /* 154-byte string literal not displayed */
	ParallelLeaderParticipation   *wrapperspb.BoolValue                       `` /* 146-byte string literal not displayed */
	VacuumCleanupIndexScaleFactor *wrapperspb.DoubleValue                     `` /* 156-byte string literal not displayed */
	LogTransactionSampleRate      *wrapperspb.DoubleValue                     `` /* 139-byte string literal not displayed */
	PlanCacheMode                 PostgresqlConfig12_PlanCacheMode            `` /* 181-byte string literal not displayed */
	EffectiveIoConcurrency        *wrapperspb.Int64Value                      `` /* 131-byte string literal not displayed */
	EffectiveCacheSize            *wrapperspb.Int64Value                      `protobuf:"bytes,110,opt,name=effective_cache_size,json=effectiveCacheSize,proto3" json:"effective_cache_size,omitempty"`
	SharedPreloadLibraries        []PostgresqlConfig12_SharedPreloadLibraries `` /* 224-byte string literal not displayed */
	AutoExplainLogMinDuration     *wrapperspb.Int64Value                      `` // in milliseconds.
	/* 144-byte string literal not displayed */
	AutoExplainLogAnalyze               *wrapperspb.BoolValue                   `` /* 130-byte string literal not displayed */
	AutoExplainLogBuffers               *wrapperspb.BoolValue                   `` /* 130-byte string literal not displayed */
	AutoExplainLogTiming                *wrapperspb.BoolValue                   `` /* 127-byte string literal not displayed */
	AutoExplainLogTriggers              *wrapperspb.BoolValue                   `` /* 133-byte string literal not displayed */
	AutoExplainLogVerbose               *wrapperspb.BoolValue                   `` /* 130-byte string literal not displayed */
	AutoExplainLogNestedStatements      *wrapperspb.BoolValue                   `` /* 159-byte string literal not displayed */
	AutoExplainSampleRate               *wrapperspb.DoubleValue                 `` /* 130-byte string literal not displayed */
	PgHintPlanEnableHint                *wrapperspb.BoolValue                   `` /* 129-byte string literal not displayed */
	PgHintPlanEnableHintTable           *wrapperspb.BoolValue                   `` /* 146-byte string literal not displayed */
	PgHintPlanDebugPrint                PostgresqlConfig12_PgHintPlanDebugPrint `` /* 213-byte string literal not displayed */
	PgHintPlanMessageLevel              PostgresqlConfig12_LogLevel             `` /* 207-byte string literal not displayed */
	PgQualstatsEnabled                  *wrapperspb.BoolValue                   `protobuf:"bytes,124,opt,name=pg_qualstats_enabled,json=pgQualstatsEnabled,proto3" json:"pg_qualstats_enabled,omitempty"`
	PgQualstatsTrackConstants           *wrapperspb.BoolValue                   `` /* 142-byte string literal not displayed */
	PgQualstatsMax                      *wrapperspb.Int64Value                  `protobuf:"bytes,126,opt,name=pg_qualstats_max,json=pgQualstatsMax,proto3" json:"pg_qualstats_max,omitempty"`
	PgQualstatsResolveOids              *wrapperspb.BoolValue                   ``                                                                                                                     /* 133-byte string literal not displayed */
	PgQualstatsSampleRate               *wrapperspb.DoubleValue                 ``                                                                                                                     /* 130-byte string literal not displayed */
	MaxStackDepth                       *wrapperspb.Int64Value                  `protobuf:"bytes,150,opt,name=max_stack_depth,json=maxStackDepth,proto3" json:"max_stack_depth,omitempty"`             // in bytes.
	Geqo                                *wrapperspb.BoolValue                   `protobuf:"bytes,152,opt,name=geqo,proto3" json:"geqo,omitempty"`                                                      // enable Genetic Query Optimizer, by default is on
	GeqoThreshold                       *wrapperspb.Int64Value                  `protobuf:"bytes,153,opt,name=geqo_threshold,json=geqoThreshold,proto3" json:"geqo_threshold,omitempty"`               // The number of tables to use geqo, default is 12
	GeqoEffort                          *wrapperspb.Int64Value                  `protobuf:"bytes,154,opt,name=geqo_effort,json=geqoEffort,proto3" json:"geqo_effort,omitempty"`                        // tradeoff between planning time and query plan quality, default is 5
	GeqoPoolSize                        *wrapperspb.Int64Value                  `protobuf:"bytes,155,opt,name=geqo_pool_size,json=geqoPoolSize,proto3" json:"geqo_pool_size,omitempty"`                // number of individuals in the genetic population, useful values are typically 100 to 1000; default - 0 - choose based on based on geqo_effort
	GeqoGenerations                     *wrapperspb.Int64Value                  `protobuf:"bytes,156,opt,name=geqo_generations,json=geqoGenerations,proto3" json:"geqo_generations,omitempty"`         // the number of generations used by GEQO, useful values are in the same range as the pool size
	GeqoSelectionBias                   *wrapperspb.DoubleValue                 `protobuf:"bytes,157,opt,name=geqo_selection_bias,json=geqoSelectionBias,proto3" json:"geqo_selection_bias,omitempty"` // selective pressure within the population
	GeqoSeed                            *wrapperspb.DoubleValue                 `protobuf:"bytes,158,opt,name=geqo_seed,json=geqoSeed,proto3" json:"geqo_seed,omitempty"`                              // initial value of the random number generator used by GEQO
	PgTrgmSimilarityThreshold           *wrapperspb.DoubleValue                 ``                                                                                                                     /* 142-byte string literal not displayed */
	PgTrgmWordSimilarityThreshold       *wrapperspb.DoubleValue                 ``                                                                                                                     /* 156-byte string literal not displayed */
	PgTrgmStrictWordSimilarityThreshold *wrapperspb.DoubleValue                 ``                                                                                                                     /* 176-byte string literal not displayed */
	MaxStandbyArchiveDelay              *wrapperspb.Int64Value                  ``                                                                                                                     // in milliseconds.
	/* 133-byte string literal not displayed */
	SessionDurationTimeout *wrapperspb.Int64Value `` // Terminate any session that exceeds the designated timeout, specified in milliseconds. If a timeout is not specified, the default session timeout is set to 12 hours. To disable it, specify a value of 0.
	/* 131-byte string literal not displayed */
	LogReplicationCommands   *wrapperspb.BoolValue  `` /* 131-byte string literal not displayed */
	LogAutovacuumMinDuration *wrapperspb.Int64Value `` // in milliseconds. The default is 1000 (1 sec).
	/* 139-byte string literal not displayed */
	PasswordEncryption PostgresqlConfig12_PasswordEncryption `` // A default value for “ user_password_encryption “ user-level setting, if it not specified for new users. Possible values are “ PASSWORD_ENCRYPTION_MD5 “ or “ PASSWORD_ENCRYPTION_SCRAM_SHA_256 “. The default is “ PASSWORD_ENCRYPTION_MD5 “.
	/* 199-byte string literal not displayed */
	// contains filtered or unexported fields
}

Options and structure of `PostgresqlConfig` reflects PostgreSQL configuration file parameters which detailed description is available in [PostgreSQL documentation](https://www.postgresql.org/docs/11/runtime-config.html).

func (*PostgresqlConfig12) Descriptor deprecated

func (*PostgresqlConfig12) Descriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig12.ProtoReflect.Descriptor instead.

func (*PostgresqlConfig12) GetArchiveTimeout

func (x *PostgresqlConfig12) GetArchiveTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig12) GetArrayNulls

func (x *PostgresqlConfig12) GetArrayNulls() *wrapperspb.BoolValue

func (*PostgresqlConfig12) GetAutoExplainLogAnalyze

func (x *PostgresqlConfig12) GetAutoExplainLogAnalyze() *wrapperspb.BoolValue

func (*PostgresqlConfig12) GetAutoExplainLogBuffers

func (x *PostgresqlConfig12) GetAutoExplainLogBuffers() *wrapperspb.BoolValue

func (*PostgresqlConfig12) GetAutoExplainLogMinDuration

func (x *PostgresqlConfig12) GetAutoExplainLogMinDuration() *wrapperspb.Int64Value

func (*PostgresqlConfig12) GetAutoExplainLogNestedStatements

func (x *PostgresqlConfig12) GetAutoExplainLogNestedStatements() *wrapperspb.BoolValue

func (*PostgresqlConfig12) GetAutoExplainLogTiming

func (x *PostgresqlConfig12) GetAutoExplainLogTiming() *wrapperspb.BoolValue

func (*PostgresqlConfig12) GetAutoExplainLogTriggers

func (x *PostgresqlConfig12) GetAutoExplainLogTriggers() *wrapperspb.BoolValue

func (*PostgresqlConfig12) GetAutoExplainLogVerbose

func (x *PostgresqlConfig12) GetAutoExplainLogVerbose() *wrapperspb.BoolValue

func (*PostgresqlConfig12) GetAutoExplainSampleRate

func (x *PostgresqlConfig12) GetAutoExplainSampleRate() *wrapperspb.DoubleValue

func (*PostgresqlConfig12) GetAutovacuumAnalyzeScaleFactor

func (x *PostgresqlConfig12) GetAutovacuumAnalyzeScaleFactor() *wrapperspb.DoubleValue

func (*PostgresqlConfig12) GetAutovacuumMaxWorkers

func (x *PostgresqlConfig12) GetAutovacuumMaxWorkers() *wrapperspb.Int64Value

func (*PostgresqlConfig12) GetAutovacuumNaptime

func (x *PostgresqlConfig12) GetAutovacuumNaptime() *wrapperspb.Int64Value

func (*PostgresqlConfig12) GetAutovacuumVacuumCostDelay

func (x *PostgresqlConfig12) GetAutovacuumVacuumCostDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig12) GetAutovacuumVacuumCostLimit

func (x *PostgresqlConfig12) GetAutovacuumVacuumCostLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig12) GetAutovacuumVacuumScaleFactor

func (x *PostgresqlConfig12) GetAutovacuumVacuumScaleFactor() *wrapperspb.DoubleValue

func (*PostgresqlConfig12) GetAutovacuumWorkMem

func (x *PostgresqlConfig12) GetAutovacuumWorkMem() *wrapperspb.Int64Value

func (*PostgresqlConfig12) GetBackendFlushAfter

func (x *PostgresqlConfig12) GetBackendFlushAfter() *wrapperspb.Int64Value

func (*PostgresqlConfig12) GetBackslashQuote

func (*PostgresqlConfig12) GetBgwriterDelay

func (x *PostgresqlConfig12) GetBgwriterDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig12) GetBgwriterFlushAfter

func (x *PostgresqlConfig12) GetBgwriterFlushAfter() *wrapperspb.Int64Value

func (*PostgresqlConfig12) GetBgwriterLruMaxpages

func (x *PostgresqlConfig12) GetBgwriterLruMaxpages() *wrapperspb.Int64Value

func (*PostgresqlConfig12) GetBgwriterLruMultiplier

func (x *PostgresqlConfig12) GetBgwriterLruMultiplier() *wrapperspb.DoubleValue

func (*PostgresqlConfig12) GetByteaOutput

func (*PostgresqlConfig12) GetCheckpointCompletionTarget

func (x *PostgresqlConfig12) GetCheckpointCompletionTarget() *wrapperspb.DoubleValue

func (*PostgresqlConfig12) GetCheckpointFlushAfter

func (x *PostgresqlConfig12) GetCheckpointFlushAfter() *wrapperspb.Int64Value

func (*PostgresqlConfig12) GetCheckpointTimeout

func (x *PostgresqlConfig12) GetCheckpointTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig12) GetClientMinMessages

func (x *PostgresqlConfig12) GetClientMinMessages() PostgresqlConfig12_LogLevel

func (*PostgresqlConfig12) GetConstraintExclusion

func (x *PostgresqlConfig12) GetConstraintExclusion() PostgresqlConfig12_ConstraintExclusion

func (*PostgresqlConfig12) GetCursorTupleFraction

func (x *PostgresqlConfig12) GetCursorTupleFraction() *wrapperspb.DoubleValue

func (*PostgresqlConfig12) GetDeadlockTimeout

func (x *PostgresqlConfig12) GetDeadlockTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig12) GetDefaultStatisticsTarget

func (x *PostgresqlConfig12) GetDefaultStatisticsTarget() *wrapperspb.Int64Value

func (*PostgresqlConfig12) GetDefaultTransactionIsolation

func (x *PostgresqlConfig12) GetDefaultTransactionIsolation() PostgresqlConfig12_TransactionIsolation

func (*PostgresqlConfig12) GetDefaultTransactionReadOnly

func (x *PostgresqlConfig12) GetDefaultTransactionReadOnly() *wrapperspb.BoolValue

func (*PostgresqlConfig12) GetDefaultWithOids

func (x *PostgresqlConfig12) GetDefaultWithOids() *wrapperspb.BoolValue

func (*PostgresqlConfig12) GetEffectiveCacheSize

func (x *PostgresqlConfig12) GetEffectiveCacheSize() *wrapperspb.Int64Value

func (*PostgresqlConfig12) GetEffectiveIoConcurrency

func (x *PostgresqlConfig12) GetEffectiveIoConcurrency() *wrapperspb.Int64Value

func (*PostgresqlConfig12) GetEnableBitmapscan

func (x *PostgresqlConfig12) GetEnableBitmapscan() *wrapperspb.BoolValue

func (*PostgresqlConfig12) GetEnableHashagg

func (x *PostgresqlConfig12) GetEnableHashagg() *wrapperspb.BoolValue

func (*PostgresqlConfig12) GetEnableHashjoin

func (x *PostgresqlConfig12) GetEnableHashjoin() *wrapperspb.BoolValue

func (*PostgresqlConfig12) GetEnableIndexonlyscan

func (x *PostgresqlConfig12) GetEnableIndexonlyscan() *wrapperspb.BoolValue

func (*PostgresqlConfig12) GetEnableIndexscan

func (x *PostgresqlConfig12) GetEnableIndexscan() *wrapperspb.BoolValue

func (*PostgresqlConfig12) GetEnableMaterial

func (x *PostgresqlConfig12) GetEnableMaterial() *wrapperspb.BoolValue

func (*PostgresqlConfig12) GetEnableMergejoin

func (x *PostgresqlConfig12) GetEnableMergejoin() *wrapperspb.BoolValue

func (*PostgresqlConfig12) GetEnableNestloop

func (x *PostgresqlConfig12) GetEnableNestloop() *wrapperspb.BoolValue

func (*PostgresqlConfig12) GetEnableParallelAppend

func (x *PostgresqlConfig12) GetEnableParallelAppend() *wrapperspb.BoolValue

func (*PostgresqlConfig12) GetEnableParallelHash

func (x *PostgresqlConfig12) GetEnableParallelHash() *wrapperspb.BoolValue

func (*PostgresqlConfig12) GetEnablePartitionPruning

func (x *PostgresqlConfig12) GetEnablePartitionPruning() *wrapperspb.BoolValue

func (*PostgresqlConfig12) GetEnablePartitionwiseAggregate

func (x *PostgresqlConfig12) GetEnablePartitionwiseAggregate() *wrapperspb.BoolValue

func (*PostgresqlConfig12) GetEnablePartitionwiseJoin

func (x *PostgresqlConfig12) GetEnablePartitionwiseJoin() *wrapperspb.BoolValue

func (*PostgresqlConfig12) GetEnableSeqscan

func (x *PostgresqlConfig12) GetEnableSeqscan() *wrapperspb.BoolValue

func (*PostgresqlConfig12) GetEnableSort

func (x *PostgresqlConfig12) GetEnableSort() *wrapperspb.BoolValue

func (*PostgresqlConfig12) GetEnableTidscan

func (x *PostgresqlConfig12) GetEnableTidscan() *wrapperspb.BoolValue

func (*PostgresqlConfig12) GetEscapeStringWarning

func (x *PostgresqlConfig12) GetEscapeStringWarning() *wrapperspb.BoolValue

func (*PostgresqlConfig12) GetExitOnError

func (x *PostgresqlConfig12) GetExitOnError() *wrapperspb.BoolValue

func (*PostgresqlConfig12) GetForceParallelMode

func (x *PostgresqlConfig12) GetForceParallelMode() PostgresqlConfig12_ForceParallelMode

func (*PostgresqlConfig12) GetFromCollapseLimit

func (x *PostgresqlConfig12) GetFromCollapseLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig12) GetGeqo

func (x *PostgresqlConfig12) GetGeqo() *wrapperspb.BoolValue

func (*PostgresqlConfig12) GetGeqoEffort

func (x *PostgresqlConfig12) GetGeqoEffort() *wrapperspb.Int64Value

func (*PostgresqlConfig12) GetGeqoGenerations

func (x *PostgresqlConfig12) GetGeqoGenerations() *wrapperspb.Int64Value

func (*PostgresqlConfig12) GetGeqoPoolSize

func (x *PostgresqlConfig12) GetGeqoPoolSize() *wrapperspb.Int64Value

func (*PostgresqlConfig12) GetGeqoSeed

func (x *PostgresqlConfig12) GetGeqoSeed() *wrapperspb.DoubleValue

func (*PostgresqlConfig12) GetGeqoSelectionBias

func (x *PostgresqlConfig12) GetGeqoSelectionBias() *wrapperspb.DoubleValue

func (*PostgresqlConfig12) GetGeqoThreshold

func (x *PostgresqlConfig12) GetGeqoThreshold() *wrapperspb.Int64Value

func (*PostgresqlConfig12) GetGinPendingListLimit

func (x *PostgresqlConfig12) GetGinPendingListLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig12) GetIdleInTransactionSessionTimeout

func (x *PostgresqlConfig12) GetIdleInTransactionSessionTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig12) GetJit

func (*PostgresqlConfig12) GetJoinCollapseLimit

func (x *PostgresqlConfig12) GetJoinCollapseLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig12) GetLoCompatPrivileges

func (x *PostgresqlConfig12) GetLoCompatPrivileges() *wrapperspb.BoolValue

func (*PostgresqlConfig12) GetLockTimeout

func (x *PostgresqlConfig12) GetLockTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig12) GetLogAutovacuumMinDuration

func (x *PostgresqlConfig12) GetLogAutovacuumMinDuration() *wrapperspb.Int64Value

func (*PostgresqlConfig12) GetLogCheckpoints

func (x *PostgresqlConfig12) GetLogCheckpoints() *wrapperspb.BoolValue

func (*PostgresqlConfig12) GetLogConnections

func (x *PostgresqlConfig12) GetLogConnections() *wrapperspb.BoolValue

func (*PostgresqlConfig12) GetLogDisconnections

func (x *PostgresqlConfig12) GetLogDisconnections() *wrapperspb.BoolValue

func (*PostgresqlConfig12) GetLogDuration

func (x *PostgresqlConfig12) GetLogDuration() *wrapperspb.BoolValue

func (*PostgresqlConfig12) GetLogErrorVerbosity

func (x *PostgresqlConfig12) GetLogErrorVerbosity() PostgresqlConfig12_LogErrorVerbosity

func (*PostgresqlConfig12) GetLogLockWaits

func (x *PostgresqlConfig12) GetLogLockWaits() *wrapperspb.BoolValue

func (*PostgresqlConfig12) GetLogMinDurationStatement

func (x *PostgresqlConfig12) GetLogMinDurationStatement() *wrapperspb.Int64Value

func (*PostgresqlConfig12) GetLogMinErrorStatement

func (x *PostgresqlConfig12) GetLogMinErrorStatement() PostgresqlConfig12_LogLevel

func (*PostgresqlConfig12) GetLogMinMessages

func (x *PostgresqlConfig12) GetLogMinMessages() PostgresqlConfig12_LogLevel

func (*PostgresqlConfig12) GetLogReplicationCommands

func (x *PostgresqlConfig12) GetLogReplicationCommands() *wrapperspb.BoolValue

func (*PostgresqlConfig12) GetLogStatement

func (*PostgresqlConfig12) GetLogTempFiles

func (x *PostgresqlConfig12) GetLogTempFiles() *wrapperspb.Int64Value

func (*PostgresqlConfig12) GetLogTransactionSampleRate

func (x *PostgresqlConfig12) GetLogTransactionSampleRate() *wrapperspb.DoubleValue

func (*PostgresqlConfig12) GetMaintenanceWorkMem

func (x *PostgresqlConfig12) GetMaintenanceWorkMem() *wrapperspb.Int64Value

func (*PostgresqlConfig12) GetMaxConnections

func (x *PostgresqlConfig12) GetMaxConnections() *wrapperspb.Int64Value

func (*PostgresqlConfig12) GetMaxLocksPerTransaction

func (x *PostgresqlConfig12) GetMaxLocksPerTransaction() *wrapperspb.Int64Value

func (*PostgresqlConfig12) GetMaxParallelMaintenanceWorkers

func (x *PostgresqlConfig12) GetMaxParallelMaintenanceWorkers() *wrapperspb.Int64Value

func (*PostgresqlConfig12) GetMaxParallelWorkers

func (x *PostgresqlConfig12) GetMaxParallelWorkers() *wrapperspb.Int64Value

func (*PostgresqlConfig12) GetMaxParallelWorkersPerGather

func (x *PostgresqlConfig12) GetMaxParallelWorkersPerGather() *wrapperspb.Int64Value

func (*PostgresqlConfig12) GetMaxPredLocksPerTransaction

func (x *PostgresqlConfig12) GetMaxPredLocksPerTransaction() *wrapperspb.Int64Value

func (*PostgresqlConfig12) GetMaxPreparedTransactions

func (x *PostgresqlConfig12) GetMaxPreparedTransactions() *wrapperspb.Int64Value

func (*PostgresqlConfig12) GetMaxStackDepth

func (x *PostgresqlConfig12) GetMaxStackDepth() *wrapperspb.Int64Value

func (*PostgresqlConfig12) GetMaxStandbyArchiveDelay

func (x *PostgresqlConfig12) GetMaxStandbyArchiveDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig12) GetMaxStandbyStreamingDelay

func (x *PostgresqlConfig12) GetMaxStandbyStreamingDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig12) GetMaxWalSize

func (x *PostgresqlConfig12) GetMaxWalSize() *wrapperspb.Int64Value

func (*PostgresqlConfig12) GetMaxWorkerProcesses

func (x *PostgresqlConfig12) GetMaxWorkerProcesses() *wrapperspb.Int64Value

func (*PostgresqlConfig12) GetMinWalSize

func (x *PostgresqlConfig12) GetMinWalSize() *wrapperspb.Int64Value

func (*PostgresqlConfig12) GetOldSnapshotThreshold

func (x *PostgresqlConfig12) GetOldSnapshotThreshold() *wrapperspb.Int64Value

func (*PostgresqlConfig12) GetOperatorPrecedenceWarning

func (x *PostgresqlConfig12) GetOperatorPrecedenceWarning() *wrapperspb.BoolValue

func (*PostgresqlConfig12) GetParallelLeaderParticipation

func (x *PostgresqlConfig12) GetParallelLeaderParticipation() *wrapperspb.BoolValue

func (*PostgresqlConfig12) GetPasswordEncryption

func (x *PostgresqlConfig12) GetPasswordEncryption() PostgresqlConfig12_PasswordEncryption

func (*PostgresqlConfig12) GetPgHintPlanDebugPrint

func (x *PostgresqlConfig12) GetPgHintPlanDebugPrint() PostgresqlConfig12_PgHintPlanDebugPrint

func (*PostgresqlConfig12) GetPgHintPlanEnableHint

func (x *PostgresqlConfig12) GetPgHintPlanEnableHint() *wrapperspb.BoolValue

func (*PostgresqlConfig12) GetPgHintPlanEnableHintTable

func (x *PostgresqlConfig12) GetPgHintPlanEnableHintTable() *wrapperspb.BoolValue

func (*PostgresqlConfig12) GetPgHintPlanMessageLevel

func (x *PostgresqlConfig12) GetPgHintPlanMessageLevel() PostgresqlConfig12_LogLevel

func (*PostgresqlConfig12) GetPgQualstatsEnabled

func (x *PostgresqlConfig12) GetPgQualstatsEnabled() *wrapperspb.BoolValue

func (*PostgresqlConfig12) GetPgQualstatsMax

func (x *PostgresqlConfig12) GetPgQualstatsMax() *wrapperspb.Int64Value

func (*PostgresqlConfig12) GetPgQualstatsResolveOids

func (x *PostgresqlConfig12) GetPgQualstatsResolveOids() *wrapperspb.BoolValue

func (*PostgresqlConfig12) GetPgQualstatsSampleRate

func (x *PostgresqlConfig12) GetPgQualstatsSampleRate() *wrapperspb.DoubleValue

func (*PostgresqlConfig12) GetPgQualstatsTrackConstants

func (x *PostgresqlConfig12) GetPgQualstatsTrackConstants() *wrapperspb.BoolValue

func (*PostgresqlConfig12) GetPgTrgmSimilarityThreshold

func (x *PostgresqlConfig12) GetPgTrgmSimilarityThreshold() *wrapperspb.DoubleValue

func (*PostgresqlConfig12) GetPgTrgmStrictWordSimilarityThreshold

func (x *PostgresqlConfig12) GetPgTrgmStrictWordSimilarityThreshold() *wrapperspb.DoubleValue

func (*PostgresqlConfig12) GetPgTrgmWordSimilarityThreshold

func (x *PostgresqlConfig12) GetPgTrgmWordSimilarityThreshold() *wrapperspb.DoubleValue

func (*PostgresqlConfig12) GetPlanCacheMode

func (*PostgresqlConfig12) GetQuoteAllIdentifiers

func (x *PostgresqlConfig12) GetQuoteAllIdentifiers() *wrapperspb.BoolValue

func (*PostgresqlConfig12) GetRandomPageCost

func (x *PostgresqlConfig12) GetRandomPageCost() *wrapperspb.DoubleValue

func (*PostgresqlConfig12) GetRowSecurity

func (x *PostgresqlConfig12) GetRowSecurity() *wrapperspb.BoolValue

func (*PostgresqlConfig12) GetSearchPath

func (x *PostgresqlConfig12) GetSearchPath() string

func (*PostgresqlConfig12) GetSeqPageCost

func (x *PostgresqlConfig12) GetSeqPageCost() *wrapperspb.DoubleValue

func (*PostgresqlConfig12) GetSessionDurationTimeout

func (x *PostgresqlConfig12) GetSessionDurationTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig12) GetSharedBuffers

func (x *PostgresqlConfig12) GetSharedBuffers() *wrapperspb.Int64Value

func (*PostgresqlConfig12) GetSharedPreloadLibraries

func (x *PostgresqlConfig12) GetSharedPreloadLibraries() []PostgresqlConfig12_SharedPreloadLibraries

func (*PostgresqlConfig12) GetStandardConformingStrings

func (x *PostgresqlConfig12) GetStandardConformingStrings() *wrapperspb.BoolValue

func (*PostgresqlConfig12) GetStatementTimeout

func (x *PostgresqlConfig12) GetStatementTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig12) GetSynchronizeSeqscans

func (x *PostgresqlConfig12) GetSynchronizeSeqscans() *wrapperspb.BoolValue

func (*PostgresqlConfig12) GetSynchronousCommit

func (x *PostgresqlConfig12) GetSynchronousCommit() PostgresqlConfig12_SynchronousCommit

func (*PostgresqlConfig12) GetTempBuffers

func (x *PostgresqlConfig12) GetTempBuffers() *wrapperspb.Int64Value

func (*PostgresqlConfig12) GetTempFileLimit

func (x *PostgresqlConfig12) GetTempFileLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig12) GetTimezone

func (x *PostgresqlConfig12) GetTimezone() string

func (*PostgresqlConfig12) GetTrackActivityQuerySize

func (x *PostgresqlConfig12) GetTrackActivityQuerySize() *wrapperspb.Int64Value

func (*PostgresqlConfig12) GetTransformNullEquals

func (x *PostgresqlConfig12) GetTransformNullEquals() *wrapperspb.BoolValue

func (*PostgresqlConfig12) GetVacuumCleanupIndexScaleFactor

func (x *PostgresqlConfig12) GetVacuumCleanupIndexScaleFactor() *wrapperspb.DoubleValue

func (*PostgresqlConfig12) GetVacuumCostDelay

func (x *PostgresqlConfig12) GetVacuumCostDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig12) GetVacuumCostLimit

func (x *PostgresqlConfig12) GetVacuumCostLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig12) GetVacuumCostPageDirty

func (x *PostgresqlConfig12) GetVacuumCostPageDirty() *wrapperspb.Int64Value

func (*PostgresqlConfig12) GetVacuumCostPageHit

func (x *PostgresqlConfig12) GetVacuumCostPageHit() *wrapperspb.Int64Value

func (*PostgresqlConfig12) GetVacuumCostPageMiss

func (x *PostgresqlConfig12) GetVacuumCostPageMiss() *wrapperspb.Int64Value

func (*PostgresqlConfig12) GetWalLevel

func (*PostgresqlConfig12) GetWorkMem

func (x *PostgresqlConfig12) GetWorkMem() *wrapperspb.Int64Value

func (*PostgresqlConfig12) GetXmlbinary

func (*PostgresqlConfig12) GetXmloption

func (*PostgresqlConfig12) ProtoMessage

func (*PostgresqlConfig12) ProtoMessage()

func (*PostgresqlConfig12) ProtoReflect

func (x *PostgresqlConfig12) ProtoReflect() protoreflect.Message

func (*PostgresqlConfig12) Reset

func (x *PostgresqlConfig12) Reset()

func (*PostgresqlConfig12) SetArchiveTimeout

func (m *PostgresqlConfig12) SetArchiveTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12) SetArrayNulls

func (m *PostgresqlConfig12) SetArrayNulls(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12) SetAutoExplainLogAnalyze

func (m *PostgresqlConfig12) SetAutoExplainLogAnalyze(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12) SetAutoExplainLogBuffers

func (m *PostgresqlConfig12) SetAutoExplainLogBuffers(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12) SetAutoExplainLogMinDuration

func (m *PostgresqlConfig12) SetAutoExplainLogMinDuration(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12) SetAutoExplainLogNestedStatements

func (m *PostgresqlConfig12) SetAutoExplainLogNestedStatements(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12) SetAutoExplainLogTiming

func (m *PostgresqlConfig12) SetAutoExplainLogTiming(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12) SetAutoExplainLogTriggers

func (m *PostgresqlConfig12) SetAutoExplainLogTriggers(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12) SetAutoExplainLogVerbose

func (m *PostgresqlConfig12) SetAutoExplainLogVerbose(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12) SetAutoExplainSampleRate

func (m *PostgresqlConfig12) SetAutoExplainSampleRate(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig12) SetAutovacuumAnalyzeScaleFactor

func (m *PostgresqlConfig12) SetAutovacuumAnalyzeScaleFactor(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig12) SetAutovacuumMaxWorkers

func (m *PostgresqlConfig12) SetAutovacuumMaxWorkers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12) SetAutovacuumNaptime

func (m *PostgresqlConfig12) SetAutovacuumNaptime(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12) SetAutovacuumVacuumCostDelay

func (m *PostgresqlConfig12) SetAutovacuumVacuumCostDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12) SetAutovacuumVacuumCostLimit

func (m *PostgresqlConfig12) SetAutovacuumVacuumCostLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12) SetAutovacuumVacuumScaleFactor

func (m *PostgresqlConfig12) SetAutovacuumVacuumScaleFactor(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig12) SetAutovacuumWorkMem

func (m *PostgresqlConfig12) SetAutovacuumWorkMem(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12) SetBackendFlushAfter

func (m *PostgresqlConfig12) SetBackendFlushAfter(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12) SetBackslashQuote

func (m *PostgresqlConfig12) SetBackslashQuote(v PostgresqlConfig12_BackslashQuote)

func (*PostgresqlConfig12) SetBgwriterDelay

func (m *PostgresqlConfig12) SetBgwriterDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12) SetBgwriterFlushAfter

func (m *PostgresqlConfig12) SetBgwriterFlushAfter(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12) SetBgwriterLruMaxpages

func (m *PostgresqlConfig12) SetBgwriterLruMaxpages(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12) SetBgwriterLruMultiplier

func (m *PostgresqlConfig12) SetBgwriterLruMultiplier(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig12) SetByteaOutput

func (*PostgresqlConfig12) SetCheckpointCompletionTarget

func (m *PostgresqlConfig12) SetCheckpointCompletionTarget(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig12) SetCheckpointFlushAfter

func (m *PostgresqlConfig12) SetCheckpointFlushAfter(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12) SetCheckpointTimeout

func (m *PostgresqlConfig12) SetCheckpointTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12) SetClientMinMessages

func (m *PostgresqlConfig12) SetClientMinMessages(v PostgresqlConfig12_LogLevel)

func (*PostgresqlConfig12) SetConstraintExclusion

func (m *PostgresqlConfig12) SetConstraintExclusion(v PostgresqlConfig12_ConstraintExclusion)

func (*PostgresqlConfig12) SetCursorTupleFraction

func (m *PostgresqlConfig12) SetCursorTupleFraction(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig12) SetDeadlockTimeout

func (m *PostgresqlConfig12) SetDeadlockTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12) SetDefaultStatisticsTarget

func (m *PostgresqlConfig12) SetDefaultStatisticsTarget(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12) SetDefaultTransactionIsolation

func (m *PostgresqlConfig12) SetDefaultTransactionIsolation(v PostgresqlConfig12_TransactionIsolation)

func (*PostgresqlConfig12) SetDefaultTransactionReadOnly

func (m *PostgresqlConfig12) SetDefaultTransactionReadOnly(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12) SetDefaultWithOids

func (m *PostgresqlConfig12) SetDefaultWithOids(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12) SetEffectiveCacheSize

func (m *PostgresqlConfig12) SetEffectiveCacheSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12) SetEffectiveIoConcurrency

func (m *PostgresqlConfig12) SetEffectiveIoConcurrency(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12) SetEnableBitmapscan

func (m *PostgresqlConfig12) SetEnableBitmapscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12) SetEnableHashagg

func (m *PostgresqlConfig12) SetEnableHashagg(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12) SetEnableHashjoin

func (m *PostgresqlConfig12) SetEnableHashjoin(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12) SetEnableIndexonlyscan

func (m *PostgresqlConfig12) SetEnableIndexonlyscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12) SetEnableIndexscan

func (m *PostgresqlConfig12) SetEnableIndexscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12) SetEnableMaterial

func (m *PostgresqlConfig12) SetEnableMaterial(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12) SetEnableMergejoin

func (m *PostgresqlConfig12) SetEnableMergejoin(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12) SetEnableNestloop

func (m *PostgresqlConfig12) SetEnableNestloop(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12) SetEnableParallelAppend

func (m *PostgresqlConfig12) SetEnableParallelAppend(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12) SetEnableParallelHash

func (m *PostgresqlConfig12) SetEnableParallelHash(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12) SetEnablePartitionPruning

func (m *PostgresqlConfig12) SetEnablePartitionPruning(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12) SetEnablePartitionwiseAggregate

func (m *PostgresqlConfig12) SetEnablePartitionwiseAggregate(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12) SetEnablePartitionwiseJoin

func (m *PostgresqlConfig12) SetEnablePartitionwiseJoin(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12) SetEnableSeqscan

func (m *PostgresqlConfig12) SetEnableSeqscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12) SetEnableSort

func (m *PostgresqlConfig12) SetEnableSort(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12) SetEnableTidscan

func (m *PostgresqlConfig12) SetEnableTidscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12) SetEscapeStringWarning

func (m *PostgresqlConfig12) SetEscapeStringWarning(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12) SetExitOnError

func (m *PostgresqlConfig12) SetExitOnError(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12) SetForceParallelMode

func (m *PostgresqlConfig12) SetForceParallelMode(v PostgresqlConfig12_ForceParallelMode)

func (*PostgresqlConfig12) SetFromCollapseLimit

func (m *PostgresqlConfig12) SetFromCollapseLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12) SetGeqo

func (m *PostgresqlConfig12) SetGeqo(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12) SetGeqoEffort

func (m *PostgresqlConfig12) SetGeqoEffort(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12) SetGeqoGenerations

func (m *PostgresqlConfig12) SetGeqoGenerations(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12) SetGeqoPoolSize

func (m *PostgresqlConfig12) SetGeqoPoolSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12) SetGeqoSeed

func (m *PostgresqlConfig12) SetGeqoSeed(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig12) SetGeqoSelectionBias

func (m *PostgresqlConfig12) SetGeqoSelectionBias(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig12) SetGeqoThreshold

func (m *PostgresqlConfig12) SetGeqoThreshold(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12) SetGinPendingListLimit

func (m *PostgresqlConfig12) SetGinPendingListLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12) SetIdleInTransactionSessionTimeout

func (m *PostgresqlConfig12) SetIdleInTransactionSessionTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12) SetJit

func (m *PostgresqlConfig12) SetJit(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12) SetJoinCollapseLimit

func (m *PostgresqlConfig12) SetJoinCollapseLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12) SetLoCompatPrivileges

func (m *PostgresqlConfig12) SetLoCompatPrivileges(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12) SetLockTimeout

func (m *PostgresqlConfig12) SetLockTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12) SetLogAutovacuumMinDuration

func (m *PostgresqlConfig12) SetLogAutovacuumMinDuration(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12) SetLogCheckpoints

func (m *PostgresqlConfig12) SetLogCheckpoints(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12) SetLogConnections

func (m *PostgresqlConfig12) SetLogConnections(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12) SetLogDisconnections

func (m *PostgresqlConfig12) SetLogDisconnections(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12) SetLogDuration

func (m *PostgresqlConfig12) SetLogDuration(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12) SetLogErrorVerbosity

func (m *PostgresqlConfig12) SetLogErrorVerbosity(v PostgresqlConfig12_LogErrorVerbosity)

func (*PostgresqlConfig12) SetLogLockWaits

func (m *PostgresqlConfig12) SetLogLockWaits(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12) SetLogMinDurationStatement

func (m *PostgresqlConfig12) SetLogMinDurationStatement(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12) SetLogMinErrorStatement

func (m *PostgresqlConfig12) SetLogMinErrorStatement(v PostgresqlConfig12_LogLevel)

func (*PostgresqlConfig12) SetLogMinMessages

func (m *PostgresqlConfig12) SetLogMinMessages(v PostgresqlConfig12_LogLevel)

func (*PostgresqlConfig12) SetLogReplicationCommands

func (m *PostgresqlConfig12) SetLogReplicationCommands(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12) SetLogStatement

func (*PostgresqlConfig12) SetLogTempFiles

func (m *PostgresqlConfig12) SetLogTempFiles(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12) SetLogTransactionSampleRate

func (m *PostgresqlConfig12) SetLogTransactionSampleRate(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig12) SetMaintenanceWorkMem

func (m *PostgresqlConfig12) SetMaintenanceWorkMem(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12) SetMaxConnections

func (m *PostgresqlConfig12) SetMaxConnections(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12) SetMaxLocksPerTransaction

func (m *PostgresqlConfig12) SetMaxLocksPerTransaction(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12) SetMaxParallelMaintenanceWorkers

func (m *PostgresqlConfig12) SetMaxParallelMaintenanceWorkers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12) SetMaxParallelWorkers

func (m *PostgresqlConfig12) SetMaxParallelWorkers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12) SetMaxParallelWorkersPerGather

func (m *PostgresqlConfig12) SetMaxParallelWorkersPerGather(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12) SetMaxPredLocksPerTransaction

func (m *PostgresqlConfig12) SetMaxPredLocksPerTransaction(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12) SetMaxPreparedTransactions

func (m *PostgresqlConfig12) SetMaxPreparedTransactions(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12) SetMaxStackDepth

func (m *PostgresqlConfig12) SetMaxStackDepth(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12) SetMaxStandbyArchiveDelay

func (m *PostgresqlConfig12) SetMaxStandbyArchiveDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12) SetMaxStandbyStreamingDelay

func (m *PostgresqlConfig12) SetMaxStandbyStreamingDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12) SetMaxWalSize

func (m *PostgresqlConfig12) SetMaxWalSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12) SetMaxWorkerProcesses

func (m *PostgresqlConfig12) SetMaxWorkerProcesses(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12) SetMinWalSize

func (m *PostgresqlConfig12) SetMinWalSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12) SetOldSnapshotThreshold

func (m *PostgresqlConfig12) SetOldSnapshotThreshold(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12) SetOperatorPrecedenceWarning

func (m *PostgresqlConfig12) SetOperatorPrecedenceWarning(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12) SetParallelLeaderParticipation

func (m *PostgresqlConfig12) SetParallelLeaderParticipation(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12) SetPasswordEncryption

func (m *PostgresqlConfig12) SetPasswordEncryption(v PostgresqlConfig12_PasswordEncryption)

func (*PostgresqlConfig12) SetPgHintPlanDebugPrint

func (m *PostgresqlConfig12) SetPgHintPlanDebugPrint(v PostgresqlConfig12_PgHintPlanDebugPrint)

func (*PostgresqlConfig12) SetPgHintPlanEnableHint

func (m *PostgresqlConfig12) SetPgHintPlanEnableHint(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12) SetPgHintPlanEnableHintTable

func (m *PostgresqlConfig12) SetPgHintPlanEnableHintTable(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12) SetPgHintPlanMessageLevel

func (m *PostgresqlConfig12) SetPgHintPlanMessageLevel(v PostgresqlConfig12_LogLevel)

func (*PostgresqlConfig12) SetPgQualstatsEnabled

func (m *PostgresqlConfig12) SetPgQualstatsEnabled(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12) SetPgQualstatsMax

func (m *PostgresqlConfig12) SetPgQualstatsMax(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12) SetPgQualstatsResolveOids

func (m *PostgresqlConfig12) SetPgQualstatsResolveOids(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12) SetPgQualstatsSampleRate

func (m *PostgresqlConfig12) SetPgQualstatsSampleRate(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig12) SetPgQualstatsTrackConstants

func (m *PostgresqlConfig12) SetPgQualstatsTrackConstants(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12) SetPgTrgmSimilarityThreshold

func (m *PostgresqlConfig12) SetPgTrgmSimilarityThreshold(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig12) SetPgTrgmStrictWordSimilarityThreshold

func (m *PostgresqlConfig12) SetPgTrgmStrictWordSimilarityThreshold(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig12) SetPgTrgmWordSimilarityThreshold

func (m *PostgresqlConfig12) SetPgTrgmWordSimilarityThreshold(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig12) SetPlanCacheMode

func (*PostgresqlConfig12) SetQuoteAllIdentifiers

func (m *PostgresqlConfig12) SetQuoteAllIdentifiers(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12) SetRandomPageCost

func (m *PostgresqlConfig12) SetRandomPageCost(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig12) SetRowSecurity

func (m *PostgresqlConfig12) SetRowSecurity(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12) SetSearchPath

func (m *PostgresqlConfig12) SetSearchPath(v string)

func (*PostgresqlConfig12) SetSeqPageCost

func (m *PostgresqlConfig12) SetSeqPageCost(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig12) SetSessionDurationTimeout

func (m *PostgresqlConfig12) SetSessionDurationTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12) SetSharedBuffers

func (m *PostgresqlConfig12) SetSharedBuffers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12) SetSharedPreloadLibraries

func (m *PostgresqlConfig12) SetSharedPreloadLibraries(v []PostgresqlConfig12_SharedPreloadLibraries)

func (*PostgresqlConfig12) SetStandardConformingStrings

func (m *PostgresqlConfig12) SetStandardConformingStrings(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12) SetStatementTimeout

func (m *PostgresqlConfig12) SetStatementTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12) SetSynchronizeSeqscans

func (m *PostgresqlConfig12) SetSynchronizeSeqscans(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12) SetSynchronousCommit

func (m *PostgresqlConfig12) SetSynchronousCommit(v PostgresqlConfig12_SynchronousCommit)

func (*PostgresqlConfig12) SetTempBuffers

func (m *PostgresqlConfig12) SetTempBuffers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12) SetTempFileLimit

func (m *PostgresqlConfig12) SetTempFileLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12) SetTimezone

func (m *PostgresqlConfig12) SetTimezone(v string)

func (*PostgresqlConfig12) SetTrackActivityQuerySize

func (m *PostgresqlConfig12) SetTrackActivityQuerySize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12) SetTransformNullEquals

func (m *PostgresqlConfig12) SetTransformNullEquals(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12) SetVacuumCleanupIndexScaleFactor

func (m *PostgresqlConfig12) SetVacuumCleanupIndexScaleFactor(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig12) SetVacuumCostDelay

func (m *PostgresqlConfig12) SetVacuumCostDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12) SetVacuumCostLimit

func (m *PostgresqlConfig12) SetVacuumCostLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12) SetVacuumCostPageDirty

func (m *PostgresqlConfig12) SetVacuumCostPageDirty(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12) SetVacuumCostPageHit

func (m *PostgresqlConfig12) SetVacuumCostPageHit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12) SetVacuumCostPageMiss

func (m *PostgresqlConfig12) SetVacuumCostPageMiss(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12) SetWalLevel

func (*PostgresqlConfig12) SetWorkMem

func (m *PostgresqlConfig12) SetWorkMem(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12) SetXmlbinary

func (*PostgresqlConfig12) SetXmloption

func (*PostgresqlConfig12) String

func (x *PostgresqlConfig12) String() string

type PostgresqlConfig12_1C

type PostgresqlConfig12_1C struct {
	MaxConnections             *wrapperspb.Int64Value                  `protobuf:"bytes,1,opt,name=max_connections,json=maxConnections,proto3" json:"max_connections,omitempty"`
	SharedBuffers              *wrapperspb.Int64Value                  `protobuf:"bytes,2,opt,name=shared_buffers,json=sharedBuffers,proto3" json:"shared_buffers,omitempty"`                  // in bytes.
	TempBuffers                *wrapperspb.Int64Value                  `protobuf:"bytes,3,opt,name=temp_buffers,json=tempBuffers,proto3" json:"temp_buffers,omitempty"`                        // in bytes.
	MaxPreparedTransactions    *wrapperspb.Int64Value                  ``                                                                                                                      /* 132-byte string literal not displayed */
	WorkMem                    *wrapperspb.Int64Value                  `protobuf:"bytes,5,opt,name=work_mem,json=workMem,proto3" json:"work_mem,omitempty"`                                    // in bytes.
	MaintenanceWorkMem         *wrapperspb.Int64Value                  `protobuf:"bytes,6,opt,name=maintenance_work_mem,json=maintenanceWorkMem,proto3" json:"maintenance_work_mem,omitempty"` // in bytes.
	AutovacuumWorkMem          *wrapperspb.Int64Value                  `protobuf:"bytes,7,opt,name=autovacuum_work_mem,json=autovacuumWorkMem,proto3" json:"autovacuum_work_mem,omitempty"`    // in bytes.
	TempFileLimit              *wrapperspb.Int64Value                  `protobuf:"bytes,8,opt,name=temp_file_limit,json=tempFileLimit,proto3" json:"temp_file_limit,omitempty"`                // in bytes.
	VacuumCostDelay            *wrapperspb.Int64Value                  `protobuf:"bytes,9,opt,name=vacuum_cost_delay,json=vacuumCostDelay,proto3" json:"vacuum_cost_delay,omitempty"`          // in milliseconds.
	VacuumCostPageHit          *wrapperspb.Int64Value                  `protobuf:"bytes,10,opt,name=vacuum_cost_page_hit,json=vacuumCostPageHit,proto3" json:"vacuum_cost_page_hit,omitempty"`
	VacuumCostPageMiss         *wrapperspb.Int64Value                  `protobuf:"bytes,11,opt,name=vacuum_cost_page_miss,json=vacuumCostPageMiss,proto3" json:"vacuum_cost_page_miss,omitempty"`
	VacuumCostPageDirty        *wrapperspb.Int64Value                  `protobuf:"bytes,12,opt,name=vacuum_cost_page_dirty,json=vacuumCostPageDirty,proto3" json:"vacuum_cost_page_dirty,omitempty"`
	VacuumCostLimit            *wrapperspb.Int64Value                  `protobuf:"bytes,13,opt,name=vacuum_cost_limit,json=vacuumCostLimit,proto3" json:"vacuum_cost_limit,omitempty"`
	BgwriterDelay              *wrapperspb.Int64Value                  `protobuf:"bytes,14,opt,name=bgwriter_delay,json=bgwriterDelay,proto3" json:"bgwriter_delay,omitempty"` // in milliseconds.
	BgwriterLruMaxpages        *wrapperspb.Int64Value                  `protobuf:"bytes,15,opt,name=bgwriter_lru_maxpages,json=bgwriterLruMaxpages,proto3" json:"bgwriter_lru_maxpages,omitempty"`
	BgwriterLruMultiplier      *wrapperspb.DoubleValue                 `` /* 127-byte string literal not displayed */
	BgwriterFlushAfter         *wrapperspb.Int64Value                  `protobuf:"bytes,17,opt,name=bgwriter_flush_after,json=bgwriterFlushAfter,proto3" json:"bgwriter_flush_after,omitempty"`
	BackendFlushAfter          *wrapperspb.Int64Value                  `protobuf:"bytes,18,opt,name=backend_flush_after,json=backendFlushAfter,proto3" json:"backend_flush_after,omitempty"`
	OldSnapshotThreshold       *wrapperspb.Int64Value                  `protobuf:"bytes,19,opt,name=old_snapshot_threshold,json=oldSnapshotThreshold,proto3" json:"old_snapshot_threshold,omitempty"`
	WalLevel                   PostgresqlConfig12_1C_WalLevel          ``                                                                                                                  /* 161-byte string literal not displayed */
	SynchronousCommit          PostgresqlConfig12_1C_SynchronousCommit ``                                                                                                                  /* 197-byte string literal not displayed */
	CheckpointTimeout          *wrapperspb.Int64Value                  `protobuf:"bytes,22,opt,name=checkpoint_timeout,json=checkpointTimeout,proto3" json:"checkpoint_timeout,omitempty"` // in milliseconds.
	CheckpointCompletionTarget *wrapperspb.DoubleValue                 ``                                                                                                                  /* 142-byte string literal not displayed */
	CheckpointFlushAfter       *wrapperspb.Int64Value                  `protobuf:"bytes,24,opt,name=checkpoint_flush_after,json=checkpointFlushAfter,proto3" json:"checkpoint_flush_after,omitempty"`
	MaxWalSize                 *wrapperspb.Int64Value                  `protobuf:"bytes,25,opt,name=max_wal_size,json=maxWalSize,proto3" json:"max_wal_size,omitempty"` // in bytes.
	MinWalSize                 *wrapperspb.Int64Value                  `protobuf:"bytes,26,opt,name=min_wal_size,json=minWalSize,proto3" json:"min_wal_size,omitempty"` // in bytes.
	MaxStandbyStreamingDelay   *wrapperspb.Int64Value                  ``                                                                                               // in milliseconds.
	/* 138-byte string literal not displayed */
	DefaultStatisticsTarget *wrapperspb.Int64Value                    `` /* 133-byte string literal not displayed */
	ConstraintExclusion     PostgresqlConfig12_1C_ConstraintExclusion `` /* 205-byte string literal not displayed */
	CursorTupleFraction     *wrapperspb.DoubleValue                   `protobuf:"bytes,30,opt,name=cursor_tuple_fraction,json=cursorTupleFraction,proto3" json:"cursor_tuple_fraction,omitempty"`
	FromCollapseLimit       *wrapperspb.Int64Value                    `protobuf:"bytes,31,opt,name=from_collapse_limit,json=fromCollapseLimit,proto3" json:"from_collapse_limit,omitempty"`
	JoinCollapseLimit       *wrapperspb.Int64Value                    `protobuf:"bytes,32,opt,name=join_collapse_limit,json=joinCollapseLimit,proto3" json:"join_collapse_limit,omitempty"`
	ForceParallelMode       PostgresqlConfig12_1C_ForceParallelMode   `` /* 199-byte string literal not displayed */
	ClientMinMessages       PostgresqlConfig12_1C_LogLevel            `` /* 190-byte string literal not displayed */
	LogMinMessages          PostgresqlConfig12_1C_LogLevel            `` /* 181-byte string literal not displayed */
	LogMinErrorStatement    PostgresqlConfig12_1C_LogLevel            `` /* 201-byte string literal not displayed */
	LogMinDurationStatement *wrapperspb.Int64Value                    `` // in milliseconds.
	/* 135-byte string literal not displayed */
	LogCheckpoints                  *wrapperspb.BoolValue                      `protobuf:"bytes,38,opt,name=log_checkpoints,json=logCheckpoints,proto3" json:"log_checkpoints,omitempty"`
	LogConnections                  *wrapperspb.BoolValue                      `protobuf:"bytes,39,opt,name=log_connections,json=logConnections,proto3" json:"log_connections,omitempty"`
	LogDisconnections               *wrapperspb.BoolValue                      `protobuf:"bytes,40,opt,name=log_disconnections,json=logDisconnections,proto3" json:"log_disconnections,omitempty"`
	LogDuration                     *wrapperspb.BoolValue                      `protobuf:"bytes,41,opt,name=log_duration,json=logDuration,proto3" json:"log_duration,omitempty"`
	LogErrorVerbosity               PostgresqlConfig12_1C_LogErrorVerbosity    `` /* 199-byte string literal not displayed */
	LogLockWaits                    *wrapperspb.BoolValue                      `protobuf:"bytes,43,opt,name=log_lock_waits,json=logLockWaits,proto3" json:"log_lock_waits,omitempty"`
	LogStatement                    PostgresqlConfig12_1C_LogStatement         `` /* 177-byte string literal not displayed */
	LogTempFiles                    *wrapperspb.Int64Value                     `protobuf:"bytes,45,opt,name=log_temp_files,json=logTempFiles,proto3" json:"log_temp_files,omitempty"`
	SearchPath                      string                                     `protobuf:"bytes,46,opt,name=search_path,json=searchPath,proto3" json:"search_path,omitempty"`
	RowSecurity                     *wrapperspb.BoolValue                      `protobuf:"bytes,47,opt,name=row_security,json=rowSecurity,proto3" json:"row_security,omitempty"`
	DefaultTransactionIsolation     PostgresqlConfig12_1C_TransactionIsolation ``                                                                                                               /* 232-byte string literal not displayed */
	StatementTimeout                *wrapperspb.Int64Value                     `protobuf:"bytes,49,opt,name=statement_timeout,json=statementTimeout,proto3" json:"statement_timeout,omitempty"` // in milliseconds.
	LockTimeout                     *wrapperspb.Int64Value                     `protobuf:"bytes,50,opt,name=lock_timeout,json=lockTimeout,proto3" json:"lock_timeout,omitempty"`                // in milliseconds.
	IdleInTransactionSessionTimeout *wrapperspb.Int64Value                     ``                                                                                                               // in milliseconds.
	/* 161-byte string literal not displayed */
	ByteaOutput                   PostgresqlConfig12_1C_ByteaOutput              ``                                                                                                                            /* 173-byte string literal not displayed */
	Xmlbinary                     PostgresqlConfig12_1C_XmlBinary                ``                                                                                                                            /* 148-byte string literal not displayed */
	Xmloption                     PostgresqlConfig12_1C_XmlOption                ``                                                                                                                            /* 148-byte string literal not displayed */
	GinPendingListLimit           *wrapperspb.Int64Value                         `protobuf:"bytes,55,opt,name=gin_pending_list_limit,json=ginPendingListLimit,proto3" json:"gin_pending_list_limit,omitempty"` // in bytes.
	DeadlockTimeout               *wrapperspb.Int64Value                         `protobuf:"bytes,56,opt,name=deadlock_timeout,json=deadlockTimeout,proto3" json:"deadlock_timeout,omitempty"`                 // in milliseconds.
	MaxLocksPerTransaction        *wrapperspb.Int64Value                         ``                                                                                                                            /* 132-byte string literal not displayed */
	MaxPredLocksPerTransaction    *wrapperspb.Int64Value                         ``                                                                                                                            /* 146-byte string literal not displayed */
	ArrayNulls                    *wrapperspb.BoolValue                          `protobuf:"bytes,59,opt,name=array_nulls,json=arrayNulls,proto3" json:"array_nulls,omitempty"`
	BackslashQuote                PostgresqlConfig12_1C_BackslashQuote           `` /* 185-byte string literal not displayed */
	DefaultWithOids               *wrapperspb.BoolValue                          `protobuf:"bytes,61,opt,name=default_with_oids,json=defaultWithOids,proto3" json:"default_with_oids,omitempty"`
	EscapeStringWarning           *wrapperspb.BoolValue                          `protobuf:"bytes,62,opt,name=escape_string_warning,json=escapeStringWarning,proto3" json:"escape_string_warning,omitempty"`
	LoCompatPrivileges            *wrapperspb.BoolValue                          `protobuf:"bytes,63,opt,name=lo_compat_privileges,json=loCompatPrivileges,proto3" json:"lo_compat_privileges,omitempty"`
	OperatorPrecedenceWarning     *wrapperspb.BoolValue                          `` /* 139-byte string literal not displayed */
	QuoteAllIdentifiers           *wrapperspb.BoolValue                          `protobuf:"bytes,65,opt,name=quote_all_identifiers,json=quoteAllIdentifiers,proto3" json:"quote_all_identifiers,omitempty"`
	StandardConformingStrings     *wrapperspb.BoolValue                          `` /* 139-byte string literal not displayed */
	SynchronizeSeqscans           *wrapperspb.BoolValue                          `protobuf:"bytes,67,opt,name=synchronize_seqscans,json=synchronizeSeqscans,proto3" json:"synchronize_seqscans,omitempty"`
	TransformNullEquals           *wrapperspb.BoolValue                          `protobuf:"bytes,68,opt,name=transform_null_equals,json=transformNullEquals,proto3" json:"transform_null_equals,omitempty"`
	ExitOnError                   *wrapperspb.BoolValue                          `protobuf:"bytes,69,opt,name=exit_on_error,json=exitOnError,proto3" json:"exit_on_error,omitempty"`
	SeqPageCost                   *wrapperspb.DoubleValue                        `protobuf:"bytes,70,opt,name=seq_page_cost,json=seqPageCost,proto3" json:"seq_page_cost,omitempty"`
	RandomPageCost                *wrapperspb.DoubleValue                        `protobuf:"bytes,71,opt,name=random_page_cost,json=randomPageCost,proto3" json:"random_page_cost,omitempty"`
	AutovacuumMaxWorkers          *wrapperspb.Int64Value                         `protobuf:"bytes,72,opt,name=autovacuum_max_workers,json=autovacuumMaxWorkers,proto3" json:"autovacuum_max_workers,omitempty"`
	AutovacuumVacuumCostDelay     *wrapperspb.Int64Value                         ``                                                                                                                  /* 141-byte string literal not displayed */
	AutovacuumVacuumCostLimit     *wrapperspb.Int64Value                         ``                                                                                                                  /* 141-byte string literal not displayed */
	AutovacuumNaptime             *wrapperspb.Int64Value                         `protobuf:"bytes,75,opt,name=autovacuum_naptime,json=autovacuumNaptime,proto3" json:"autovacuum_naptime,omitempty"` // in milliseconds.
	ArchiveTimeout                *wrapperspb.Int64Value                         `protobuf:"bytes,76,opt,name=archive_timeout,json=archiveTimeout,proto3" json:"archive_timeout,omitempty"`          // in milliseconds.
	TrackActivityQuerySize        *wrapperspb.Int64Value                         ``                                                                                                                  /* 132-byte string literal not displayed */
	OnlineAnalyzeEnable           *wrapperspb.BoolValue                          `protobuf:"bytes,79,opt,name=online_analyze_enable,json=onlineAnalyzeEnable,proto3" json:"online_analyze_enable,omitempty"`
	EnableBitmapscan              *wrapperspb.BoolValue                          `protobuf:"bytes,80,opt,name=enable_bitmapscan,json=enableBitmapscan,proto3" json:"enable_bitmapscan,omitempty"`
	EnableHashagg                 *wrapperspb.BoolValue                          `protobuf:"bytes,81,opt,name=enable_hashagg,json=enableHashagg,proto3" json:"enable_hashagg,omitempty"`
	EnableHashjoin                *wrapperspb.BoolValue                          `protobuf:"bytes,82,opt,name=enable_hashjoin,json=enableHashjoin,proto3" json:"enable_hashjoin,omitempty"`
	EnableIndexscan               *wrapperspb.BoolValue                          `protobuf:"bytes,83,opt,name=enable_indexscan,json=enableIndexscan,proto3" json:"enable_indexscan,omitempty"`
	EnableIndexonlyscan           *wrapperspb.BoolValue                          `protobuf:"bytes,84,opt,name=enable_indexonlyscan,json=enableIndexonlyscan,proto3" json:"enable_indexonlyscan,omitempty"`
	EnableMaterial                *wrapperspb.BoolValue                          `protobuf:"bytes,85,opt,name=enable_material,json=enableMaterial,proto3" json:"enable_material,omitempty"`
	EnableMergejoin               *wrapperspb.BoolValue                          `protobuf:"bytes,86,opt,name=enable_mergejoin,json=enableMergejoin,proto3" json:"enable_mergejoin,omitempty"`
	EnableNestloop                *wrapperspb.BoolValue                          `protobuf:"bytes,87,opt,name=enable_nestloop,json=enableNestloop,proto3" json:"enable_nestloop,omitempty"`
	EnableSeqscan                 *wrapperspb.BoolValue                          `protobuf:"bytes,88,opt,name=enable_seqscan,json=enableSeqscan,proto3" json:"enable_seqscan,omitempty"`
	EnableSort                    *wrapperspb.BoolValue                          `protobuf:"bytes,89,opt,name=enable_sort,json=enableSort,proto3" json:"enable_sort,omitempty"`
	EnableTidscan                 *wrapperspb.BoolValue                          `protobuf:"bytes,90,opt,name=enable_tidscan,json=enableTidscan,proto3" json:"enable_tidscan,omitempty"`
	MaxWorkerProcesses            *wrapperspb.Int64Value                         `protobuf:"bytes,91,opt,name=max_worker_processes,json=maxWorkerProcesses,proto3" json:"max_worker_processes,omitempty"`
	MaxParallelWorkers            *wrapperspb.Int64Value                         `protobuf:"bytes,92,opt,name=max_parallel_workers,json=maxParallelWorkers,proto3" json:"max_parallel_workers,omitempty"`
	MaxParallelWorkersPerGather   *wrapperspb.Int64Value                         `` /* 149-byte string literal not displayed */
	AutovacuumVacuumScaleFactor   *wrapperspb.DoubleValue                        `` /* 147-byte string literal not displayed */
	AutovacuumAnalyzeScaleFactor  *wrapperspb.DoubleValue                        `` /* 150-byte string literal not displayed */
	DefaultTransactionReadOnly    *wrapperspb.BoolValue                          `` /* 144-byte string literal not displayed */
	Timezone                      string                                         `protobuf:"bytes,97,opt,name=timezone,proto3" json:"timezone,omitempty"`
	EnableParallelAppend          *wrapperspb.BoolValue                          `protobuf:"bytes,98,opt,name=enable_parallel_append,json=enableParallelAppend,proto3" json:"enable_parallel_append,omitempty"`
	EnableParallelHash            *wrapperspb.BoolValue                          `protobuf:"bytes,99,opt,name=enable_parallel_hash,json=enableParallelHash,proto3" json:"enable_parallel_hash,omitempty"`
	EnablePartitionPruning        *wrapperspb.BoolValue                          `` /* 131-byte string literal not displayed */
	EnablePartitionwiseAggregate  *wrapperspb.BoolValue                          `` /* 149-byte string literal not displayed */
	EnablePartitionwiseJoin       *wrapperspb.BoolValue                          `` /* 134-byte string literal not displayed */
	Jit                           *wrapperspb.BoolValue                          `protobuf:"bytes,103,opt,name=jit,proto3" json:"jit,omitempty"`
	MaxParallelMaintenanceWorkers *wrapperspb.Int64Value                         `` /* 154-byte string literal not displayed */
	ParallelLeaderParticipation   *wrapperspb.BoolValue                          `` /* 146-byte string literal not displayed */
	VacuumCleanupIndexScaleFactor *wrapperspb.DoubleValue                        `` /* 156-byte string literal not displayed */
	LogTransactionSampleRate      *wrapperspb.DoubleValue                        `` /* 139-byte string literal not displayed */
	PlanCacheMode                 PostgresqlConfig12_1C_PlanCacheMode            `` /* 184-byte string literal not displayed */
	EffectiveIoConcurrency        *wrapperspb.Int64Value                         `` /* 131-byte string literal not displayed */
	EffectiveCacheSize            *wrapperspb.Int64Value                         `protobuf:"bytes,110,opt,name=effective_cache_size,json=effectiveCacheSize,proto3" json:"effective_cache_size,omitempty"`
	SharedPreloadLibraries        []PostgresqlConfig12_1C_SharedPreloadLibraries `` /* 227-byte string literal not displayed */
	AutoExplainLogMinDuration     *wrapperspb.Int64Value                         `` // in milliseconds.
	/* 144-byte string literal not displayed */
	AutoExplainLogAnalyze               *wrapperspb.BoolValue                      `` /* 130-byte string literal not displayed */
	AutoExplainLogBuffers               *wrapperspb.BoolValue                      `` /* 130-byte string literal not displayed */
	AutoExplainLogTiming                *wrapperspb.BoolValue                      `` /* 127-byte string literal not displayed */
	AutoExplainLogTriggers              *wrapperspb.BoolValue                      `` /* 133-byte string literal not displayed */
	AutoExplainLogVerbose               *wrapperspb.BoolValue                      `` /* 130-byte string literal not displayed */
	AutoExplainLogNestedStatements      *wrapperspb.BoolValue                      `` /* 159-byte string literal not displayed */
	AutoExplainSampleRate               *wrapperspb.DoubleValue                    `` /* 130-byte string literal not displayed */
	PgHintPlanEnableHint                *wrapperspb.BoolValue                      `` /* 129-byte string literal not displayed */
	PgHintPlanEnableHintTable           *wrapperspb.BoolValue                      `` /* 146-byte string literal not displayed */
	PgHintPlanDebugPrint                PostgresqlConfig12_1C_PgHintPlanDebugPrint `` /* 216-byte string literal not displayed */
	PgHintPlanMessageLevel              PostgresqlConfig12_1C_LogLevel             `` /* 210-byte string literal not displayed */
	PgQualstatsEnabled                  *wrapperspb.BoolValue                      `protobuf:"bytes,124,opt,name=pg_qualstats_enabled,json=pgQualstatsEnabled,proto3" json:"pg_qualstats_enabled,omitempty"`
	PgQualstatsTrackConstants           *wrapperspb.BoolValue                      `` /* 142-byte string literal not displayed */
	PgQualstatsMax                      *wrapperspb.Int64Value                     `protobuf:"bytes,126,opt,name=pg_qualstats_max,json=pgQualstatsMax,proto3" json:"pg_qualstats_max,omitempty"`
	PgQualstatsResolveOids              *wrapperspb.BoolValue                      ``                                                                                                                     /* 133-byte string literal not displayed */
	PgQualstatsSampleRate               *wrapperspb.DoubleValue                    ``                                                                                                                     /* 130-byte string literal not displayed */
	PlantunerFixEmptyTable              *wrapperspb.BoolValue                      ``                                                                                                                     /* 133-byte string literal not displayed */
	MaxStackDepth                       *wrapperspb.Int64Value                     `protobuf:"bytes,150,opt,name=max_stack_depth,json=maxStackDepth,proto3" json:"max_stack_depth,omitempty"`             // in bytes.
	Geqo                                *wrapperspb.BoolValue                      `protobuf:"bytes,152,opt,name=geqo,proto3" json:"geqo,omitempty"`                                                      // enable Genetic Query Optimizer, by default is on
	GeqoThreshold                       *wrapperspb.Int64Value                     `protobuf:"bytes,153,opt,name=geqo_threshold,json=geqoThreshold,proto3" json:"geqo_threshold,omitempty"`               // The number of tables to use geqo, default is 12
	GeqoEffort                          *wrapperspb.Int64Value                     `protobuf:"bytes,154,opt,name=geqo_effort,json=geqoEffort,proto3" json:"geqo_effort,omitempty"`                        // tradeoff between planning time and query plan quality, default is 5
	GeqoPoolSize                        *wrapperspb.Int64Value                     `protobuf:"bytes,155,opt,name=geqo_pool_size,json=geqoPoolSize,proto3" json:"geqo_pool_size,omitempty"`                // number of individuals in the genetic population, useful values are typically 100 to 1000; default - 0 - choose based on based on geqo_effort
	GeqoGenerations                     *wrapperspb.Int64Value                     `protobuf:"bytes,156,opt,name=geqo_generations,json=geqoGenerations,proto3" json:"geqo_generations,omitempty"`         // the number of generations used by GEQO, useful values are in the same range as the pool size
	GeqoSelectionBias                   *wrapperspb.DoubleValue                    `protobuf:"bytes,157,opt,name=geqo_selection_bias,json=geqoSelectionBias,proto3" json:"geqo_selection_bias,omitempty"` // selective pressure within the population
	GeqoSeed                            *wrapperspb.DoubleValue                    `protobuf:"bytes,158,opt,name=geqo_seed,json=geqoSeed,proto3" json:"geqo_seed,omitempty"`                              // initial value of the random number generator used by GEQO
	PgTrgmSimilarityThreshold           *wrapperspb.DoubleValue                    ``                                                                                                                     /* 142-byte string literal not displayed */
	PgTrgmWordSimilarityThreshold       *wrapperspb.DoubleValue                    ``                                                                                                                     /* 156-byte string literal not displayed */
	PgTrgmStrictWordSimilarityThreshold *wrapperspb.DoubleValue                    ``                                                                                                                     /* 176-byte string literal not displayed */
	MaxStandbyArchiveDelay              *wrapperspb.Int64Value                     ``                                                                                                                     // in milliseconds.
	/* 133-byte string literal not displayed */
	SessionDurationTimeout *wrapperspb.Int64Value `` // Terminate any session that exceeds the designated timeout, specified in milliseconds. If a timeout is not specified, the default session timeout is set to 12 hours. To disable it, specify a value of 0.
	/* 131-byte string literal not displayed */
	LogReplicationCommands   *wrapperspb.BoolValue  `` /* 131-byte string literal not displayed */
	LogAutovacuumMinDuration *wrapperspb.Int64Value `` // in milliseconds. The default is 1000 (1 sec).
	/* 139-byte string literal not displayed */
	PasswordEncryption PostgresqlConfig12_1C_PasswordEncryption `` // A default value for “ user_password_encryption “ user-level setting, if it not specified for new users. Possible values are “ PASSWORD_ENCRYPTION_MD5 “ or “ PASSWORD_ENCRYPTION_SCRAM_SHA_256 “. The default is “ PASSWORD_ENCRYPTION_MD5 “.
	/* 202-byte string literal not displayed */
	// contains filtered or unexported fields
}

Options and structure of `PostgresqlConfig` reflects PostgreSQL configuration file parameters which detailed description is available in [PostgreSQL documentation](https://www.postgresql.org/docs/11/runtime-config.html).

func (*PostgresqlConfig12_1C) Descriptor deprecated

func (*PostgresqlConfig12_1C) Descriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig12_1C.ProtoReflect.Descriptor instead.

func (*PostgresqlConfig12_1C) GetArchiveTimeout

func (x *PostgresqlConfig12_1C) GetArchiveTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig12_1C) GetArrayNulls

func (x *PostgresqlConfig12_1C) GetArrayNulls() *wrapperspb.BoolValue

func (*PostgresqlConfig12_1C) GetAutoExplainLogAnalyze

func (x *PostgresqlConfig12_1C) GetAutoExplainLogAnalyze() *wrapperspb.BoolValue

func (*PostgresqlConfig12_1C) GetAutoExplainLogBuffers

func (x *PostgresqlConfig12_1C) GetAutoExplainLogBuffers() *wrapperspb.BoolValue

func (*PostgresqlConfig12_1C) GetAutoExplainLogMinDuration

func (x *PostgresqlConfig12_1C) GetAutoExplainLogMinDuration() *wrapperspb.Int64Value

func (*PostgresqlConfig12_1C) GetAutoExplainLogNestedStatements

func (x *PostgresqlConfig12_1C) GetAutoExplainLogNestedStatements() *wrapperspb.BoolValue

func (*PostgresqlConfig12_1C) GetAutoExplainLogTiming

func (x *PostgresqlConfig12_1C) GetAutoExplainLogTiming() *wrapperspb.BoolValue

func (*PostgresqlConfig12_1C) GetAutoExplainLogTriggers

func (x *PostgresqlConfig12_1C) GetAutoExplainLogTriggers() *wrapperspb.BoolValue

func (*PostgresqlConfig12_1C) GetAutoExplainLogVerbose

func (x *PostgresqlConfig12_1C) GetAutoExplainLogVerbose() *wrapperspb.BoolValue

func (*PostgresqlConfig12_1C) GetAutoExplainSampleRate

func (x *PostgresqlConfig12_1C) GetAutoExplainSampleRate() *wrapperspb.DoubleValue

func (*PostgresqlConfig12_1C) GetAutovacuumAnalyzeScaleFactor

func (x *PostgresqlConfig12_1C) GetAutovacuumAnalyzeScaleFactor() *wrapperspb.DoubleValue

func (*PostgresqlConfig12_1C) GetAutovacuumMaxWorkers

func (x *PostgresqlConfig12_1C) GetAutovacuumMaxWorkers() *wrapperspb.Int64Value

func (*PostgresqlConfig12_1C) GetAutovacuumNaptime

func (x *PostgresqlConfig12_1C) GetAutovacuumNaptime() *wrapperspb.Int64Value

func (*PostgresqlConfig12_1C) GetAutovacuumVacuumCostDelay

func (x *PostgresqlConfig12_1C) GetAutovacuumVacuumCostDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig12_1C) GetAutovacuumVacuumCostLimit

func (x *PostgresqlConfig12_1C) GetAutovacuumVacuumCostLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig12_1C) GetAutovacuumVacuumScaleFactor

func (x *PostgresqlConfig12_1C) GetAutovacuumVacuumScaleFactor() *wrapperspb.DoubleValue

func (*PostgresqlConfig12_1C) GetAutovacuumWorkMem

func (x *PostgresqlConfig12_1C) GetAutovacuumWorkMem() *wrapperspb.Int64Value

func (*PostgresqlConfig12_1C) GetBackendFlushAfter

func (x *PostgresqlConfig12_1C) GetBackendFlushAfter() *wrapperspb.Int64Value

func (*PostgresqlConfig12_1C) GetBackslashQuote

func (*PostgresqlConfig12_1C) GetBgwriterDelay

func (x *PostgresqlConfig12_1C) GetBgwriterDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig12_1C) GetBgwriterFlushAfter

func (x *PostgresqlConfig12_1C) GetBgwriterFlushAfter() *wrapperspb.Int64Value

func (*PostgresqlConfig12_1C) GetBgwriterLruMaxpages

func (x *PostgresqlConfig12_1C) GetBgwriterLruMaxpages() *wrapperspb.Int64Value

func (*PostgresqlConfig12_1C) GetBgwriterLruMultiplier

func (x *PostgresqlConfig12_1C) GetBgwriterLruMultiplier() *wrapperspb.DoubleValue

func (*PostgresqlConfig12_1C) GetByteaOutput

func (*PostgresqlConfig12_1C) GetCheckpointCompletionTarget

func (x *PostgresqlConfig12_1C) GetCheckpointCompletionTarget() *wrapperspb.DoubleValue

func (*PostgresqlConfig12_1C) GetCheckpointFlushAfter

func (x *PostgresqlConfig12_1C) GetCheckpointFlushAfter() *wrapperspb.Int64Value

func (*PostgresqlConfig12_1C) GetCheckpointTimeout

func (x *PostgresqlConfig12_1C) GetCheckpointTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig12_1C) GetClientMinMessages

func (x *PostgresqlConfig12_1C) GetClientMinMessages() PostgresqlConfig12_1C_LogLevel

func (*PostgresqlConfig12_1C) GetConstraintExclusion

func (*PostgresqlConfig12_1C) GetCursorTupleFraction

func (x *PostgresqlConfig12_1C) GetCursorTupleFraction() *wrapperspb.DoubleValue

func (*PostgresqlConfig12_1C) GetDeadlockTimeout

func (x *PostgresqlConfig12_1C) GetDeadlockTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig12_1C) GetDefaultStatisticsTarget

func (x *PostgresqlConfig12_1C) GetDefaultStatisticsTarget() *wrapperspb.Int64Value

func (*PostgresqlConfig12_1C) GetDefaultTransactionIsolation

func (x *PostgresqlConfig12_1C) GetDefaultTransactionIsolation() PostgresqlConfig12_1C_TransactionIsolation

func (*PostgresqlConfig12_1C) GetDefaultTransactionReadOnly

func (x *PostgresqlConfig12_1C) GetDefaultTransactionReadOnly() *wrapperspb.BoolValue

func (*PostgresqlConfig12_1C) GetDefaultWithOids

func (x *PostgresqlConfig12_1C) GetDefaultWithOids() *wrapperspb.BoolValue

func (*PostgresqlConfig12_1C) GetEffectiveCacheSize

func (x *PostgresqlConfig12_1C) GetEffectiveCacheSize() *wrapperspb.Int64Value

func (*PostgresqlConfig12_1C) GetEffectiveIoConcurrency

func (x *PostgresqlConfig12_1C) GetEffectiveIoConcurrency() *wrapperspb.Int64Value

func (*PostgresqlConfig12_1C) GetEnableBitmapscan

func (x *PostgresqlConfig12_1C) GetEnableBitmapscan() *wrapperspb.BoolValue

func (*PostgresqlConfig12_1C) GetEnableHashagg

func (x *PostgresqlConfig12_1C) GetEnableHashagg() *wrapperspb.BoolValue

func (*PostgresqlConfig12_1C) GetEnableHashjoin

func (x *PostgresqlConfig12_1C) GetEnableHashjoin() *wrapperspb.BoolValue

func (*PostgresqlConfig12_1C) GetEnableIndexonlyscan

func (x *PostgresqlConfig12_1C) GetEnableIndexonlyscan() *wrapperspb.BoolValue

func (*PostgresqlConfig12_1C) GetEnableIndexscan

func (x *PostgresqlConfig12_1C) GetEnableIndexscan() *wrapperspb.BoolValue

func (*PostgresqlConfig12_1C) GetEnableMaterial

func (x *PostgresqlConfig12_1C) GetEnableMaterial() *wrapperspb.BoolValue

func (*PostgresqlConfig12_1C) GetEnableMergejoin

func (x *PostgresqlConfig12_1C) GetEnableMergejoin() *wrapperspb.BoolValue

func (*PostgresqlConfig12_1C) GetEnableNestloop

func (x *PostgresqlConfig12_1C) GetEnableNestloop() *wrapperspb.BoolValue

func (*PostgresqlConfig12_1C) GetEnableParallelAppend

func (x *PostgresqlConfig12_1C) GetEnableParallelAppend() *wrapperspb.BoolValue

func (*PostgresqlConfig12_1C) GetEnableParallelHash

func (x *PostgresqlConfig12_1C) GetEnableParallelHash() *wrapperspb.BoolValue

func (*PostgresqlConfig12_1C) GetEnablePartitionPruning

func (x *PostgresqlConfig12_1C) GetEnablePartitionPruning() *wrapperspb.BoolValue

func (*PostgresqlConfig12_1C) GetEnablePartitionwiseAggregate

func (x *PostgresqlConfig12_1C) GetEnablePartitionwiseAggregate() *wrapperspb.BoolValue

func (*PostgresqlConfig12_1C) GetEnablePartitionwiseJoin

func (x *PostgresqlConfig12_1C) GetEnablePartitionwiseJoin() *wrapperspb.BoolValue

func (*PostgresqlConfig12_1C) GetEnableSeqscan

func (x *PostgresqlConfig12_1C) GetEnableSeqscan() *wrapperspb.BoolValue

func (*PostgresqlConfig12_1C) GetEnableSort

func (x *PostgresqlConfig12_1C) GetEnableSort() *wrapperspb.BoolValue

func (*PostgresqlConfig12_1C) GetEnableTidscan

func (x *PostgresqlConfig12_1C) GetEnableTidscan() *wrapperspb.BoolValue

func (*PostgresqlConfig12_1C) GetEscapeStringWarning

func (x *PostgresqlConfig12_1C) GetEscapeStringWarning() *wrapperspb.BoolValue

func (*PostgresqlConfig12_1C) GetExitOnError

func (x *PostgresqlConfig12_1C) GetExitOnError() *wrapperspb.BoolValue

func (*PostgresqlConfig12_1C) GetForceParallelMode

func (*PostgresqlConfig12_1C) GetFromCollapseLimit

func (x *PostgresqlConfig12_1C) GetFromCollapseLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig12_1C) GetGeqo

func (*PostgresqlConfig12_1C) GetGeqoEffort

func (x *PostgresqlConfig12_1C) GetGeqoEffort() *wrapperspb.Int64Value

func (*PostgresqlConfig12_1C) GetGeqoGenerations

func (x *PostgresqlConfig12_1C) GetGeqoGenerations() *wrapperspb.Int64Value

func (*PostgresqlConfig12_1C) GetGeqoPoolSize

func (x *PostgresqlConfig12_1C) GetGeqoPoolSize() *wrapperspb.Int64Value

func (*PostgresqlConfig12_1C) GetGeqoSeed

func (x *PostgresqlConfig12_1C) GetGeqoSeed() *wrapperspb.DoubleValue

func (*PostgresqlConfig12_1C) GetGeqoSelectionBias

func (x *PostgresqlConfig12_1C) GetGeqoSelectionBias() *wrapperspb.DoubleValue

func (*PostgresqlConfig12_1C) GetGeqoThreshold

func (x *PostgresqlConfig12_1C) GetGeqoThreshold() *wrapperspb.Int64Value

func (*PostgresqlConfig12_1C) GetGinPendingListLimit

func (x *PostgresqlConfig12_1C) GetGinPendingListLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig12_1C) GetIdleInTransactionSessionTimeout

func (x *PostgresqlConfig12_1C) GetIdleInTransactionSessionTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig12_1C) GetJit

func (*PostgresqlConfig12_1C) GetJoinCollapseLimit

func (x *PostgresqlConfig12_1C) GetJoinCollapseLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig12_1C) GetLoCompatPrivileges

func (x *PostgresqlConfig12_1C) GetLoCompatPrivileges() *wrapperspb.BoolValue

func (*PostgresqlConfig12_1C) GetLockTimeout

func (x *PostgresqlConfig12_1C) GetLockTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig12_1C) GetLogAutovacuumMinDuration

func (x *PostgresqlConfig12_1C) GetLogAutovacuumMinDuration() *wrapperspb.Int64Value

func (*PostgresqlConfig12_1C) GetLogCheckpoints

func (x *PostgresqlConfig12_1C) GetLogCheckpoints() *wrapperspb.BoolValue

func (*PostgresqlConfig12_1C) GetLogConnections

func (x *PostgresqlConfig12_1C) GetLogConnections() *wrapperspb.BoolValue

func (*PostgresqlConfig12_1C) GetLogDisconnections

func (x *PostgresqlConfig12_1C) GetLogDisconnections() *wrapperspb.BoolValue

func (*PostgresqlConfig12_1C) GetLogDuration

func (x *PostgresqlConfig12_1C) GetLogDuration() *wrapperspb.BoolValue

func (*PostgresqlConfig12_1C) GetLogErrorVerbosity

func (*PostgresqlConfig12_1C) GetLogLockWaits

func (x *PostgresqlConfig12_1C) GetLogLockWaits() *wrapperspb.BoolValue

func (*PostgresqlConfig12_1C) GetLogMinDurationStatement

func (x *PostgresqlConfig12_1C) GetLogMinDurationStatement() *wrapperspb.Int64Value

func (*PostgresqlConfig12_1C) GetLogMinErrorStatement

func (x *PostgresqlConfig12_1C) GetLogMinErrorStatement() PostgresqlConfig12_1C_LogLevel

func (*PostgresqlConfig12_1C) GetLogMinMessages

func (*PostgresqlConfig12_1C) GetLogReplicationCommands

func (x *PostgresqlConfig12_1C) GetLogReplicationCommands() *wrapperspb.BoolValue

func (*PostgresqlConfig12_1C) GetLogStatement

func (*PostgresqlConfig12_1C) GetLogTempFiles

func (x *PostgresqlConfig12_1C) GetLogTempFiles() *wrapperspb.Int64Value

func (*PostgresqlConfig12_1C) GetLogTransactionSampleRate

func (x *PostgresqlConfig12_1C) GetLogTransactionSampleRate() *wrapperspb.DoubleValue

func (*PostgresqlConfig12_1C) GetMaintenanceWorkMem

func (x *PostgresqlConfig12_1C) GetMaintenanceWorkMem() *wrapperspb.Int64Value

func (*PostgresqlConfig12_1C) GetMaxConnections

func (x *PostgresqlConfig12_1C) GetMaxConnections() *wrapperspb.Int64Value

func (*PostgresqlConfig12_1C) GetMaxLocksPerTransaction

func (x *PostgresqlConfig12_1C) GetMaxLocksPerTransaction() *wrapperspb.Int64Value

func (*PostgresqlConfig12_1C) GetMaxParallelMaintenanceWorkers

func (x *PostgresqlConfig12_1C) GetMaxParallelMaintenanceWorkers() *wrapperspb.Int64Value

func (*PostgresqlConfig12_1C) GetMaxParallelWorkers

func (x *PostgresqlConfig12_1C) GetMaxParallelWorkers() *wrapperspb.Int64Value

func (*PostgresqlConfig12_1C) GetMaxParallelWorkersPerGather

func (x *PostgresqlConfig12_1C) GetMaxParallelWorkersPerGather() *wrapperspb.Int64Value

func (*PostgresqlConfig12_1C) GetMaxPredLocksPerTransaction

func (x *PostgresqlConfig12_1C) GetMaxPredLocksPerTransaction() *wrapperspb.Int64Value

func (*PostgresqlConfig12_1C) GetMaxPreparedTransactions

func (x *PostgresqlConfig12_1C) GetMaxPreparedTransactions() *wrapperspb.Int64Value

func (*PostgresqlConfig12_1C) GetMaxStackDepth

func (x *PostgresqlConfig12_1C) GetMaxStackDepth() *wrapperspb.Int64Value

func (*PostgresqlConfig12_1C) GetMaxStandbyArchiveDelay

func (x *PostgresqlConfig12_1C) GetMaxStandbyArchiveDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig12_1C) GetMaxStandbyStreamingDelay

func (x *PostgresqlConfig12_1C) GetMaxStandbyStreamingDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig12_1C) GetMaxWalSize

func (x *PostgresqlConfig12_1C) GetMaxWalSize() *wrapperspb.Int64Value

func (*PostgresqlConfig12_1C) GetMaxWorkerProcesses

func (x *PostgresqlConfig12_1C) GetMaxWorkerProcesses() *wrapperspb.Int64Value

func (*PostgresqlConfig12_1C) GetMinWalSize

func (x *PostgresqlConfig12_1C) GetMinWalSize() *wrapperspb.Int64Value

func (*PostgresqlConfig12_1C) GetOldSnapshotThreshold

func (x *PostgresqlConfig12_1C) GetOldSnapshotThreshold() *wrapperspb.Int64Value

func (*PostgresqlConfig12_1C) GetOnlineAnalyzeEnable

func (x *PostgresqlConfig12_1C) GetOnlineAnalyzeEnable() *wrapperspb.BoolValue

func (*PostgresqlConfig12_1C) GetOperatorPrecedenceWarning

func (x *PostgresqlConfig12_1C) GetOperatorPrecedenceWarning() *wrapperspb.BoolValue

func (*PostgresqlConfig12_1C) GetParallelLeaderParticipation

func (x *PostgresqlConfig12_1C) GetParallelLeaderParticipation() *wrapperspb.BoolValue

func (*PostgresqlConfig12_1C) GetPasswordEncryption

func (*PostgresqlConfig12_1C) GetPgHintPlanDebugPrint

func (*PostgresqlConfig12_1C) GetPgHintPlanEnableHint

func (x *PostgresqlConfig12_1C) GetPgHintPlanEnableHint() *wrapperspb.BoolValue

func (*PostgresqlConfig12_1C) GetPgHintPlanEnableHintTable

func (x *PostgresqlConfig12_1C) GetPgHintPlanEnableHintTable() *wrapperspb.BoolValue

func (*PostgresqlConfig12_1C) GetPgHintPlanMessageLevel

func (x *PostgresqlConfig12_1C) GetPgHintPlanMessageLevel() PostgresqlConfig12_1C_LogLevel

func (*PostgresqlConfig12_1C) GetPgQualstatsEnabled

func (x *PostgresqlConfig12_1C) GetPgQualstatsEnabled() *wrapperspb.BoolValue

func (*PostgresqlConfig12_1C) GetPgQualstatsMax

func (x *PostgresqlConfig12_1C) GetPgQualstatsMax() *wrapperspb.Int64Value

func (*PostgresqlConfig12_1C) GetPgQualstatsResolveOids

func (x *PostgresqlConfig12_1C) GetPgQualstatsResolveOids() *wrapperspb.BoolValue

func (*PostgresqlConfig12_1C) GetPgQualstatsSampleRate

func (x *PostgresqlConfig12_1C) GetPgQualstatsSampleRate() *wrapperspb.DoubleValue

func (*PostgresqlConfig12_1C) GetPgQualstatsTrackConstants

func (x *PostgresqlConfig12_1C) GetPgQualstatsTrackConstants() *wrapperspb.BoolValue

func (*PostgresqlConfig12_1C) GetPgTrgmSimilarityThreshold

func (x *PostgresqlConfig12_1C) GetPgTrgmSimilarityThreshold() *wrapperspb.DoubleValue

func (*PostgresqlConfig12_1C) GetPgTrgmStrictWordSimilarityThreshold

func (x *PostgresqlConfig12_1C) GetPgTrgmStrictWordSimilarityThreshold() *wrapperspb.DoubleValue

func (*PostgresqlConfig12_1C) GetPgTrgmWordSimilarityThreshold

func (x *PostgresqlConfig12_1C) GetPgTrgmWordSimilarityThreshold() *wrapperspb.DoubleValue

func (*PostgresqlConfig12_1C) GetPlanCacheMode

func (*PostgresqlConfig12_1C) GetPlantunerFixEmptyTable

func (x *PostgresqlConfig12_1C) GetPlantunerFixEmptyTable() *wrapperspb.BoolValue

func (*PostgresqlConfig12_1C) GetQuoteAllIdentifiers

func (x *PostgresqlConfig12_1C) GetQuoteAllIdentifiers() *wrapperspb.BoolValue

func (*PostgresqlConfig12_1C) GetRandomPageCost

func (x *PostgresqlConfig12_1C) GetRandomPageCost() *wrapperspb.DoubleValue

func (*PostgresqlConfig12_1C) GetRowSecurity

func (x *PostgresqlConfig12_1C) GetRowSecurity() *wrapperspb.BoolValue

func (*PostgresqlConfig12_1C) GetSearchPath

func (x *PostgresqlConfig12_1C) GetSearchPath() string

func (*PostgresqlConfig12_1C) GetSeqPageCost

func (x *PostgresqlConfig12_1C) GetSeqPageCost() *wrapperspb.DoubleValue

func (*PostgresqlConfig12_1C) GetSessionDurationTimeout

func (x *PostgresqlConfig12_1C) GetSessionDurationTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig12_1C) GetSharedBuffers

func (x *PostgresqlConfig12_1C) GetSharedBuffers() *wrapperspb.Int64Value

func (*PostgresqlConfig12_1C) GetSharedPreloadLibraries

func (*PostgresqlConfig12_1C) GetStandardConformingStrings

func (x *PostgresqlConfig12_1C) GetStandardConformingStrings() *wrapperspb.BoolValue

func (*PostgresqlConfig12_1C) GetStatementTimeout

func (x *PostgresqlConfig12_1C) GetStatementTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig12_1C) GetSynchronizeSeqscans

func (x *PostgresqlConfig12_1C) GetSynchronizeSeqscans() *wrapperspb.BoolValue

func (*PostgresqlConfig12_1C) GetSynchronousCommit

func (*PostgresqlConfig12_1C) GetTempBuffers

func (x *PostgresqlConfig12_1C) GetTempBuffers() *wrapperspb.Int64Value

func (*PostgresqlConfig12_1C) GetTempFileLimit

func (x *PostgresqlConfig12_1C) GetTempFileLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig12_1C) GetTimezone

func (x *PostgresqlConfig12_1C) GetTimezone() string

func (*PostgresqlConfig12_1C) GetTrackActivityQuerySize

func (x *PostgresqlConfig12_1C) GetTrackActivityQuerySize() *wrapperspb.Int64Value

func (*PostgresqlConfig12_1C) GetTransformNullEquals

func (x *PostgresqlConfig12_1C) GetTransformNullEquals() *wrapperspb.BoolValue

func (*PostgresqlConfig12_1C) GetVacuumCleanupIndexScaleFactor

func (x *PostgresqlConfig12_1C) GetVacuumCleanupIndexScaleFactor() *wrapperspb.DoubleValue

func (*PostgresqlConfig12_1C) GetVacuumCostDelay

func (x *PostgresqlConfig12_1C) GetVacuumCostDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig12_1C) GetVacuumCostLimit

func (x *PostgresqlConfig12_1C) GetVacuumCostLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig12_1C) GetVacuumCostPageDirty

func (x *PostgresqlConfig12_1C) GetVacuumCostPageDirty() *wrapperspb.Int64Value

func (*PostgresqlConfig12_1C) GetVacuumCostPageHit

func (x *PostgresqlConfig12_1C) GetVacuumCostPageHit() *wrapperspb.Int64Value

func (*PostgresqlConfig12_1C) GetVacuumCostPageMiss

func (x *PostgresqlConfig12_1C) GetVacuumCostPageMiss() *wrapperspb.Int64Value

func (*PostgresqlConfig12_1C) GetWalLevel

func (*PostgresqlConfig12_1C) GetWorkMem

func (x *PostgresqlConfig12_1C) GetWorkMem() *wrapperspb.Int64Value

func (*PostgresqlConfig12_1C) GetXmlbinary

func (*PostgresqlConfig12_1C) GetXmloption

func (*PostgresqlConfig12_1C) ProtoMessage

func (*PostgresqlConfig12_1C) ProtoMessage()

func (*PostgresqlConfig12_1C) ProtoReflect

func (x *PostgresqlConfig12_1C) ProtoReflect() protoreflect.Message

func (*PostgresqlConfig12_1C) Reset

func (x *PostgresqlConfig12_1C) Reset()

func (*PostgresqlConfig12_1C) SetArchiveTimeout

func (m *PostgresqlConfig12_1C) SetArchiveTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12_1C) SetArrayNulls

func (m *PostgresqlConfig12_1C) SetArrayNulls(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12_1C) SetAutoExplainLogAnalyze

func (m *PostgresqlConfig12_1C) SetAutoExplainLogAnalyze(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12_1C) SetAutoExplainLogBuffers

func (m *PostgresqlConfig12_1C) SetAutoExplainLogBuffers(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12_1C) SetAutoExplainLogMinDuration

func (m *PostgresqlConfig12_1C) SetAutoExplainLogMinDuration(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12_1C) SetAutoExplainLogNestedStatements

func (m *PostgresqlConfig12_1C) SetAutoExplainLogNestedStatements(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12_1C) SetAutoExplainLogTiming

func (m *PostgresqlConfig12_1C) SetAutoExplainLogTiming(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12_1C) SetAutoExplainLogTriggers

func (m *PostgresqlConfig12_1C) SetAutoExplainLogTriggers(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12_1C) SetAutoExplainLogVerbose

func (m *PostgresqlConfig12_1C) SetAutoExplainLogVerbose(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12_1C) SetAutoExplainSampleRate

func (m *PostgresqlConfig12_1C) SetAutoExplainSampleRate(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig12_1C) SetAutovacuumAnalyzeScaleFactor

func (m *PostgresqlConfig12_1C) SetAutovacuumAnalyzeScaleFactor(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig12_1C) SetAutovacuumMaxWorkers

func (m *PostgresqlConfig12_1C) SetAutovacuumMaxWorkers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12_1C) SetAutovacuumNaptime

func (m *PostgresqlConfig12_1C) SetAutovacuumNaptime(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12_1C) SetAutovacuumVacuumCostDelay

func (m *PostgresqlConfig12_1C) SetAutovacuumVacuumCostDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12_1C) SetAutovacuumVacuumCostLimit

func (m *PostgresqlConfig12_1C) SetAutovacuumVacuumCostLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12_1C) SetAutovacuumVacuumScaleFactor

func (m *PostgresqlConfig12_1C) SetAutovacuumVacuumScaleFactor(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig12_1C) SetAutovacuumWorkMem

func (m *PostgresqlConfig12_1C) SetAutovacuumWorkMem(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12_1C) SetBackendFlushAfter

func (m *PostgresqlConfig12_1C) SetBackendFlushAfter(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12_1C) SetBackslashQuote

func (*PostgresqlConfig12_1C) SetBgwriterDelay

func (m *PostgresqlConfig12_1C) SetBgwriterDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12_1C) SetBgwriterFlushAfter

func (m *PostgresqlConfig12_1C) SetBgwriterFlushAfter(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12_1C) SetBgwriterLruMaxpages

func (m *PostgresqlConfig12_1C) SetBgwriterLruMaxpages(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12_1C) SetBgwriterLruMultiplier

func (m *PostgresqlConfig12_1C) SetBgwriterLruMultiplier(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig12_1C) SetByteaOutput

func (*PostgresqlConfig12_1C) SetCheckpointCompletionTarget

func (m *PostgresqlConfig12_1C) SetCheckpointCompletionTarget(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig12_1C) SetCheckpointFlushAfter

func (m *PostgresqlConfig12_1C) SetCheckpointFlushAfter(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12_1C) SetCheckpointTimeout

func (m *PostgresqlConfig12_1C) SetCheckpointTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12_1C) SetClientMinMessages

func (m *PostgresqlConfig12_1C) SetClientMinMessages(v PostgresqlConfig12_1C_LogLevel)

func (*PostgresqlConfig12_1C) SetConstraintExclusion

func (*PostgresqlConfig12_1C) SetCursorTupleFraction

func (m *PostgresqlConfig12_1C) SetCursorTupleFraction(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig12_1C) SetDeadlockTimeout

func (m *PostgresqlConfig12_1C) SetDeadlockTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12_1C) SetDefaultStatisticsTarget

func (m *PostgresqlConfig12_1C) SetDefaultStatisticsTarget(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12_1C) SetDefaultTransactionIsolation

func (m *PostgresqlConfig12_1C) SetDefaultTransactionIsolation(v PostgresqlConfig12_1C_TransactionIsolation)

func (*PostgresqlConfig12_1C) SetDefaultTransactionReadOnly

func (m *PostgresqlConfig12_1C) SetDefaultTransactionReadOnly(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12_1C) SetDefaultWithOids

func (m *PostgresqlConfig12_1C) SetDefaultWithOids(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12_1C) SetEffectiveCacheSize

func (m *PostgresqlConfig12_1C) SetEffectiveCacheSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12_1C) SetEffectiveIoConcurrency

func (m *PostgresqlConfig12_1C) SetEffectiveIoConcurrency(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12_1C) SetEnableBitmapscan

func (m *PostgresqlConfig12_1C) SetEnableBitmapscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12_1C) SetEnableHashagg

func (m *PostgresqlConfig12_1C) SetEnableHashagg(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12_1C) SetEnableHashjoin

func (m *PostgresqlConfig12_1C) SetEnableHashjoin(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12_1C) SetEnableIndexonlyscan

func (m *PostgresqlConfig12_1C) SetEnableIndexonlyscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12_1C) SetEnableIndexscan

func (m *PostgresqlConfig12_1C) SetEnableIndexscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12_1C) SetEnableMaterial

func (m *PostgresqlConfig12_1C) SetEnableMaterial(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12_1C) SetEnableMergejoin

func (m *PostgresqlConfig12_1C) SetEnableMergejoin(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12_1C) SetEnableNestloop

func (m *PostgresqlConfig12_1C) SetEnableNestloop(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12_1C) SetEnableParallelAppend

func (m *PostgresqlConfig12_1C) SetEnableParallelAppend(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12_1C) SetEnableParallelHash

func (m *PostgresqlConfig12_1C) SetEnableParallelHash(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12_1C) SetEnablePartitionPruning

func (m *PostgresqlConfig12_1C) SetEnablePartitionPruning(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12_1C) SetEnablePartitionwiseAggregate

func (m *PostgresqlConfig12_1C) SetEnablePartitionwiseAggregate(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12_1C) SetEnablePartitionwiseJoin

func (m *PostgresqlConfig12_1C) SetEnablePartitionwiseJoin(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12_1C) SetEnableSeqscan

func (m *PostgresqlConfig12_1C) SetEnableSeqscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12_1C) SetEnableSort

func (m *PostgresqlConfig12_1C) SetEnableSort(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12_1C) SetEnableTidscan

func (m *PostgresqlConfig12_1C) SetEnableTidscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12_1C) SetEscapeStringWarning

func (m *PostgresqlConfig12_1C) SetEscapeStringWarning(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12_1C) SetExitOnError

func (m *PostgresqlConfig12_1C) SetExitOnError(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12_1C) SetForceParallelMode

func (*PostgresqlConfig12_1C) SetFromCollapseLimit

func (m *PostgresqlConfig12_1C) SetFromCollapseLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12_1C) SetGeqo

func (*PostgresqlConfig12_1C) SetGeqoEffort

func (m *PostgresqlConfig12_1C) SetGeqoEffort(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12_1C) SetGeqoGenerations

func (m *PostgresqlConfig12_1C) SetGeqoGenerations(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12_1C) SetGeqoPoolSize

func (m *PostgresqlConfig12_1C) SetGeqoPoolSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12_1C) SetGeqoSeed

func (m *PostgresqlConfig12_1C) SetGeqoSeed(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig12_1C) SetGeqoSelectionBias

func (m *PostgresqlConfig12_1C) SetGeqoSelectionBias(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig12_1C) SetGeqoThreshold

func (m *PostgresqlConfig12_1C) SetGeqoThreshold(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12_1C) SetGinPendingListLimit

func (m *PostgresqlConfig12_1C) SetGinPendingListLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12_1C) SetIdleInTransactionSessionTimeout

func (m *PostgresqlConfig12_1C) SetIdleInTransactionSessionTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12_1C) SetJit

func (*PostgresqlConfig12_1C) SetJoinCollapseLimit

func (m *PostgresqlConfig12_1C) SetJoinCollapseLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12_1C) SetLoCompatPrivileges

func (m *PostgresqlConfig12_1C) SetLoCompatPrivileges(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12_1C) SetLockTimeout

func (m *PostgresqlConfig12_1C) SetLockTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12_1C) SetLogAutovacuumMinDuration

func (m *PostgresqlConfig12_1C) SetLogAutovacuumMinDuration(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12_1C) SetLogCheckpoints

func (m *PostgresqlConfig12_1C) SetLogCheckpoints(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12_1C) SetLogConnections

func (m *PostgresqlConfig12_1C) SetLogConnections(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12_1C) SetLogDisconnections

func (m *PostgresqlConfig12_1C) SetLogDisconnections(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12_1C) SetLogDuration

func (m *PostgresqlConfig12_1C) SetLogDuration(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12_1C) SetLogErrorVerbosity

func (*PostgresqlConfig12_1C) SetLogLockWaits

func (m *PostgresqlConfig12_1C) SetLogLockWaits(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12_1C) SetLogMinDurationStatement

func (m *PostgresqlConfig12_1C) SetLogMinDurationStatement(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12_1C) SetLogMinErrorStatement

func (m *PostgresqlConfig12_1C) SetLogMinErrorStatement(v PostgresqlConfig12_1C_LogLevel)

func (*PostgresqlConfig12_1C) SetLogMinMessages

func (m *PostgresqlConfig12_1C) SetLogMinMessages(v PostgresqlConfig12_1C_LogLevel)

func (*PostgresqlConfig12_1C) SetLogReplicationCommands

func (m *PostgresqlConfig12_1C) SetLogReplicationCommands(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12_1C) SetLogStatement

func (*PostgresqlConfig12_1C) SetLogTempFiles

func (m *PostgresqlConfig12_1C) SetLogTempFiles(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12_1C) SetLogTransactionSampleRate

func (m *PostgresqlConfig12_1C) SetLogTransactionSampleRate(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig12_1C) SetMaintenanceWorkMem

func (m *PostgresqlConfig12_1C) SetMaintenanceWorkMem(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12_1C) SetMaxConnections

func (m *PostgresqlConfig12_1C) SetMaxConnections(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12_1C) SetMaxLocksPerTransaction

func (m *PostgresqlConfig12_1C) SetMaxLocksPerTransaction(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12_1C) SetMaxParallelMaintenanceWorkers

func (m *PostgresqlConfig12_1C) SetMaxParallelMaintenanceWorkers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12_1C) SetMaxParallelWorkers

func (m *PostgresqlConfig12_1C) SetMaxParallelWorkers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12_1C) SetMaxParallelWorkersPerGather

func (m *PostgresqlConfig12_1C) SetMaxParallelWorkersPerGather(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12_1C) SetMaxPredLocksPerTransaction

func (m *PostgresqlConfig12_1C) SetMaxPredLocksPerTransaction(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12_1C) SetMaxPreparedTransactions

func (m *PostgresqlConfig12_1C) SetMaxPreparedTransactions(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12_1C) SetMaxStackDepth

func (m *PostgresqlConfig12_1C) SetMaxStackDepth(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12_1C) SetMaxStandbyArchiveDelay

func (m *PostgresqlConfig12_1C) SetMaxStandbyArchiveDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12_1C) SetMaxStandbyStreamingDelay

func (m *PostgresqlConfig12_1C) SetMaxStandbyStreamingDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12_1C) SetMaxWalSize

func (m *PostgresqlConfig12_1C) SetMaxWalSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12_1C) SetMaxWorkerProcesses

func (m *PostgresqlConfig12_1C) SetMaxWorkerProcesses(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12_1C) SetMinWalSize

func (m *PostgresqlConfig12_1C) SetMinWalSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12_1C) SetOldSnapshotThreshold

func (m *PostgresqlConfig12_1C) SetOldSnapshotThreshold(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12_1C) SetOnlineAnalyzeEnable

func (m *PostgresqlConfig12_1C) SetOnlineAnalyzeEnable(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12_1C) SetOperatorPrecedenceWarning

func (m *PostgresqlConfig12_1C) SetOperatorPrecedenceWarning(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12_1C) SetParallelLeaderParticipation

func (m *PostgresqlConfig12_1C) SetParallelLeaderParticipation(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12_1C) SetPasswordEncryption

func (*PostgresqlConfig12_1C) SetPgHintPlanDebugPrint

func (*PostgresqlConfig12_1C) SetPgHintPlanEnableHint

func (m *PostgresqlConfig12_1C) SetPgHintPlanEnableHint(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12_1C) SetPgHintPlanEnableHintTable

func (m *PostgresqlConfig12_1C) SetPgHintPlanEnableHintTable(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12_1C) SetPgHintPlanMessageLevel

func (m *PostgresqlConfig12_1C) SetPgHintPlanMessageLevel(v PostgresqlConfig12_1C_LogLevel)

func (*PostgresqlConfig12_1C) SetPgQualstatsEnabled

func (m *PostgresqlConfig12_1C) SetPgQualstatsEnabled(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12_1C) SetPgQualstatsMax

func (m *PostgresqlConfig12_1C) SetPgQualstatsMax(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12_1C) SetPgQualstatsResolveOids

func (m *PostgresqlConfig12_1C) SetPgQualstatsResolveOids(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12_1C) SetPgQualstatsSampleRate

func (m *PostgresqlConfig12_1C) SetPgQualstatsSampleRate(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig12_1C) SetPgQualstatsTrackConstants

func (m *PostgresqlConfig12_1C) SetPgQualstatsTrackConstants(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12_1C) SetPgTrgmSimilarityThreshold

func (m *PostgresqlConfig12_1C) SetPgTrgmSimilarityThreshold(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig12_1C) SetPgTrgmStrictWordSimilarityThreshold

func (m *PostgresqlConfig12_1C) SetPgTrgmStrictWordSimilarityThreshold(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig12_1C) SetPgTrgmWordSimilarityThreshold

func (m *PostgresqlConfig12_1C) SetPgTrgmWordSimilarityThreshold(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig12_1C) SetPlanCacheMode

func (*PostgresqlConfig12_1C) SetPlantunerFixEmptyTable

func (m *PostgresqlConfig12_1C) SetPlantunerFixEmptyTable(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12_1C) SetQuoteAllIdentifiers

func (m *PostgresqlConfig12_1C) SetQuoteAllIdentifiers(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12_1C) SetRandomPageCost

func (m *PostgresqlConfig12_1C) SetRandomPageCost(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig12_1C) SetRowSecurity

func (m *PostgresqlConfig12_1C) SetRowSecurity(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12_1C) SetSearchPath

func (m *PostgresqlConfig12_1C) SetSearchPath(v string)

func (*PostgresqlConfig12_1C) SetSeqPageCost

func (m *PostgresqlConfig12_1C) SetSeqPageCost(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig12_1C) SetSessionDurationTimeout

func (m *PostgresqlConfig12_1C) SetSessionDurationTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12_1C) SetSharedBuffers

func (m *PostgresqlConfig12_1C) SetSharedBuffers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12_1C) SetSharedPreloadLibraries

func (m *PostgresqlConfig12_1C) SetSharedPreloadLibraries(v []PostgresqlConfig12_1C_SharedPreloadLibraries)

func (*PostgresqlConfig12_1C) SetStandardConformingStrings

func (m *PostgresqlConfig12_1C) SetStandardConformingStrings(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12_1C) SetStatementTimeout

func (m *PostgresqlConfig12_1C) SetStatementTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12_1C) SetSynchronizeSeqscans

func (m *PostgresqlConfig12_1C) SetSynchronizeSeqscans(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12_1C) SetSynchronousCommit

func (*PostgresqlConfig12_1C) SetTempBuffers

func (m *PostgresqlConfig12_1C) SetTempBuffers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12_1C) SetTempFileLimit

func (m *PostgresqlConfig12_1C) SetTempFileLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12_1C) SetTimezone

func (m *PostgresqlConfig12_1C) SetTimezone(v string)

func (*PostgresqlConfig12_1C) SetTrackActivityQuerySize

func (m *PostgresqlConfig12_1C) SetTrackActivityQuerySize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12_1C) SetTransformNullEquals

func (m *PostgresqlConfig12_1C) SetTransformNullEquals(v *wrapperspb.BoolValue)

func (*PostgresqlConfig12_1C) SetVacuumCleanupIndexScaleFactor

func (m *PostgresqlConfig12_1C) SetVacuumCleanupIndexScaleFactor(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig12_1C) SetVacuumCostDelay

func (m *PostgresqlConfig12_1C) SetVacuumCostDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12_1C) SetVacuumCostLimit

func (m *PostgresqlConfig12_1C) SetVacuumCostLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12_1C) SetVacuumCostPageDirty

func (m *PostgresqlConfig12_1C) SetVacuumCostPageDirty(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12_1C) SetVacuumCostPageHit

func (m *PostgresqlConfig12_1C) SetVacuumCostPageHit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12_1C) SetVacuumCostPageMiss

func (m *PostgresqlConfig12_1C) SetVacuumCostPageMiss(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12_1C) SetWalLevel

func (*PostgresqlConfig12_1C) SetWorkMem

func (m *PostgresqlConfig12_1C) SetWorkMem(v *wrapperspb.Int64Value)

func (*PostgresqlConfig12_1C) SetXmlbinary

func (*PostgresqlConfig12_1C) SetXmloption

func (*PostgresqlConfig12_1C) String

func (x *PostgresqlConfig12_1C) String() string

type PostgresqlConfig12_1C_BackslashQuote

type PostgresqlConfig12_1C_BackslashQuote int32
const (
	PostgresqlConfig12_1C_BACKSLASH_QUOTE_UNSPECIFIED   PostgresqlConfig12_1C_BackslashQuote = 0
	PostgresqlConfig12_1C_BACKSLASH_QUOTE               PostgresqlConfig12_1C_BackslashQuote = 1
	PostgresqlConfig12_1C_BACKSLASH_QUOTE_ON            PostgresqlConfig12_1C_BackslashQuote = 2
	PostgresqlConfig12_1C_BACKSLASH_QUOTE_OFF           PostgresqlConfig12_1C_BackslashQuote = 3
	PostgresqlConfig12_1C_BACKSLASH_QUOTE_SAFE_ENCODING PostgresqlConfig12_1C_BackslashQuote = 4
)

func (PostgresqlConfig12_1C_BackslashQuote) Descriptor

func (PostgresqlConfig12_1C_BackslashQuote) Enum

func (PostgresqlConfig12_1C_BackslashQuote) EnumDescriptor deprecated

func (PostgresqlConfig12_1C_BackslashQuote) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig12_1C_BackslashQuote.Descriptor instead.

func (PostgresqlConfig12_1C_BackslashQuote) Number

func (PostgresqlConfig12_1C_BackslashQuote) String

func (PostgresqlConfig12_1C_BackslashQuote) Type

type PostgresqlConfig12_1C_ByteaOutput

type PostgresqlConfig12_1C_ByteaOutput int32
const (
	PostgresqlConfig12_1C_BYTEA_OUTPUT_UNSPECIFIED PostgresqlConfig12_1C_ByteaOutput = 0
	PostgresqlConfig12_1C_BYTEA_OUTPUT_HEX         PostgresqlConfig12_1C_ByteaOutput = 1
	PostgresqlConfig12_1C_BYTEA_OUTPUT_ESCAPED     PostgresqlConfig12_1C_ByteaOutput = 2
)

func (PostgresqlConfig12_1C_ByteaOutput) Descriptor

func (PostgresqlConfig12_1C_ByteaOutput) Enum

func (PostgresqlConfig12_1C_ByteaOutput) EnumDescriptor deprecated

func (PostgresqlConfig12_1C_ByteaOutput) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig12_1C_ByteaOutput.Descriptor instead.

func (PostgresqlConfig12_1C_ByteaOutput) Number

func (PostgresqlConfig12_1C_ByteaOutput) String

func (PostgresqlConfig12_1C_ByteaOutput) Type

type PostgresqlConfig12_1C_ConstraintExclusion

type PostgresqlConfig12_1C_ConstraintExclusion int32
const (
	PostgresqlConfig12_1C_CONSTRAINT_EXCLUSION_UNSPECIFIED PostgresqlConfig12_1C_ConstraintExclusion = 0
	PostgresqlConfig12_1C_CONSTRAINT_EXCLUSION_ON          PostgresqlConfig12_1C_ConstraintExclusion = 1
	PostgresqlConfig12_1C_CONSTRAINT_EXCLUSION_OFF         PostgresqlConfig12_1C_ConstraintExclusion = 2
	PostgresqlConfig12_1C_CONSTRAINT_EXCLUSION_PARTITION   PostgresqlConfig12_1C_ConstraintExclusion = 3
)

func (PostgresqlConfig12_1C_ConstraintExclusion) Descriptor

func (PostgresqlConfig12_1C_ConstraintExclusion) Enum

func (PostgresqlConfig12_1C_ConstraintExclusion) EnumDescriptor deprecated

func (PostgresqlConfig12_1C_ConstraintExclusion) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig12_1C_ConstraintExclusion.Descriptor instead.

func (PostgresqlConfig12_1C_ConstraintExclusion) Number

func (PostgresqlConfig12_1C_ConstraintExclusion) String

func (PostgresqlConfig12_1C_ConstraintExclusion) Type

type PostgresqlConfig12_1C_ForceParallelMode

type PostgresqlConfig12_1C_ForceParallelMode int32
const (
	PostgresqlConfig12_1C_FORCE_PARALLEL_MODE_UNSPECIFIED PostgresqlConfig12_1C_ForceParallelMode = 0
	PostgresqlConfig12_1C_FORCE_PARALLEL_MODE_ON          PostgresqlConfig12_1C_ForceParallelMode = 1
	PostgresqlConfig12_1C_FORCE_PARALLEL_MODE_OFF         PostgresqlConfig12_1C_ForceParallelMode = 2
	PostgresqlConfig12_1C_FORCE_PARALLEL_MODE_REGRESS     PostgresqlConfig12_1C_ForceParallelMode = 3
)

func (PostgresqlConfig12_1C_ForceParallelMode) Descriptor

func (PostgresqlConfig12_1C_ForceParallelMode) Enum

func (PostgresqlConfig12_1C_ForceParallelMode) EnumDescriptor deprecated

func (PostgresqlConfig12_1C_ForceParallelMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig12_1C_ForceParallelMode.Descriptor instead.

func (PostgresqlConfig12_1C_ForceParallelMode) Number

func (PostgresqlConfig12_1C_ForceParallelMode) String

func (PostgresqlConfig12_1C_ForceParallelMode) Type

type PostgresqlConfig12_1C_LogErrorVerbosity

type PostgresqlConfig12_1C_LogErrorVerbosity int32
const (
	PostgresqlConfig12_1C_LOG_ERROR_VERBOSITY_UNSPECIFIED PostgresqlConfig12_1C_LogErrorVerbosity = 0
	PostgresqlConfig12_1C_LOG_ERROR_VERBOSITY_TERSE       PostgresqlConfig12_1C_LogErrorVerbosity = 1
	PostgresqlConfig12_1C_LOG_ERROR_VERBOSITY_DEFAULT     PostgresqlConfig12_1C_LogErrorVerbosity = 2
	PostgresqlConfig12_1C_LOG_ERROR_VERBOSITY_VERBOSE     PostgresqlConfig12_1C_LogErrorVerbosity = 3
)

func (PostgresqlConfig12_1C_LogErrorVerbosity) Descriptor

func (PostgresqlConfig12_1C_LogErrorVerbosity) Enum

func (PostgresqlConfig12_1C_LogErrorVerbosity) EnumDescriptor deprecated

func (PostgresqlConfig12_1C_LogErrorVerbosity) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig12_1C_LogErrorVerbosity.Descriptor instead.

func (PostgresqlConfig12_1C_LogErrorVerbosity) Number

func (PostgresqlConfig12_1C_LogErrorVerbosity) String

func (PostgresqlConfig12_1C_LogErrorVerbosity) Type

type PostgresqlConfig12_1C_LogLevel

type PostgresqlConfig12_1C_LogLevel int32
const (
	PostgresqlConfig12_1C_LOG_LEVEL_UNSPECIFIED PostgresqlConfig12_1C_LogLevel = 0
	PostgresqlConfig12_1C_LOG_LEVEL_DEBUG5      PostgresqlConfig12_1C_LogLevel = 1
	PostgresqlConfig12_1C_LOG_LEVEL_DEBUG4      PostgresqlConfig12_1C_LogLevel = 2
	PostgresqlConfig12_1C_LOG_LEVEL_DEBUG3      PostgresqlConfig12_1C_LogLevel = 3
	PostgresqlConfig12_1C_LOG_LEVEL_DEBUG2      PostgresqlConfig12_1C_LogLevel = 4
	PostgresqlConfig12_1C_LOG_LEVEL_DEBUG1      PostgresqlConfig12_1C_LogLevel = 5
	PostgresqlConfig12_1C_LOG_LEVEL_LOG         PostgresqlConfig12_1C_LogLevel = 6
	PostgresqlConfig12_1C_LOG_LEVEL_NOTICE      PostgresqlConfig12_1C_LogLevel = 7
	PostgresqlConfig12_1C_LOG_LEVEL_WARNING     PostgresqlConfig12_1C_LogLevel = 8
	PostgresqlConfig12_1C_LOG_LEVEL_ERROR       PostgresqlConfig12_1C_LogLevel = 9
	PostgresqlConfig12_1C_LOG_LEVEL_FATAL       PostgresqlConfig12_1C_LogLevel = 10
	PostgresqlConfig12_1C_LOG_LEVEL_PANIC       PostgresqlConfig12_1C_LogLevel = 11
)

func (PostgresqlConfig12_1C_LogLevel) Descriptor

func (PostgresqlConfig12_1C_LogLevel) Enum

func (PostgresqlConfig12_1C_LogLevel) EnumDescriptor deprecated

func (PostgresqlConfig12_1C_LogLevel) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig12_1C_LogLevel.Descriptor instead.

func (PostgresqlConfig12_1C_LogLevel) Number

func (PostgresqlConfig12_1C_LogLevel) String

func (PostgresqlConfig12_1C_LogLevel) Type

type PostgresqlConfig12_1C_LogStatement

type PostgresqlConfig12_1C_LogStatement int32
const (
	PostgresqlConfig12_1C_LOG_STATEMENT_UNSPECIFIED PostgresqlConfig12_1C_LogStatement = 0
	PostgresqlConfig12_1C_LOG_STATEMENT_NONE        PostgresqlConfig12_1C_LogStatement = 1
	PostgresqlConfig12_1C_LOG_STATEMENT_DDL         PostgresqlConfig12_1C_LogStatement = 2
	PostgresqlConfig12_1C_LOG_STATEMENT_MOD         PostgresqlConfig12_1C_LogStatement = 3
	PostgresqlConfig12_1C_LOG_STATEMENT_ALL         PostgresqlConfig12_1C_LogStatement = 4
)

func (PostgresqlConfig12_1C_LogStatement) Descriptor

func (PostgresqlConfig12_1C_LogStatement) Enum

func (PostgresqlConfig12_1C_LogStatement) EnumDescriptor deprecated

func (PostgresqlConfig12_1C_LogStatement) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig12_1C_LogStatement.Descriptor instead.

func (PostgresqlConfig12_1C_LogStatement) Number

func (PostgresqlConfig12_1C_LogStatement) String

func (PostgresqlConfig12_1C_LogStatement) Type

type PostgresqlConfig12_1C_PasswordEncryption

type PostgresqlConfig12_1C_PasswordEncryption int32
const (
	PostgresqlConfig12_1C_PASSWORD_ENCRYPTION_UNSPECIFIED   PostgresqlConfig12_1C_PasswordEncryption = 0
	PostgresqlConfig12_1C_PASSWORD_ENCRYPTION_MD5           PostgresqlConfig12_1C_PasswordEncryption = 1
	PostgresqlConfig12_1C_PASSWORD_ENCRYPTION_SCRAM_SHA_256 PostgresqlConfig12_1C_PasswordEncryption = 2
)

func (PostgresqlConfig12_1C_PasswordEncryption) Descriptor

func (PostgresqlConfig12_1C_PasswordEncryption) Enum

func (PostgresqlConfig12_1C_PasswordEncryption) EnumDescriptor deprecated

func (PostgresqlConfig12_1C_PasswordEncryption) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig12_1C_PasswordEncryption.Descriptor instead.

func (PostgresqlConfig12_1C_PasswordEncryption) Number

func (PostgresqlConfig12_1C_PasswordEncryption) String

func (PostgresqlConfig12_1C_PasswordEncryption) Type

type PostgresqlConfig12_1C_PgHintPlanDebugPrint

type PostgresqlConfig12_1C_PgHintPlanDebugPrint int32
const (
	PostgresqlConfig12_1C_PG_HINT_PLAN_DEBUG_PRINT_UNSPECIFIED PostgresqlConfig12_1C_PgHintPlanDebugPrint = 0
	PostgresqlConfig12_1C_PG_HINT_PLAN_DEBUG_PRINT_OFF         PostgresqlConfig12_1C_PgHintPlanDebugPrint = 1
	PostgresqlConfig12_1C_PG_HINT_PLAN_DEBUG_PRINT_ON          PostgresqlConfig12_1C_PgHintPlanDebugPrint = 2
	PostgresqlConfig12_1C_PG_HINT_PLAN_DEBUG_PRINT_DETAILED    PostgresqlConfig12_1C_PgHintPlanDebugPrint = 3
	PostgresqlConfig12_1C_PG_HINT_PLAN_DEBUG_PRINT_VERBOSE     PostgresqlConfig12_1C_PgHintPlanDebugPrint = 4
)

func (PostgresqlConfig12_1C_PgHintPlanDebugPrint) Descriptor

func (PostgresqlConfig12_1C_PgHintPlanDebugPrint) Enum

func (PostgresqlConfig12_1C_PgHintPlanDebugPrint) EnumDescriptor deprecated

func (PostgresqlConfig12_1C_PgHintPlanDebugPrint) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig12_1C_PgHintPlanDebugPrint.Descriptor instead.

func (PostgresqlConfig12_1C_PgHintPlanDebugPrint) Number

func (PostgresqlConfig12_1C_PgHintPlanDebugPrint) String

func (PostgresqlConfig12_1C_PgHintPlanDebugPrint) Type

type PostgresqlConfig12_1C_PlanCacheMode

type PostgresqlConfig12_1C_PlanCacheMode int32
const (
	PostgresqlConfig12_1C_PLAN_CACHE_MODE_UNSPECIFIED        PostgresqlConfig12_1C_PlanCacheMode = 0
	PostgresqlConfig12_1C_PLAN_CACHE_MODE_AUTO               PostgresqlConfig12_1C_PlanCacheMode = 1
	PostgresqlConfig12_1C_PLAN_CACHE_MODE_FORCE_CUSTOM_PLAN  PostgresqlConfig12_1C_PlanCacheMode = 2
	PostgresqlConfig12_1C_PLAN_CACHE_MODE_FORCE_GENERIC_PLAN PostgresqlConfig12_1C_PlanCacheMode = 3
)

func (PostgresqlConfig12_1C_PlanCacheMode) Descriptor

func (PostgresqlConfig12_1C_PlanCacheMode) Enum

func (PostgresqlConfig12_1C_PlanCacheMode) EnumDescriptor deprecated

func (PostgresqlConfig12_1C_PlanCacheMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig12_1C_PlanCacheMode.Descriptor instead.

func (PostgresqlConfig12_1C_PlanCacheMode) Number

func (PostgresqlConfig12_1C_PlanCacheMode) String

func (PostgresqlConfig12_1C_PlanCacheMode) Type

type PostgresqlConfig12_1C_SharedPreloadLibraries

type PostgresqlConfig12_1C_SharedPreloadLibraries int32
const (
	PostgresqlConfig12_1C_SHARED_PRELOAD_LIBRARIES_UNSPECIFIED  PostgresqlConfig12_1C_SharedPreloadLibraries = 0
	PostgresqlConfig12_1C_SHARED_PRELOAD_LIBRARIES_AUTO_EXPLAIN PostgresqlConfig12_1C_SharedPreloadLibraries = 1
	PostgresqlConfig12_1C_SHARED_PRELOAD_LIBRARIES_PG_HINT_PLAN PostgresqlConfig12_1C_SharedPreloadLibraries = 2
	PostgresqlConfig12_1C_SHARED_PRELOAD_LIBRARIES_TIMESCALEDB  PostgresqlConfig12_1C_SharedPreloadLibraries = 3
	PostgresqlConfig12_1C_SHARED_PRELOAD_LIBRARIES_PG_QUALSTATS PostgresqlConfig12_1C_SharedPreloadLibraries = 4
	PostgresqlConfig12_1C_SHARED_PRELOAD_LIBRARIES_PG_CRON      PostgresqlConfig12_1C_SharedPreloadLibraries = 5
	PostgresqlConfig12_1C_SHARED_PRELOAD_LIBRARIES_PGLOGICAL    PostgresqlConfig12_1C_SharedPreloadLibraries = 6
	PostgresqlConfig12_1C_SHARED_PRELOAD_LIBRARIES_PG_PREWARM   PostgresqlConfig12_1C_SharedPreloadLibraries = 7
	PostgresqlConfig12_1C_SHARED_PRELOAD_LIBRARIES_PGAUDIT      PostgresqlConfig12_1C_SharedPreloadLibraries = 8
)

func (PostgresqlConfig12_1C_SharedPreloadLibraries) Descriptor

func (PostgresqlConfig12_1C_SharedPreloadLibraries) Enum

func (PostgresqlConfig12_1C_SharedPreloadLibraries) EnumDescriptor deprecated

func (PostgresqlConfig12_1C_SharedPreloadLibraries) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig12_1C_SharedPreloadLibraries.Descriptor instead.

func (PostgresqlConfig12_1C_SharedPreloadLibraries) Number

func (PostgresqlConfig12_1C_SharedPreloadLibraries) String

func (PostgresqlConfig12_1C_SharedPreloadLibraries) Type

type PostgresqlConfig12_1C_SynchronousCommit

type PostgresqlConfig12_1C_SynchronousCommit int32
const (
	PostgresqlConfig12_1C_SYNCHRONOUS_COMMIT_UNSPECIFIED  PostgresqlConfig12_1C_SynchronousCommit = 0
	PostgresqlConfig12_1C_SYNCHRONOUS_COMMIT_ON           PostgresqlConfig12_1C_SynchronousCommit = 1
	PostgresqlConfig12_1C_SYNCHRONOUS_COMMIT_OFF          PostgresqlConfig12_1C_SynchronousCommit = 2
	PostgresqlConfig12_1C_SYNCHRONOUS_COMMIT_LOCAL        PostgresqlConfig12_1C_SynchronousCommit = 3
	PostgresqlConfig12_1C_SYNCHRONOUS_COMMIT_REMOTE_WRITE PostgresqlConfig12_1C_SynchronousCommit = 4
	PostgresqlConfig12_1C_SYNCHRONOUS_COMMIT_REMOTE_APPLY PostgresqlConfig12_1C_SynchronousCommit = 5
)

func (PostgresqlConfig12_1C_SynchronousCommit) Descriptor

func (PostgresqlConfig12_1C_SynchronousCommit) Enum

func (PostgresqlConfig12_1C_SynchronousCommit) EnumDescriptor deprecated

func (PostgresqlConfig12_1C_SynchronousCommit) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig12_1C_SynchronousCommit.Descriptor instead.

func (PostgresqlConfig12_1C_SynchronousCommit) Number

func (PostgresqlConfig12_1C_SynchronousCommit) String

func (PostgresqlConfig12_1C_SynchronousCommit) Type

type PostgresqlConfig12_1C_TransactionIsolation

type PostgresqlConfig12_1C_TransactionIsolation int32
const (
	PostgresqlConfig12_1C_TRANSACTION_ISOLATION_UNSPECIFIED      PostgresqlConfig12_1C_TransactionIsolation = 0
	PostgresqlConfig12_1C_TRANSACTION_ISOLATION_READ_UNCOMMITTED PostgresqlConfig12_1C_TransactionIsolation = 1
	PostgresqlConfig12_1C_TRANSACTION_ISOLATION_READ_COMMITTED   PostgresqlConfig12_1C_TransactionIsolation = 2
	PostgresqlConfig12_1C_TRANSACTION_ISOLATION_REPEATABLE_READ  PostgresqlConfig12_1C_TransactionIsolation = 3
	PostgresqlConfig12_1C_TRANSACTION_ISOLATION_SERIALIZABLE     PostgresqlConfig12_1C_TransactionIsolation = 4
)

func (PostgresqlConfig12_1C_TransactionIsolation) Descriptor

func (PostgresqlConfig12_1C_TransactionIsolation) Enum

func (PostgresqlConfig12_1C_TransactionIsolation) EnumDescriptor deprecated

func (PostgresqlConfig12_1C_TransactionIsolation) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig12_1C_TransactionIsolation.Descriptor instead.

func (PostgresqlConfig12_1C_TransactionIsolation) Number

func (PostgresqlConfig12_1C_TransactionIsolation) String

func (PostgresqlConfig12_1C_TransactionIsolation) Type

type PostgresqlConfig12_1C_WalLevel

type PostgresqlConfig12_1C_WalLevel int32
const (
	PostgresqlConfig12_1C_WAL_LEVEL_UNSPECIFIED PostgresqlConfig12_1C_WalLevel = 0
	PostgresqlConfig12_1C_WAL_LEVEL_REPLICA     PostgresqlConfig12_1C_WalLevel = 1
	PostgresqlConfig12_1C_WAL_LEVEL_LOGICAL     PostgresqlConfig12_1C_WalLevel = 2
)

func (PostgresqlConfig12_1C_WalLevel) Descriptor

func (PostgresqlConfig12_1C_WalLevel) Enum

func (PostgresqlConfig12_1C_WalLevel) EnumDescriptor deprecated

func (PostgresqlConfig12_1C_WalLevel) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig12_1C_WalLevel.Descriptor instead.

func (PostgresqlConfig12_1C_WalLevel) Number

func (PostgresqlConfig12_1C_WalLevel) String

func (PostgresqlConfig12_1C_WalLevel) Type

type PostgresqlConfig12_1C_XmlBinary

type PostgresqlConfig12_1C_XmlBinary int32
const (
	PostgresqlConfig12_1C_XML_BINARY_UNSPECIFIED PostgresqlConfig12_1C_XmlBinary = 0
	PostgresqlConfig12_1C_XML_BINARY_BASE64      PostgresqlConfig12_1C_XmlBinary = 1
	PostgresqlConfig12_1C_XML_BINARY_HEX         PostgresqlConfig12_1C_XmlBinary = 2
)

func (PostgresqlConfig12_1C_XmlBinary) Descriptor

func (PostgresqlConfig12_1C_XmlBinary) Enum

func (PostgresqlConfig12_1C_XmlBinary) EnumDescriptor deprecated

func (PostgresqlConfig12_1C_XmlBinary) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig12_1C_XmlBinary.Descriptor instead.

func (PostgresqlConfig12_1C_XmlBinary) Number

func (PostgresqlConfig12_1C_XmlBinary) String

func (PostgresqlConfig12_1C_XmlBinary) Type

type PostgresqlConfig12_1C_XmlOption

type PostgresqlConfig12_1C_XmlOption int32
const (
	PostgresqlConfig12_1C_XML_OPTION_UNSPECIFIED PostgresqlConfig12_1C_XmlOption = 0
	PostgresqlConfig12_1C_XML_OPTION_DOCUMENT    PostgresqlConfig12_1C_XmlOption = 1
	PostgresqlConfig12_1C_XML_OPTION_CONTENT     PostgresqlConfig12_1C_XmlOption = 2
)

func (PostgresqlConfig12_1C_XmlOption) Descriptor

func (PostgresqlConfig12_1C_XmlOption) Enum

func (PostgresqlConfig12_1C_XmlOption) EnumDescriptor deprecated

func (PostgresqlConfig12_1C_XmlOption) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig12_1C_XmlOption.Descriptor instead.

func (PostgresqlConfig12_1C_XmlOption) Number

func (PostgresqlConfig12_1C_XmlOption) String

func (PostgresqlConfig12_1C_XmlOption) Type

type PostgresqlConfig12_BackslashQuote

type PostgresqlConfig12_BackslashQuote int32
const (
	PostgresqlConfig12_BACKSLASH_QUOTE_UNSPECIFIED   PostgresqlConfig12_BackslashQuote = 0
	PostgresqlConfig12_BACKSLASH_QUOTE               PostgresqlConfig12_BackslashQuote = 1
	PostgresqlConfig12_BACKSLASH_QUOTE_ON            PostgresqlConfig12_BackslashQuote = 2
	PostgresqlConfig12_BACKSLASH_QUOTE_OFF           PostgresqlConfig12_BackslashQuote = 3
	PostgresqlConfig12_BACKSLASH_QUOTE_SAFE_ENCODING PostgresqlConfig12_BackslashQuote = 4
)

func (PostgresqlConfig12_BackslashQuote) Descriptor

func (PostgresqlConfig12_BackslashQuote) Enum

func (PostgresqlConfig12_BackslashQuote) EnumDescriptor deprecated

func (PostgresqlConfig12_BackslashQuote) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig12_BackslashQuote.Descriptor instead.

func (PostgresqlConfig12_BackslashQuote) Number

func (PostgresqlConfig12_BackslashQuote) String

func (PostgresqlConfig12_BackslashQuote) Type

type PostgresqlConfig12_ByteaOutput

type PostgresqlConfig12_ByteaOutput int32
const (
	PostgresqlConfig12_BYTEA_OUTPUT_UNSPECIFIED PostgresqlConfig12_ByteaOutput = 0
	PostgresqlConfig12_BYTEA_OUTPUT_HEX         PostgresqlConfig12_ByteaOutput = 1
	PostgresqlConfig12_BYTEA_OUTPUT_ESCAPED     PostgresqlConfig12_ByteaOutput = 2
)

func (PostgresqlConfig12_ByteaOutput) Descriptor

func (PostgresqlConfig12_ByteaOutput) Enum

func (PostgresqlConfig12_ByteaOutput) EnumDescriptor deprecated

func (PostgresqlConfig12_ByteaOutput) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig12_ByteaOutput.Descriptor instead.

func (PostgresqlConfig12_ByteaOutput) Number

func (PostgresqlConfig12_ByteaOutput) String

func (PostgresqlConfig12_ByteaOutput) Type

type PostgresqlConfig12_ConstraintExclusion

type PostgresqlConfig12_ConstraintExclusion int32
const (
	PostgresqlConfig12_CONSTRAINT_EXCLUSION_UNSPECIFIED PostgresqlConfig12_ConstraintExclusion = 0
	PostgresqlConfig12_CONSTRAINT_EXCLUSION_ON          PostgresqlConfig12_ConstraintExclusion = 1
	PostgresqlConfig12_CONSTRAINT_EXCLUSION_OFF         PostgresqlConfig12_ConstraintExclusion = 2
	PostgresqlConfig12_CONSTRAINT_EXCLUSION_PARTITION   PostgresqlConfig12_ConstraintExclusion = 3
)

func (PostgresqlConfig12_ConstraintExclusion) Descriptor

func (PostgresqlConfig12_ConstraintExclusion) Enum

func (PostgresqlConfig12_ConstraintExclusion) EnumDescriptor deprecated

func (PostgresqlConfig12_ConstraintExclusion) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig12_ConstraintExclusion.Descriptor instead.

func (PostgresqlConfig12_ConstraintExclusion) Number

func (PostgresqlConfig12_ConstraintExclusion) String

func (PostgresqlConfig12_ConstraintExclusion) Type

type PostgresqlConfig12_ForceParallelMode

type PostgresqlConfig12_ForceParallelMode int32
const (
	PostgresqlConfig12_FORCE_PARALLEL_MODE_UNSPECIFIED PostgresqlConfig12_ForceParallelMode = 0
	PostgresqlConfig12_FORCE_PARALLEL_MODE_ON          PostgresqlConfig12_ForceParallelMode = 1
	PostgresqlConfig12_FORCE_PARALLEL_MODE_OFF         PostgresqlConfig12_ForceParallelMode = 2
	PostgresqlConfig12_FORCE_PARALLEL_MODE_REGRESS     PostgresqlConfig12_ForceParallelMode = 3
)

func (PostgresqlConfig12_ForceParallelMode) Descriptor

func (PostgresqlConfig12_ForceParallelMode) Enum

func (PostgresqlConfig12_ForceParallelMode) EnumDescriptor deprecated

func (PostgresqlConfig12_ForceParallelMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig12_ForceParallelMode.Descriptor instead.

func (PostgresqlConfig12_ForceParallelMode) Number

func (PostgresqlConfig12_ForceParallelMode) String

func (PostgresqlConfig12_ForceParallelMode) Type

type PostgresqlConfig12_LogErrorVerbosity

type PostgresqlConfig12_LogErrorVerbosity int32
const (
	PostgresqlConfig12_LOG_ERROR_VERBOSITY_UNSPECIFIED PostgresqlConfig12_LogErrorVerbosity = 0
	PostgresqlConfig12_LOG_ERROR_VERBOSITY_TERSE       PostgresqlConfig12_LogErrorVerbosity = 1
	PostgresqlConfig12_LOG_ERROR_VERBOSITY_DEFAULT     PostgresqlConfig12_LogErrorVerbosity = 2
	PostgresqlConfig12_LOG_ERROR_VERBOSITY_VERBOSE     PostgresqlConfig12_LogErrorVerbosity = 3
)

func (PostgresqlConfig12_LogErrorVerbosity) Descriptor

func (PostgresqlConfig12_LogErrorVerbosity) Enum

func (PostgresqlConfig12_LogErrorVerbosity) EnumDescriptor deprecated

func (PostgresqlConfig12_LogErrorVerbosity) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig12_LogErrorVerbosity.Descriptor instead.

func (PostgresqlConfig12_LogErrorVerbosity) Number

func (PostgresqlConfig12_LogErrorVerbosity) String

func (PostgresqlConfig12_LogErrorVerbosity) Type

type PostgresqlConfig12_LogLevel

type PostgresqlConfig12_LogLevel int32
const (
	PostgresqlConfig12_LOG_LEVEL_UNSPECIFIED PostgresqlConfig12_LogLevel = 0
	PostgresqlConfig12_LOG_LEVEL_DEBUG5      PostgresqlConfig12_LogLevel = 1
	PostgresqlConfig12_LOG_LEVEL_DEBUG4      PostgresqlConfig12_LogLevel = 2
	PostgresqlConfig12_LOG_LEVEL_DEBUG3      PostgresqlConfig12_LogLevel = 3
	PostgresqlConfig12_LOG_LEVEL_DEBUG2      PostgresqlConfig12_LogLevel = 4
	PostgresqlConfig12_LOG_LEVEL_DEBUG1      PostgresqlConfig12_LogLevel = 5
	PostgresqlConfig12_LOG_LEVEL_LOG         PostgresqlConfig12_LogLevel = 6
	PostgresqlConfig12_LOG_LEVEL_NOTICE      PostgresqlConfig12_LogLevel = 7
	PostgresqlConfig12_LOG_LEVEL_WARNING     PostgresqlConfig12_LogLevel = 8
	PostgresqlConfig12_LOG_LEVEL_ERROR       PostgresqlConfig12_LogLevel = 9
	PostgresqlConfig12_LOG_LEVEL_FATAL       PostgresqlConfig12_LogLevel = 10
	PostgresqlConfig12_LOG_LEVEL_PANIC       PostgresqlConfig12_LogLevel = 11
)

func (PostgresqlConfig12_LogLevel) Descriptor

func (PostgresqlConfig12_LogLevel) Enum

func (PostgresqlConfig12_LogLevel) EnumDescriptor deprecated

func (PostgresqlConfig12_LogLevel) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig12_LogLevel.Descriptor instead.

func (PostgresqlConfig12_LogLevel) Number

func (PostgresqlConfig12_LogLevel) String

func (PostgresqlConfig12_LogLevel) Type

type PostgresqlConfig12_LogStatement

type PostgresqlConfig12_LogStatement int32
const (
	PostgresqlConfig12_LOG_STATEMENT_UNSPECIFIED PostgresqlConfig12_LogStatement = 0
	PostgresqlConfig12_LOG_STATEMENT_NONE        PostgresqlConfig12_LogStatement = 1
	PostgresqlConfig12_LOG_STATEMENT_DDL         PostgresqlConfig12_LogStatement = 2
	PostgresqlConfig12_LOG_STATEMENT_MOD         PostgresqlConfig12_LogStatement = 3
	PostgresqlConfig12_LOG_STATEMENT_ALL         PostgresqlConfig12_LogStatement = 4
)

func (PostgresqlConfig12_LogStatement) Descriptor

func (PostgresqlConfig12_LogStatement) Enum

func (PostgresqlConfig12_LogStatement) EnumDescriptor deprecated

func (PostgresqlConfig12_LogStatement) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig12_LogStatement.Descriptor instead.

func (PostgresqlConfig12_LogStatement) Number

func (PostgresqlConfig12_LogStatement) String

func (PostgresqlConfig12_LogStatement) Type

type PostgresqlConfig12_PasswordEncryption

type PostgresqlConfig12_PasswordEncryption int32
const (
	PostgresqlConfig12_PASSWORD_ENCRYPTION_UNSPECIFIED   PostgresqlConfig12_PasswordEncryption = 0
	PostgresqlConfig12_PASSWORD_ENCRYPTION_MD5           PostgresqlConfig12_PasswordEncryption = 1
	PostgresqlConfig12_PASSWORD_ENCRYPTION_SCRAM_SHA_256 PostgresqlConfig12_PasswordEncryption = 2
)

func (PostgresqlConfig12_PasswordEncryption) Descriptor

func (PostgresqlConfig12_PasswordEncryption) Enum

func (PostgresqlConfig12_PasswordEncryption) EnumDescriptor deprecated

func (PostgresqlConfig12_PasswordEncryption) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig12_PasswordEncryption.Descriptor instead.

func (PostgresqlConfig12_PasswordEncryption) Number

func (PostgresqlConfig12_PasswordEncryption) String

func (PostgresqlConfig12_PasswordEncryption) Type

type PostgresqlConfig12_PgHintPlanDebugPrint

type PostgresqlConfig12_PgHintPlanDebugPrint int32
const (
	PostgresqlConfig12_PG_HINT_PLAN_DEBUG_PRINT_UNSPECIFIED PostgresqlConfig12_PgHintPlanDebugPrint = 0
	PostgresqlConfig12_PG_HINT_PLAN_DEBUG_PRINT_OFF         PostgresqlConfig12_PgHintPlanDebugPrint = 1
	PostgresqlConfig12_PG_HINT_PLAN_DEBUG_PRINT_ON          PostgresqlConfig12_PgHintPlanDebugPrint = 2
	PostgresqlConfig12_PG_HINT_PLAN_DEBUG_PRINT_DETAILED    PostgresqlConfig12_PgHintPlanDebugPrint = 3
	PostgresqlConfig12_PG_HINT_PLAN_DEBUG_PRINT_VERBOSE     PostgresqlConfig12_PgHintPlanDebugPrint = 4
)

func (PostgresqlConfig12_PgHintPlanDebugPrint) Descriptor

func (PostgresqlConfig12_PgHintPlanDebugPrint) Enum

func (PostgresqlConfig12_PgHintPlanDebugPrint) EnumDescriptor deprecated

func (PostgresqlConfig12_PgHintPlanDebugPrint) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig12_PgHintPlanDebugPrint.Descriptor instead.

func (PostgresqlConfig12_PgHintPlanDebugPrint) Number

func (PostgresqlConfig12_PgHintPlanDebugPrint) String

func (PostgresqlConfig12_PgHintPlanDebugPrint) Type

type PostgresqlConfig12_PlanCacheMode

type PostgresqlConfig12_PlanCacheMode int32
const (
	PostgresqlConfig12_PLAN_CACHE_MODE_UNSPECIFIED        PostgresqlConfig12_PlanCacheMode = 0
	PostgresqlConfig12_PLAN_CACHE_MODE_AUTO               PostgresqlConfig12_PlanCacheMode = 1
	PostgresqlConfig12_PLAN_CACHE_MODE_FORCE_CUSTOM_PLAN  PostgresqlConfig12_PlanCacheMode = 2
	PostgresqlConfig12_PLAN_CACHE_MODE_FORCE_GENERIC_PLAN PostgresqlConfig12_PlanCacheMode = 3
)

func (PostgresqlConfig12_PlanCacheMode) Descriptor

func (PostgresqlConfig12_PlanCacheMode) Enum

func (PostgresqlConfig12_PlanCacheMode) EnumDescriptor deprecated

func (PostgresqlConfig12_PlanCacheMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig12_PlanCacheMode.Descriptor instead.

func (PostgresqlConfig12_PlanCacheMode) Number

func (PostgresqlConfig12_PlanCacheMode) String

func (PostgresqlConfig12_PlanCacheMode) Type

type PostgresqlConfig12_SharedPreloadLibraries

type PostgresqlConfig12_SharedPreloadLibraries int32
const (
	PostgresqlConfig12_SHARED_PRELOAD_LIBRARIES_UNSPECIFIED  PostgresqlConfig12_SharedPreloadLibraries = 0
	PostgresqlConfig12_SHARED_PRELOAD_LIBRARIES_AUTO_EXPLAIN PostgresqlConfig12_SharedPreloadLibraries = 1
	PostgresqlConfig12_SHARED_PRELOAD_LIBRARIES_PG_HINT_PLAN PostgresqlConfig12_SharedPreloadLibraries = 2
	PostgresqlConfig12_SHARED_PRELOAD_LIBRARIES_TIMESCALEDB  PostgresqlConfig12_SharedPreloadLibraries = 3
	PostgresqlConfig12_SHARED_PRELOAD_LIBRARIES_PG_QUALSTATS PostgresqlConfig12_SharedPreloadLibraries = 4
	PostgresqlConfig12_SHARED_PRELOAD_LIBRARIES_PG_CRON      PostgresqlConfig12_SharedPreloadLibraries = 5
	PostgresqlConfig12_SHARED_PRELOAD_LIBRARIES_PGLOGICAL    PostgresqlConfig12_SharedPreloadLibraries = 6
	PostgresqlConfig12_SHARED_PRELOAD_LIBRARIES_PG_PREWARM   PostgresqlConfig12_SharedPreloadLibraries = 7
	PostgresqlConfig12_SHARED_PRELOAD_LIBRARIES_PGAUDIT      PostgresqlConfig12_SharedPreloadLibraries = 8
)

func (PostgresqlConfig12_SharedPreloadLibraries) Descriptor

func (PostgresqlConfig12_SharedPreloadLibraries) Enum

func (PostgresqlConfig12_SharedPreloadLibraries) EnumDescriptor deprecated

func (PostgresqlConfig12_SharedPreloadLibraries) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig12_SharedPreloadLibraries.Descriptor instead.

func (PostgresqlConfig12_SharedPreloadLibraries) Number

func (PostgresqlConfig12_SharedPreloadLibraries) String

func (PostgresqlConfig12_SharedPreloadLibraries) Type

type PostgresqlConfig12_SynchronousCommit

type PostgresqlConfig12_SynchronousCommit int32
const (
	PostgresqlConfig12_SYNCHRONOUS_COMMIT_UNSPECIFIED  PostgresqlConfig12_SynchronousCommit = 0
	PostgresqlConfig12_SYNCHRONOUS_COMMIT_ON           PostgresqlConfig12_SynchronousCommit = 1
	PostgresqlConfig12_SYNCHRONOUS_COMMIT_OFF          PostgresqlConfig12_SynchronousCommit = 2
	PostgresqlConfig12_SYNCHRONOUS_COMMIT_LOCAL        PostgresqlConfig12_SynchronousCommit = 3
	PostgresqlConfig12_SYNCHRONOUS_COMMIT_REMOTE_WRITE PostgresqlConfig12_SynchronousCommit = 4
	PostgresqlConfig12_SYNCHRONOUS_COMMIT_REMOTE_APPLY PostgresqlConfig12_SynchronousCommit = 5
)

func (PostgresqlConfig12_SynchronousCommit) Descriptor

func (PostgresqlConfig12_SynchronousCommit) Enum

func (PostgresqlConfig12_SynchronousCommit) EnumDescriptor deprecated

func (PostgresqlConfig12_SynchronousCommit) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig12_SynchronousCommit.Descriptor instead.

func (PostgresqlConfig12_SynchronousCommit) Number

func (PostgresqlConfig12_SynchronousCommit) String

func (PostgresqlConfig12_SynchronousCommit) Type

type PostgresqlConfig12_TransactionIsolation

type PostgresqlConfig12_TransactionIsolation int32
const (
	PostgresqlConfig12_TRANSACTION_ISOLATION_UNSPECIFIED      PostgresqlConfig12_TransactionIsolation = 0
	PostgresqlConfig12_TRANSACTION_ISOLATION_READ_UNCOMMITTED PostgresqlConfig12_TransactionIsolation = 1
	PostgresqlConfig12_TRANSACTION_ISOLATION_READ_COMMITTED   PostgresqlConfig12_TransactionIsolation = 2
	PostgresqlConfig12_TRANSACTION_ISOLATION_REPEATABLE_READ  PostgresqlConfig12_TransactionIsolation = 3
	PostgresqlConfig12_TRANSACTION_ISOLATION_SERIALIZABLE     PostgresqlConfig12_TransactionIsolation = 4
)

func (PostgresqlConfig12_TransactionIsolation) Descriptor

func (PostgresqlConfig12_TransactionIsolation) Enum

func (PostgresqlConfig12_TransactionIsolation) EnumDescriptor deprecated

func (PostgresqlConfig12_TransactionIsolation) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig12_TransactionIsolation.Descriptor instead.

func (PostgresqlConfig12_TransactionIsolation) Number

func (PostgresqlConfig12_TransactionIsolation) String

func (PostgresqlConfig12_TransactionIsolation) Type

type PostgresqlConfig12_WalLevel

type PostgresqlConfig12_WalLevel int32
const (
	PostgresqlConfig12_WAL_LEVEL_UNSPECIFIED PostgresqlConfig12_WalLevel = 0
	PostgresqlConfig12_WAL_LEVEL_REPLICA     PostgresqlConfig12_WalLevel = 1
	PostgresqlConfig12_WAL_LEVEL_LOGICAL     PostgresqlConfig12_WalLevel = 2
)

func (PostgresqlConfig12_WalLevel) Descriptor

func (PostgresqlConfig12_WalLevel) Enum

func (PostgresqlConfig12_WalLevel) EnumDescriptor deprecated

func (PostgresqlConfig12_WalLevel) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig12_WalLevel.Descriptor instead.

func (PostgresqlConfig12_WalLevel) Number

func (PostgresqlConfig12_WalLevel) String

func (PostgresqlConfig12_WalLevel) Type

type PostgresqlConfig12_XmlBinary

type PostgresqlConfig12_XmlBinary int32
const (
	PostgresqlConfig12_XML_BINARY_UNSPECIFIED PostgresqlConfig12_XmlBinary = 0
	PostgresqlConfig12_XML_BINARY_BASE64      PostgresqlConfig12_XmlBinary = 1
	PostgresqlConfig12_XML_BINARY_HEX         PostgresqlConfig12_XmlBinary = 2
)

func (PostgresqlConfig12_XmlBinary) Descriptor

func (PostgresqlConfig12_XmlBinary) Enum

func (PostgresqlConfig12_XmlBinary) EnumDescriptor deprecated

func (PostgresqlConfig12_XmlBinary) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig12_XmlBinary.Descriptor instead.

func (PostgresqlConfig12_XmlBinary) Number

func (PostgresqlConfig12_XmlBinary) String

func (PostgresqlConfig12_XmlBinary) Type

type PostgresqlConfig12_XmlOption

type PostgresqlConfig12_XmlOption int32
const (
	PostgresqlConfig12_XML_OPTION_UNSPECIFIED PostgresqlConfig12_XmlOption = 0
	PostgresqlConfig12_XML_OPTION_DOCUMENT    PostgresqlConfig12_XmlOption = 1
	PostgresqlConfig12_XML_OPTION_CONTENT     PostgresqlConfig12_XmlOption = 2
)

func (PostgresqlConfig12_XmlOption) Descriptor

func (PostgresqlConfig12_XmlOption) Enum

func (PostgresqlConfig12_XmlOption) EnumDescriptor deprecated

func (PostgresqlConfig12_XmlOption) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig12_XmlOption.Descriptor instead.

func (PostgresqlConfig12_XmlOption) Number

func (PostgresqlConfig12_XmlOption) String

func (PostgresqlConfig12_XmlOption) Type

type PostgresqlConfig13

type PostgresqlConfig13 struct {
	MaxConnections             *wrapperspb.Int64Value               `protobuf:"bytes,1,opt,name=max_connections,json=maxConnections,proto3" json:"max_connections,omitempty"`
	SharedBuffers              *wrapperspb.Int64Value               `protobuf:"bytes,2,opt,name=shared_buffers,json=sharedBuffers,proto3" json:"shared_buffers,omitempty"`                  // in bytes.
	TempBuffers                *wrapperspb.Int64Value               `protobuf:"bytes,3,opt,name=temp_buffers,json=tempBuffers,proto3" json:"temp_buffers,omitempty"`                        // in bytes.
	MaxPreparedTransactions    *wrapperspb.Int64Value               ``                                                                                                                      /* 132-byte string literal not displayed */
	WorkMem                    *wrapperspb.Int64Value               `protobuf:"bytes,5,opt,name=work_mem,json=workMem,proto3" json:"work_mem,omitempty"`                                    // in bytes.
	MaintenanceWorkMem         *wrapperspb.Int64Value               `protobuf:"bytes,6,opt,name=maintenance_work_mem,json=maintenanceWorkMem,proto3" json:"maintenance_work_mem,omitempty"` // in bytes.
	AutovacuumWorkMem          *wrapperspb.Int64Value               `protobuf:"bytes,7,opt,name=autovacuum_work_mem,json=autovacuumWorkMem,proto3" json:"autovacuum_work_mem,omitempty"`    // in bytes.
	TempFileLimit              *wrapperspb.Int64Value               `protobuf:"bytes,8,opt,name=temp_file_limit,json=tempFileLimit,proto3" json:"temp_file_limit,omitempty"`                // in bytes.
	VacuumCostDelay            *wrapperspb.Int64Value               `protobuf:"bytes,9,opt,name=vacuum_cost_delay,json=vacuumCostDelay,proto3" json:"vacuum_cost_delay,omitempty"`          // in milliseconds.
	VacuumCostPageHit          *wrapperspb.Int64Value               `protobuf:"bytes,10,opt,name=vacuum_cost_page_hit,json=vacuumCostPageHit,proto3" json:"vacuum_cost_page_hit,omitempty"`
	VacuumCostPageMiss         *wrapperspb.Int64Value               `protobuf:"bytes,11,opt,name=vacuum_cost_page_miss,json=vacuumCostPageMiss,proto3" json:"vacuum_cost_page_miss,omitempty"`
	VacuumCostPageDirty        *wrapperspb.Int64Value               `protobuf:"bytes,12,opt,name=vacuum_cost_page_dirty,json=vacuumCostPageDirty,proto3" json:"vacuum_cost_page_dirty,omitempty"`
	VacuumCostLimit            *wrapperspb.Int64Value               `protobuf:"bytes,13,opt,name=vacuum_cost_limit,json=vacuumCostLimit,proto3" json:"vacuum_cost_limit,omitempty"`
	BgwriterDelay              *wrapperspb.Int64Value               `protobuf:"bytes,14,opt,name=bgwriter_delay,json=bgwriterDelay,proto3" json:"bgwriter_delay,omitempty"` // in milliseconds.
	BgwriterLruMaxpages        *wrapperspb.Int64Value               `protobuf:"bytes,15,opt,name=bgwriter_lru_maxpages,json=bgwriterLruMaxpages,proto3" json:"bgwriter_lru_maxpages,omitempty"`
	BgwriterLruMultiplier      *wrapperspb.DoubleValue              `` /* 127-byte string literal not displayed */
	BgwriterFlushAfter         *wrapperspb.Int64Value               `protobuf:"bytes,17,opt,name=bgwriter_flush_after,json=bgwriterFlushAfter,proto3" json:"bgwriter_flush_after,omitempty"`
	BackendFlushAfter          *wrapperspb.Int64Value               `protobuf:"bytes,18,opt,name=backend_flush_after,json=backendFlushAfter,proto3" json:"backend_flush_after,omitempty"`
	OldSnapshotThreshold       *wrapperspb.Int64Value               `protobuf:"bytes,19,opt,name=old_snapshot_threshold,json=oldSnapshotThreshold,proto3" json:"old_snapshot_threshold,omitempty"`
	WalLevel                   PostgresqlConfig13_WalLevel          ``                                                                                                                  /* 158-byte string literal not displayed */
	SynchronousCommit          PostgresqlConfig13_SynchronousCommit ``                                                                                                                  /* 194-byte string literal not displayed */
	CheckpointTimeout          *wrapperspb.Int64Value               `protobuf:"bytes,22,opt,name=checkpoint_timeout,json=checkpointTimeout,proto3" json:"checkpoint_timeout,omitempty"` // in milliseconds.
	CheckpointCompletionTarget *wrapperspb.DoubleValue              ``                                                                                                                  /* 142-byte string literal not displayed */
	CheckpointFlushAfter       *wrapperspb.Int64Value               `protobuf:"bytes,24,opt,name=checkpoint_flush_after,json=checkpointFlushAfter,proto3" json:"checkpoint_flush_after,omitempty"`
	MaxWalSize                 *wrapperspb.Int64Value               `protobuf:"bytes,25,opt,name=max_wal_size,json=maxWalSize,proto3" json:"max_wal_size,omitempty"` // in bytes.
	MinWalSize                 *wrapperspb.Int64Value               `protobuf:"bytes,26,opt,name=min_wal_size,json=minWalSize,proto3" json:"min_wal_size,omitempty"` // in bytes.
	MaxStandbyStreamingDelay   *wrapperspb.Int64Value               ``                                                                                               // in milliseconds.
	/* 138-byte string literal not displayed */
	DefaultStatisticsTarget *wrapperspb.Int64Value                 `` /* 133-byte string literal not displayed */
	ConstraintExclusion     PostgresqlConfig13_ConstraintExclusion `` /* 202-byte string literal not displayed */
	CursorTupleFraction     *wrapperspb.DoubleValue                `protobuf:"bytes,30,opt,name=cursor_tuple_fraction,json=cursorTupleFraction,proto3" json:"cursor_tuple_fraction,omitempty"`
	FromCollapseLimit       *wrapperspb.Int64Value                 `protobuf:"bytes,31,opt,name=from_collapse_limit,json=fromCollapseLimit,proto3" json:"from_collapse_limit,omitempty"`
	JoinCollapseLimit       *wrapperspb.Int64Value                 `protobuf:"bytes,32,opt,name=join_collapse_limit,json=joinCollapseLimit,proto3" json:"join_collapse_limit,omitempty"`
	ForceParallelMode       PostgresqlConfig13_ForceParallelMode   `` /* 196-byte string literal not displayed */
	ClientMinMessages       PostgresqlConfig13_LogLevel            `` /* 187-byte string literal not displayed */
	LogMinMessages          PostgresqlConfig13_LogLevel            `` /* 178-byte string literal not displayed */
	LogMinErrorStatement    PostgresqlConfig13_LogLevel            `` /* 198-byte string literal not displayed */
	LogMinDurationStatement *wrapperspb.Int64Value                 `` // in milliseconds.
	/* 135-byte string literal not displayed */
	LogCheckpoints                  *wrapperspb.BoolValue                   `protobuf:"bytes,38,opt,name=log_checkpoints,json=logCheckpoints,proto3" json:"log_checkpoints,omitempty"`
	LogConnections                  *wrapperspb.BoolValue                   `protobuf:"bytes,39,opt,name=log_connections,json=logConnections,proto3" json:"log_connections,omitempty"`
	LogDisconnections               *wrapperspb.BoolValue                   `protobuf:"bytes,40,opt,name=log_disconnections,json=logDisconnections,proto3" json:"log_disconnections,omitempty"`
	LogDuration                     *wrapperspb.BoolValue                   `protobuf:"bytes,41,opt,name=log_duration,json=logDuration,proto3" json:"log_duration,omitempty"`
	LogErrorVerbosity               PostgresqlConfig13_LogErrorVerbosity    `` /* 196-byte string literal not displayed */
	LogLockWaits                    *wrapperspb.BoolValue                   `protobuf:"bytes,43,opt,name=log_lock_waits,json=logLockWaits,proto3" json:"log_lock_waits,omitempty"`
	LogStatement                    PostgresqlConfig13_LogStatement         `` /* 174-byte string literal not displayed */
	LogTempFiles                    *wrapperspb.Int64Value                  `protobuf:"bytes,45,opt,name=log_temp_files,json=logTempFiles,proto3" json:"log_temp_files,omitempty"`
	SearchPath                      string                                  `protobuf:"bytes,46,opt,name=search_path,json=searchPath,proto3" json:"search_path,omitempty"`
	RowSecurity                     *wrapperspb.BoolValue                   `protobuf:"bytes,47,opt,name=row_security,json=rowSecurity,proto3" json:"row_security,omitempty"`
	DefaultTransactionIsolation     PostgresqlConfig13_TransactionIsolation ``                                                                                                               /* 229-byte string literal not displayed */
	StatementTimeout                *wrapperspb.Int64Value                  `protobuf:"bytes,49,opt,name=statement_timeout,json=statementTimeout,proto3" json:"statement_timeout,omitempty"` // in milliseconds.
	LockTimeout                     *wrapperspb.Int64Value                  `protobuf:"bytes,50,opt,name=lock_timeout,json=lockTimeout,proto3" json:"lock_timeout,omitempty"`                // in milliseconds.
	IdleInTransactionSessionTimeout *wrapperspb.Int64Value                  ``                                                                                                               // in milliseconds.
	/* 161-byte string literal not displayed */
	ByteaOutput                   PostgresqlConfig13_ByteaOutput              ``                                                                                                                            /* 170-byte string literal not displayed */
	Xmlbinary                     PostgresqlConfig13_XmlBinary                ``                                                                                                                            /* 145-byte string literal not displayed */
	Xmloption                     PostgresqlConfig13_XmlOption                ``                                                                                                                            /* 145-byte string literal not displayed */
	GinPendingListLimit           *wrapperspb.Int64Value                      `protobuf:"bytes,55,opt,name=gin_pending_list_limit,json=ginPendingListLimit,proto3" json:"gin_pending_list_limit,omitempty"` // in bytes.
	DeadlockTimeout               *wrapperspb.Int64Value                      `protobuf:"bytes,56,opt,name=deadlock_timeout,json=deadlockTimeout,proto3" json:"deadlock_timeout,omitempty"`                 // in milliseconds.
	MaxLocksPerTransaction        *wrapperspb.Int64Value                      ``                                                                                                                            /* 132-byte string literal not displayed */
	MaxPredLocksPerTransaction    *wrapperspb.Int64Value                      ``                                                                                                                            /* 146-byte string literal not displayed */
	ArrayNulls                    *wrapperspb.BoolValue                       `protobuf:"bytes,59,opt,name=array_nulls,json=arrayNulls,proto3" json:"array_nulls,omitempty"`
	BackslashQuote                PostgresqlConfig13_BackslashQuote           `` /* 182-byte string literal not displayed */
	DefaultWithOids               *wrapperspb.BoolValue                       `protobuf:"bytes,61,opt,name=default_with_oids,json=defaultWithOids,proto3" json:"default_with_oids,omitempty"`
	EscapeStringWarning           *wrapperspb.BoolValue                       `protobuf:"bytes,62,opt,name=escape_string_warning,json=escapeStringWarning,proto3" json:"escape_string_warning,omitempty"`
	LoCompatPrivileges            *wrapperspb.BoolValue                       `protobuf:"bytes,63,opt,name=lo_compat_privileges,json=loCompatPrivileges,proto3" json:"lo_compat_privileges,omitempty"`
	OperatorPrecedenceWarning     *wrapperspb.BoolValue                       `` /* 139-byte string literal not displayed */
	QuoteAllIdentifiers           *wrapperspb.BoolValue                       `protobuf:"bytes,65,opt,name=quote_all_identifiers,json=quoteAllIdentifiers,proto3" json:"quote_all_identifiers,omitempty"`
	StandardConformingStrings     *wrapperspb.BoolValue                       `` /* 139-byte string literal not displayed */
	SynchronizeSeqscans           *wrapperspb.BoolValue                       `protobuf:"bytes,67,opt,name=synchronize_seqscans,json=synchronizeSeqscans,proto3" json:"synchronize_seqscans,omitempty"`
	TransformNullEquals           *wrapperspb.BoolValue                       `protobuf:"bytes,68,opt,name=transform_null_equals,json=transformNullEquals,proto3" json:"transform_null_equals,omitempty"`
	ExitOnError                   *wrapperspb.BoolValue                       `protobuf:"bytes,69,opt,name=exit_on_error,json=exitOnError,proto3" json:"exit_on_error,omitempty"`
	SeqPageCost                   *wrapperspb.DoubleValue                     `protobuf:"bytes,70,opt,name=seq_page_cost,json=seqPageCost,proto3" json:"seq_page_cost,omitempty"`
	RandomPageCost                *wrapperspb.DoubleValue                     `protobuf:"bytes,71,opt,name=random_page_cost,json=randomPageCost,proto3" json:"random_page_cost,omitempty"`
	AutovacuumMaxWorkers          *wrapperspb.Int64Value                      `protobuf:"bytes,72,opt,name=autovacuum_max_workers,json=autovacuumMaxWorkers,proto3" json:"autovacuum_max_workers,omitempty"`
	AutovacuumVacuumCostDelay     *wrapperspb.Int64Value                      ``                                                                                                                  /* 141-byte string literal not displayed */
	AutovacuumVacuumCostLimit     *wrapperspb.Int64Value                      ``                                                                                                                  /* 141-byte string literal not displayed */
	AutovacuumNaptime             *wrapperspb.Int64Value                      `protobuf:"bytes,75,opt,name=autovacuum_naptime,json=autovacuumNaptime,proto3" json:"autovacuum_naptime,omitempty"` // in milliseconds.
	ArchiveTimeout                *wrapperspb.Int64Value                      `protobuf:"bytes,76,opt,name=archive_timeout,json=archiveTimeout,proto3" json:"archive_timeout,omitempty"`          // in milliseconds.
	TrackActivityQuerySize        *wrapperspb.Int64Value                      ``                                                                                                                  /* 132-byte string literal not displayed */
	EnableBitmapscan              *wrapperspb.BoolValue                       `protobuf:"bytes,80,opt,name=enable_bitmapscan,json=enableBitmapscan,proto3" json:"enable_bitmapscan,omitempty"`
	EnableHashagg                 *wrapperspb.BoolValue                       `protobuf:"bytes,81,opt,name=enable_hashagg,json=enableHashagg,proto3" json:"enable_hashagg,omitempty"`
	EnableHashjoin                *wrapperspb.BoolValue                       `protobuf:"bytes,82,opt,name=enable_hashjoin,json=enableHashjoin,proto3" json:"enable_hashjoin,omitempty"`
	EnableIndexscan               *wrapperspb.BoolValue                       `protobuf:"bytes,83,opt,name=enable_indexscan,json=enableIndexscan,proto3" json:"enable_indexscan,omitempty"`
	EnableIndexonlyscan           *wrapperspb.BoolValue                       `protobuf:"bytes,84,opt,name=enable_indexonlyscan,json=enableIndexonlyscan,proto3" json:"enable_indexonlyscan,omitempty"`
	EnableMaterial                *wrapperspb.BoolValue                       `protobuf:"bytes,85,opt,name=enable_material,json=enableMaterial,proto3" json:"enable_material,omitempty"`
	EnableMergejoin               *wrapperspb.BoolValue                       `protobuf:"bytes,86,opt,name=enable_mergejoin,json=enableMergejoin,proto3" json:"enable_mergejoin,omitempty"`
	EnableNestloop                *wrapperspb.BoolValue                       `protobuf:"bytes,87,opt,name=enable_nestloop,json=enableNestloop,proto3" json:"enable_nestloop,omitempty"`
	EnableSeqscan                 *wrapperspb.BoolValue                       `protobuf:"bytes,88,opt,name=enable_seqscan,json=enableSeqscan,proto3" json:"enable_seqscan,omitempty"`
	EnableSort                    *wrapperspb.BoolValue                       `protobuf:"bytes,89,opt,name=enable_sort,json=enableSort,proto3" json:"enable_sort,omitempty"`
	EnableTidscan                 *wrapperspb.BoolValue                       `protobuf:"bytes,90,opt,name=enable_tidscan,json=enableTidscan,proto3" json:"enable_tidscan,omitempty"`
	MaxWorkerProcesses            *wrapperspb.Int64Value                      `protobuf:"bytes,91,opt,name=max_worker_processes,json=maxWorkerProcesses,proto3" json:"max_worker_processes,omitempty"`
	MaxParallelWorkers            *wrapperspb.Int64Value                      `protobuf:"bytes,92,opt,name=max_parallel_workers,json=maxParallelWorkers,proto3" json:"max_parallel_workers,omitempty"`
	MaxParallelWorkersPerGather   *wrapperspb.Int64Value                      `` /* 149-byte string literal not displayed */
	AutovacuumVacuumScaleFactor   *wrapperspb.DoubleValue                     `` /* 147-byte string literal not displayed */
	AutovacuumAnalyzeScaleFactor  *wrapperspb.DoubleValue                     `` /* 150-byte string literal not displayed */
	DefaultTransactionReadOnly    *wrapperspb.BoolValue                       `` /* 144-byte string literal not displayed */
	Timezone                      string                                      `protobuf:"bytes,97,opt,name=timezone,proto3" json:"timezone,omitempty"`
	EnableParallelAppend          *wrapperspb.BoolValue                       `protobuf:"bytes,98,opt,name=enable_parallel_append,json=enableParallelAppend,proto3" json:"enable_parallel_append,omitempty"`
	EnableParallelHash            *wrapperspb.BoolValue                       `protobuf:"bytes,99,opt,name=enable_parallel_hash,json=enableParallelHash,proto3" json:"enable_parallel_hash,omitempty"`
	EnablePartitionPruning        *wrapperspb.BoolValue                       `` /* 131-byte string literal not displayed */
	EnablePartitionwiseAggregate  *wrapperspb.BoolValue                       `` /* 149-byte string literal not displayed */
	EnablePartitionwiseJoin       *wrapperspb.BoolValue                       `` /* 134-byte string literal not displayed */
	Jit                           *wrapperspb.BoolValue                       `protobuf:"bytes,103,opt,name=jit,proto3" json:"jit,omitempty"`
	MaxParallelMaintenanceWorkers *wrapperspb.Int64Value                      `` /* 154-byte string literal not displayed */
	ParallelLeaderParticipation   *wrapperspb.BoolValue                       `` /* 146-byte string literal not displayed */
	VacuumCleanupIndexScaleFactor *wrapperspb.DoubleValue                     `` /* 156-byte string literal not displayed */
	LogTransactionSampleRate      *wrapperspb.DoubleValue                     `` /* 139-byte string literal not displayed */
	PlanCacheMode                 PostgresqlConfig13_PlanCacheMode            `` /* 181-byte string literal not displayed */
	EffectiveIoConcurrency        *wrapperspb.Int64Value                      `` /* 131-byte string literal not displayed */
	EffectiveCacheSize            *wrapperspb.Int64Value                      `protobuf:"bytes,110,opt,name=effective_cache_size,json=effectiveCacheSize,proto3" json:"effective_cache_size,omitempty"`
	SharedPreloadLibraries        []PostgresqlConfig13_SharedPreloadLibraries `` /* 224-byte string literal not displayed */
	AutoExplainLogMinDuration     *wrapperspb.Int64Value                      `` // in milliseconds.
	/* 144-byte string literal not displayed */
	AutoExplainLogAnalyze          *wrapperspb.BoolValue                   `` /* 130-byte string literal not displayed */
	AutoExplainLogBuffers          *wrapperspb.BoolValue                   `` /* 130-byte string literal not displayed */
	AutoExplainLogTiming           *wrapperspb.BoolValue                   `` /* 127-byte string literal not displayed */
	AutoExplainLogTriggers         *wrapperspb.BoolValue                   `` /* 133-byte string literal not displayed */
	AutoExplainLogVerbose          *wrapperspb.BoolValue                   `` /* 130-byte string literal not displayed */
	AutoExplainLogNestedStatements *wrapperspb.BoolValue                   `` /* 159-byte string literal not displayed */
	AutoExplainSampleRate          *wrapperspb.DoubleValue                 `` /* 130-byte string literal not displayed */
	PgHintPlanEnableHint           *wrapperspb.BoolValue                   `` /* 129-byte string literal not displayed */
	PgHintPlanEnableHintTable      *wrapperspb.BoolValue                   `` /* 146-byte string literal not displayed */
	PgHintPlanDebugPrint           PostgresqlConfig13_PgHintPlanDebugPrint `` /* 213-byte string literal not displayed */
	PgHintPlanMessageLevel         PostgresqlConfig13_LogLevel             `` /* 207-byte string literal not displayed */
	HashMemMultiplier              *wrapperspb.DoubleValue                 `protobuf:"bytes,124,opt,name=hash_mem_multiplier,json=hashMemMultiplier,proto3" json:"hash_mem_multiplier,omitempty"`
	LogicalDecodingWorkMem         *wrapperspb.Int64Value                  `` // in bytes.
	/* 133-byte string literal not displayed */
	MaintenanceIoConcurrency          *wrapperspb.Int64Value  ``                                                                                                                            /* 137-byte string literal not displayed */
	MaxSlotWalKeepSize                *wrapperspb.Int64Value  `protobuf:"bytes,128,opt,name=max_slot_wal_keep_size,json=maxSlotWalKeepSize,proto3" json:"max_slot_wal_keep_size,omitempty"` // in bytes.
	WalKeepSize                       *wrapperspb.Int64Value  `protobuf:"bytes,129,opt,name=wal_keep_size,json=walKeepSize,proto3" json:"wal_keep_size,omitempty"`                          // in bytes.
	EnableIncrementalSort             *wrapperspb.BoolValue   ``                                                                                                                            /* 128-byte string literal not displayed */
	AutovacuumVacuumInsertThreshold   *wrapperspb.Int64Value  ``                                                                                                                            /* 160-byte string literal not displayed */
	AutovacuumVacuumInsertScaleFactor *wrapperspb.DoubleValue ``                                                                                                                            /* 168-byte string literal not displayed */
	LogMinDurationSample              *wrapperspb.Int64Value  ``                                                                                                                            // in milliseconds.
	/* 127-byte string literal not displayed */
	LogStatementSampleRate *wrapperspb.DoubleValue `` /* 133-byte string literal not displayed */
	LogParameterMaxLength  *wrapperspb.Int64Value  `` // in bytes.
	/* 130-byte string literal not displayed */
	LogParameterMaxLengthOnError *wrapperspb.Int64Value `` // in bytes.
	/* 155-byte string literal not displayed */
	PgQualstatsEnabled                  *wrapperspb.BoolValue   `protobuf:"bytes,137,opt,name=pg_qualstats_enabled,json=pgQualstatsEnabled,proto3" json:"pg_qualstats_enabled,omitempty"`
	PgQualstatsTrackConstants           *wrapperspb.BoolValue   `` /* 142-byte string literal not displayed */
	PgQualstatsMax                      *wrapperspb.Int64Value  `protobuf:"bytes,139,opt,name=pg_qualstats_max,json=pgQualstatsMax,proto3" json:"pg_qualstats_max,omitempty"`
	PgQualstatsResolveOids              *wrapperspb.BoolValue   ``                                                                                                                     /* 133-byte string literal not displayed */
	PgQualstatsSampleRate               *wrapperspb.DoubleValue ``                                                                                                                     /* 130-byte string literal not displayed */
	MaxStackDepth                       *wrapperspb.Int64Value  `protobuf:"bytes,150,opt,name=max_stack_depth,json=maxStackDepth,proto3" json:"max_stack_depth,omitempty"`             // in bytes.
	Geqo                                *wrapperspb.BoolValue   `protobuf:"bytes,152,opt,name=geqo,proto3" json:"geqo,omitempty"`                                                      // enable Genetic Query Optimizer, by default is on
	GeqoThreshold                       *wrapperspb.Int64Value  `protobuf:"bytes,153,opt,name=geqo_threshold,json=geqoThreshold,proto3" json:"geqo_threshold,omitempty"`               // The number of tables to use geqo, default is 12
	GeqoEffort                          *wrapperspb.Int64Value  `protobuf:"bytes,154,opt,name=geqo_effort,json=geqoEffort,proto3" json:"geqo_effort,omitempty"`                        // tradeoff between planning time and query plan quality, default is 5
	GeqoPoolSize                        *wrapperspb.Int64Value  `protobuf:"bytes,155,opt,name=geqo_pool_size,json=geqoPoolSize,proto3" json:"geqo_pool_size,omitempty"`                // number of individuals in the genetic population, useful values are typically 100 to 1000; default - 0 - choose based on based on geqo_effort
	GeqoGenerations                     *wrapperspb.Int64Value  `protobuf:"bytes,156,opt,name=geqo_generations,json=geqoGenerations,proto3" json:"geqo_generations,omitempty"`         // the number of generations used by GEQO, useful values are in the same range as the pool size
	GeqoSelectionBias                   *wrapperspb.DoubleValue `protobuf:"bytes,157,opt,name=geqo_selection_bias,json=geqoSelectionBias,proto3" json:"geqo_selection_bias,omitempty"` // selective pressure within the population
	GeqoSeed                            *wrapperspb.DoubleValue `protobuf:"bytes,158,opt,name=geqo_seed,json=geqoSeed,proto3" json:"geqo_seed,omitempty"`                              // initial value of the random number generator used by GEQO
	PgTrgmSimilarityThreshold           *wrapperspb.DoubleValue ``                                                                                                                     /* 142-byte string literal not displayed */
	PgTrgmWordSimilarityThreshold       *wrapperspb.DoubleValue ``                                                                                                                     /* 156-byte string literal not displayed */
	PgTrgmStrictWordSimilarityThreshold *wrapperspb.DoubleValue ``                                                                                                                     /* 176-byte string literal not displayed */
	MaxStandbyArchiveDelay              *wrapperspb.Int64Value  ``                                                                                                                     // in milliseconds.
	/* 133-byte string literal not displayed */
	SessionDurationTimeout *wrapperspb.Int64Value `` // Terminate any session that exceeds the designated timeout, specified in milliseconds. If a timeout is not specified, the default session timeout is set to 12 hours. To disable it, specify a value of 0.
	/* 131-byte string literal not displayed */
	LogReplicationCommands   *wrapperspb.BoolValue  `` /* 131-byte string literal not displayed */
	LogAutovacuumMinDuration *wrapperspb.Int64Value `` // in milliseconds. The default is 1000 (1 sec).
	/* 139-byte string literal not displayed */
	PasswordEncryption PostgresqlConfig13_PasswordEncryption `` // A default value for “ user_password_encryption “ user-level setting, if it not specified for new users. Possible values are “ PASSWORD_ENCRYPTION_MD5 “ or “ PASSWORD_ENCRYPTION_SCRAM_SHA_256 “. The default is “ PASSWORD_ENCRYPTION_MD5 “.
	/* 199-byte string literal not displayed */
	// contains filtered or unexported fields
}

Options and structure of `PostgresqlConfig` reflects PostgreSQL configuration file parameters which detailed description is available in [PostgreSQL documentation](https://www.postgresql.org/docs/11/runtime-config.html).

func (*PostgresqlConfig13) Descriptor deprecated

func (*PostgresqlConfig13) Descriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig13.ProtoReflect.Descriptor instead.

func (*PostgresqlConfig13) GetArchiveTimeout

func (x *PostgresqlConfig13) GetArchiveTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig13) GetArrayNulls

func (x *PostgresqlConfig13) GetArrayNulls() *wrapperspb.BoolValue

func (*PostgresqlConfig13) GetAutoExplainLogAnalyze

func (x *PostgresqlConfig13) GetAutoExplainLogAnalyze() *wrapperspb.BoolValue

func (*PostgresqlConfig13) GetAutoExplainLogBuffers

func (x *PostgresqlConfig13) GetAutoExplainLogBuffers() *wrapperspb.BoolValue

func (*PostgresqlConfig13) GetAutoExplainLogMinDuration

func (x *PostgresqlConfig13) GetAutoExplainLogMinDuration() *wrapperspb.Int64Value

func (*PostgresqlConfig13) GetAutoExplainLogNestedStatements

func (x *PostgresqlConfig13) GetAutoExplainLogNestedStatements() *wrapperspb.BoolValue

func (*PostgresqlConfig13) GetAutoExplainLogTiming

func (x *PostgresqlConfig13) GetAutoExplainLogTiming() *wrapperspb.BoolValue

func (*PostgresqlConfig13) GetAutoExplainLogTriggers

func (x *PostgresqlConfig13) GetAutoExplainLogTriggers() *wrapperspb.BoolValue

func (*PostgresqlConfig13) GetAutoExplainLogVerbose

func (x *PostgresqlConfig13) GetAutoExplainLogVerbose() *wrapperspb.BoolValue

func (*PostgresqlConfig13) GetAutoExplainSampleRate

func (x *PostgresqlConfig13) GetAutoExplainSampleRate() *wrapperspb.DoubleValue

func (*PostgresqlConfig13) GetAutovacuumAnalyzeScaleFactor

func (x *PostgresqlConfig13) GetAutovacuumAnalyzeScaleFactor() *wrapperspb.DoubleValue

func (*PostgresqlConfig13) GetAutovacuumMaxWorkers

func (x *PostgresqlConfig13) GetAutovacuumMaxWorkers() *wrapperspb.Int64Value

func (*PostgresqlConfig13) GetAutovacuumNaptime

func (x *PostgresqlConfig13) GetAutovacuumNaptime() *wrapperspb.Int64Value

func (*PostgresqlConfig13) GetAutovacuumVacuumCostDelay

func (x *PostgresqlConfig13) GetAutovacuumVacuumCostDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig13) GetAutovacuumVacuumCostLimit

func (x *PostgresqlConfig13) GetAutovacuumVacuumCostLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig13) GetAutovacuumVacuumInsertScaleFactor

func (x *PostgresqlConfig13) GetAutovacuumVacuumInsertScaleFactor() *wrapperspb.DoubleValue

func (*PostgresqlConfig13) GetAutovacuumVacuumInsertThreshold

func (x *PostgresqlConfig13) GetAutovacuumVacuumInsertThreshold() *wrapperspb.Int64Value

func (*PostgresqlConfig13) GetAutovacuumVacuumScaleFactor

func (x *PostgresqlConfig13) GetAutovacuumVacuumScaleFactor() *wrapperspb.DoubleValue

func (*PostgresqlConfig13) GetAutovacuumWorkMem

func (x *PostgresqlConfig13) GetAutovacuumWorkMem() *wrapperspb.Int64Value

func (*PostgresqlConfig13) GetBackendFlushAfter

func (x *PostgresqlConfig13) GetBackendFlushAfter() *wrapperspb.Int64Value

func (*PostgresqlConfig13) GetBackslashQuote

func (*PostgresqlConfig13) GetBgwriterDelay

func (x *PostgresqlConfig13) GetBgwriterDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig13) GetBgwriterFlushAfter

func (x *PostgresqlConfig13) GetBgwriterFlushAfter() *wrapperspb.Int64Value

func (*PostgresqlConfig13) GetBgwriterLruMaxpages

func (x *PostgresqlConfig13) GetBgwriterLruMaxpages() *wrapperspb.Int64Value

func (*PostgresqlConfig13) GetBgwriterLruMultiplier

func (x *PostgresqlConfig13) GetBgwriterLruMultiplier() *wrapperspb.DoubleValue

func (*PostgresqlConfig13) GetByteaOutput

func (*PostgresqlConfig13) GetCheckpointCompletionTarget

func (x *PostgresqlConfig13) GetCheckpointCompletionTarget() *wrapperspb.DoubleValue

func (*PostgresqlConfig13) GetCheckpointFlushAfter

func (x *PostgresqlConfig13) GetCheckpointFlushAfter() *wrapperspb.Int64Value

func (*PostgresqlConfig13) GetCheckpointTimeout

func (x *PostgresqlConfig13) GetCheckpointTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig13) GetClientMinMessages

func (x *PostgresqlConfig13) GetClientMinMessages() PostgresqlConfig13_LogLevel

func (*PostgresqlConfig13) GetConstraintExclusion

func (x *PostgresqlConfig13) GetConstraintExclusion() PostgresqlConfig13_ConstraintExclusion

func (*PostgresqlConfig13) GetCursorTupleFraction

func (x *PostgresqlConfig13) GetCursorTupleFraction() *wrapperspb.DoubleValue

func (*PostgresqlConfig13) GetDeadlockTimeout

func (x *PostgresqlConfig13) GetDeadlockTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig13) GetDefaultStatisticsTarget

func (x *PostgresqlConfig13) GetDefaultStatisticsTarget() *wrapperspb.Int64Value

func (*PostgresqlConfig13) GetDefaultTransactionIsolation

func (x *PostgresqlConfig13) GetDefaultTransactionIsolation() PostgresqlConfig13_TransactionIsolation

func (*PostgresqlConfig13) GetDefaultTransactionReadOnly

func (x *PostgresqlConfig13) GetDefaultTransactionReadOnly() *wrapperspb.BoolValue

func (*PostgresqlConfig13) GetDefaultWithOids

func (x *PostgresqlConfig13) GetDefaultWithOids() *wrapperspb.BoolValue

func (*PostgresqlConfig13) GetEffectiveCacheSize

func (x *PostgresqlConfig13) GetEffectiveCacheSize() *wrapperspb.Int64Value

func (*PostgresqlConfig13) GetEffectiveIoConcurrency

func (x *PostgresqlConfig13) GetEffectiveIoConcurrency() *wrapperspb.Int64Value

func (*PostgresqlConfig13) GetEnableBitmapscan

func (x *PostgresqlConfig13) GetEnableBitmapscan() *wrapperspb.BoolValue

func (*PostgresqlConfig13) GetEnableHashagg

func (x *PostgresqlConfig13) GetEnableHashagg() *wrapperspb.BoolValue

func (*PostgresqlConfig13) GetEnableHashjoin

func (x *PostgresqlConfig13) GetEnableHashjoin() *wrapperspb.BoolValue

func (*PostgresqlConfig13) GetEnableIncrementalSort

func (x *PostgresqlConfig13) GetEnableIncrementalSort() *wrapperspb.BoolValue

func (*PostgresqlConfig13) GetEnableIndexonlyscan

func (x *PostgresqlConfig13) GetEnableIndexonlyscan() *wrapperspb.BoolValue

func (*PostgresqlConfig13) GetEnableIndexscan

func (x *PostgresqlConfig13) GetEnableIndexscan() *wrapperspb.BoolValue

func (*PostgresqlConfig13) GetEnableMaterial

func (x *PostgresqlConfig13) GetEnableMaterial() *wrapperspb.BoolValue

func (*PostgresqlConfig13) GetEnableMergejoin

func (x *PostgresqlConfig13) GetEnableMergejoin() *wrapperspb.BoolValue

func (*PostgresqlConfig13) GetEnableNestloop

func (x *PostgresqlConfig13) GetEnableNestloop() *wrapperspb.BoolValue

func (*PostgresqlConfig13) GetEnableParallelAppend

func (x *PostgresqlConfig13) GetEnableParallelAppend() *wrapperspb.BoolValue

func (*PostgresqlConfig13) GetEnableParallelHash

func (x *PostgresqlConfig13) GetEnableParallelHash() *wrapperspb.BoolValue

func (*PostgresqlConfig13) GetEnablePartitionPruning

func (x *PostgresqlConfig13) GetEnablePartitionPruning() *wrapperspb.BoolValue

func (*PostgresqlConfig13) GetEnablePartitionwiseAggregate

func (x *PostgresqlConfig13) GetEnablePartitionwiseAggregate() *wrapperspb.BoolValue

func (*PostgresqlConfig13) GetEnablePartitionwiseJoin

func (x *PostgresqlConfig13) GetEnablePartitionwiseJoin() *wrapperspb.BoolValue

func (*PostgresqlConfig13) GetEnableSeqscan

func (x *PostgresqlConfig13) GetEnableSeqscan() *wrapperspb.BoolValue

func (*PostgresqlConfig13) GetEnableSort

func (x *PostgresqlConfig13) GetEnableSort() *wrapperspb.BoolValue

func (*PostgresqlConfig13) GetEnableTidscan

func (x *PostgresqlConfig13) GetEnableTidscan() *wrapperspb.BoolValue

func (*PostgresqlConfig13) GetEscapeStringWarning

func (x *PostgresqlConfig13) GetEscapeStringWarning() *wrapperspb.BoolValue

func (*PostgresqlConfig13) GetExitOnError

func (x *PostgresqlConfig13) GetExitOnError() *wrapperspb.BoolValue

func (*PostgresqlConfig13) GetForceParallelMode

func (x *PostgresqlConfig13) GetForceParallelMode() PostgresqlConfig13_ForceParallelMode

func (*PostgresqlConfig13) GetFromCollapseLimit

func (x *PostgresqlConfig13) GetFromCollapseLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig13) GetGeqo

func (x *PostgresqlConfig13) GetGeqo() *wrapperspb.BoolValue

func (*PostgresqlConfig13) GetGeqoEffort

func (x *PostgresqlConfig13) GetGeqoEffort() *wrapperspb.Int64Value

func (*PostgresqlConfig13) GetGeqoGenerations

func (x *PostgresqlConfig13) GetGeqoGenerations() *wrapperspb.Int64Value

func (*PostgresqlConfig13) GetGeqoPoolSize

func (x *PostgresqlConfig13) GetGeqoPoolSize() *wrapperspb.Int64Value

func (*PostgresqlConfig13) GetGeqoSeed

func (x *PostgresqlConfig13) GetGeqoSeed() *wrapperspb.DoubleValue

func (*PostgresqlConfig13) GetGeqoSelectionBias

func (x *PostgresqlConfig13) GetGeqoSelectionBias() *wrapperspb.DoubleValue

func (*PostgresqlConfig13) GetGeqoThreshold

func (x *PostgresqlConfig13) GetGeqoThreshold() *wrapperspb.Int64Value

func (*PostgresqlConfig13) GetGinPendingListLimit

func (x *PostgresqlConfig13) GetGinPendingListLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig13) GetHashMemMultiplier

func (x *PostgresqlConfig13) GetHashMemMultiplier() *wrapperspb.DoubleValue

func (*PostgresqlConfig13) GetIdleInTransactionSessionTimeout

func (x *PostgresqlConfig13) GetIdleInTransactionSessionTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig13) GetJit

func (*PostgresqlConfig13) GetJoinCollapseLimit

func (x *PostgresqlConfig13) GetJoinCollapseLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig13) GetLoCompatPrivileges

func (x *PostgresqlConfig13) GetLoCompatPrivileges() *wrapperspb.BoolValue

func (*PostgresqlConfig13) GetLockTimeout

func (x *PostgresqlConfig13) GetLockTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig13) GetLogAutovacuumMinDuration

func (x *PostgresqlConfig13) GetLogAutovacuumMinDuration() *wrapperspb.Int64Value

func (*PostgresqlConfig13) GetLogCheckpoints

func (x *PostgresqlConfig13) GetLogCheckpoints() *wrapperspb.BoolValue

func (*PostgresqlConfig13) GetLogConnections

func (x *PostgresqlConfig13) GetLogConnections() *wrapperspb.BoolValue

func (*PostgresqlConfig13) GetLogDisconnections

func (x *PostgresqlConfig13) GetLogDisconnections() *wrapperspb.BoolValue

func (*PostgresqlConfig13) GetLogDuration

func (x *PostgresqlConfig13) GetLogDuration() *wrapperspb.BoolValue

func (*PostgresqlConfig13) GetLogErrorVerbosity

func (x *PostgresqlConfig13) GetLogErrorVerbosity() PostgresqlConfig13_LogErrorVerbosity

func (*PostgresqlConfig13) GetLogLockWaits

func (x *PostgresqlConfig13) GetLogLockWaits() *wrapperspb.BoolValue

func (*PostgresqlConfig13) GetLogMinDurationSample

func (x *PostgresqlConfig13) GetLogMinDurationSample() *wrapperspb.Int64Value

func (*PostgresqlConfig13) GetLogMinDurationStatement

func (x *PostgresqlConfig13) GetLogMinDurationStatement() *wrapperspb.Int64Value

func (*PostgresqlConfig13) GetLogMinErrorStatement

func (x *PostgresqlConfig13) GetLogMinErrorStatement() PostgresqlConfig13_LogLevel

func (*PostgresqlConfig13) GetLogMinMessages

func (x *PostgresqlConfig13) GetLogMinMessages() PostgresqlConfig13_LogLevel

func (*PostgresqlConfig13) GetLogParameterMaxLength

func (x *PostgresqlConfig13) GetLogParameterMaxLength() *wrapperspb.Int64Value

func (*PostgresqlConfig13) GetLogParameterMaxLengthOnError

func (x *PostgresqlConfig13) GetLogParameterMaxLengthOnError() *wrapperspb.Int64Value

func (*PostgresqlConfig13) GetLogReplicationCommands

func (x *PostgresqlConfig13) GetLogReplicationCommands() *wrapperspb.BoolValue

func (*PostgresqlConfig13) GetLogStatement

func (*PostgresqlConfig13) GetLogStatementSampleRate

func (x *PostgresqlConfig13) GetLogStatementSampleRate() *wrapperspb.DoubleValue

func (*PostgresqlConfig13) GetLogTempFiles

func (x *PostgresqlConfig13) GetLogTempFiles() *wrapperspb.Int64Value

func (*PostgresqlConfig13) GetLogTransactionSampleRate

func (x *PostgresqlConfig13) GetLogTransactionSampleRate() *wrapperspb.DoubleValue

func (*PostgresqlConfig13) GetLogicalDecodingWorkMem

func (x *PostgresqlConfig13) GetLogicalDecodingWorkMem() *wrapperspb.Int64Value

func (*PostgresqlConfig13) GetMaintenanceIoConcurrency

func (x *PostgresqlConfig13) GetMaintenanceIoConcurrency() *wrapperspb.Int64Value

func (*PostgresqlConfig13) GetMaintenanceWorkMem

func (x *PostgresqlConfig13) GetMaintenanceWorkMem() *wrapperspb.Int64Value

func (*PostgresqlConfig13) GetMaxConnections

func (x *PostgresqlConfig13) GetMaxConnections() *wrapperspb.Int64Value

func (*PostgresqlConfig13) GetMaxLocksPerTransaction

func (x *PostgresqlConfig13) GetMaxLocksPerTransaction() *wrapperspb.Int64Value

func (*PostgresqlConfig13) GetMaxParallelMaintenanceWorkers

func (x *PostgresqlConfig13) GetMaxParallelMaintenanceWorkers() *wrapperspb.Int64Value

func (*PostgresqlConfig13) GetMaxParallelWorkers

func (x *PostgresqlConfig13) GetMaxParallelWorkers() *wrapperspb.Int64Value

func (*PostgresqlConfig13) GetMaxParallelWorkersPerGather

func (x *PostgresqlConfig13) GetMaxParallelWorkersPerGather() *wrapperspb.Int64Value

func (*PostgresqlConfig13) GetMaxPredLocksPerTransaction

func (x *PostgresqlConfig13) GetMaxPredLocksPerTransaction() *wrapperspb.Int64Value

func (*PostgresqlConfig13) GetMaxPreparedTransactions

func (x *PostgresqlConfig13) GetMaxPreparedTransactions() *wrapperspb.Int64Value

func (*PostgresqlConfig13) GetMaxSlotWalKeepSize

func (x *PostgresqlConfig13) GetMaxSlotWalKeepSize() *wrapperspb.Int64Value

func (*PostgresqlConfig13) GetMaxStackDepth

func (x *PostgresqlConfig13) GetMaxStackDepth() *wrapperspb.Int64Value

func (*PostgresqlConfig13) GetMaxStandbyArchiveDelay

func (x *PostgresqlConfig13) GetMaxStandbyArchiveDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig13) GetMaxStandbyStreamingDelay

func (x *PostgresqlConfig13) GetMaxStandbyStreamingDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig13) GetMaxWalSize

func (x *PostgresqlConfig13) GetMaxWalSize() *wrapperspb.Int64Value

func (*PostgresqlConfig13) GetMaxWorkerProcesses

func (x *PostgresqlConfig13) GetMaxWorkerProcesses() *wrapperspb.Int64Value

func (*PostgresqlConfig13) GetMinWalSize

func (x *PostgresqlConfig13) GetMinWalSize() *wrapperspb.Int64Value

func (*PostgresqlConfig13) GetOldSnapshotThreshold

func (x *PostgresqlConfig13) GetOldSnapshotThreshold() *wrapperspb.Int64Value

func (*PostgresqlConfig13) GetOperatorPrecedenceWarning

func (x *PostgresqlConfig13) GetOperatorPrecedenceWarning() *wrapperspb.BoolValue

func (*PostgresqlConfig13) GetParallelLeaderParticipation

func (x *PostgresqlConfig13) GetParallelLeaderParticipation() *wrapperspb.BoolValue

func (*PostgresqlConfig13) GetPasswordEncryption

func (x *PostgresqlConfig13) GetPasswordEncryption() PostgresqlConfig13_PasswordEncryption

func (*PostgresqlConfig13) GetPgHintPlanDebugPrint

func (x *PostgresqlConfig13) GetPgHintPlanDebugPrint() PostgresqlConfig13_PgHintPlanDebugPrint

func (*PostgresqlConfig13) GetPgHintPlanEnableHint

func (x *PostgresqlConfig13) GetPgHintPlanEnableHint() *wrapperspb.BoolValue

func (*PostgresqlConfig13) GetPgHintPlanEnableHintTable

func (x *PostgresqlConfig13) GetPgHintPlanEnableHintTable() *wrapperspb.BoolValue

func (*PostgresqlConfig13) GetPgHintPlanMessageLevel

func (x *PostgresqlConfig13) GetPgHintPlanMessageLevel() PostgresqlConfig13_LogLevel

func (*PostgresqlConfig13) GetPgQualstatsEnabled

func (x *PostgresqlConfig13) GetPgQualstatsEnabled() *wrapperspb.BoolValue

func (*PostgresqlConfig13) GetPgQualstatsMax

func (x *PostgresqlConfig13) GetPgQualstatsMax() *wrapperspb.Int64Value

func (*PostgresqlConfig13) GetPgQualstatsResolveOids

func (x *PostgresqlConfig13) GetPgQualstatsResolveOids() *wrapperspb.BoolValue

func (*PostgresqlConfig13) GetPgQualstatsSampleRate

func (x *PostgresqlConfig13) GetPgQualstatsSampleRate() *wrapperspb.DoubleValue

func (*PostgresqlConfig13) GetPgQualstatsTrackConstants

func (x *PostgresqlConfig13) GetPgQualstatsTrackConstants() *wrapperspb.BoolValue

func (*PostgresqlConfig13) GetPgTrgmSimilarityThreshold

func (x *PostgresqlConfig13) GetPgTrgmSimilarityThreshold() *wrapperspb.DoubleValue

func (*PostgresqlConfig13) GetPgTrgmStrictWordSimilarityThreshold

func (x *PostgresqlConfig13) GetPgTrgmStrictWordSimilarityThreshold() *wrapperspb.DoubleValue

func (*PostgresqlConfig13) GetPgTrgmWordSimilarityThreshold

func (x *PostgresqlConfig13) GetPgTrgmWordSimilarityThreshold() *wrapperspb.DoubleValue

func (*PostgresqlConfig13) GetPlanCacheMode

func (*PostgresqlConfig13) GetQuoteAllIdentifiers

func (x *PostgresqlConfig13) GetQuoteAllIdentifiers() *wrapperspb.BoolValue

func (*PostgresqlConfig13) GetRandomPageCost

func (x *PostgresqlConfig13) GetRandomPageCost() *wrapperspb.DoubleValue

func (*PostgresqlConfig13) GetRowSecurity

func (x *PostgresqlConfig13) GetRowSecurity() *wrapperspb.BoolValue

func (*PostgresqlConfig13) GetSearchPath

func (x *PostgresqlConfig13) GetSearchPath() string

func (*PostgresqlConfig13) GetSeqPageCost

func (x *PostgresqlConfig13) GetSeqPageCost() *wrapperspb.DoubleValue

func (*PostgresqlConfig13) GetSessionDurationTimeout

func (x *PostgresqlConfig13) GetSessionDurationTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig13) GetSharedBuffers

func (x *PostgresqlConfig13) GetSharedBuffers() *wrapperspb.Int64Value

func (*PostgresqlConfig13) GetSharedPreloadLibraries

func (x *PostgresqlConfig13) GetSharedPreloadLibraries() []PostgresqlConfig13_SharedPreloadLibraries

func (*PostgresqlConfig13) GetStandardConformingStrings

func (x *PostgresqlConfig13) GetStandardConformingStrings() *wrapperspb.BoolValue

func (*PostgresqlConfig13) GetStatementTimeout

func (x *PostgresqlConfig13) GetStatementTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig13) GetSynchronizeSeqscans

func (x *PostgresqlConfig13) GetSynchronizeSeqscans() *wrapperspb.BoolValue

func (*PostgresqlConfig13) GetSynchronousCommit

func (x *PostgresqlConfig13) GetSynchronousCommit() PostgresqlConfig13_SynchronousCommit

func (*PostgresqlConfig13) GetTempBuffers

func (x *PostgresqlConfig13) GetTempBuffers() *wrapperspb.Int64Value

func (*PostgresqlConfig13) GetTempFileLimit

func (x *PostgresqlConfig13) GetTempFileLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig13) GetTimezone

func (x *PostgresqlConfig13) GetTimezone() string

func (*PostgresqlConfig13) GetTrackActivityQuerySize

func (x *PostgresqlConfig13) GetTrackActivityQuerySize() *wrapperspb.Int64Value

func (*PostgresqlConfig13) GetTransformNullEquals

func (x *PostgresqlConfig13) GetTransformNullEquals() *wrapperspb.BoolValue

func (*PostgresqlConfig13) GetVacuumCleanupIndexScaleFactor

func (x *PostgresqlConfig13) GetVacuumCleanupIndexScaleFactor() *wrapperspb.DoubleValue

func (*PostgresqlConfig13) GetVacuumCostDelay

func (x *PostgresqlConfig13) GetVacuumCostDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig13) GetVacuumCostLimit

func (x *PostgresqlConfig13) GetVacuumCostLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig13) GetVacuumCostPageDirty

func (x *PostgresqlConfig13) GetVacuumCostPageDirty() *wrapperspb.Int64Value

func (*PostgresqlConfig13) GetVacuumCostPageHit

func (x *PostgresqlConfig13) GetVacuumCostPageHit() *wrapperspb.Int64Value

func (*PostgresqlConfig13) GetVacuumCostPageMiss

func (x *PostgresqlConfig13) GetVacuumCostPageMiss() *wrapperspb.Int64Value

func (*PostgresqlConfig13) GetWalKeepSize

func (x *PostgresqlConfig13) GetWalKeepSize() *wrapperspb.Int64Value

func (*PostgresqlConfig13) GetWalLevel

func (*PostgresqlConfig13) GetWorkMem

func (x *PostgresqlConfig13) GetWorkMem() *wrapperspb.Int64Value

func (*PostgresqlConfig13) GetXmlbinary

func (*PostgresqlConfig13) GetXmloption

func (*PostgresqlConfig13) ProtoMessage

func (*PostgresqlConfig13) ProtoMessage()

func (*PostgresqlConfig13) ProtoReflect

func (x *PostgresqlConfig13) ProtoReflect() protoreflect.Message

func (*PostgresqlConfig13) Reset

func (x *PostgresqlConfig13) Reset()

func (*PostgresqlConfig13) SetArchiveTimeout

func (m *PostgresqlConfig13) SetArchiveTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13) SetArrayNulls

func (m *PostgresqlConfig13) SetArrayNulls(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13) SetAutoExplainLogAnalyze

func (m *PostgresqlConfig13) SetAutoExplainLogAnalyze(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13) SetAutoExplainLogBuffers

func (m *PostgresqlConfig13) SetAutoExplainLogBuffers(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13) SetAutoExplainLogMinDuration

func (m *PostgresqlConfig13) SetAutoExplainLogMinDuration(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13) SetAutoExplainLogNestedStatements

func (m *PostgresqlConfig13) SetAutoExplainLogNestedStatements(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13) SetAutoExplainLogTiming

func (m *PostgresqlConfig13) SetAutoExplainLogTiming(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13) SetAutoExplainLogTriggers

func (m *PostgresqlConfig13) SetAutoExplainLogTriggers(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13) SetAutoExplainLogVerbose

func (m *PostgresqlConfig13) SetAutoExplainLogVerbose(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13) SetAutoExplainSampleRate

func (m *PostgresqlConfig13) SetAutoExplainSampleRate(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig13) SetAutovacuumAnalyzeScaleFactor

func (m *PostgresqlConfig13) SetAutovacuumAnalyzeScaleFactor(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig13) SetAutovacuumMaxWorkers

func (m *PostgresqlConfig13) SetAutovacuumMaxWorkers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13) SetAutovacuumNaptime

func (m *PostgresqlConfig13) SetAutovacuumNaptime(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13) SetAutovacuumVacuumCostDelay

func (m *PostgresqlConfig13) SetAutovacuumVacuumCostDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13) SetAutovacuumVacuumCostLimit

func (m *PostgresqlConfig13) SetAutovacuumVacuumCostLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13) SetAutovacuumVacuumInsertScaleFactor

func (m *PostgresqlConfig13) SetAutovacuumVacuumInsertScaleFactor(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig13) SetAutovacuumVacuumInsertThreshold

func (m *PostgresqlConfig13) SetAutovacuumVacuumInsertThreshold(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13) SetAutovacuumVacuumScaleFactor

func (m *PostgresqlConfig13) SetAutovacuumVacuumScaleFactor(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig13) SetAutovacuumWorkMem

func (m *PostgresqlConfig13) SetAutovacuumWorkMem(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13) SetBackendFlushAfter

func (m *PostgresqlConfig13) SetBackendFlushAfter(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13) SetBackslashQuote

func (m *PostgresqlConfig13) SetBackslashQuote(v PostgresqlConfig13_BackslashQuote)

func (*PostgresqlConfig13) SetBgwriterDelay

func (m *PostgresqlConfig13) SetBgwriterDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13) SetBgwriterFlushAfter

func (m *PostgresqlConfig13) SetBgwriterFlushAfter(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13) SetBgwriterLruMaxpages

func (m *PostgresqlConfig13) SetBgwriterLruMaxpages(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13) SetBgwriterLruMultiplier

func (m *PostgresqlConfig13) SetBgwriterLruMultiplier(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig13) SetByteaOutput

func (*PostgresqlConfig13) SetCheckpointCompletionTarget

func (m *PostgresqlConfig13) SetCheckpointCompletionTarget(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig13) SetCheckpointFlushAfter

func (m *PostgresqlConfig13) SetCheckpointFlushAfter(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13) SetCheckpointTimeout

func (m *PostgresqlConfig13) SetCheckpointTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13) SetClientMinMessages

func (m *PostgresqlConfig13) SetClientMinMessages(v PostgresqlConfig13_LogLevel)

func (*PostgresqlConfig13) SetConstraintExclusion

func (m *PostgresqlConfig13) SetConstraintExclusion(v PostgresqlConfig13_ConstraintExclusion)

func (*PostgresqlConfig13) SetCursorTupleFraction

func (m *PostgresqlConfig13) SetCursorTupleFraction(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig13) SetDeadlockTimeout

func (m *PostgresqlConfig13) SetDeadlockTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13) SetDefaultStatisticsTarget

func (m *PostgresqlConfig13) SetDefaultStatisticsTarget(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13) SetDefaultTransactionIsolation

func (m *PostgresqlConfig13) SetDefaultTransactionIsolation(v PostgresqlConfig13_TransactionIsolation)

func (*PostgresqlConfig13) SetDefaultTransactionReadOnly

func (m *PostgresqlConfig13) SetDefaultTransactionReadOnly(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13) SetDefaultWithOids

func (m *PostgresqlConfig13) SetDefaultWithOids(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13) SetEffectiveCacheSize

func (m *PostgresqlConfig13) SetEffectiveCacheSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13) SetEffectiveIoConcurrency

func (m *PostgresqlConfig13) SetEffectiveIoConcurrency(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13) SetEnableBitmapscan

func (m *PostgresqlConfig13) SetEnableBitmapscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13) SetEnableHashagg

func (m *PostgresqlConfig13) SetEnableHashagg(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13) SetEnableHashjoin

func (m *PostgresqlConfig13) SetEnableHashjoin(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13) SetEnableIncrementalSort

func (m *PostgresqlConfig13) SetEnableIncrementalSort(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13) SetEnableIndexonlyscan

func (m *PostgresqlConfig13) SetEnableIndexonlyscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13) SetEnableIndexscan

func (m *PostgresqlConfig13) SetEnableIndexscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13) SetEnableMaterial

func (m *PostgresqlConfig13) SetEnableMaterial(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13) SetEnableMergejoin

func (m *PostgresqlConfig13) SetEnableMergejoin(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13) SetEnableNestloop

func (m *PostgresqlConfig13) SetEnableNestloop(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13) SetEnableParallelAppend

func (m *PostgresqlConfig13) SetEnableParallelAppend(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13) SetEnableParallelHash

func (m *PostgresqlConfig13) SetEnableParallelHash(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13) SetEnablePartitionPruning

func (m *PostgresqlConfig13) SetEnablePartitionPruning(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13) SetEnablePartitionwiseAggregate

func (m *PostgresqlConfig13) SetEnablePartitionwiseAggregate(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13) SetEnablePartitionwiseJoin

func (m *PostgresqlConfig13) SetEnablePartitionwiseJoin(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13) SetEnableSeqscan

func (m *PostgresqlConfig13) SetEnableSeqscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13) SetEnableSort

func (m *PostgresqlConfig13) SetEnableSort(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13) SetEnableTidscan

func (m *PostgresqlConfig13) SetEnableTidscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13) SetEscapeStringWarning

func (m *PostgresqlConfig13) SetEscapeStringWarning(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13) SetExitOnError

func (m *PostgresqlConfig13) SetExitOnError(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13) SetForceParallelMode

func (m *PostgresqlConfig13) SetForceParallelMode(v PostgresqlConfig13_ForceParallelMode)

func (*PostgresqlConfig13) SetFromCollapseLimit

func (m *PostgresqlConfig13) SetFromCollapseLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13) SetGeqo

func (m *PostgresqlConfig13) SetGeqo(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13) SetGeqoEffort

func (m *PostgresqlConfig13) SetGeqoEffort(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13) SetGeqoGenerations

func (m *PostgresqlConfig13) SetGeqoGenerations(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13) SetGeqoPoolSize

func (m *PostgresqlConfig13) SetGeqoPoolSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13) SetGeqoSeed

func (m *PostgresqlConfig13) SetGeqoSeed(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig13) SetGeqoSelectionBias

func (m *PostgresqlConfig13) SetGeqoSelectionBias(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig13) SetGeqoThreshold

func (m *PostgresqlConfig13) SetGeqoThreshold(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13) SetGinPendingListLimit

func (m *PostgresqlConfig13) SetGinPendingListLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13) SetHashMemMultiplier

func (m *PostgresqlConfig13) SetHashMemMultiplier(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig13) SetIdleInTransactionSessionTimeout

func (m *PostgresqlConfig13) SetIdleInTransactionSessionTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13) SetJit

func (m *PostgresqlConfig13) SetJit(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13) SetJoinCollapseLimit

func (m *PostgresqlConfig13) SetJoinCollapseLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13) SetLoCompatPrivileges

func (m *PostgresqlConfig13) SetLoCompatPrivileges(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13) SetLockTimeout

func (m *PostgresqlConfig13) SetLockTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13) SetLogAutovacuumMinDuration

func (m *PostgresqlConfig13) SetLogAutovacuumMinDuration(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13) SetLogCheckpoints

func (m *PostgresqlConfig13) SetLogCheckpoints(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13) SetLogConnections

func (m *PostgresqlConfig13) SetLogConnections(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13) SetLogDisconnections

func (m *PostgresqlConfig13) SetLogDisconnections(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13) SetLogDuration

func (m *PostgresqlConfig13) SetLogDuration(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13) SetLogErrorVerbosity

func (m *PostgresqlConfig13) SetLogErrorVerbosity(v PostgresqlConfig13_LogErrorVerbosity)

func (*PostgresqlConfig13) SetLogLockWaits

func (m *PostgresqlConfig13) SetLogLockWaits(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13) SetLogMinDurationSample

func (m *PostgresqlConfig13) SetLogMinDurationSample(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13) SetLogMinDurationStatement

func (m *PostgresqlConfig13) SetLogMinDurationStatement(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13) SetLogMinErrorStatement

func (m *PostgresqlConfig13) SetLogMinErrorStatement(v PostgresqlConfig13_LogLevel)

func (*PostgresqlConfig13) SetLogMinMessages

func (m *PostgresqlConfig13) SetLogMinMessages(v PostgresqlConfig13_LogLevel)

func (*PostgresqlConfig13) SetLogParameterMaxLength

func (m *PostgresqlConfig13) SetLogParameterMaxLength(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13) SetLogParameterMaxLengthOnError

func (m *PostgresqlConfig13) SetLogParameterMaxLengthOnError(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13) SetLogReplicationCommands

func (m *PostgresqlConfig13) SetLogReplicationCommands(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13) SetLogStatement

func (*PostgresqlConfig13) SetLogStatementSampleRate

func (m *PostgresqlConfig13) SetLogStatementSampleRate(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig13) SetLogTempFiles

func (m *PostgresqlConfig13) SetLogTempFiles(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13) SetLogTransactionSampleRate

func (m *PostgresqlConfig13) SetLogTransactionSampleRate(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig13) SetLogicalDecodingWorkMem

func (m *PostgresqlConfig13) SetLogicalDecodingWorkMem(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13) SetMaintenanceIoConcurrency

func (m *PostgresqlConfig13) SetMaintenanceIoConcurrency(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13) SetMaintenanceWorkMem

func (m *PostgresqlConfig13) SetMaintenanceWorkMem(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13) SetMaxConnections

func (m *PostgresqlConfig13) SetMaxConnections(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13) SetMaxLocksPerTransaction

func (m *PostgresqlConfig13) SetMaxLocksPerTransaction(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13) SetMaxParallelMaintenanceWorkers

func (m *PostgresqlConfig13) SetMaxParallelMaintenanceWorkers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13) SetMaxParallelWorkers

func (m *PostgresqlConfig13) SetMaxParallelWorkers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13) SetMaxParallelWorkersPerGather

func (m *PostgresqlConfig13) SetMaxParallelWorkersPerGather(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13) SetMaxPredLocksPerTransaction

func (m *PostgresqlConfig13) SetMaxPredLocksPerTransaction(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13) SetMaxPreparedTransactions

func (m *PostgresqlConfig13) SetMaxPreparedTransactions(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13) SetMaxSlotWalKeepSize

func (m *PostgresqlConfig13) SetMaxSlotWalKeepSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13) SetMaxStackDepth

func (m *PostgresqlConfig13) SetMaxStackDepth(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13) SetMaxStandbyArchiveDelay

func (m *PostgresqlConfig13) SetMaxStandbyArchiveDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13) SetMaxStandbyStreamingDelay

func (m *PostgresqlConfig13) SetMaxStandbyStreamingDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13) SetMaxWalSize

func (m *PostgresqlConfig13) SetMaxWalSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13) SetMaxWorkerProcesses

func (m *PostgresqlConfig13) SetMaxWorkerProcesses(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13) SetMinWalSize

func (m *PostgresqlConfig13) SetMinWalSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13) SetOldSnapshotThreshold

func (m *PostgresqlConfig13) SetOldSnapshotThreshold(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13) SetOperatorPrecedenceWarning

func (m *PostgresqlConfig13) SetOperatorPrecedenceWarning(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13) SetParallelLeaderParticipation

func (m *PostgresqlConfig13) SetParallelLeaderParticipation(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13) SetPasswordEncryption

func (m *PostgresqlConfig13) SetPasswordEncryption(v PostgresqlConfig13_PasswordEncryption)

func (*PostgresqlConfig13) SetPgHintPlanDebugPrint

func (m *PostgresqlConfig13) SetPgHintPlanDebugPrint(v PostgresqlConfig13_PgHintPlanDebugPrint)

func (*PostgresqlConfig13) SetPgHintPlanEnableHint

func (m *PostgresqlConfig13) SetPgHintPlanEnableHint(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13) SetPgHintPlanEnableHintTable

func (m *PostgresqlConfig13) SetPgHintPlanEnableHintTable(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13) SetPgHintPlanMessageLevel

func (m *PostgresqlConfig13) SetPgHintPlanMessageLevel(v PostgresqlConfig13_LogLevel)

func (*PostgresqlConfig13) SetPgQualstatsEnabled

func (m *PostgresqlConfig13) SetPgQualstatsEnabled(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13) SetPgQualstatsMax

func (m *PostgresqlConfig13) SetPgQualstatsMax(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13) SetPgQualstatsResolveOids

func (m *PostgresqlConfig13) SetPgQualstatsResolveOids(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13) SetPgQualstatsSampleRate

func (m *PostgresqlConfig13) SetPgQualstatsSampleRate(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig13) SetPgQualstatsTrackConstants

func (m *PostgresqlConfig13) SetPgQualstatsTrackConstants(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13) SetPgTrgmSimilarityThreshold

func (m *PostgresqlConfig13) SetPgTrgmSimilarityThreshold(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig13) SetPgTrgmStrictWordSimilarityThreshold

func (m *PostgresqlConfig13) SetPgTrgmStrictWordSimilarityThreshold(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig13) SetPgTrgmWordSimilarityThreshold

func (m *PostgresqlConfig13) SetPgTrgmWordSimilarityThreshold(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig13) SetPlanCacheMode

func (*PostgresqlConfig13) SetQuoteAllIdentifiers

func (m *PostgresqlConfig13) SetQuoteAllIdentifiers(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13) SetRandomPageCost

func (m *PostgresqlConfig13) SetRandomPageCost(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig13) SetRowSecurity

func (m *PostgresqlConfig13) SetRowSecurity(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13) SetSearchPath

func (m *PostgresqlConfig13) SetSearchPath(v string)

func (*PostgresqlConfig13) SetSeqPageCost

func (m *PostgresqlConfig13) SetSeqPageCost(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig13) SetSessionDurationTimeout

func (m *PostgresqlConfig13) SetSessionDurationTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13) SetSharedBuffers

func (m *PostgresqlConfig13) SetSharedBuffers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13) SetSharedPreloadLibraries

func (m *PostgresqlConfig13) SetSharedPreloadLibraries(v []PostgresqlConfig13_SharedPreloadLibraries)

func (*PostgresqlConfig13) SetStandardConformingStrings

func (m *PostgresqlConfig13) SetStandardConformingStrings(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13) SetStatementTimeout

func (m *PostgresqlConfig13) SetStatementTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13) SetSynchronizeSeqscans

func (m *PostgresqlConfig13) SetSynchronizeSeqscans(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13) SetSynchronousCommit

func (m *PostgresqlConfig13) SetSynchronousCommit(v PostgresqlConfig13_SynchronousCommit)

func (*PostgresqlConfig13) SetTempBuffers

func (m *PostgresqlConfig13) SetTempBuffers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13) SetTempFileLimit

func (m *PostgresqlConfig13) SetTempFileLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13) SetTimezone

func (m *PostgresqlConfig13) SetTimezone(v string)

func (*PostgresqlConfig13) SetTrackActivityQuerySize

func (m *PostgresqlConfig13) SetTrackActivityQuerySize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13) SetTransformNullEquals

func (m *PostgresqlConfig13) SetTransformNullEquals(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13) SetVacuumCleanupIndexScaleFactor

func (m *PostgresqlConfig13) SetVacuumCleanupIndexScaleFactor(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig13) SetVacuumCostDelay

func (m *PostgresqlConfig13) SetVacuumCostDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13) SetVacuumCostLimit

func (m *PostgresqlConfig13) SetVacuumCostLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13) SetVacuumCostPageDirty

func (m *PostgresqlConfig13) SetVacuumCostPageDirty(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13) SetVacuumCostPageHit

func (m *PostgresqlConfig13) SetVacuumCostPageHit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13) SetVacuumCostPageMiss

func (m *PostgresqlConfig13) SetVacuumCostPageMiss(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13) SetWalKeepSize

func (m *PostgresqlConfig13) SetWalKeepSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13) SetWalLevel

func (*PostgresqlConfig13) SetWorkMem

func (m *PostgresqlConfig13) SetWorkMem(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13) SetXmlbinary

func (*PostgresqlConfig13) SetXmloption

func (*PostgresqlConfig13) String

func (x *PostgresqlConfig13) String() string

type PostgresqlConfig13_1C

type PostgresqlConfig13_1C struct {
	MaxConnections             *wrapperspb.Int64Value                  `protobuf:"bytes,1,opt,name=max_connections,json=maxConnections,proto3" json:"max_connections,omitempty"`
	SharedBuffers              *wrapperspb.Int64Value                  `protobuf:"bytes,2,opt,name=shared_buffers,json=sharedBuffers,proto3" json:"shared_buffers,omitempty"`                  // in bytes.
	TempBuffers                *wrapperspb.Int64Value                  `protobuf:"bytes,3,opt,name=temp_buffers,json=tempBuffers,proto3" json:"temp_buffers,omitempty"`                        // in bytes.
	MaxPreparedTransactions    *wrapperspb.Int64Value                  ``                                                                                                                      /* 132-byte string literal not displayed */
	WorkMem                    *wrapperspb.Int64Value                  `protobuf:"bytes,5,opt,name=work_mem,json=workMem,proto3" json:"work_mem,omitempty"`                                    // in bytes.
	MaintenanceWorkMem         *wrapperspb.Int64Value                  `protobuf:"bytes,6,opt,name=maintenance_work_mem,json=maintenanceWorkMem,proto3" json:"maintenance_work_mem,omitempty"` // in bytes.
	AutovacuumWorkMem          *wrapperspb.Int64Value                  `protobuf:"bytes,7,opt,name=autovacuum_work_mem,json=autovacuumWorkMem,proto3" json:"autovacuum_work_mem,omitempty"`    // in bytes.
	TempFileLimit              *wrapperspb.Int64Value                  `protobuf:"bytes,8,opt,name=temp_file_limit,json=tempFileLimit,proto3" json:"temp_file_limit,omitempty"`                // in bytes.
	VacuumCostDelay            *wrapperspb.Int64Value                  `protobuf:"bytes,9,opt,name=vacuum_cost_delay,json=vacuumCostDelay,proto3" json:"vacuum_cost_delay,omitempty"`          // in milliseconds.
	VacuumCostPageHit          *wrapperspb.Int64Value                  `protobuf:"bytes,10,opt,name=vacuum_cost_page_hit,json=vacuumCostPageHit,proto3" json:"vacuum_cost_page_hit,omitempty"`
	VacuumCostPageMiss         *wrapperspb.Int64Value                  `protobuf:"bytes,11,opt,name=vacuum_cost_page_miss,json=vacuumCostPageMiss,proto3" json:"vacuum_cost_page_miss,omitempty"`
	VacuumCostPageDirty        *wrapperspb.Int64Value                  `protobuf:"bytes,12,opt,name=vacuum_cost_page_dirty,json=vacuumCostPageDirty,proto3" json:"vacuum_cost_page_dirty,omitempty"`
	VacuumCostLimit            *wrapperspb.Int64Value                  `protobuf:"bytes,13,opt,name=vacuum_cost_limit,json=vacuumCostLimit,proto3" json:"vacuum_cost_limit,omitempty"`
	BgwriterDelay              *wrapperspb.Int64Value                  `protobuf:"bytes,14,opt,name=bgwriter_delay,json=bgwriterDelay,proto3" json:"bgwriter_delay,omitempty"` // in milliseconds.
	BgwriterLruMaxpages        *wrapperspb.Int64Value                  `protobuf:"bytes,15,opt,name=bgwriter_lru_maxpages,json=bgwriterLruMaxpages,proto3" json:"bgwriter_lru_maxpages,omitempty"`
	BgwriterLruMultiplier      *wrapperspb.DoubleValue                 `` /* 127-byte string literal not displayed */
	BgwriterFlushAfter         *wrapperspb.Int64Value                  `protobuf:"bytes,17,opt,name=bgwriter_flush_after,json=bgwriterFlushAfter,proto3" json:"bgwriter_flush_after,omitempty"`
	BackendFlushAfter          *wrapperspb.Int64Value                  `protobuf:"bytes,18,opt,name=backend_flush_after,json=backendFlushAfter,proto3" json:"backend_flush_after,omitempty"`
	OldSnapshotThreshold       *wrapperspb.Int64Value                  `protobuf:"bytes,19,opt,name=old_snapshot_threshold,json=oldSnapshotThreshold,proto3" json:"old_snapshot_threshold,omitempty"`
	WalLevel                   PostgresqlConfig13_1C_WalLevel          ``                                                                                                                  /* 161-byte string literal not displayed */
	SynchronousCommit          PostgresqlConfig13_1C_SynchronousCommit ``                                                                                                                  /* 197-byte string literal not displayed */
	CheckpointTimeout          *wrapperspb.Int64Value                  `protobuf:"bytes,22,opt,name=checkpoint_timeout,json=checkpointTimeout,proto3" json:"checkpoint_timeout,omitempty"` // in milliseconds.
	CheckpointCompletionTarget *wrapperspb.DoubleValue                 ``                                                                                                                  /* 142-byte string literal not displayed */
	CheckpointFlushAfter       *wrapperspb.Int64Value                  `protobuf:"bytes,24,opt,name=checkpoint_flush_after,json=checkpointFlushAfter,proto3" json:"checkpoint_flush_after,omitempty"`
	MaxWalSize                 *wrapperspb.Int64Value                  `protobuf:"bytes,25,opt,name=max_wal_size,json=maxWalSize,proto3" json:"max_wal_size,omitempty"` // in bytes.
	MinWalSize                 *wrapperspb.Int64Value                  `protobuf:"bytes,26,opt,name=min_wal_size,json=minWalSize,proto3" json:"min_wal_size,omitempty"` // in bytes.
	MaxStandbyStreamingDelay   *wrapperspb.Int64Value                  ``                                                                                               // in milliseconds.
	/* 138-byte string literal not displayed */
	DefaultStatisticsTarget *wrapperspb.Int64Value                    `` /* 133-byte string literal not displayed */
	ConstraintExclusion     PostgresqlConfig13_1C_ConstraintExclusion `` /* 205-byte string literal not displayed */
	CursorTupleFraction     *wrapperspb.DoubleValue                   `protobuf:"bytes,30,opt,name=cursor_tuple_fraction,json=cursorTupleFraction,proto3" json:"cursor_tuple_fraction,omitempty"`
	FromCollapseLimit       *wrapperspb.Int64Value                    `protobuf:"bytes,31,opt,name=from_collapse_limit,json=fromCollapseLimit,proto3" json:"from_collapse_limit,omitempty"`
	JoinCollapseLimit       *wrapperspb.Int64Value                    `protobuf:"bytes,32,opt,name=join_collapse_limit,json=joinCollapseLimit,proto3" json:"join_collapse_limit,omitempty"`
	ForceParallelMode       PostgresqlConfig13_1C_ForceParallelMode   `` /* 199-byte string literal not displayed */
	ClientMinMessages       PostgresqlConfig13_1C_LogLevel            `` /* 190-byte string literal not displayed */
	LogMinMessages          PostgresqlConfig13_1C_LogLevel            `` /* 181-byte string literal not displayed */
	LogMinErrorStatement    PostgresqlConfig13_1C_LogLevel            `` /* 201-byte string literal not displayed */
	LogMinDurationStatement *wrapperspb.Int64Value                    `` // in milliseconds.
	/* 135-byte string literal not displayed */
	LogCheckpoints                  *wrapperspb.BoolValue                      `protobuf:"bytes,38,opt,name=log_checkpoints,json=logCheckpoints,proto3" json:"log_checkpoints,omitempty"`
	LogConnections                  *wrapperspb.BoolValue                      `protobuf:"bytes,39,opt,name=log_connections,json=logConnections,proto3" json:"log_connections,omitempty"`
	LogDisconnections               *wrapperspb.BoolValue                      `protobuf:"bytes,40,opt,name=log_disconnections,json=logDisconnections,proto3" json:"log_disconnections,omitempty"`
	LogDuration                     *wrapperspb.BoolValue                      `protobuf:"bytes,41,opt,name=log_duration,json=logDuration,proto3" json:"log_duration,omitempty"`
	LogErrorVerbosity               PostgresqlConfig13_1C_LogErrorVerbosity    `` /* 199-byte string literal not displayed */
	LogLockWaits                    *wrapperspb.BoolValue                      `protobuf:"bytes,43,opt,name=log_lock_waits,json=logLockWaits,proto3" json:"log_lock_waits,omitempty"`
	LogStatement                    PostgresqlConfig13_1C_LogStatement         `` /* 177-byte string literal not displayed */
	LogTempFiles                    *wrapperspb.Int64Value                     `protobuf:"bytes,45,opt,name=log_temp_files,json=logTempFiles,proto3" json:"log_temp_files,omitempty"`
	SearchPath                      string                                     `protobuf:"bytes,46,opt,name=search_path,json=searchPath,proto3" json:"search_path,omitempty"`
	RowSecurity                     *wrapperspb.BoolValue                      `protobuf:"bytes,47,opt,name=row_security,json=rowSecurity,proto3" json:"row_security,omitempty"`
	DefaultTransactionIsolation     PostgresqlConfig13_1C_TransactionIsolation ``                                                                                                               /* 232-byte string literal not displayed */
	StatementTimeout                *wrapperspb.Int64Value                     `protobuf:"bytes,49,opt,name=statement_timeout,json=statementTimeout,proto3" json:"statement_timeout,omitempty"` // in milliseconds.
	LockTimeout                     *wrapperspb.Int64Value                     `protobuf:"bytes,50,opt,name=lock_timeout,json=lockTimeout,proto3" json:"lock_timeout,omitempty"`                // in milliseconds.
	IdleInTransactionSessionTimeout *wrapperspb.Int64Value                     ``                                                                                                               // in milliseconds.
	/* 161-byte string literal not displayed */
	ByteaOutput                   PostgresqlConfig13_1C_ByteaOutput              ``                                                                                                                            /* 173-byte string literal not displayed */
	Xmlbinary                     PostgresqlConfig13_1C_XmlBinary                ``                                                                                                                            /* 148-byte string literal not displayed */
	Xmloption                     PostgresqlConfig13_1C_XmlOption                ``                                                                                                                            /* 148-byte string literal not displayed */
	GinPendingListLimit           *wrapperspb.Int64Value                         `protobuf:"bytes,55,opt,name=gin_pending_list_limit,json=ginPendingListLimit,proto3" json:"gin_pending_list_limit,omitempty"` // in bytes.
	DeadlockTimeout               *wrapperspb.Int64Value                         `protobuf:"bytes,56,opt,name=deadlock_timeout,json=deadlockTimeout,proto3" json:"deadlock_timeout,omitempty"`                 // in milliseconds.
	MaxLocksPerTransaction        *wrapperspb.Int64Value                         ``                                                                                                                            /* 132-byte string literal not displayed */
	MaxPredLocksPerTransaction    *wrapperspb.Int64Value                         ``                                                                                                                            /* 146-byte string literal not displayed */
	ArrayNulls                    *wrapperspb.BoolValue                          `protobuf:"bytes,59,opt,name=array_nulls,json=arrayNulls,proto3" json:"array_nulls,omitempty"`
	BackslashQuote                PostgresqlConfig13_1C_BackslashQuote           `` /* 185-byte string literal not displayed */
	DefaultWithOids               *wrapperspb.BoolValue                          `protobuf:"bytes,61,opt,name=default_with_oids,json=defaultWithOids,proto3" json:"default_with_oids,omitempty"`
	EscapeStringWarning           *wrapperspb.BoolValue                          `protobuf:"bytes,62,opt,name=escape_string_warning,json=escapeStringWarning,proto3" json:"escape_string_warning,omitempty"`
	LoCompatPrivileges            *wrapperspb.BoolValue                          `protobuf:"bytes,63,opt,name=lo_compat_privileges,json=loCompatPrivileges,proto3" json:"lo_compat_privileges,omitempty"`
	OperatorPrecedenceWarning     *wrapperspb.BoolValue                          `` /* 139-byte string literal not displayed */
	QuoteAllIdentifiers           *wrapperspb.BoolValue                          `protobuf:"bytes,65,opt,name=quote_all_identifiers,json=quoteAllIdentifiers,proto3" json:"quote_all_identifiers,omitempty"`
	StandardConformingStrings     *wrapperspb.BoolValue                          `` /* 139-byte string literal not displayed */
	SynchronizeSeqscans           *wrapperspb.BoolValue                          `protobuf:"bytes,67,opt,name=synchronize_seqscans,json=synchronizeSeqscans,proto3" json:"synchronize_seqscans,omitempty"`
	TransformNullEquals           *wrapperspb.BoolValue                          `protobuf:"bytes,68,opt,name=transform_null_equals,json=transformNullEquals,proto3" json:"transform_null_equals,omitempty"`
	ExitOnError                   *wrapperspb.BoolValue                          `protobuf:"bytes,69,opt,name=exit_on_error,json=exitOnError,proto3" json:"exit_on_error,omitempty"`
	SeqPageCost                   *wrapperspb.DoubleValue                        `protobuf:"bytes,70,opt,name=seq_page_cost,json=seqPageCost,proto3" json:"seq_page_cost,omitempty"`
	RandomPageCost                *wrapperspb.DoubleValue                        `protobuf:"bytes,71,opt,name=random_page_cost,json=randomPageCost,proto3" json:"random_page_cost,omitempty"`
	AutovacuumMaxWorkers          *wrapperspb.Int64Value                         `protobuf:"bytes,72,opt,name=autovacuum_max_workers,json=autovacuumMaxWorkers,proto3" json:"autovacuum_max_workers,omitempty"`
	AutovacuumVacuumCostDelay     *wrapperspb.Int64Value                         ``                                                                                                                  /* 141-byte string literal not displayed */
	AutovacuumVacuumCostLimit     *wrapperspb.Int64Value                         ``                                                                                                                  /* 141-byte string literal not displayed */
	AutovacuumNaptime             *wrapperspb.Int64Value                         `protobuf:"bytes,75,opt,name=autovacuum_naptime,json=autovacuumNaptime,proto3" json:"autovacuum_naptime,omitempty"` // in milliseconds.
	ArchiveTimeout                *wrapperspb.Int64Value                         `protobuf:"bytes,76,opt,name=archive_timeout,json=archiveTimeout,proto3" json:"archive_timeout,omitempty"`          // in milliseconds.
	TrackActivityQuerySize        *wrapperspb.Int64Value                         ``                                                                                                                  /* 132-byte string literal not displayed */
	OnlineAnalyzeEnable           *wrapperspb.BoolValue                          `protobuf:"bytes,79,opt,name=online_analyze_enable,json=onlineAnalyzeEnable,proto3" json:"online_analyze_enable,omitempty"`
	EnableBitmapscan              *wrapperspb.BoolValue                          `protobuf:"bytes,80,opt,name=enable_bitmapscan,json=enableBitmapscan,proto3" json:"enable_bitmapscan,omitempty"`
	EnableHashagg                 *wrapperspb.BoolValue                          `protobuf:"bytes,81,opt,name=enable_hashagg,json=enableHashagg,proto3" json:"enable_hashagg,omitempty"`
	EnableHashjoin                *wrapperspb.BoolValue                          `protobuf:"bytes,82,opt,name=enable_hashjoin,json=enableHashjoin,proto3" json:"enable_hashjoin,omitempty"`
	EnableIndexscan               *wrapperspb.BoolValue                          `protobuf:"bytes,83,opt,name=enable_indexscan,json=enableIndexscan,proto3" json:"enable_indexscan,omitempty"`
	EnableIndexonlyscan           *wrapperspb.BoolValue                          `protobuf:"bytes,84,opt,name=enable_indexonlyscan,json=enableIndexonlyscan,proto3" json:"enable_indexonlyscan,omitempty"`
	EnableMaterial                *wrapperspb.BoolValue                          `protobuf:"bytes,85,opt,name=enable_material,json=enableMaterial,proto3" json:"enable_material,omitempty"`
	EnableMergejoin               *wrapperspb.BoolValue                          `protobuf:"bytes,86,opt,name=enable_mergejoin,json=enableMergejoin,proto3" json:"enable_mergejoin,omitempty"`
	EnableNestloop                *wrapperspb.BoolValue                          `protobuf:"bytes,87,opt,name=enable_nestloop,json=enableNestloop,proto3" json:"enable_nestloop,omitempty"`
	EnableSeqscan                 *wrapperspb.BoolValue                          `protobuf:"bytes,88,opt,name=enable_seqscan,json=enableSeqscan,proto3" json:"enable_seqscan,omitempty"`
	EnableSort                    *wrapperspb.BoolValue                          `protobuf:"bytes,89,opt,name=enable_sort,json=enableSort,proto3" json:"enable_sort,omitempty"`
	EnableTidscan                 *wrapperspb.BoolValue                          `protobuf:"bytes,90,opt,name=enable_tidscan,json=enableTidscan,proto3" json:"enable_tidscan,omitempty"`
	MaxWorkerProcesses            *wrapperspb.Int64Value                         `protobuf:"bytes,91,opt,name=max_worker_processes,json=maxWorkerProcesses,proto3" json:"max_worker_processes,omitempty"`
	MaxParallelWorkers            *wrapperspb.Int64Value                         `protobuf:"bytes,92,opt,name=max_parallel_workers,json=maxParallelWorkers,proto3" json:"max_parallel_workers,omitempty"`
	MaxParallelWorkersPerGather   *wrapperspb.Int64Value                         `` /* 149-byte string literal not displayed */
	AutovacuumVacuumScaleFactor   *wrapperspb.DoubleValue                        `` /* 147-byte string literal not displayed */
	AutovacuumAnalyzeScaleFactor  *wrapperspb.DoubleValue                        `` /* 150-byte string literal not displayed */
	DefaultTransactionReadOnly    *wrapperspb.BoolValue                          `` /* 144-byte string literal not displayed */
	Timezone                      string                                         `protobuf:"bytes,97,opt,name=timezone,proto3" json:"timezone,omitempty"`
	EnableParallelAppend          *wrapperspb.BoolValue                          `protobuf:"bytes,98,opt,name=enable_parallel_append,json=enableParallelAppend,proto3" json:"enable_parallel_append,omitempty"`
	EnableParallelHash            *wrapperspb.BoolValue                          `protobuf:"bytes,99,opt,name=enable_parallel_hash,json=enableParallelHash,proto3" json:"enable_parallel_hash,omitempty"`
	EnablePartitionPruning        *wrapperspb.BoolValue                          `` /* 131-byte string literal not displayed */
	EnablePartitionwiseAggregate  *wrapperspb.BoolValue                          `` /* 149-byte string literal not displayed */
	EnablePartitionwiseJoin       *wrapperspb.BoolValue                          `` /* 134-byte string literal not displayed */
	Jit                           *wrapperspb.BoolValue                          `protobuf:"bytes,103,opt,name=jit,proto3" json:"jit,omitempty"`
	MaxParallelMaintenanceWorkers *wrapperspb.Int64Value                         `` /* 154-byte string literal not displayed */
	ParallelLeaderParticipation   *wrapperspb.BoolValue                          `` /* 146-byte string literal not displayed */
	VacuumCleanupIndexScaleFactor *wrapperspb.DoubleValue                        `` /* 156-byte string literal not displayed */
	LogTransactionSampleRate      *wrapperspb.DoubleValue                        `` /* 139-byte string literal not displayed */
	PlanCacheMode                 PostgresqlConfig13_1C_PlanCacheMode            `` /* 184-byte string literal not displayed */
	EffectiveIoConcurrency        *wrapperspb.Int64Value                         `` /* 131-byte string literal not displayed */
	EffectiveCacheSize            *wrapperspb.Int64Value                         `protobuf:"bytes,110,opt,name=effective_cache_size,json=effectiveCacheSize,proto3" json:"effective_cache_size,omitempty"`
	SharedPreloadLibraries        []PostgresqlConfig13_1C_SharedPreloadLibraries `` /* 227-byte string literal not displayed */
	AutoExplainLogMinDuration     *wrapperspb.Int64Value                         `` // in milliseconds.
	/* 144-byte string literal not displayed */
	AutoExplainLogAnalyze          *wrapperspb.BoolValue                      `` /* 130-byte string literal not displayed */
	AutoExplainLogBuffers          *wrapperspb.BoolValue                      `` /* 130-byte string literal not displayed */
	AutoExplainLogTiming           *wrapperspb.BoolValue                      `` /* 127-byte string literal not displayed */
	AutoExplainLogTriggers         *wrapperspb.BoolValue                      `` /* 133-byte string literal not displayed */
	AutoExplainLogVerbose          *wrapperspb.BoolValue                      `` /* 130-byte string literal not displayed */
	AutoExplainLogNestedStatements *wrapperspb.BoolValue                      `` /* 159-byte string literal not displayed */
	AutoExplainSampleRate          *wrapperspb.DoubleValue                    `` /* 130-byte string literal not displayed */
	PgHintPlanEnableHint           *wrapperspb.BoolValue                      `` /* 129-byte string literal not displayed */
	PgHintPlanEnableHintTable      *wrapperspb.BoolValue                      `` /* 146-byte string literal not displayed */
	PgHintPlanDebugPrint           PostgresqlConfig13_1C_PgHintPlanDebugPrint `` /* 216-byte string literal not displayed */
	PgHintPlanMessageLevel         PostgresqlConfig13_1C_LogLevel             `` /* 210-byte string literal not displayed */
	HashMemMultiplier              *wrapperspb.DoubleValue                    `protobuf:"bytes,124,opt,name=hash_mem_multiplier,json=hashMemMultiplier,proto3" json:"hash_mem_multiplier,omitempty"`
	LogicalDecodingWorkMem         *wrapperspb.Int64Value                     `` // in bytes.
	/* 133-byte string literal not displayed */
	MaintenanceIoConcurrency          *wrapperspb.Int64Value  ``                                                                                                                            /* 137-byte string literal not displayed */
	MaxSlotWalKeepSize                *wrapperspb.Int64Value  `protobuf:"bytes,128,opt,name=max_slot_wal_keep_size,json=maxSlotWalKeepSize,proto3" json:"max_slot_wal_keep_size,omitempty"` // in bytes.
	WalKeepSize                       *wrapperspb.Int64Value  `protobuf:"bytes,129,opt,name=wal_keep_size,json=walKeepSize,proto3" json:"wal_keep_size,omitempty"`                          // in bytes.
	EnableIncrementalSort             *wrapperspb.BoolValue   ``                                                                                                                            /* 128-byte string literal not displayed */
	AutovacuumVacuumInsertThreshold   *wrapperspb.Int64Value  ``                                                                                                                            /* 160-byte string literal not displayed */
	AutovacuumVacuumInsertScaleFactor *wrapperspb.DoubleValue ``                                                                                                                            /* 168-byte string literal not displayed */
	LogMinDurationSample              *wrapperspb.Int64Value  ``                                                                                                                            // in milliseconds.
	/* 127-byte string literal not displayed */
	LogStatementSampleRate *wrapperspb.DoubleValue `` /* 133-byte string literal not displayed */
	LogParameterMaxLength  *wrapperspb.Int64Value  `` // in bytes.
	/* 130-byte string literal not displayed */
	LogParameterMaxLengthOnError *wrapperspb.Int64Value `` // in bytes.
	/* 155-byte string literal not displayed */
	PgQualstatsEnabled                  *wrapperspb.BoolValue   `protobuf:"bytes,137,opt,name=pg_qualstats_enabled,json=pgQualstatsEnabled,proto3" json:"pg_qualstats_enabled,omitempty"`
	PgQualstatsTrackConstants           *wrapperspb.BoolValue   `` /* 142-byte string literal not displayed */
	PgQualstatsMax                      *wrapperspb.Int64Value  `protobuf:"bytes,139,opt,name=pg_qualstats_max,json=pgQualstatsMax,proto3" json:"pg_qualstats_max,omitempty"`
	PgQualstatsResolveOids              *wrapperspb.BoolValue   ``                                                                                                                     /* 133-byte string literal not displayed */
	PgQualstatsSampleRate               *wrapperspb.DoubleValue ``                                                                                                                     /* 130-byte string literal not displayed */
	PlantunerFixEmptyTable              *wrapperspb.BoolValue   ``                                                                                                                     /* 133-byte string literal not displayed */
	Geqo                                *wrapperspb.BoolValue   `protobuf:"bytes,152,opt,name=geqo,proto3" json:"geqo,omitempty"`                                                      // enable Genetic Query Optimizer, by default is on
	GeqoThreshold                       *wrapperspb.Int64Value  `protobuf:"bytes,153,opt,name=geqo_threshold,json=geqoThreshold,proto3" json:"geqo_threshold,omitempty"`               // The number of tables to use geqo, default is 12
	GeqoEffort                          *wrapperspb.Int64Value  `protobuf:"bytes,154,opt,name=geqo_effort,json=geqoEffort,proto3" json:"geqo_effort,omitempty"`                        // tradeoff between planning time and query plan quality, default is 5
	GeqoPoolSize                        *wrapperspb.Int64Value  `protobuf:"bytes,155,opt,name=geqo_pool_size,json=geqoPoolSize,proto3" json:"geqo_pool_size,omitempty"`                // number of individuals in the genetic population, useful values are typically 100 to 1000; default - 0 - choose based on based on geqo_effort
	GeqoGenerations                     *wrapperspb.Int64Value  `protobuf:"bytes,156,opt,name=geqo_generations,json=geqoGenerations,proto3" json:"geqo_generations,omitempty"`         // the number of generations used by GEQO, useful values are in the same range as the pool size
	GeqoSelectionBias                   *wrapperspb.DoubleValue `protobuf:"bytes,157,opt,name=geqo_selection_bias,json=geqoSelectionBias,proto3" json:"geqo_selection_bias,omitempty"` // selective pressure within the population
	GeqoSeed                            *wrapperspb.DoubleValue `protobuf:"bytes,158,opt,name=geqo_seed,json=geqoSeed,proto3" json:"geqo_seed,omitempty"`                              // initial value of the random number generator used by GEQO
	PgTrgmSimilarityThreshold           *wrapperspb.DoubleValue ``                                                                                                                     /* 142-byte string literal not displayed */
	PgTrgmWordSimilarityThreshold       *wrapperspb.DoubleValue ``                                                                                                                     /* 156-byte string literal not displayed */
	PgTrgmStrictWordSimilarityThreshold *wrapperspb.DoubleValue ``                                                                                                                     /* 176-byte string literal not displayed */
	MaxStandbyArchiveDelay              *wrapperspb.Int64Value  ``                                                                                                                     // in milliseconds.
	/* 133-byte string literal not displayed */
	SessionDurationTimeout *wrapperspb.Int64Value `` // Terminate any session that exceeds the designated timeout, specified in milliseconds. If a timeout is not specified, the default session timeout is set to 12 hours. To disable it, specify a value of 0.
	/* 131-byte string literal not displayed */
	LogReplicationCommands   *wrapperspb.BoolValue  `` /* 131-byte string literal not displayed */
	LogAutovacuumMinDuration *wrapperspb.Int64Value `` // in milliseconds. The default is 1000 (1 sec).
	/* 139-byte string literal not displayed */
	PasswordEncryption PostgresqlConfig13_1C_PasswordEncryption `` // A default value for “ user_password_encryption “ user-level setting, if it not specified for new users. Possible values are “ PASSWORD_ENCRYPTION_MD5 “ or “ PASSWORD_ENCRYPTION_SCRAM_SHA_256 “. The default is “ PASSWORD_ENCRYPTION_MD5 “.
	/* 202-byte string literal not displayed */
	// contains filtered or unexported fields
}

Options and structure of `PostgresqlConfig` reflects PostgreSQL configuration file parameters which detailed description is available in [PostgreSQL documentation](https://www.postgresql.org/docs/11/runtime-config.html).

func (*PostgresqlConfig13_1C) Descriptor deprecated

func (*PostgresqlConfig13_1C) Descriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig13_1C.ProtoReflect.Descriptor instead.

func (*PostgresqlConfig13_1C) GetArchiveTimeout

func (x *PostgresqlConfig13_1C) GetArchiveTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig13_1C) GetArrayNulls

func (x *PostgresqlConfig13_1C) GetArrayNulls() *wrapperspb.BoolValue

func (*PostgresqlConfig13_1C) GetAutoExplainLogAnalyze

func (x *PostgresqlConfig13_1C) GetAutoExplainLogAnalyze() *wrapperspb.BoolValue

func (*PostgresqlConfig13_1C) GetAutoExplainLogBuffers

func (x *PostgresqlConfig13_1C) GetAutoExplainLogBuffers() *wrapperspb.BoolValue

func (*PostgresqlConfig13_1C) GetAutoExplainLogMinDuration

func (x *PostgresqlConfig13_1C) GetAutoExplainLogMinDuration() *wrapperspb.Int64Value

func (*PostgresqlConfig13_1C) GetAutoExplainLogNestedStatements

func (x *PostgresqlConfig13_1C) GetAutoExplainLogNestedStatements() *wrapperspb.BoolValue

func (*PostgresqlConfig13_1C) GetAutoExplainLogTiming

func (x *PostgresqlConfig13_1C) GetAutoExplainLogTiming() *wrapperspb.BoolValue

func (*PostgresqlConfig13_1C) GetAutoExplainLogTriggers

func (x *PostgresqlConfig13_1C) GetAutoExplainLogTriggers() *wrapperspb.BoolValue

func (*PostgresqlConfig13_1C) GetAutoExplainLogVerbose

func (x *PostgresqlConfig13_1C) GetAutoExplainLogVerbose() *wrapperspb.BoolValue

func (*PostgresqlConfig13_1C) GetAutoExplainSampleRate

func (x *PostgresqlConfig13_1C) GetAutoExplainSampleRate() *wrapperspb.DoubleValue

func (*PostgresqlConfig13_1C) GetAutovacuumAnalyzeScaleFactor

func (x *PostgresqlConfig13_1C) GetAutovacuumAnalyzeScaleFactor() *wrapperspb.DoubleValue

func (*PostgresqlConfig13_1C) GetAutovacuumMaxWorkers

func (x *PostgresqlConfig13_1C) GetAutovacuumMaxWorkers() *wrapperspb.Int64Value

func (*PostgresqlConfig13_1C) GetAutovacuumNaptime

func (x *PostgresqlConfig13_1C) GetAutovacuumNaptime() *wrapperspb.Int64Value

func (*PostgresqlConfig13_1C) GetAutovacuumVacuumCostDelay

func (x *PostgresqlConfig13_1C) GetAutovacuumVacuumCostDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig13_1C) GetAutovacuumVacuumCostLimit

func (x *PostgresqlConfig13_1C) GetAutovacuumVacuumCostLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig13_1C) GetAutovacuumVacuumInsertScaleFactor

func (x *PostgresqlConfig13_1C) GetAutovacuumVacuumInsertScaleFactor() *wrapperspb.DoubleValue

func (*PostgresqlConfig13_1C) GetAutovacuumVacuumInsertThreshold

func (x *PostgresqlConfig13_1C) GetAutovacuumVacuumInsertThreshold() *wrapperspb.Int64Value

func (*PostgresqlConfig13_1C) GetAutovacuumVacuumScaleFactor

func (x *PostgresqlConfig13_1C) GetAutovacuumVacuumScaleFactor() *wrapperspb.DoubleValue

func (*PostgresqlConfig13_1C) GetAutovacuumWorkMem

func (x *PostgresqlConfig13_1C) GetAutovacuumWorkMem() *wrapperspb.Int64Value

func (*PostgresqlConfig13_1C) GetBackendFlushAfter

func (x *PostgresqlConfig13_1C) GetBackendFlushAfter() *wrapperspb.Int64Value

func (*PostgresqlConfig13_1C) GetBackslashQuote

func (*PostgresqlConfig13_1C) GetBgwriterDelay

func (x *PostgresqlConfig13_1C) GetBgwriterDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig13_1C) GetBgwriterFlushAfter

func (x *PostgresqlConfig13_1C) GetBgwriterFlushAfter() *wrapperspb.Int64Value

func (*PostgresqlConfig13_1C) GetBgwriterLruMaxpages

func (x *PostgresqlConfig13_1C) GetBgwriterLruMaxpages() *wrapperspb.Int64Value

func (*PostgresqlConfig13_1C) GetBgwriterLruMultiplier

func (x *PostgresqlConfig13_1C) GetBgwriterLruMultiplier() *wrapperspb.DoubleValue

func (*PostgresqlConfig13_1C) GetByteaOutput

func (*PostgresqlConfig13_1C) GetCheckpointCompletionTarget

func (x *PostgresqlConfig13_1C) GetCheckpointCompletionTarget() *wrapperspb.DoubleValue

func (*PostgresqlConfig13_1C) GetCheckpointFlushAfter

func (x *PostgresqlConfig13_1C) GetCheckpointFlushAfter() *wrapperspb.Int64Value

func (*PostgresqlConfig13_1C) GetCheckpointTimeout

func (x *PostgresqlConfig13_1C) GetCheckpointTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig13_1C) GetClientMinMessages

func (x *PostgresqlConfig13_1C) GetClientMinMessages() PostgresqlConfig13_1C_LogLevel

func (*PostgresqlConfig13_1C) GetConstraintExclusion

func (*PostgresqlConfig13_1C) GetCursorTupleFraction

func (x *PostgresqlConfig13_1C) GetCursorTupleFraction() *wrapperspb.DoubleValue

func (*PostgresqlConfig13_1C) GetDeadlockTimeout

func (x *PostgresqlConfig13_1C) GetDeadlockTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig13_1C) GetDefaultStatisticsTarget

func (x *PostgresqlConfig13_1C) GetDefaultStatisticsTarget() *wrapperspb.Int64Value

func (*PostgresqlConfig13_1C) GetDefaultTransactionIsolation

func (x *PostgresqlConfig13_1C) GetDefaultTransactionIsolation() PostgresqlConfig13_1C_TransactionIsolation

func (*PostgresqlConfig13_1C) GetDefaultTransactionReadOnly

func (x *PostgresqlConfig13_1C) GetDefaultTransactionReadOnly() *wrapperspb.BoolValue

func (*PostgresqlConfig13_1C) GetDefaultWithOids

func (x *PostgresqlConfig13_1C) GetDefaultWithOids() *wrapperspb.BoolValue

func (*PostgresqlConfig13_1C) GetEffectiveCacheSize

func (x *PostgresqlConfig13_1C) GetEffectiveCacheSize() *wrapperspb.Int64Value

func (*PostgresqlConfig13_1C) GetEffectiveIoConcurrency

func (x *PostgresqlConfig13_1C) GetEffectiveIoConcurrency() *wrapperspb.Int64Value

func (*PostgresqlConfig13_1C) GetEnableBitmapscan

func (x *PostgresqlConfig13_1C) GetEnableBitmapscan() *wrapperspb.BoolValue

func (*PostgresqlConfig13_1C) GetEnableHashagg

func (x *PostgresqlConfig13_1C) GetEnableHashagg() *wrapperspb.BoolValue

func (*PostgresqlConfig13_1C) GetEnableHashjoin

func (x *PostgresqlConfig13_1C) GetEnableHashjoin() *wrapperspb.BoolValue

func (*PostgresqlConfig13_1C) GetEnableIncrementalSort

func (x *PostgresqlConfig13_1C) GetEnableIncrementalSort() *wrapperspb.BoolValue

func (*PostgresqlConfig13_1C) GetEnableIndexonlyscan

func (x *PostgresqlConfig13_1C) GetEnableIndexonlyscan() *wrapperspb.BoolValue

func (*PostgresqlConfig13_1C) GetEnableIndexscan

func (x *PostgresqlConfig13_1C) GetEnableIndexscan() *wrapperspb.BoolValue

func (*PostgresqlConfig13_1C) GetEnableMaterial

func (x *PostgresqlConfig13_1C) GetEnableMaterial() *wrapperspb.BoolValue

func (*PostgresqlConfig13_1C) GetEnableMergejoin

func (x *PostgresqlConfig13_1C) GetEnableMergejoin() *wrapperspb.BoolValue

func (*PostgresqlConfig13_1C) GetEnableNestloop

func (x *PostgresqlConfig13_1C) GetEnableNestloop() *wrapperspb.BoolValue

func (*PostgresqlConfig13_1C) GetEnableParallelAppend

func (x *PostgresqlConfig13_1C) GetEnableParallelAppend() *wrapperspb.BoolValue

func (*PostgresqlConfig13_1C) GetEnableParallelHash

func (x *PostgresqlConfig13_1C) GetEnableParallelHash() *wrapperspb.BoolValue

func (*PostgresqlConfig13_1C) GetEnablePartitionPruning

func (x *PostgresqlConfig13_1C) GetEnablePartitionPruning() *wrapperspb.BoolValue

func (*PostgresqlConfig13_1C) GetEnablePartitionwiseAggregate

func (x *PostgresqlConfig13_1C) GetEnablePartitionwiseAggregate() *wrapperspb.BoolValue

func (*PostgresqlConfig13_1C) GetEnablePartitionwiseJoin

func (x *PostgresqlConfig13_1C) GetEnablePartitionwiseJoin() *wrapperspb.BoolValue

func (*PostgresqlConfig13_1C) GetEnableSeqscan

func (x *PostgresqlConfig13_1C) GetEnableSeqscan() *wrapperspb.BoolValue

func (*PostgresqlConfig13_1C) GetEnableSort

func (x *PostgresqlConfig13_1C) GetEnableSort() *wrapperspb.BoolValue

func (*PostgresqlConfig13_1C) GetEnableTidscan

func (x *PostgresqlConfig13_1C) GetEnableTidscan() *wrapperspb.BoolValue

func (*PostgresqlConfig13_1C) GetEscapeStringWarning

func (x *PostgresqlConfig13_1C) GetEscapeStringWarning() *wrapperspb.BoolValue

func (*PostgresqlConfig13_1C) GetExitOnError

func (x *PostgresqlConfig13_1C) GetExitOnError() *wrapperspb.BoolValue

func (*PostgresqlConfig13_1C) GetForceParallelMode

func (*PostgresqlConfig13_1C) GetFromCollapseLimit

func (x *PostgresqlConfig13_1C) GetFromCollapseLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig13_1C) GetGeqo

func (*PostgresqlConfig13_1C) GetGeqoEffort

func (x *PostgresqlConfig13_1C) GetGeqoEffort() *wrapperspb.Int64Value

func (*PostgresqlConfig13_1C) GetGeqoGenerations

func (x *PostgresqlConfig13_1C) GetGeqoGenerations() *wrapperspb.Int64Value

func (*PostgresqlConfig13_1C) GetGeqoPoolSize

func (x *PostgresqlConfig13_1C) GetGeqoPoolSize() *wrapperspb.Int64Value

func (*PostgresqlConfig13_1C) GetGeqoSeed

func (x *PostgresqlConfig13_1C) GetGeqoSeed() *wrapperspb.DoubleValue

func (*PostgresqlConfig13_1C) GetGeqoSelectionBias

func (x *PostgresqlConfig13_1C) GetGeqoSelectionBias() *wrapperspb.DoubleValue

func (*PostgresqlConfig13_1C) GetGeqoThreshold

func (x *PostgresqlConfig13_1C) GetGeqoThreshold() *wrapperspb.Int64Value

func (*PostgresqlConfig13_1C) GetGinPendingListLimit

func (x *PostgresqlConfig13_1C) GetGinPendingListLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig13_1C) GetHashMemMultiplier

func (x *PostgresqlConfig13_1C) GetHashMemMultiplier() *wrapperspb.DoubleValue

func (*PostgresqlConfig13_1C) GetIdleInTransactionSessionTimeout

func (x *PostgresqlConfig13_1C) GetIdleInTransactionSessionTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig13_1C) GetJit

func (*PostgresqlConfig13_1C) GetJoinCollapseLimit

func (x *PostgresqlConfig13_1C) GetJoinCollapseLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig13_1C) GetLoCompatPrivileges

func (x *PostgresqlConfig13_1C) GetLoCompatPrivileges() *wrapperspb.BoolValue

func (*PostgresqlConfig13_1C) GetLockTimeout

func (x *PostgresqlConfig13_1C) GetLockTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig13_1C) GetLogAutovacuumMinDuration

func (x *PostgresqlConfig13_1C) GetLogAutovacuumMinDuration() *wrapperspb.Int64Value

func (*PostgresqlConfig13_1C) GetLogCheckpoints

func (x *PostgresqlConfig13_1C) GetLogCheckpoints() *wrapperspb.BoolValue

func (*PostgresqlConfig13_1C) GetLogConnections

func (x *PostgresqlConfig13_1C) GetLogConnections() *wrapperspb.BoolValue

func (*PostgresqlConfig13_1C) GetLogDisconnections

func (x *PostgresqlConfig13_1C) GetLogDisconnections() *wrapperspb.BoolValue

func (*PostgresqlConfig13_1C) GetLogDuration

func (x *PostgresqlConfig13_1C) GetLogDuration() *wrapperspb.BoolValue

func (*PostgresqlConfig13_1C) GetLogErrorVerbosity

func (*PostgresqlConfig13_1C) GetLogLockWaits

func (x *PostgresqlConfig13_1C) GetLogLockWaits() *wrapperspb.BoolValue

func (*PostgresqlConfig13_1C) GetLogMinDurationSample

func (x *PostgresqlConfig13_1C) GetLogMinDurationSample() *wrapperspb.Int64Value

func (*PostgresqlConfig13_1C) GetLogMinDurationStatement

func (x *PostgresqlConfig13_1C) GetLogMinDurationStatement() *wrapperspb.Int64Value

func (*PostgresqlConfig13_1C) GetLogMinErrorStatement

func (x *PostgresqlConfig13_1C) GetLogMinErrorStatement() PostgresqlConfig13_1C_LogLevel

func (*PostgresqlConfig13_1C) GetLogMinMessages

func (*PostgresqlConfig13_1C) GetLogParameterMaxLength

func (x *PostgresqlConfig13_1C) GetLogParameterMaxLength() *wrapperspb.Int64Value

func (*PostgresqlConfig13_1C) GetLogParameterMaxLengthOnError

func (x *PostgresqlConfig13_1C) GetLogParameterMaxLengthOnError() *wrapperspb.Int64Value

func (*PostgresqlConfig13_1C) GetLogReplicationCommands

func (x *PostgresqlConfig13_1C) GetLogReplicationCommands() *wrapperspb.BoolValue

func (*PostgresqlConfig13_1C) GetLogStatement

func (*PostgresqlConfig13_1C) GetLogStatementSampleRate

func (x *PostgresqlConfig13_1C) GetLogStatementSampleRate() *wrapperspb.DoubleValue

func (*PostgresqlConfig13_1C) GetLogTempFiles

func (x *PostgresqlConfig13_1C) GetLogTempFiles() *wrapperspb.Int64Value

func (*PostgresqlConfig13_1C) GetLogTransactionSampleRate

func (x *PostgresqlConfig13_1C) GetLogTransactionSampleRate() *wrapperspb.DoubleValue

func (*PostgresqlConfig13_1C) GetLogicalDecodingWorkMem

func (x *PostgresqlConfig13_1C) GetLogicalDecodingWorkMem() *wrapperspb.Int64Value

func (*PostgresqlConfig13_1C) GetMaintenanceIoConcurrency

func (x *PostgresqlConfig13_1C) GetMaintenanceIoConcurrency() *wrapperspb.Int64Value

func (*PostgresqlConfig13_1C) GetMaintenanceWorkMem

func (x *PostgresqlConfig13_1C) GetMaintenanceWorkMem() *wrapperspb.Int64Value

func (*PostgresqlConfig13_1C) GetMaxConnections

func (x *PostgresqlConfig13_1C) GetMaxConnections() *wrapperspb.Int64Value

func (*PostgresqlConfig13_1C) GetMaxLocksPerTransaction

func (x *PostgresqlConfig13_1C) GetMaxLocksPerTransaction() *wrapperspb.Int64Value

func (*PostgresqlConfig13_1C) GetMaxParallelMaintenanceWorkers

func (x *PostgresqlConfig13_1C) GetMaxParallelMaintenanceWorkers() *wrapperspb.Int64Value

func (*PostgresqlConfig13_1C) GetMaxParallelWorkers

func (x *PostgresqlConfig13_1C) GetMaxParallelWorkers() *wrapperspb.Int64Value

func (*PostgresqlConfig13_1C) GetMaxParallelWorkersPerGather

func (x *PostgresqlConfig13_1C) GetMaxParallelWorkersPerGather() *wrapperspb.Int64Value

func (*PostgresqlConfig13_1C) GetMaxPredLocksPerTransaction

func (x *PostgresqlConfig13_1C) GetMaxPredLocksPerTransaction() *wrapperspb.Int64Value

func (*PostgresqlConfig13_1C) GetMaxPreparedTransactions

func (x *PostgresqlConfig13_1C) GetMaxPreparedTransactions() *wrapperspb.Int64Value

func (*PostgresqlConfig13_1C) GetMaxSlotWalKeepSize

func (x *PostgresqlConfig13_1C) GetMaxSlotWalKeepSize() *wrapperspb.Int64Value

func (*PostgresqlConfig13_1C) GetMaxStandbyArchiveDelay

func (x *PostgresqlConfig13_1C) GetMaxStandbyArchiveDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig13_1C) GetMaxStandbyStreamingDelay

func (x *PostgresqlConfig13_1C) GetMaxStandbyStreamingDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig13_1C) GetMaxWalSize

func (x *PostgresqlConfig13_1C) GetMaxWalSize() *wrapperspb.Int64Value

func (*PostgresqlConfig13_1C) GetMaxWorkerProcesses

func (x *PostgresqlConfig13_1C) GetMaxWorkerProcesses() *wrapperspb.Int64Value

func (*PostgresqlConfig13_1C) GetMinWalSize

func (x *PostgresqlConfig13_1C) GetMinWalSize() *wrapperspb.Int64Value

func (*PostgresqlConfig13_1C) GetOldSnapshotThreshold

func (x *PostgresqlConfig13_1C) GetOldSnapshotThreshold() *wrapperspb.Int64Value

func (*PostgresqlConfig13_1C) GetOnlineAnalyzeEnable

func (x *PostgresqlConfig13_1C) GetOnlineAnalyzeEnable() *wrapperspb.BoolValue

func (*PostgresqlConfig13_1C) GetOperatorPrecedenceWarning

func (x *PostgresqlConfig13_1C) GetOperatorPrecedenceWarning() *wrapperspb.BoolValue

func (*PostgresqlConfig13_1C) GetParallelLeaderParticipation

func (x *PostgresqlConfig13_1C) GetParallelLeaderParticipation() *wrapperspb.BoolValue

func (*PostgresqlConfig13_1C) GetPasswordEncryption

func (*PostgresqlConfig13_1C) GetPgHintPlanDebugPrint

func (*PostgresqlConfig13_1C) GetPgHintPlanEnableHint

func (x *PostgresqlConfig13_1C) GetPgHintPlanEnableHint() *wrapperspb.BoolValue

func (*PostgresqlConfig13_1C) GetPgHintPlanEnableHintTable

func (x *PostgresqlConfig13_1C) GetPgHintPlanEnableHintTable() *wrapperspb.BoolValue

func (*PostgresqlConfig13_1C) GetPgHintPlanMessageLevel

func (x *PostgresqlConfig13_1C) GetPgHintPlanMessageLevel() PostgresqlConfig13_1C_LogLevel

func (*PostgresqlConfig13_1C) GetPgQualstatsEnabled

func (x *PostgresqlConfig13_1C) GetPgQualstatsEnabled() *wrapperspb.BoolValue

func (*PostgresqlConfig13_1C) GetPgQualstatsMax

func (x *PostgresqlConfig13_1C) GetPgQualstatsMax() *wrapperspb.Int64Value

func (*PostgresqlConfig13_1C) GetPgQualstatsResolveOids

func (x *PostgresqlConfig13_1C) GetPgQualstatsResolveOids() *wrapperspb.BoolValue

func (*PostgresqlConfig13_1C) GetPgQualstatsSampleRate

func (x *PostgresqlConfig13_1C) GetPgQualstatsSampleRate() *wrapperspb.DoubleValue

func (*PostgresqlConfig13_1C) GetPgQualstatsTrackConstants

func (x *PostgresqlConfig13_1C) GetPgQualstatsTrackConstants() *wrapperspb.BoolValue

func (*PostgresqlConfig13_1C) GetPgTrgmSimilarityThreshold

func (x *PostgresqlConfig13_1C) GetPgTrgmSimilarityThreshold() *wrapperspb.DoubleValue

func (*PostgresqlConfig13_1C) GetPgTrgmStrictWordSimilarityThreshold

func (x *PostgresqlConfig13_1C) GetPgTrgmStrictWordSimilarityThreshold() *wrapperspb.DoubleValue

func (*PostgresqlConfig13_1C) GetPgTrgmWordSimilarityThreshold

func (x *PostgresqlConfig13_1C) GetPgTrgmWordSimilarityThreshold() *wrapperspb.DoubleValue

func (*PostgresqlConfig13_1C) GetPlanCacheMode

func (*PostgresqlConfig13_1C) GetPlantunerFixEmptyTable

func (x *PostgresqlConfig13_1C) GetPlantunerFixEmptyTable() *wrapperspb.BoolValue

func (*PostgresqlConfig13_1C) GetQuoteAllIdentifiers

func (x *PostgresqlConfig13_1C) GetQuoteAllIdentifiers() *wrapperspb.BoolValue

func (*PostgresqlConfig13_1C) GetRandomPageCost

func (x *PostgresqlConfig13_1C) GetRandomPageCost() *wrapperspb.DoubleValue

func (*PostgresqlConfig13_1C) GetRowSecurity

func (x *PostgresqlConfig13_1C) GetRowSecurity() *wrapperspb.BoolValue

func (*PostgresqlConfig13_1C) GetSearchPath

func (x *PostgresqlConfig13_1C) GetSearchPath() string

func (*PostgresqlConfig13_1C) GetSeqPageCost

func (x *PostgresqlConfig13_1C) GetSeqPageCost() *wrapperspb.DoubleValue

func (*PostgresqlConfig13_1C) GetSessionDurationTimeout

func (x *PostgresqlConfig13_1C) GetSessionDurationTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig13_1C) GetSharedBuffers

func (x *PostgresqlConfig13_1C) GetSharedBuffers() *wrapperspb.Int64Value

func (*PostgresqlConfig13_1C) GetSharedPreloadLibraries

func (*PostgresqlConfig13_1C) GetStandardConformingStrings

func (x *PostgresqlConfig13_1C) GetStandardConformingStrings() *wrapperspb.BoolValue

func (*PostgresqlConfig13_1C) GetStatementTimeout

func (x *PostgresqlConfig13_1C) GetStatementTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig13_1C) GetSynchronizeSeqscans

func (x *PostgresqlConfig13_1C) GetSynchronizeSeqscans() *wrapperspb.BoolValue

func (*PostgresqlConfig13_1C) GetSynchronousCommit

func (*PostgresqlConfig13_1C) GetTempBuffers

func (x *PostgresqlConfig13_1C) GetTempBuffers() *wrapperspb.Int64Value

func (*PostgresqlConfig13_1C) GetTempFileLimit

func (x *PostgresqlConfig13_1C) GetTempFileLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig13_1C) GetTimezone

func (x *PostgresqlConfig13_1C) GetTimezone() string

func (*PostgresqlConfig13_1C) GetTrackActivityQuerySize

func (x *PostgresqlConfig13_1C) GetTrackActivityQuerySize() *wrapperspb.Int64Value

func (*PostgresqlConfig13_1C) GetTransformNullEquals

func (x *PostgresqlConfig13_1C) GetTransformNullEquals() *wrapperspb.BoolValue

func (*PostgresqlConfig13_1C) GetVacuumCleanupIndexScaleFactor

func (x *PostgresqlConfig13_1C) GetVacuumCleanupIndexScaleFactor() *wrapperspb.DoubleValue

func (*PostgresqlConfig13_1C) GetVacuumCostDelay

func (x *PostgresqlConfig13_1C) GetVacuumCostDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig13_1C) GetVacuumCostLimit

func (x *PostgresqlConfig13_1C) GetVacuumCostLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig13_1C) GetVacuumCostPageDirty

func (x *PostgresqlConfig13_1C) GetVacuumCostPageDirty() *wrapperspb.Int64Value

func (*PostgresqlConfig13_1C) GetVacuumCostPageHit

func (x *PostgresqlConfig13_1C) GetVacuumCostPageHit() *wrapperspb.Int64Value

func (*PostgresqlConfig13_1C) GetVacuumCostPageMiss

func (x *PostgresqlConfig13_1C) GetVacuumCostPageMiss() *wrapperspb.Int64Value

func (*PostgresqlConfig13_1C) GetWalKeepSize

func (x *PostgresqlConfig13_1C) GetWalKeepSize() *wrapperspb.Int64Value

func (*PostgresqlConfig13_1C) GetWalLevel

func (*PostgresqlConfig13_1C) GetWorkMem

func (x *PostgresqlConfig13_1C) GetWorkMem() *wrapperspb.Int64Value

func (*PostgresqlConfig13_1C) GetXmlbinary

func (*PostgresqlConfig13_1C) GetXmloption

func (*PostgresqlConfig13_1C) ProtoMessage

func (*PostgresqlConfig13_1C) ProtoMessage()

func (*PostgresqlConfig13_1C) ProtoReflect

func (x *PostgresqlConfig13_1C) ProtoReflect() protoreflect.Message

func (*PostgresqlConfig13_1C) Reset

func (x *PostgresqlConfig13_1C) Reset()

func (*PostgresqlConfig13_1C) SetArchiveTimeout

func (m *PostgresqlConfig13_1C) SetArchiveTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13_1C) SetArrayNulls

func (m *PostgresqlConfig13_1C) SetArrayNulls(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13_1C) SetAutoExplainLogAnalyze

func (m *PostgresqlConfig13_1C) SetAutoExplainLogAnalyze(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13_1C) SetAutoExplainLogBuffers

func (m *PostgresqlConfig13_1C) SetAutoExplainLogBuffers(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13_1C) SetAutoExplainLogMinDuration

func (m *PostgresqlConfig13_1C) SetAutoExplainLogMinDuration(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13_1C) SetAutoExplainLogNestedStatements

func (m *PostgresqlConfig13_1C) SetAutoExplainLogNestedStatements(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13_1C) SetAutoExplainLogTiming

func (m *PostgresqlConfig13_1C) SetAutoExplainLogTiming(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13_1C) SetAutoExplainLogTriggers

func (m *PostgresqlConfig13_1C) SetAutoExplainLogTriggers(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13_1C) SetAutoExplainLogVerbose

func (m *PostgresqlConfig13_1C) SetAutoExplainLogVerbose(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13_1C) SetAutoExplainSampleRate

func (m *PostgresqlConfig13_1C) SetAutoExplainSampleRate(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig13_1C) SetAutovacuumAnalyzeScaleFactor

func (m *PostgresqlConfig13_1C) SetAutovacuumAnalyzeScaleFactor(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig13_1C) SetAutovacuumMaxWorkers

func (m *PostgresqlConfig13_1C) SetAutovacuumMaxWorkers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13_1C) SetAutovacuumNaptime

func (m *PostgresqlConfig13_1C) SetAutovacuumNaptime(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13_1C) SetAutovacuumVacuumCostDelay

func (m *PostgresqlConfig13_1C) SetAutovacuumVacuumCostDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13_1C) SetAutovacuumVacuumCostLimit

func (m *PostgresqlConfig13_1C) SetAutovacuumVacuumCostLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13_1C) SetAutovacuumVacuumInsertScaleFactor

func (m *PostgresqlConfig13_1C) SetAutovacuumVacuumInsertScaleFactor(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig13_1C) SetAutovacuumVacuumInsertThreshold

func (m *PostgresqlConfig13_1C) SetAutovacuumVacuumInsertThreshold(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13_1C) SetAutovacuumVacuumScaleFactor

func (m *PostgresqlConfig13_1C) SetAutovacuumVacuumScaleFactor(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig13_1C) SetAutovacuumWorkMem

func (m *PostgresqlConfig13_1C) SetAutovacuumWorkMem(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13_1C) SetBackendFlushAfter

func (m *PostgresqlConfig13_1C) SetBackendFlushAfter(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13_1C) SetBackslashQuote

func (*PostgresqlConfig13_1C) SetBgwriterDelay

func (m *PostgresqlConfig13_1C) SetBgwriterDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13_1C) SetBgwriterFlushAfter

func (m *PostgresqlConfig13_1C) SetBgwriterFlushAfter(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13_1C) SetBgwriterLruMaxpages

func (m *PostgresqlConfig13_1C) SetBgwriterLruMaxpages(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13_1C) SetBgwriterLruMultiplier

func (m *PostgresqlConfig13_1C) SetBgwriterLruMultiplier(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig13_1C) SetByteaOutput

func (*PostgresqlConfig13_1C) SetCheckpointCompletionTarget

func (m *PostgresqlConfig13_1C) SetCheckpointCompletionTarget(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig13_1C) SetCheckpointFlushAfter

func (m *PostgresqlConfig13_1C) SetCheckpointFlushAfter(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13_1C) SetCheckpointTimeout

func (m *PostgresqlConfig13_1C) SetCheckpointTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13_1C) SetClientMinMessages

func (m *PostgresqlConfig13_1C) SetClientMinMessages(v PostgresqlConfig13_1C_LogLevel)

func (*PostgresqlConfig13_1C) SetConstraintExclusion

func (*PostgresqlConfig13_1C) SetCursorTupleFraction

func (m *PostgresqlConfig13_1C) SetCursorTupleFraction(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig13_1C) SetDeadlockTimeout

func (m *PostgresqlConfig13_1C) SetDeadlockTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13_1C) SetDefaultStatisticsTarget

func (m *PostgresqlConfig13_1C) SetDefaultStatisticsTarget(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13_1C) SetDefaultTransactionIsolation

func (m *PostgresqlConfig13_1C) SetDefaultTransactionIsolation(v PostgresqlConfig13_1C_TransactionIsolation)

func (*PostgresqlConfig13_1C) SetDefaultTransactionReadOnly

func (m *PostgresqlConfig13_1C) SetDefaultTransactionReadOnly(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13_1C) SetDefaultWithOids

func (m *PostgresqlConfig13_1C) SetDefaultWithOids(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13_1C) SetEffectiveCacheSize

func (m *PostgresqlConfig13_1C) SetEffectiveCacheSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13_1C) SetEffectiveIoConcurrency

func (m *PostgresqlConfig13_1C) SetEffectiveIoConcurrency(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13_1C) SetEnableBitmapscan

func (m *PostgresqlConfig13_1C) SetEnableBitmapscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13_1C) SetEnableHashagg

func (m *PostgresqlConfig13_1C) SetEnableHashagg(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13_1C) SetEnableHashjoin

func (m *PostgresqlConfig13_1C) SetEnableHashjoin(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13_1C) SetEnableIncrementalSort

func (m *PostgresqlConfig13_1C) SetEnableIncrementalSort(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13_1C) SetEnableIndexonlyscan

func (m *PostgresqlConfig13_1C) SetEnableIndexonlyscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13_1C) SetEnableIndexscan

func (m *PostgresqlConfig13_1C) SetEnableIndexscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13_1C) SetEnableMaterial

func (m *PostgresqlConfig13_1C) SetEnableMaterial(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13_1C) SetEnableMergejoin

func (m *PostgresqlConfig13_1C) SetEnableMergejoin(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13_1C) SetEnableNestloop

func (m *PostgresqlConfig13_1C) SetEnableNestloop(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13_1C) SetEnableParallelAppend

func (m *PostgresqlConfig13_1C) SetEnableParallelAppend(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13_1C) SetEnableParallelHash

func (m *PostgresqlConfig13_1C) SetEnableParallelHash(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13_1C) SetEnablePartitionPruning

func (m *PostgresqlConfig13_1C) SetEnablePartitionPruning(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13_1C) SetEnablePartitionwiseAggregate

func (m *PostgresqlConfig13_1C) SetEnablePartitionwiseAggregate(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13_1C) SetEnablePartitionwiseJoin

func (m *PostgresqlConfig13_1C) SetEnablePartitionwiseJoin(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13_1C) SetEnableSeqscan

func (m *PostgresqlConfig13_1C) SetEnableSeqscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13_1C) SetEnableSort

func (m *PostgresqlConfig13_1C) SetEnableSort(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13_1C) SetEnableTidscan

func (m *PostgresqlConfig13_1C) SetEnableTidscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13_1C) SetEscapeStringWarning

func (m *PostgresqlConfig13_1C) SetEscapeStringWarning(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13_1C) SetExitOnError

func (m *PostgresqlConfig13_1C) SetExitOnError(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13_1C) SetForceParallelMode

func (*PostgresqlConfig13_1C) SetFromCollapseLimit

func (m *PostgresqlConfig13_1C) SetFromCollapseLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13_1C) SetGeqo

func (*PostgresqlConfig13_1C) SetGeqoEffort

func (m *PostgresqlConfig13_1C) SetGeqoEffort(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13_1C) SetGeqoGenerations

func (m *PostgresqlConfig13_1C) SetGeqoGenerations(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13_1C) SetGeqoPoolSize

func (m *PostgresqlConfig13_1C) SetGeqoPoolSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13_1C) SetGeqoSeed

func (m *PostgresqlConfig13_1C) SetGeqoSeed(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig13_1C) SetGeqoSelectionBias

func (m *PostgresqlConfig13_1C) SetGeqoSelectionBias(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig13_1C) SetGeqoThreshold

func (m *PostgresqlConfig13_1C) SetGeqoThreshold(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13_1C) SetGinPendingListLimit

func (m *PostgresqlConfig13_1C) SetGinPendingListLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13_1C) SetHashMemMultiplier

func (m *PostgresqlConfig13_1C) SetHashMemMultiplier(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig13_1C) SetIdleInTransactionSessionTimeout

func (m *PostgresqlConfig13_1C) SetIdleInTransactionSessionTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13_1C) SetJit

func (*PostgresqlConfig13_1C) SetJoinCollapseLimit

func (m *PostgresqlConfig13_1C) SetJoinCollapseLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13_1C) SetLoCompatPrivileges

func (m *PostgresqlConfig13_1C) SetLoCompatPrivileges(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13_1C) SetLockTimeout

func (m *PostgresqlConfig13_1C) SetLockTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13_1C) SetLogAutovacuumMinDuration

func (m *PostgresqlConfig13_1C) SetLogAutovacuumMinDuration(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13_1C) SetLogCheckpoints

func (m *PostgresqlConfig13_1C) SetLogCheckpoints(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13_1C) SetLogConnections

func (m *PostgresqlConfig13_1C) SetLogConnections(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13_1C) SetLogDisconnections

func (m *PostgresqlConfig13_1C) SetLogDisconnections(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13_1C) SetLogDuration

func (m *PostgresqlConfig13_1C) SetLogDuration(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13_1C) SetLogErrorVerbosity

func (*PostgresqlConfig13_1C) SetLogLockWaits

func (m *PostgresqlConfig13_1C) SetLogLockWaits(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13_1C) SetLogMinDurationSample

func (m *PostgresqlConfig13_1C) SetLogMinDurationSample(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13_1C) SetLogMinDurationStatement

func (m *PostgresqlConfig13_1C) SetLogMinDurationStatement(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13_1C) SetLogMinErrorStatement

func (m *PostgresqlConfig13_1C) SetLogMinErrorStatement(v PostgresqlConfig13_1C_LogLevel)

func (*PostgresqlConfig13_1C) SetLogMinMessages

func (m *PostgresqlConfig13_1C) SetLogMinMessages(v PostgresqlConfig13_1C_LogLevel)

func (*PostgresqlConfig13_1C) SetLogParameterMaxLength

func (m *PostgresqlConfig13_1C) SetLogParameterMaxLength(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13_1C) SetLogParameterMaxLengthOnError

func (m *PostgresqlConfig13_1C) SetLogParameterMaxLengthOnError(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13_1C) SetLogReplicationCommands

func (m *PostgresqlConfig13_1C) SetLogReplicationCommands(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13_1C) SetLogStatement

func (*PostgresqlConfig13_1C) SetLogStatementSampleRate

func (m *PostgresqlConfig13_1C) SetLogStatementSampleRate(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig13_1C) SetLogTempFiles

func (m *PostgresqlConfig13_1C) SetLogTempFiles(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13_1C) SetLogTransactionSampleRate

func (m *PostgresqlConfig13_1C) SetLogTransactionSampleRate(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig13_1C) SetLogicalDecodingWorkMem

func (m *PostgresqlConfig13_1C) SetLogicalDecodingWorkMem(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13_1C) SetMaintenanceIoConcurrency

func (m *PostgresqlConfig13_1C) SetMaintenanceIoConcurrency(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13_1C) SetMaintenanceWorkMem

func (m *PostgresqlConfig13_1C) SetMaintenanceWorkMem(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13_1C) SetMaxConnections

func (m *PostgresqlConfig13_1C) SetMaxConnections(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13_1C) SetMaxLocksPerTransaction

func (m *PostgresqlConfig13_1C) SetMaxLocksPerTransaction(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13_1C) SetMaxParallelMaintenanceWorkers

func (m *PostgresqlConfig13_1C) SetMaxParallelMaintenanceWorkers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13_1C) SetMaxParallelWorkers

func (m *PostgresqlConfig13_1C) SetMaxParallelWorkers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13_1C) SetMaxParallelWorkersPerGather

func (m *PostgresqlConfig13_1C) SetMaxParallelWorkersPerGather(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13_1C) SetMaxPredLocksPerTransaction

func (m *PostgresqlConfig13_1C) SetMaxPredLocksPerTransaction(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13_1C) SetMaxPreparedTransactions

func (m *PostgresqlConfig13_1C) SetMaxPreparedTransactions(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13_1C) SetMaxSlotWalKeepSize

func (m *PostgresqlConfig13_1C) SetMaxSlotWalKeepSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13_1C) SetMaxStandbyArchiveDelay

func (m *PostgresqlConfig13_1C) SetMaxStandbyArchiveDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13_1C) SetMaxStandbyStreamingDelay

func (m *PostgresqlConfig13_1C) SetMaxStandbyStreamingDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13_1C) SetMaxWalSize

func (m *PostgresqlConfig13_1C) SetMaxWalSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13_1C) SetMaxWorkerProcesses

func (m *PostgresqlConfig13_1C) SetMaxWorkerProcesses(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13_1C) SetMinWalSize

func (m *PostgresqlConfig13_1C) SetMinWalSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13_1C) SetOldSnapshotThreshold

func (m *PostgresqlConfig13_1C) SetOldSnapshotThreshold(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13_1C) SetOnlineAnalyzeEnable

func (m *PostgresqlConfig13_1C) SetOnlineAnalyzeEnable(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13_1C) SetOperatorPrecedenceWarning

func (m *PostgresqlConfig13_1C) SetOperatorPrecedenceWarning(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13_1C) SetParallelLeaderParticipation

func (m *PostgresqlConfig13_1C) SetParallelLeaderParticipation(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13_1C) SetPasswordEncryption

func (*PostgresqlConfig13_1C) SetPgHintPlanDebugPrint

func (*PostgresqlConfig13_1C) SetPgHintPlanEnableHint

func (m *PostgresqlConfig13_1C) SetPgHintPlanEnableHint(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13_1C) SetPgHintPlanEnableHintTable

func (m *PostgresqlConfig13_1C) SetPgHintPlanEnableHintTable(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13_1C) SetPgHintPlanMessageLevel

func (m *PostgresqlConfig13_1C) SetPgHintPlanMessageLevel(v PostgresqlConfig13_1C_LogLevel)

func (*PostgresqlConfig13_1C) SetPgQualstatsEnabled

func (m *PostgresqlConfig13_1C) SetPgQualstatsEnabled(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13_1C) SetPgQualstatsMax

func (m *PostgresqlConfig13_1C) SetPgQualstatsMax(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13_1C) SetPgQualstatsResolveOids

func (m *PostgresqlConfig13_1C) SetPgQualstatsResolveOids(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13_1C) SetPgQualstatsSampleRate

func (m *PostgresqlConfig13_1C) SetPgQualstatsSampleRate(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig13_1C) SetPgQualstatsTrackConstants

func (m *PostgresqlConfig13_1C) SetPgQualstatsTrackConstants(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13_1C) SetPgTrgmSimilarityThreshold

func (m *PostgresqlConfig13_1C) SetPgTrgmSimilarityThreshold(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig13_1C) SetPgTrgmStrictWordSimilarityThreshold

func (m *PostgresqlConfig13_1C) SetPgTrgmStrictWordSimilarityThreshold(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig13_1C) SetPgTrgmWordSimilarityThreshold

func (m *PostgresqlConfig13_1C) SetPgTrgmWordSimilarityThreshold(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig13_1C) SetPlanCacheMode

func (*PostgresqlConfig13_1C) SetPlantunerFixEmptyTable

func (m *PostgresqlConfig13_1C) SetPlantunerFixEmptyTable(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13_1C) SetQuoteAllIdentifiers

func (m *PostgresqlConfig13_1C) SetQuoteAllIdentifiers(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13_1C) SetRandomPageCost

func (m *PostgresqlConfig13_1C) SetRandomPageCost(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig13_1C) SetRowSecurity

func (m *PostgresqlConfig13_1C) SetRowSecurity(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13_1C) SetSearchPath

func (m *PostgresqlConfig13_1C) SetSearchPath(v string)

func (*PostgresqlConfig13_1C) SetSeqPageCost

func (m *PostgresqlConfig13_1C) SetSeqPageCost(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig13_1C) SetSessionDurationTimeout

func (m *PostgresqlConfig13_1C) SetSessionDurationTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13_1C) SetSharedBuffers

func (m *PostgresqlConfig13_1C) SetSharedBuffers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13_1C) SetSharedPreloadLibraries

func (m *PostgresqlConfig13_1C) SetSharedPreloadLibraries(v []PostgresqlConfig13_1C_SharedPreloadLibraries)

func (*PostgresqlConfig13_1C) SetStandardConformingStrings

func (m *PostgresqlConfig13_1C) SetStandardConformingStrings(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13_1C) SetStatementTimeout

func (m *PostgresqlConfig13_1C) SetStatementTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13_1C) SetSynchronizeSeqscans

func (m *PostgresqlConfig13_1C) SetSynchronizeSeqscans(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13_1C) SetSynchronousCommit

func (*PostgresqlConfig13_1C) SetTempBuffers

func (m *PostgresqlConfig13_1C) SetTempBuffers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13_1C) SetTempFileLimit

func (m *PostgresqlConfig13_1C) SetTempFileLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13_1C) SetTimezone

func (m *PostgresqlConfig13_1C) SetTimezone(v string)

func (*PostgresqlConfig13_1C) SetTrackActivityQuerySize

func (m *PostgresqlConfig13_1C) SetTrackActivityQuerySize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13_1C) SetTransformNullEquals

func (m *PostgresqlConfig13_1C) SetTransformNullEquals(v *wrapperspb.BoolValue)

func (*PostgresqlConfig13_1C) SetVacuumCleanupIndexScaleFactor

func (m *PostgresqlConfig13_1C) SetVacuumCleanupIndexScaleFactor(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig13_1C) SetVacuumCostDelay

func (m *PostgresqlConfig13_1C) SetVacuumCostDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13_1C) SetVacuumCostLimit

func (m *PostgresqlConfig13_1C) SetVacuumCostLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13_1C) SetVacuumCostPageDirty

func (m *PostgresqlConfig13_1C) SetVacuumCostPageDirty(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13_1C) SetVacuumCostPageHit

func (m *PostgresqlConfig13_1C) SetVacuumCostPageHit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13_1C) SetVacuumCostPageMiss

func (m *PostgresqlConfig13_1C) SetVacuumCostPageMiss(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13_1C) SetWalKeepSize

func (m *PostgresqlConfig13_1C) SetWalKeepSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13_1C) SetWalLevel

func (*PostgresqlConfig13_1C) SetWorkMem

func (m *PostgresqlConfig13_1C) SetWorkMem(v *wrapperspb.Int64Value)

func (*PostgresqlConfig13_1C) SetXmlbinary

func (*PostgresqlConfig13_1C) SetXmloption

func (*PostgresqlConfig13_1C) String

func (x *PostgresqlConfig13_1C) String() string

type PostgresqlConfig13_1C_BackslashQuote

type PostgresqlConfig13_1C_BackslashQuote int32
const (
	PostgresqlConfig13_1C_BACKSLASH_QUOTE_UNSPECIFIED   PostgresqlConfig13_1C_BackslashQuote = 0
	PostgresqlConfig13_1C_BACKSLASH_QUOTE               PostgresqlConfig13_1C_BackslashQuote = 1
	PostgresqlConfig13_1C_BACKSLASH_QUOTE_ON            PostgresqlConfig13_1C_BackslashQuote = 2
	PostgresqlConfig13_1C_BACKSLASH_QUOTE_OFF           PostgresqlConfig13_1C_BackslashQuote = 3
	PostgresqlConfig13_1C_BACKSLASH_QUOTE_SAFE_ENCODING PostgresqlConfig13_1C_BackslashQuote = 4
)

func (PostgresqlConfig13_1C_BackslashQuote) Descriptor

func (PostgresqlConfig13_1C_BackslashQuote) Enum

func (PostgresqlConfig13_1C_BackslashQuote) EnumDescriptor deprecated

func (PostgresqlConfig13_1C_BackslashQuote) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig13_1C_BackslashQuote.Descriptor instead.

func (PostgresqlConfig13_1C_BackslashQuote) Number

func (PostgresqlConfig13_1C_BackslashQuote) String

func (PostgresqlConfig13_1C_BackslashQuote) Type

type PostgresqlConfig13_1C_ByteaOutput

type PostgresqlConfig13_1C_ByteaOutput int32
const (
	PostgresqlConfig13_1C_BYTEA_OUTPUT_UNSPECIFIED PostgresqlConfig13_1C_ByteaOutput = 0
	PostgresqlConfig13_1C_BYTEA_OUTPUT_HEX         PostgresqlConfig13_1C_ByteaOutput = 1
	PostgresqlConfig13_1C_BYTEA_OUTPUT_ESCAPED     PostgresqlConfig13_1C_ByteaOutput = 2
)

func (PostgresqlConfig13_1C_ByteaOutput) Descriptor

func (PostgresqlConfig13_1C_ByteaOutput) Enum

func (PostgresqlConfig13_1C_ByteaOutput) EnumDescriptor deprecated

func (PostgresqlConfig13_1C_ByteaOutput) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig13_1C_ByteaOutput.Descriptor instead.

func (PostgresqlConfig13_1C_ByteaOutput) Number

func (PostgresqlConfig13_1C_ByteaOutput) String

func (PostgresqlConfig13_1C_ByteaOutput) Type

type PostgresqlConfig13_1C_ConstraintExclusion

type PostgresqlConfig13_1C_ConstraintExclusion int32
const (
	PostgresqlConfig13_1C_CONSTRAINT_EXCLUSION_UNSPECIFIED PostgresqlConfig13_1C_ConstraintExclusion = 0
	PostgresqlConfig13_1C_CONSTRAINT_EXCLUSION_ON          PostgresqlConfig13_1C_ConstraintExclusion = 1
	PostgresqlConfig13_1C_CONSTRAINT_EXCLUSION_OFF         PostgresqlConfig13_1C_ConstraintExclusion = 2
	PostgresqlConfig13_1C_CONSTRAINT_EXCLUSION_PARTITION   PostgresqlConfig13_1C_ConstraintExclusion = 3
)

func (PostgresqlConfig13_1C_ConstraintExclusion) Descriptor

func (PostgresqlConfig13_1C_ConstraintExclusion) Enum

func (PostgresqlConfig13_1C_ConstraintExclusion) EnumDescriptor deprecated

func (PostgresqlConfig13_1C_ConstraintExclusion) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig13_1C_ConstraintExclusion.Descriptor instead.

func (PostgresqlConfig13_1C_ConstraintExclusion) Number

func (PostgresqlConfig13_1C_ConstraintExclusion) String

func (PostgresqlConfig13_1C_ConstraintExclusion) Type

type PostgresqlConfig13_1C_ForceParallelMode

type PostgresqlConfig13_1C_ForceParallelMode int32
const (
	PostgresqlConfig13_1C_FORCE_PARALLEL_MODE_UNSPECIFIED PostgresqlConfig13_1C_ForceParallelMode = 0
	PostgresqlConfig13_1C_FORCE_PARALLEL_MODE_ON          PostgresqlConfig13_1C_ForceParallelMode = 1
	PostgresqlConfig13_1C_FORCE_PARALLEL_MODE_OFF         PostgresqlConfig13_1C_ForceParallelMode = 2
	PostgresqlConfig13_1C_FORCE_PARALLEL_MODE_REGRESS     PostgresqlConfig13_1C_ForceParallelMode = 3
)

func (PostgresqlConfig13_1C_ForceParallelMode) Descriptor

func (PostgresqlConfig13_1C_ForceParallelMode) Enum

func (PostgresqlConfig13_1C_ForceParallelMode) EnumDescriptor deprecated

func (PostgresqlConfig13_1C_ForceParallelMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig13_1C_ForceParallelMode.Descriptor instead.

func (PostgresqlConfig13_1C_ForceParallelMode) Number

func (PostgresqlConfig13_1C_ForceParallelMode) String

func (PostgresqlConfig13_1C_ForceParallelMode) Type

type PostgresqlConfig13_1C_LogErrorVerbosity

type PostgresqlConfig13_1C_LogErrorVerbosity int32
const (
	PostgresqlConfig13_1C_LOG_ERROR_VERBOSITY_UNSPECIFIED PostgresqlConfig13_1C_LogErrorVerbosity = 0
	PostgresqlConfig13_1C_LOG_ERROR_VERBOSITY_TERSE       PostgresqlConfig13_1C_LogErrorVerbosity = 1
	PostgresqlConfig13_1C_LOG_ERROR_VERBOSITY_DEFAULT     PostgresqlConfig13_1C_LogErrorVerbosity = 2
	PostgresqlConfig13_1C_LOG_ERROR_VERBOSITY_VERBOSE     PostgresqlConfig13_1C_LogErrorVerbosity = 3
)

func (PostgresqlConfig13_1C_LogErrorVerbosity) Descriptor

func (PostgresqlConfig13_1C_LogErrorVerbosity) Enum

func (PostgresqlConfig13_1C_LogErrorVerbosity) EnumDescriptor deprecated

func (PostgresqlConfig13_1C_LogErrorVerbosity) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig13_1C_LogErrorVerbosity.Descriptor instead.

func (PostgresqlConfig13_1C_LogErrorVerbosity) Number

func (PostgresqlConfig13_1C_LogErrorVerbosity) String

func (PostgresqlConfig13_1C_LogErrorVerbosity) Type

type PostgresqlConfig13_1C_LogLevel

type PostgresqlConfig13_1C_LogLevel int32
const (
	PostgresqlConfig13_1C_LOG_LEVEL_UNSPECIFIED PostgresqlConfig13_1C_LogLevel = 0
	PostgresqlConfig13_1C_LOG_LEVEL_DEBUG5      PostgresqlConfig13_1C_LogLevel = 1
	PostgresqlConfig13_1C_LOG_LEVEL_DEBUG4      PostgresqlConfig13_1C_LogLevel = 2
	PostgresqlConfig13_1C_LOG_LEVEL_DEBUG3      PostgresqlConfig13_1C_LogLevel = 3
	PostgresqlConfig13_1C_LOG_LEVEL_DEBUG2      PostgresqlConfig13_1C_LogLevel = 4
	PostgresqlConfig13_1C_LOG_LEVEL_DEBUG1      PostgresqlConfig13_1C_LogLevel = 5
	PostgresqlConfig13_1C_LOG_LEVEL_LOG         PostgresqlConfig13_1C_LogLevel = 6
	PostgresqlConfig13_1C_LOG_LEVEL_NOTICE      PostgresqlConfig13_1C_LogLevel = 7
	PostgresqlConfig13_1C_LOG_LEVEL_WARNING     PostgresqlConfig13_1C_LogLevel = 8
	PostgresqlConfig13_1C_LOG_LEVEL_ERROR       PostgresqlConfig13_1C_LogLevel = 9
	PostgresqlConfig13_1C_LOG_LEVEL_FATAL       PostgresqlConfig13_1C_LogLevel = 10
	PostgresqlConfig13_1C_LOG_LEVEL_PANIC       PostgresqlConfig13_1C_LogLevel = 11
)

func (PostgresqlConfig13_1C_LogLevel) Descriptor

func (PostgresqlConfig13_1C_LogLevel) Enum

func (PostgresqlConfig13_1C_LogLevel) EnumDescriptor deprecated

func (PostgresqlConfig13_1C_LogLevel) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig13_1C_LogLevel.Descriptor instead.

func (PostgresqlConfig13_1C_LogLevel) Number

func (PostgresqlConfig13_1C_LogLevel) String

func (PostgresqlConfig13_1C_LogLevel) Type

type PostgresqlConfig13_1C_LogStatement

type PostgresqlConfig13_1C_LogStatement int32
const (
	PostgresqlConfig13_1C_LOG_STATEMENT_UNSPECIFIED PostgresqlConfig13_1C_LogStatement = 0
	PostgresqlConfig13_1C_LOG_STATEMENT_NONE        PostgresqlConfig13_1C_LogStatement = 1
	PostgresqlConfig13_1C_LOG_STATEMENT_DDL         PostgresqlConfig13_1C_LogStatement = 2
	PostgresqlConfig13_1C_LOG_STATEMENT_MOD         PostgresqlConfig13_1C_LogStatement = 3
	PostgresqlConfig13_1C_LOG_STATEMENT_ALL         PostgresqlConfig13_1C_LogStatement = 4
)

func (PostgresqlConfig13_1C_LogStatement) Descriptor

func (PostgresqlConfig13_1C_LogStatement) Enum

func (PostgresqlConfig13_1C_LogStatement) EnumDescriptor deprecated

func (PostgresqlConfig13_1C_LogStatement) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig13_1C_LogStatement.Descriptor instead.

func (PostgresqlConfig13_1C_LogStatement) Number

func (PostgresqlConfig13_1C_LogStatement) String

func (PostgresqlConfig13_1C_LogStatement) Type

type PostgresqlConfig13_1C_PasswordEncryption

type PostgresqlConfig13_1C_PasswordEncryption int32
const (
	PostgresqlConfig13_1C_PASSWORD_ENCRYPTION_UNSPECIFIED   PostgresqlConfig13_1C_PasswordEncryption = 0
	PostgresqlConfig13_1C_PASSWORD_ENCRYPTION_MD5           PostgresqlConfig13_1C_PasswordEncryption = 1
	PostgresqlConfig13_1C_PASSWORD_ENCRYPTION_SCRAM_SHA_256 PostgresqlConfig13_1C_PasswordEncryption = 2
)

func (PostgresqlConfig13_1C_PasswordEncryption) Descriptor

func (PostgresqlConfig13_1C_PasswordEncryption) Enum

func (PostgresqlConfig13_1C_PasswordEncryption) EnumDescriptor deprecated

func (PostgresqlConfig13_1C_PasswordEncryption) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig13_1C_PasswordEncryption.Descriptor instead.

func (PostgresqlConfig13_1C_PasswordEncryption) Number

func (PostgresqlConfig13_1C_PasswordEncryption) String

func (PostgresqlConfig13_1C_PasswordEncryption) Type

type PostgresqlConfig13_1C_PgHintPlanDebugPrint

type PostgresqlConfig13_1C_PgHintPlanDebugPrint int32
const (
	PostgresqlConfig13_1C_PG_HINT_PLAN_DEBUG_PRINT_UNSPECIFIED PostgresqlConfig13_1C_PgHintPlanDebugPrint = 0
	PostgresqlConfig13_1C_PG_HINT_PLAN_DEBUG_PRINT_OFF         PostgresqlConfig13_1C_PgHintPlanDebugPrint = 1
	PostgresqlConfig13_1C_PG_HINT_PLAN_DEBUG_PRINT_ON          PostgresqlConfig13_1C_PgHintPlanDebugPrint = 2
	PostgresqlConfig13_1C_PG_HINT_PLAN_DEBUG_PRINT_DETAILED    PostgresqlConfig13_1C_PgHintPlanDebugPrint = 3
	PostgresqlConfig13_1C_PG_HINT_PLAN_DEBUG_PRINT_VERBOSE     PostgresqlConfig13_1C_PgHintPlanDebugPrint = 4
)

func (PostgresqlConfig13_1C_PgHintPlanDebugPrint) Descriptor

func (PostgresqlConfig13_1C_PgHintPlanDebugPrint) Enum

func (PostgresqlConfig13_1C_PgHintPlanDebugPrint) EnumDescriptor deprecated

func (PostgresqlConfig13_1C_PgHintPlanDebugPrint) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig13_1C_PgHintPlanDebugPrint.Descriptor instead.

func (PostgresqlConfig13_1C_PgHintPlanDebugPrint) Number

func (PostgresqlConfig13_1C_PgHintPlanDebugPrint) String

func (PostgresqlConfig13_1C_PgHintPlanDebugPrint) Type

type PostgresqlConfig13_1C_PlanCacheMode

type PostgresqlConfig13_1C_PlanCacheMode int32
const (
	PostgresqlConfig13_1C_PLAN_CACHE_MODE_UNSPECIFIED        PostgresqlConfig13_1C_PlanCacheMode = 0
	PostgresqlConfig13_1C_PLAN_CACHE_MODE_AUTO               PostgresqlConfig13_1C_PlanCacheMode = 1
	PostgresqlConfig13_1C_PLAN_CACHE_MODE_FORCE_CUSTOM_PLAN  PostgresqlConfig13_1C_PlanCacheMode = 2
	PostgresqlConfig13_1C_PLAN_CACHE_MODE_FORCE_GENERIC_PLAN PostgresqlConfig13_1C_PlanCacheMode = 3
)

func (PostgresqlConfig13_1C_PlanCacheMode) Descriptor

func (PostgresqlConfig13_1C_PlanCacheMode) Enum

func (PostgresqlConfig13_1C_PlanCacheMode) EnumDescriptor deprecated

func (PostgresqlConfig13_1C_PlanCacheMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig13_1C_PlanCacheMode.Descriptor instead.

func (PostgresqlConfig13_1C_PlanCacheMode) Number

func (PostgresqlConfig13_1C_PlanCacheMode) String

func (PostgresqlConfig13_1C_PlanCacheMode) Type

type PostgresqlConfig13_1C_SharedPreloadLibraries

type PostgresqlConfig13_1C_SharedPreloadLibraries int32
const (
	PostgresqlConfig13_1C_SHARED_PRELOAD_LIBRARIES_UNSPECIFIED  PostgresqlConfig13_1C_SharedPreloadLibraries = 0
	PostgresqlConfig13_1C_SHARED_PRELOAD_LIBRARIES_AUTO_EXPLAIN PostgresqlConfig13_1C_SharedPreloadLibraries = 1
	PostgresqlConfig13_1C_SHARED_PRELOAD_LIBRARIES_PG_HINT_PLAN PostgresqlConfig13_1C_SharedPreloadLibraries = 2
	PostgresqlConfig13_1C_SHARED_PRELOAD_LIBRARIES_TIMESCALEDB  PostgresqlConfig13_1C_SharedPreloadLibraries = 3
	PostgresqlConfig13_1C_SHARED_PRELOAD_LIBRARIES_PG_QUALSTATS PostgresqlConfig13_1C_SharedPreloadLibraries = 4
	PostgresqlConfig13_1C_SHARED_PRELOAD_LIBRARIES_PG_CRON      PostgresqlConfig13_1C_SharedPreloadLibraries = 5
	PostgresqlConfig13_1C_SHARED_PRELOAD_LIBRARIES_PGLOGICAL    PostgresqlConfig13_1C_SharedPreloadLibraries = 6
	PostgresqlConfig13_1C_SHARED_PRELOAD_LIBRARIES_PG_PREWARM   PostgresqlConfig13_1C_SharedPreloadLibraries = 7
	PostgresqlConfig13_1C_SHARED_PRELOAD_LIBRARIES_PGAUDIT      PostgresqlConfig13_1C_SharedPreloadLibraries = 8
)

func (PostgresqlConfig13_1C_SharedPreloadLibraries) Descriptor

func (PostgresqlConfig13_1C_SharedPreloadLibraries) Enum

func (PostgresqlConfig13_1C_SharedPreloadLibraries) EnumDescriptor deprecated

func (PostgresqlConfig13_1C_SharedPreloadLibraries) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig13_1C_SharedPreloadLibraries.Descriptor instead.

func (PostgresqlConfig13_1C_SharedPreloadLibraries) Number

func (PostgresqlConfig13_1C_SharedPreloadLibraries) String

func (PostgresqlConfig13_1C_SharedPreloadLibraries) Type

type PostgresqlConfig13_1C_SynchronousCommit

type PostgresqlConfig13_1C_SynchronousCommit int32
const (
	PostgresqlConfig13_1C_SYNCHRONOUS_COMMIT_UNSPECIFIED  PostgresqlConfig13_1C_SynchronousCommit = 0
	PostgresqlConfig13_1C_SYNCHRONOUS_COMMIT_ON           PostgresqlConfig13_1C_SynchronousCommit = 1
	PostgresqlConfig13_1C_SYNCHRONOUS_COMMIT_OFF          PostgresqlConfig13_1C_SynchronousCommit = 2
	PostgresqlConfig13_1C_SYNCHRONOUS_COMMIT_LOCAL        PostgresqlConfig13_1C_SynchronousCommit = 3
	PostgresqlConfig13_1C_SYNCHRONOUS_COMMIT_REMOTE_WRITE PostgresqlConfig13_1C_SynchronousCommit = 4
	PostgresqlConfig13_1C_SYNCHRONOUS_COMMIT_REMOTE_APPLY PostgresqlConfig13_1C_SynchronousCommit = 5
)

func (PostgresqlConfig13_1C_SynchronousCommit) Descriptor

func (PostgresqlConfig13_1C_SynchronousCommit) Enum

func (PostgresqlConfig13_1C_SynchronousCommit) EnumDescriptor deprecated

func (PostgresqlConfig13_1C_SynchronousCommit) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig13_1C_SynchronousCommit.Descriptor instead.

func (PostgresqlConfig13_1C_SynchronousCommit) Number

func (PostgresqlConfig13_1C_SynchronousCommit) String

func (PostgresqlConfig13_1C_SynchronousCommit) Type

type PostgresqlConfig13_1C_TransactionIsolation

type PostgresqlConfig13_1C_TransactionIsolation int32
const (
	PostgresqlConfig13_1C_TRANSACTION_ISOLATION_UNSPECIFIED      PostgresqlConfig13_1C_TransactionIsolation = 0
	PostgresqlConfig13_1C_TRANSACTION_ISOLATION_READ_UNCOMMITTED PostgresqlConfig13_1C_TransactionIsolation = 1
	PostgresqlConfig13_1C_TRANSACTION_ISOLATION_READ_COMMITTED   PostgresqlConfig13_1C_TransactionIsolation = 2
	PostgresqlConfig13_1C_TRANSACTION_ISOLATION_REPEATABLE_READ  PostgresqlConfig13_1C_TransactionIsolation = 3
	PostgresqlConfig13_1C_TRANSACTION_ISOLATION_SERIALIZABLE     PostgresqlConfig13_1C_TransactionIsolation = 4
)

func (PostgresqlConfig13_1C_TransactionIsolation) Descriptor

func (PostgresqlConfig13_1C_TransactionIsolation) Enum

func (PostgresqlConfig13_1C_TransactionIsolation) EnumDescriptor deprecated

func (PostgresqlConfig13_1C_TransactionIsolation) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig13_1C_TransactionIsolation.Descriptor instead.

func (PostgresqlConfig13_1C_TransactionIsolation) Number

func (PostgresqlConfig13_1C_TransactionIsolation) String

func (PostgresqlConfig13_1C_TransactionIsolation) Type

type PostgresqlConfig13_1C_WalLevel

type PostgresqlConfig13_1C_WalLevel int32
const (
	PostgresqlConfig13_1C_WAL_LEVEL_UNSPECIFIED PostgresqlConfig13_1C_WalLevel = 0
	PostgresqlConfig13_1C_WAL_LEVEL_REPLICA     PostgresqlConfig13_1C_WalLevel = 1
	PostgresqlConfig13_1C_WAL_LEVEL_LOGICAL     PostgresqlConfig13_1C_WalLevel = 2
)

func (PostgresqlConfig13_1C_WalLevel) Descriptor

func (PostgresqlConfig13_1C_WalLevel) Enum

func (PostgresqlConfig13_1C_WalLevel) EnumDescriptor deprecated

func (PostgresqlConfig13_1C_WalLevel) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig13_1C_WalLevel.Descriptor instead.

func (PostgresqlConfig13_1C_WalLevel) Number

func (PostgresqlConfig13_1C_WalLevel) String

func (PostgresqlConfig13_1C_WalLevel) Type

type PostgresqlConfig13_1C_XmlBinary

type PostgresqlConfig13_1C_XmlBinary int32
const (
	PostgresqlConfig13_1C_XML_BINARY_UNSPECIFIED PostgresqlConfig13_1C_XmlBinary = 0
	PostgresqlConfig13_1C_XML_BINARY_BASE64      PostgresqlConfig13_1C_XmlBinary = 1
	PostgresqlConfig13_1C_XML_BINARY_HEX         PostgresqlConfig13_1C_XmlBinary = 2
)

func (PostgresqlConfig13_1C_XmlBinary) Descriptor

func (PostgresqlConfig13_1C_XmlBinary) Enum

func (PostgresqlConfig13_1C_XmlBinary) EnumDescriptor deprecated

func (PostgresqlConfig13_1C_XmlBinary) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig13_1C_XmlBinary.Descriptor instead.

func (PostgresqlConfig13_1C_XmlBinary) Number

func (PostgresqlConfig13_1C_XmlBinary) String

func (PostgresqlConfig13_1C_XmlBinary) Type

type PostgresqlConfig13_1C_XmlOption

type PostgresqlConfig13_1C_XmlOption int32
const (
	PostgresqlConfig13_1C_XML_OPTION_UNSPECIFIED PostgresqlConfig13_1C_XmlOption = 0
	PostgresqlConfig13_1C_XML_OPTION_DOCUMENT    PostgresqlConfig13_1C_XmlOption = 1
	PostgresqlConfig13_1C_XML_OPTION_CONTENT     PostgresqlConfig13_1C_XmlOption = 2
)

func (PostgresqlConfig13_1C_XmlOption) Descriptor

func (PostgresqlConfig13_1C_XmlOption) Enum

func (PostgresqlConfig13_1C_XmlOption) EnumDescriptor deprecated

func (PostgresqlConfig13_1C_XmlOption) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig13_1C_XmlOption.Descriptor instead.

func (PostgresqlConfig13_1C_XmlOption) Number

func (PostgresqlConfig13_1C_XmlOption) String

func (PostgresqlConfig13_1C_XmlOption) Type

type PostgresqlConfig13_BackslashQuote

type PostgresqlConfig13_BackslashQuote int32
const (
	PostgresqlConfig13_BACKSLASH_QUOTE_UNSPECIFIED   PostgresqlConfig13_BackslashQuote = 0
	PostgresqlConfig13_BACKSLASH_QUOTE               PostgresqlConfig13_BackslashQuote = 1
	PostgresqlConfig13_BACKSLASH_QUOTE_ON            PostgresqlConfig13_BackslashQuote = 2
	PostgresqlConfig13_BACKSLASH_QUOTE_OFF           PostgresqlConfig13_BackslashQuote = 3
	PostgresqlConfig13_BACKSLASH_QUOTE_SAFE_ENCODING PostgresqlConfig13_BackslashQuote = 4
)

func (PostgresqlConfig13_BackslashQuote) Descriptor

func (PostgresqlConfig13_BackslashQuote) Enum

func (PostgresqlConfig13_BackslashQuote) EnumDescriptor deprecated

func (PostgresqlConfig13_BackslashQuote) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig13_BackslashQuote.Descriptor instead.

func (PostgresqlConfig13_BackslashQuote) Number

func (PostgresqlConfig13_BackslashQuote) String

func (PostgresqlConfig13_BackslashQuote) Type

type PostgresqlConfig13_ByteaOutput

type PostgresqlConfig13_ByteaOutput int32
const (
	PostgresqlConfig13_BYTEA_OUTPUT_UNSPECIFIED PostgresqlConfig13_ByteaOutput = 0
	PostgresqlConfig13_BYTEA_OUTPUT_HEX         PostgresqlConfig13_ByteaOutput = 1
	PostgresqlConfig13_BYTEA_OUTPUT_ESCAPED     PostgresqlConfig13_ByteaOutput = 2
)

func (PostgresqlConfig13_ByteaOutput) Descriptor

func (PostgresqlConfig13_ByteaOutput) Enum

func (PostgresqlConfig13_ByteaOutput) EnumDescriptor deprecated

func (PostgresqlConfig13_ByteaOutput) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig13_ByteaOutput.Descriptor instead.

func (PostgresqlConfig13_ByteaOutput) Number

func (PostgresqlConfig13_ByteaOutput) String

func (PostgresqlConfig13_ByteaOutput) Type

type PostgresqlConfig13_ConstraintExclusion

type PostgresqlConfig13_ConstraintExclusion int32
const (
	PostgresqlConfig13_CONSTRAINT_EXCLUSION_UNSPECIFIED PostgresqlConfig13_ConstraintExclusion = 0
	PostgresqlConfig13_CONSTRAINT_EXCLUSION_ON          PostgresqlConfig13_ConstraintExclusion = 1
	PostgresqlConfig13_CONSTRAINT_EXCLUSION_OFF         PostgresqlConfig13_ConstraintExclusion = 2
	PostgresqlConfig13_CONSTRAINT_EXCLUSION_PARTITION   PostgresqlConfig13_ConstraintExclusion = 3
)

func (PostgresqlConfig13_ConstraintExclusion) Descriptor

func (PostgresqlConfig13_ConstraintExclusion) Enum

func (PostgresqlConfig13_ConstraintExclusion) EnumDescriptor deprecated

func (PostgresqlConfig13_ConstraintExclusion) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig13_ConstraintExclusion.Descriptor instead.

func (PostgresqlConfig13_ConstraintExclusion) Number

func (PostgresqlConfig13_ConstraintExclusion) String

func (PostgresqlConfig13_ConstraintExclusion) Type

type PostgresqlConfig13_ForceParallelMode

type PostgresqlConfig13_ForceParallelMode int32
const (
	PostgresqlConfig13_FORCE_PARALLEL_MODE_UNSPECIFIED PostgresqlConfig13_ForceParallelMode = 0
	PostgresqlConfig13_FORCE_PARALLEL_MODE_ON          PostgresqlConfig13_ForceParallelMode = 1
	PostgresqlConfig13_FORCE_PARALLEL_MODE_OFF         PostgresqlConfig13_ForceParallelMode = 2
	PostgresqlConfig13_FORCE_PARALLEL_MODE_REGRESS     PostgresqlConfig13_ForceParallelMode = 3
)

func (PostgresqlConfig13_ForceParallelMode) Descriptor

func (PostgresqlConfig13_ForceParallelMode) Enum

func (PostgresqlConfig13_ForceParallelMode) EnumDescriptor deprecated

func (PostgresqlConfig13_ForceParallelMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig13_ForceParallelMode.Descriptor instead.

func (PostgresqlConfig13_ForceParallelMode) Number

func (PostgresqlConfig13_ForceParallelMode) String

func (PostgresqlConfig13_ForceParallelMode) Type

type PostgresqlConfig13_LogErrorVerbosity

type PostgresqlConfig13_LogErrorVerbosity int32
const (
	PostgresqlConfig13_LOG_ERROR_VERBOSITY_UNSPECIFIED PostgresqlConfig13_LogErrorVerbosity = 0
	PostgresqlConfig13_LOG_ERROR_VERBOSITY_TERSE       PostgresqlConfig13_LogErrorVerbosity = 1
	PostgresqlConfig13_LOG_ERROR_VERBOSITY_DEFAULT     PostgresqlConfig13_LogErrorVerbosity = 2
	PostgresqlConfig13_LOG_ERROR_VERBOSITY_VERBOSE     PostgresqlConfig13_LogErrorVerbosity = 3
)

func (PostgresqlConfig13_LogErrorVerbosity) Descriptor

func (PostgresqlConfig13_LogErrorVerbosity) Enum

func (PostgresqlConfig13_LogErrorVerbosity) EnumDescriptor deprecated

func (PostgresqlConfig13_LogErrorVerbosity) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig13_LogErrorVerbosity.Descriptor instead.

func (PostgresqlConfig13_LogErrorVerbosity) Number

func (PostgresqlConfig13_LogErrorVerbosity) String

func (PostgresqlConfig13_LogErrorVerbosity) Type

type PostgresqlConfig13_LogLevel

type PostgresqlConfig13_LogLevel int32
const (
	PostgresqlConfig13_LOG_LEVEL_UNSPECIFIED PostgresqlConfig13_LogLevel = 0
	PostgresqlConfig13_LOG_LEVEL_DEBUG5      PostgresqlConfig13_LogLevel = 1
	PostgresqlConfig13_LOG_LEVEL_DEBUG4      PostgresqlConfig13_LogLevel = 2
	PostgresqlConfig13_LOG_LEVEL_DEBUG3      PostgresqlConfig13_LogLevel = 3
	PostgresqlConfig13_LOG_LEVEL_DEBUG2      PostgresqlConfig13_LogLevel = 4
	PostgresqlConfig13_LOG_LEVEL_DEBUG1      PostgresqlConfig13_LogLevel = 5
	PostgresqlConfig13_LOG_LEVEL_LOG         PostgresqlConfig13_LogLevel = 6
	PostgresqlConfig13_LOG_LEVEL_NOTICE      PostgresqlConfig13_LogLevel = 7
	PostgresqlConfig13_LOG_LEVEL_WARNING     PostgresqlConfig13_LogLevel = 8
	PostgresqlConfig13_LOG_LEVEL_ERROR       PostgresqlConfig13_LogLevel = 9
	PostgresqlConfig13_LOG_LEVEL_FATAL       PostgresqlConfig13_LogLevel = 10
	PostgresqlConfig13_LOG_LEVEL_PANIC       PostgresqlConfig13_LogLevel = 11
)

func (PostgresqlConfig13_LogLevel) Descriptor

func (PostgresqlConfig13_LogLevel) Enum

func (PostgresqlConfig13_LogLevel) EnumDescriptor deprecated

func (PostgresqlConfig13_LogLevel) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig13_LogLevel.Descriptor instead.

func (PostgresqlConfig13_LogLevel) Number

func (PostgresqlConfig13_LogLevel) String

func (PostgresqlConfig13_LogLevel) Type

type PostgresqlConfig13_LogStatement

type PostgresqlConfig13_LogStatement int32
const (
	PostgresqlConfig13_LOG_STATEMENT_UNSPECIFIED PostgresqlConfig13_LogStatement = 0
	PostgresqlConfig13_LOG_STATEMENT_NONE        PostgresqlConfig13_LogStatement = 1
	PostgresqlConfig13_LOG_STATEMENT_DDL         PostgresqlConfig13_LogStatement = 2
	PostgresqlConfig13_LOG_STATEMENT_MOD         PostgresqlConfig13_LogStatement = 3
	PostgresqlConfig13_LOG_STATEMENT_ALL         PostgresqlConfig13_LogStatement = 4
)

func (PostgresqlConfig13_LogStatement) Descriptor

func (PostgresqlConfig13_LogStatement) Enum

func (PostgresqlConfig13_LogStatement) EnumDescriptor deprecated

func (PostgresqlConfig13_LogStatement) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig13_LogStatement.Descriptor instead.

func (PostgresqlConfig13_LogStatement) Number

func (PostgresqlConfig13_LogStatement) String

func (PostgresqlConfig13_LogStatement) Type

type PostgresqlConfig13_PasswordEncryption

type PostgresqlConfig13_PasswordEncryption int32
const (
	PostgresqlConfig13_PASSWORD_ENCRYPTION_UNSPECIFIED   PostgresqlConfig13_PasswordEncryption = 0
	PostgresqlConfig13_PASSWORD_ENCRYPTION_MD5           PostgresqlConfig13_PasswordEncryption = 1
	PostgresqlConfig13_PASSWORD_ENCRYPTION_SCRAM_SHA_256 PostgresqlConfig13_PasswordEncryption = 2
)

func (PostgresqlConfig13_PasswordEncryption) Descriptor

func (PostgresqlConfig13_PasswordEncryption) Enum

func (PostgresqlConfig13_PasswordEncryption) EnumDescriptor deprecated

func (PostgresqlConfig13_PasswordEncryption) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig13_PasswordEncryption.Descriptor instead.

func (PostgresqlConfig13_PasswordEncryption) Number

func (PostgresqlConfig13_PasswordEncryption) String

func (PostgresqlConfig13_PasswordEncryption) Type

type PostgresqlConfig13_PgHintPlanDebugPrint

type PostgresqlConfig13_PgHintPlanDebugPrint int32
const (
	PostgresqlConfig13_PG_HINT_PLAN_DEBUG_PRINT_UNSPECIFIED PostgresqlConfig13_PgHintPlanDebugPrint = 0
	PostgresqlConfig13_PG_HINT_PLAN_DEBUG_PRINT_OFF         PostgresqlConfig13_PgHintPlanDebugPrint = 1
	PostgresqlConfig13_PG_HINT_PLAN_DEBUG_PRINT_ON          PostgresqlConfig13_PgHintPlanDebugPrint = 2
	PostgresqlConfig13_PG_HINT_PLAN_DEBUG_PRINT_DETAILED    PostgresqlConfig13_PgHintPlanDebugPrint = 3
	PostgresqlConfig13_PG_HINT_PLAN_DEBUG_PRINT_VERBOSE     PostgresqlConfig13_PgHintPlanDebugPrint = 4
)

func (PostgresqlConfig13_PgHintPlanDebugPrint) Descriptor

func (PostgresqlConfig13_PgHintPlanDebugPrint) Enum

func (PostgresqlConfig13_PgHintPlanDebugPrint) EnumDescriptor deprecated

func (PostgresqlConfig13_PgHintPlanDebugPrint) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig13_PgHintPlanDebugPrint.Descriptor instead.

func (PostgresqlConfig13_PgHintPlanDebugPrint) Number

func (PostgresqlConfig13_PgHintPlanDebugPrint) String

func (PostgresqlConfig13_PgHintPlanDebugPrint) Type

type PostgresqlConfig13_PlanCacheMode

type PostgresqlConfig13_PlanCacheMode int32
const (
	PostgresqlConfig13_PLAN_CACHE_MODE_UNSPECIFIED        PostgresqlConfig13_PlanCacheMode = 0
	PostgresqlConfig13_PLAN_CACHE_MODE_AUTO               PostgresqlConfig13_PlanCacheMode = 1
	PostgresqlConfig13_PLAN_CACHE_MODE_FORCE_CUSTOM_PLAN  PostgresqlConfig13_PlanCacheMode = 2
	PostgresqlConfig13_PLAN_CACHE_MODE_FORCE_GENERIC_PLAN PostgresqlConfig13_PlanCacheMode = 3
)

func (PostgresqlConfig13_PlanCacheMode) Descriptor

func (PostgresqlConfig13_PlanCacheMode) Enum

func (PostgresqlConfig13_PlanCacheMode) EnumDescriptor deprecated

func (PostgresqlConfig13_PlanCacheMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig13_PlanCacheMode.Descriptor instead.

func (PostgresqlConfig13_PlanCacheMode) Number

func (PostgresqlConfig13_PlanCacheMode) String

func (PostgresqlConfig13_PlanCacheMode) Type

type PostgresqlConfig13_SharedPreloadLibraries

type PostgresqlConfig13_SharedPreloadLibraries int32
const (
	PostgresqlConfig13_SHARED_PRELOAD_LIBRARIES_UNSPECIFIED  PostgresqlConfig13_SharedPreloadLibraries = 0
	PostgresqlConfig13_SHARED_PRELOAD_LIBRARIES_AUTO_EXPLAIN PostgresqlConfig13_SharedPreloadLibraries = 1
	PostgresqlConfig13_SHARED_PRELOAD_LIBRARIES_PG_HINT_PLAN PostgresqlConfig13_SharedPreloadLibraries = 2
	PostgresqlConfig13_SHARED_PRELOAD_LIBRARIES_TIMESCALEDB  PostgresqlConfig13_SharedPreloadLibraries = 3
	PostgresqlConfig13_SHARED_PRELOAD_LIBRARIES_PG_QUALSTATS PostgresqlConfig13_SharedPreloadLibraries = 4
	PostgresqlConfig13_SHARED_PRELOAD_LIBRARIES_PG_CRON      PostgresqlConfig13_SharedPreloadLibraries = 5
	PostgresqlConfig13_SHARED_PRELOAD_LIBRARIES_PGLOGICAL    PostgresqlConfig13_SharedPreloadLibraries = 6
	PostgresqlConfig13_SHARED_PRELOAD_LIBRARIES_PG_PREWARM   PostgresqlConfig13_SharedPreloadLibraries = 7
	PostgresqlConfig13_SHARED_PRELOAD_LIBRARIES_PGAUDIT      PostgresqlConfig13_SharedPreloadLibraries = 8
)

func (PostgresqlConfig13_SharedPreloadLibraries) Descriptor

func (PostgresqlConfig13_SharedPreloadLibraries) Enum

func (PostgresqlConfig13_SharedPreloadLibraries) EnumDescriptor deprecated

func (PostgresqlConfig13_SharedPreloadLibraries) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig13_SharedPreloadLibraries.Descriptor instead.

func (PostgresqlConfig13_SharedPreloadLibraries) Number

func (PostgresqlConfig13_SharedPreloadLibraries) String

func (PostgresqlConfig13_SharedPreloadLibraries) Type

type PostgresqlConfig13_SynchronousCommit

type PostgresqlConfig13_SynchronousCommit int32
const (
	PostgresqlConfig13_SYNCHRONOUS_COMMIT_UNSPECIFIED  PostgresqlConfig13_SynchronousCommit = 0
	PostgresqlConfig13_SYNCHRONOUS_COMMIT_ON           PostgresqlConfig13_SynchronousCommit = 1
	PostgresqlConfig13_SYNCHRONOUS_COMMIT_OFF          PostgresqlConfig13_SynchronousCommit = 2
	PostgresqlConfig13_SYNCHRONOUS_COMMIT_LOCAL        PostgresqlConfig13_SynchronousCommit = 3
	PostgresqlConfig13_SYNCHRONOUS_COMMIT_REMOTE_WRITE PostgresqlConfig13_SynchronousCommit = 4
	PostgresqlConfig13_SYNCHRONOUS_COMMIT_REMOTE_APPLY PostgresqlConfig13_SynchronousCommit = 5
)

func (PostgresqlConfig13_SynchronousCommit) Descriptor

func (PostgresqlConfig13_SynchronousCommit) Enum

func (PostgresqlConfig13_SynchronousCommit) EnumDescriptor deprecated

func (PostgresqlConfig13_SynchronousCommit) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig13_SynchronousCommit.Descriptor instead.

func (PostgresqlConfig13_SynchronousCommit) Number

func (PostgresqlConfig13_SynchronousCommit) String

func (PostgresqlConfig13_SynchronousCommit) Type

type PostgresqlConfig13_TransactionIsolation

type PostgresqlConfig13_TransactionIsolation int32
const (
	PostgresqlConfig13_TRANSACTION_ISOLATION_UNSPECIFIED      PostgresqlConfig13_TransactionIsolation = 0
	PostgresqlConfig13_TRANSACTION_ISOLATION_READ_UNCOMMITTED PostgresqlConfig13_TransactionIsolation = 1
	PostgresqlConfig13_TRANSACTION_ISOLATION_READ_COMMITTED   PostgresqlConfig13_TransactionIsolation = 2
	PostgresqlConfig13_TRANSACTION_ISOLATION_REPEATABLE_READ  PostgresqlConfig13_TransactionIsolation = 3
	PostgresqlConfig13_TRANSACTION_ISOLATION_SERIALIZABLE     PostgresqlConfig13_TransactionIsolation = 4
)

func (PostgresqlConfig13_TransactionIsolation) Descriptor

func (PostgresqlConfig13_TransactionIsolation) Enum

func (PostgresqlConfig13_TransactionIsolation) EnumDescriptor deprecated

func (PostgresqlConfig13_TransactionIsolation) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig13_TransactionIsolation.Descriptor instead.

func (PostgresqlConfig13_TransactionIsolation) Number

func (PostgresqlConfig13_TransactionIsolation) String

func (PostgresqlConfig13_TransactionIsolation) Type

type PostgresqlConfig13_WalLevel

type PostgresqlConfig13_WalLevel int32
const (
	PostgresqlConfig13_WAL_LEVEL_UNSPECIFIED PostgresqlConfig13_WalLevel = 0
	PostgresqlConfig13_WAL_LEVEL_REPLICA     PostgresqlConfig13_WalLevel = 1
	PostgresqlConfig13_WAL_LEVEL_LOGICAL     PostgresqlConfig13_WalLevel = 2
)

func (PostgresqlConfig13_WalLevel) Descriptor

func (PostgresqlConfig13_WalLevel) Enum

func (PostgresqlConfig13_WalLevel) EnumDescriptor deprecated

func (PostgresqlConfig13_WalLevel) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig13_WalLevel.Descriptor instead.

func (PostgresqlConfig13_WalLevel) Number

func (PostgresqlConfig13_WalLevel) String

func (PostgresqlConfig13_WalLevel) Type

type PostgresqlConfig13_XmlBinary

type PostgresqlConfig13_XmlBinary int32
const (
	PostgresqlConfig13_XML_BINARY_UNSPECIFIED PostgresqlConfig13_XmlBinary = 0
	PostgresqlConfig13_XML_BINARY_BASE64      PostgresqlConfig13_XmlBinary = 1
	PostgresqlConfig13_XML_BINARY_HEX         PostgresqlConfig13_XmlBinary = 2
)

func (PostgresqlConfig13_XmlBinary) Descriptor

func (PostgresqlConfig13_XmlBinary) Enum

func (PostgresqlConfig13_XmlBinary) EnumDescriptor deprecated

func (PostgresqlConfig13_XmlBinary) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig13_XmlBinary.Descriptor instead.

func (PostgresqlConfig13_XmlBinary) Number

func (PostgresqlConfig13_XmlBinary) String

func (PostgresqlConfig13_XmlBinary) Type

type PostgresqlConfig13_XmlOption

type PostgresqlConfig13_XmlOption int32
const (
	PostgresqlConfig13_XML_OPTION_UNSPECIFIED PostgresqlConfig13_XmlOption = 0
	PostgresqlConfig13_XML_OPTION_DOCUMENT    PostgresqlConfig13_XmlOption = 1
	PostgresqlConfig13_XML_OPTION_CONTENT     PostgresqlConfig13_XmlOption = 2
)

func (PostgresqlConfig13_XmlOption) Descriptor

func (PostgresqlConfig13_XmlOption) Enum

func (PostgresqlConfig13_XmlOption) EnumDescriptor deprecated

func (PostgresqlConfig13_XmlOption) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig13_XmlOption.Descriptor instead.

func (PostgresqlConfig13_XmlOption) Number

func (PostgresqlConfig13_XmlOption) String

func (PostgresqlConfig13_XmlOption) Type

type PostgresqlConfig14

type PostgresqlConfig14 struct {
	MaxConnections             *wrapperspb.Int64Value               `protobuf:"bytes,1,opt,name=max_connections,json=maxConnections,proto3" json:"max_connections,omitempty"`
	SharedBuffers              *wrapperspb.Int64Value               `protobuf:"bytes,2,opt,name=shared_buffers,json=sharedBuffers,proto3" json:"shared_buffers,omitempty"`                  // in bytes.
	TempBuffers                *wrapperspb.Int64Value               `protobuf:"bytes,3,opt,name=temp_buffers,json=tempBuffers,proto3" json:"temp_buffers,omitempty"`                        // in bytes.
	MaxPreparedTransactions    *wrapperspb.Int64Value               ``                                                                                                                      /* 132-byte string literal not displayed */
	WorkMem                    *wrapperspb.Int64Value               `protobuf:"bytes,5,opt,name=work_mem,json=workMem,proto3" json:"work_mem,omitempty"`                                    // in bytes.
	MaintenanceWorkMem         *wrapperspb.Int64Value               `protobuf:"bytes,6,opt,name=maintenance_work_mem,json=maintenanceWorkMem,proto3" json:"maintenance_work_mem,omitempty"` // in bytes.
	AutovacuumWorkMem          *wrapperspb.Int64Value               `protobuf:"bytes,7,opt,name=autovacuum_work_mem,json=autovacuumWorkMem,proto3" json:"autovacuum_work_mem,omitempty"`    // in bytes.
	TempFileLimit              *wrapperspb.Int64Value               `protobuf:"bytes,8,opt,name=temp_file_limit,json=tempFileLimit,proto3" json:"temp_file_limit,omitempty"`                // in bytes.
	VacuumCostDelay            *wrapperspb.Int64Value               `protobuf:"bytes,9,opt,name=vacuum_cost_delay,json=vacuumCostDelay,proto3" json:"vacuum_cost_delay,omitempty"`          // in milliseconds.
	VacuumCostPageHit          *wrapperspb.Int64Value               `protobuf:"bytes,10,opt,name=vacuum_cost_page_hit,json=vacuumCostPageHit,proto3" json:"vacuum_cost_page_hit,omitempty"`
	VacuumCostPageMiss         *wrapperspb.Int64Value               `protobuf:"bytes,11,opt,name=vacuum_cost_page_miss,json=vacuumCostPageMiss,proto3" json:"vacuum_cost_page_miss,omitempty"`
	VacuumCostPageDirty        *wrapperspb.Int64Value               `protobuf:"bytes,12,opt,name=vacuum_cost_page_dirty,json=vacuumCostPageDirty,proto3" json:"vacuum_cost_page_dirty,omitempty"`
	VacuumCostLimit            *wrapperspb.Int64Value               `protobuf:"bytes,13,opt,name=vacuum_cost_limit,json=vacuumCostLimit,proto3" json:"vacuum_cost_limit,omitempty"`
	BgwriterDelay              *wrapperspb.Int64Value               `protobuf:"bytes,14,opt,name=bgwriter_delay,json=bgwriterDelay,proto3" json:"bgwriter_delay,omitempty"` // in milliseconds.
	BgwriterLruMaxpages        *wrapperspb.Int64Value               `protobuf:"bytes,15,opt,name=bgwriter_lru_maxpages,json=bgwriterLruMaxpages,proto3" json:"bgwriter_lru_maxpages,omitempty"`
	BgwriterLruMultiplier      *wrapperspb.DoubleValue              `` /* 127-byte string literal not displayed */
	BgwriterFlushAfter         *wrapperspb.Int64Value               `protobuf:"bytes,17,opt,name=bgwriter_flush_after,json=bgwriterFlushAfter,proto3" json:"bgwriter_flush_after,omitempty"`
	BackendFlushAfter          *wrapperspb.Int64Value               `protobuf:"bytes,18,opt,name=backend_flush_after,json=backendFlushAfter,proto3" json:"backend_flush_after,omitempty"`
	OldSnapshotThreshold       *wrapperspb.Int64Value               `protobuf:"bytes,19,opt,name=old_snapshot_threshold,json=oldSnapshotThreshold,proto3" json:"old_snapshot_threshold,omitempty"`
	WalLevel                   PostgresqlConfig14_WalLevel          ``                                                                                                                  /* 158-byte string literal not displayed */
	SynchronousCommit          PostgresqlConfig14_SynchronousCommit ``                                                                                                                  /* 194-byte string literal not displayed */
	CheckpointTimeout          *wrapperspb.Int64Value               `protobuf:"bytes,22,opt,name=checkpoint_timeout,json=checkpointTimeout,proto3" json:"checkpoint_timeout,omitempty"` // in milliseconds.
	CheckpointCompletionTarget *wrapperspb.DoubleValue              ``                                                                                                                  /* 142-byte string literal not displayed */
	CheckpointFlushAfter       *wrapperspb.Int64Value               `protobuf:"bytes,24,opt,name=checkpoint_flush_after,json=checkpointFlushAfter,proto3" json:"checkpoint_flush_after,omitempty"`
	MaxWalSize                 *wrapperspb.Int64Value               `protobuf:"bytes,25,opt,name=max_wal_size,json=maxWalSize,proto3" json:"max_wal_size,omitempty"` // in bytes.
	MinWalSize                 *wrapperspb.Int64Value               `protobuf:"bytes,26,opt,name=min_wal_size,json=minWalSize,proto3" json:"min_wal_size,omitempty"` // in bytes.
	MaxStandbyStreamingDelay   *wrapperspb.Int64Value               ``                                                                                               // in milliseconds.
	/* 138-byte string literal not displayed */
	DefaultStatisticsTarget *wrapperspb.Int64Value                 `` /* 133-byte string literal not displayed */
	ConstraintExclusion     PostgresqlConfig14_ConstraintExclusion `` /* 202-byte string literal not displayed */
	CursorTupleFraction     *wrapperspb.DoubleValue                `protobuf:"bytes,30,opt,name=cursor_tuple_fraction,json=cursorTupleFraction,proto3" json:"cursor_tuple_fraction,omitempty"`
	FromCollapseLimit       *wrapperspb.Int64Value                 `protobuf:"bytes,31,opt,name=from_collapse_limit,json=fromCollapseLimit,proto3" json:"from_collapse_limit,omitempty"`
	JoinCollapseLimit       *wrapperspb.Int64Value                 `protobuf:"bytes,32,opt,name=join_collapse_limit,json=joinCollapseLimit,proto3" json:"join_collapse_limit,omitempty"`
	ForceParallelMode       PostgresqlConfig14_ForceParallelMode   `` /* 196-byte string literal not displayed */
	ClientMinMessages       PostgresqlConfig14_LogLevel            `` /* 187-byte string literal not displayed */
	LogMinMessages          PostgresqlConfig14_LogLevel            `` /* 178-byte string literal not displayed */
	LogMinErrorStatement    PostgresqlConfig14_LogLevel            `` /* 198-byte string literal not displayed */
	LogMinDurationStatement *wrapperspb.Int64Value                 `` // in milliseconds.
	/* 135-byte string literal not displayed */
	LogCheckpoints                  *wrapperspb.BoolValue                   `protobuf:"bytes,38,opt,name=log_checkpoints,json=logCheckpoints,proto3" json:"log_checkpoints,omitempty"`
	LogConnections                  *wrapperspb.BoolValue                   `protobuf:"bytes,39,opt,name=log_connections,json=logConnections,proto3" json:"log_connections,omitempty"`
	LogDisconnections               *wrapperspb.BoolValue                   `protobuf:"bytes,40,opt,name=log_disconnections,json=logDisconnections,proto3" json:"log_disconnections,omitempty"`
	LogDuration                     *wrapperspb.BoolValue                   `protobuf:"bytes,41,opt,name=log_duration,json=logDuration,proto3" json:"log_duration,omitempty"`
	LogErrorVerbosity               PostgresqlConfig14_LogErrorVerbosity    `` /* 196-byte string literal not displayed */
	LogLockWaits                    *wrapperspb.BoolValue                   `protobuf:"bytes,43,opt,name=log_lock_waits,json=logLockWaits,proto3" json:"log_lock_waits,omitempty"`
	LogStatement                    PostgresqlConfig14_LogStatement         `` /* 174-byte string literal not displayed */
	LogTempFiles                    *wrapperspb.Int64Value                  `protobuf:"bytes,45,opt,name=log_temp_files,json=logTempFiles,proto3" json:"log_temp_files,omitempty"`
	SearchPath                      string                                  `protobuf:"bytes,46,opt,name=search_path,json=searchPath,proto3" json:"search_path,omitempty"`
	RowSecurity                     *wrapperspb.BoolValue                   `protobuf:"bytes,47,opt,name=row_security,json=rowSecurity,proto3" json:"row_security,omitempty"`
	DefaultTransactionIsolation     PostgresqlConfig14_TransactionIsolation ``                                                                                                               /* 229-byte string literal not displayed */
	StatementTimeout                *wrapperspb.Int64Value                  `protobuf:"bytes,49,opt,name=statement_timeout,json=statementTimeout,proto3" json:"statement_timeout,omitempty"` // in milliseconds.
	LockTimeout                     *wrapperspb.Int64Value                  `protobuf:"bytes,50,opt,name=lock_timeout,json=lockTimeout,proto3" json:"lock_timeout,omitempty"`                // in milliseconds.
	IdleInTransactionSessionTimeout *wrapperspb.Int64Value                  ``                                                                                                               // in milliseconds.
	/* 161-byte string literal not displayed */
	ByteaOutput                   PostgresqlConfig14_ByteaOutput              ``                                                                                                                            /* 170-byte string literal not displayed */
	Xmlbinary                     PostgresqlConfig14_XmlBinary                ``                                                                                                                            /* 145-byte string literal not displayed */
	Xmloption                     PostgresqlConfig14_XmlOption                ``                                                                                                                            /* 145-byte string literal not displayed */
	GinPendingListLimit           *wrapperspb.Int64Value                      `protobuf:"bytes,55,opt,name=gin_pending_list_limit,json=ginPendingListLimit,proto3" json:"gin_pending_list_limit,omitempty"` // in bytes.
	DeadlockTimeout               *wrapperspb.Int64Value                      `protobuf:"bytes,56,opt,name=deadlock_timeout,json=deadlockTimeout,proto3" json:"deadlock_timeout,omitempty"`                 // in milliseconds.
	MaxLocksPerTransaction        *wrapperspb.Int64Value                      ``                                                                                                                            /* 132-byte string literal not displayed */
	MaxPredLocksPerTransaction    *wrapperspb.Int64Value                      ``                                                                                                                            /* 146-byte string literal not displayed */
	ArrayNulls                    *wrapperspb.BoolValue                       `protobuf:"bytes,59,opt,name=array_nulls,json=arrayNulls,proto3" json:"array_nulls,omitempty"`
	BackslashQuote                PostgresqlConfig14_BackslashQuote           `` /* 182-byte string literal not displayed */
	DefaultWithOids               *wrapperspb.BoolValue                       `protobuf:"bytes,61,opt,name=default_with_oids,json=defaultWithOids,proto3" json:"default_with_oids,omitempty"`
	EscapeStringWarning           *wrapperspb.BoolValue                       `protobuf:"bytes,62,opt,name=escape_string_warning,json=escapeStringWarning,proto3" json:"escape_string_warning,omitempty"`
	LoCompatPrivileges            *wrapperspb.BoolValue                       `protobuf:"bytes,63,opt,name=lo_compat_privileges,json=loCompatPrivileges,proto3" json:"lo_compat_privileges,omitempty"`
	QuoteAllIdentifiers           *wrapperspb.BoolValue                       `protobuf:"bytes,65,opt,name=quote_all_identifiers,json=quoteAllIdentifiers,proto3" json:"quote_all_identifiers,omitempty"`
	StandardConformingStrings     *wrapperspb.BoolValue                       `` /* 139-byte string literal not displayed */
	SynchronizeSeqscans           *wrapperspb.BoolValue                       `protobuf:"bytes,67,opt,name=synchronize_seqscans,json=synchronizeSeqscans,proto3" json:"synchronize_seqscans,omitempty"`
	TransformNullEquals           *wrapperspb.BoolValue                       `protobuf:"bytes,68,opt,name=transform_null_equals,json=transformNullEquals,proto3" json:"transform_null_equals,omitempty"`
	ExitOnError                   *wrapperspb.BoolValue                       `protobuf:"bytes,69,opt,name=exit_on_error,json=exitOnError,proto3" json:"exit_on_error,omitempty"`
	SeqPageCost                   *wrapperspb.DoubleValue                     `protobuf:"bytes,70,opt,name=seq_page_cost,json=seqPageCost,proto3" json:"seq_page_cost,omitempty"`
	RandomPageCost                *wrapperspb.DoubleValue                     `protobuf:"bytes,71,opt,name=random_page_cost,json=randomPageCost,proto3" json:"random_page_cost,omitempty"`
	AutovacuumMaxWorkers          *wrapperspb.Int64Value                      `protobuf:"bytes,72,opt,name=autovacuum_max_workers,json=autovacuumMaxWorkers,proto3" json:"autovacuum_max_workers,omitempty"`
	AutovacuumVacuumCostDelay     *wrapperspb.Int64Value                      ``                                                                                                                  /* 141-byte string literal not displayed */
	AutovacuumVacuumCostLimit     *wrapperspb.Int64Value                      ``                                                                                                                  /* 141-byte string literal not displayed */
	AutovacuumNaptime             *wrapperspb.Int64Value                      `protobuf:"bytes,75,opt,name=autovacuum_naptime,json=autovacuumNaptime,proto3" json:"autovacuum_naptime,omitempty"` // in milliseconds.
	ArchiveTimeout                *wrapperspb.Int64Value                      `protobuf:"bytes,76,opt,name=archive_timeout,json=archiveTimeout,proto3" json:"archive_timeout,omitempty"`          // in milliseconds.
	TrackActivityQuerySize        *wrapperspb.Int64Value                      ``                                                                                                                  /* 132-byte string literal not displayed */
	EnableBitmapscan              *wrapperspb.BoolValue                       `protobuf:"bytes,80,opt,name=enable_bitmapscan,json=enableBitmapscan,proto3" json:"enable_bitmapscan,omitempty"`
	EnableHashagg                 *wrapperspb.BoolValue                       `protobuf:"bytes,81,opt,name=enable_hashagg,json=enableHashagg,proto3" json:"enable_hashagg,omitempty"`
	EnableHashjoin                *wrapperspb.BoolValue                       `protobuf:"bytes,82,opt,name=enable_hashjoin,json=enableHashjoin,proto3" json:"enable_hashjoin,omitempty"`
	EnableIndexscan               *wrapperspb.BoolValue                       `protobuf:"bytes,83,opt,name=enable_indexscan,json=enableIndexscan,proto3" json:"enable_indexscan,omitempty"`
	EnableIndexonlyscan           *wrapperspb.BoolValue                       `protobuf:"bytes,84,opt,name=enable_indexonlyscan,json=enableIndexonlyscan,proto3" json:"enable_indexonlyscan,omitempty"`
	EnableMaterial                *wrapperspb.BoolValue                       `protobuf:"bytes,85,opt,name=enable_material,json=enableMaterial,proto3" json:"enable_material,omitempty"`
	EnableMergejoin               *wrapperspb.BoolValue                       `protobuf:"bytes,86,opt,name=enable_mergejoin,json=enableMergejoin,proto3" json:"enable_mergejoin,omitempty"`
	EnableNestloop                *wrapperspb.BoolValue                       `protobuf:"bytes,87,opt,name=enable_nestloop,json=enableNestloop,proto3" json:"enable_nestloop,omitempty"`
	EnableSeqscan                 *wrapperspb.BoolValue                       `protobuf:"bytes,88,opt,name=enable_seqscan,json=enableSeqscan,proto3" json:"enable_seqscan,omitempty"`
	EnableSort                    *wrapperspb.BoolValue                       `protobuf:"bytes,89,opt,name=enable_sort,json=enableSort,proto3" json:"enable_sort,omitempty"`
	EnableTidscan                 *wrapperspb.BoolValue                       `protobuf:"bytes,90,opt,name=enable_tidscan,json=enableTidscan,proto3" json:"enable_tidscan,omitempty"`
	MaxWorkerProcesses            *wrapperspb.Int64Value                      `protobuf:"bytes,91,opt,name=max_worker_processes,json=maxWorkerProcesses,proto3" json:"max_worker_processes,omitempty"`
	MaxParallelWorkers            *wrapperspb.Int64Value                      `protobuf:"bytes,92,opt,name=max_parallel_workers,json=maxParallelWorkers,proto3" json:"max_parallel_workers,omitempty"`
	MaxParallelWorkersPerGather   *wrapperspb.Int64Value                      `` /* 149-byte string literal not displayed */
	AutovacuumVacuumScaleFactor   *wrapperspb.DoubleValue                     `` /* 147-byte string literal not displayed */
	AutovacuumAnalyzeScaleFactor  *wrapperspb.DoubleValue                     `` /* 150-byte string literal not displayed */
	DefaultTransactionReadOnly    *wrapperspb.BoolValue                       `` /* 144-byte string literal not displayed */
	Timezone                      string                                      `protobuf:"bytes,97,opt,name=timezone,proto3" json:"timezone,omitempty"`
	EnableParallelAppend          *wrapperspb.BoolValue                       `protobuf:"bytes,98,opt,name=enable_parallel_append,json=enableParallelAppend,proto3" json:"enable_parallel_append,omitempty"`
	EnableParallelHash            *wrapperspb.BoolValue                       `protobuf:"bytes,99,opt,name=enable_parallel_hash,json=enableParallelHash,proto3" json:"enable_parallel_hash,omitempty"`
	EnablePartitionPruning        *wrapperspb.BoolValue                       `` /* 131-byte string literal not displayed */
	EnablePartitionwiseAggregate  *wrapperspb.BoolValue                       `` /* 149-byte string literal not displayed */
	EnablePartitionwiseJoin       *wrapperspb.BoolValue                       `` /* 134-byte string literal not displayed */
	Jit                           *wrapperspb.BoolValue                       `protobuf:"bytes,103,opt,name=jit,proto3" json:"jit,omitempty"`
	MaxParallelMaintenanceWorkers *wrapperspb.Int64Value                      `` /* 154-byte string literal not displayed */
	ParallelLeaderParticipation   *wrapperspb.BoolValue                       `` /* 146-byte string literal not displayed */
	LogTransactionSampleRate      *wrapperspb.DoubleValue                     `` /* 139-byte string literal not displayed */
	PlanCacheMode                 PostgresqlConfig14_PlanCacheMode            `` /* 181-byte string literal not displayed */
	EffectiveIoConcurrency        *wrapperspb.Int64Value                      `` /* 131-byte string literal not displayed */
	EffectiveCacheSize            *wrapperspb.Int64Value                      `protobuf:"bytes,110,opt,name=effective_cache_size,json=effectiveCacheSize,proto3" json:"effective_cache_size,omitempty"`
	SharedPreloadLibraries        []PostgresqlConfig14_SharedPreloadLibraries `` /* 224-byte string literal not displayed */
	AutoExplainLogMinDuration     *wrapperspb.Int64Value                      `` // in milliseconds.
	/* 144-byte string literal not displayed */
	AutoExplainLogAnalyze          *wrapperspb.BoolValue                   `` /* 130-byte string literal not displayed */
	AutoExplainLogBuffers          *wrapperspb.BoolValue                   `` /* 130-byte string literal not displayed */
	AutoExplainLogTiming           *wrapperspb.BoolValue                   `` /* 127-byte string literal not displayed */
	AutoExplainLogTriggers         *wrapperspb.BoolValue                   `` /* 133-byte string literal not displayed */
	AutoExplainLogVerbose          *wrapperspb.BoolValue                   `` /* 130-byte string literal not displayed */
	AutoExplainLogNestedStatements *wrapperspb.BoolValue                   `` /* 159-byte string literal not displayed */
	AutoExplainSampleRate          *wrapperspb.DoubleValue                 `` /* 130-byte string literal not displayed */
	PgHintPlanEnableHint           *wrapperspb.BoolValue                   `` /* 129-byte string literal not displayed */
	PgHintPlanEnableHintTable      *wrapperspb.BoolValue                   `` /* 146-byte string literal not displayed */
	PgHintPlanDebugPrint           PostgresqlConfig14_PgHintPlanDebugPrint `` /* 213-byte string literal not displayed */
	PgHintPlanMessageLevel         PostgresqlConfig14_LogLevel             `` /* 207-byte string literal not displayed */
	HashMemMultiplier              *wrapperspb.DoubleValue                 `protobuf:"bytes,124,opt,name=hash_mem_multiplier,json=hashMemMultiplier,proto3" json:"hash_mem_multiplier,omitempty"`
	LogicalDecodingWorkMem         *wrapperspb.Int64Value                  `` // in bytes.
	/* 133-byte string literal not displayed */
	MaintenanceIoConcurrency          *wrapperspb.Int64Value  ``                                                                                                                            /* 137-byte string literal not displayed */
	MaxSlotWalKeepSize                *wrapperspb.Int64Value  `protobuf:"bytes,128,opt,name=max_slot_wal_keep_size,json=maxSlotWalKeepSize,proto3" json:"max_slot_wal_keep_size,omitempty"` // in bytes.
	WalKeepSize                       *wrapperspb.Int64Value  `protobuf:"bytes,129,opt,name=wal_keep_size,json=walKeepSize,proto3" json:"wal_keep_size,omitempty"`                          // in bytes.
	EnableIncrementalSort             *wrapperspb.BoolValue   ``                                                                                                                            /* 128-byte string literal not displayed */
	AutovacuumVacuumInsertThreshold   *wrapperspb.Int64Value  ``                                                                                                                            /* 160-byte string literal not displayed */
	AutovacuumVacuumInsertScaleFactor *wrapperspb.DoubleValue ``                                                                                                                            /* 168-byte string literal not displayed */
	LogMinDurationSample              *wrapperspb.Int64Value  ``                                                                                                                            // in milliseconds.
	/* 127-byte string literal not displayed */
	LogStatementSampleRate *wrapperspb.DoubleValue `` /* 133-byte string literal not displayed */
	LogParameterMaxLength  *wrapperspb.Int64Value  `` // in bytes.
	/* 130-byte string literal not displayed */
	LogParameterMaxLengthOnError *wrapperspb.Int64Value `` // in bytes.
	/* 155-byte string literal not displayed */
	ClientConnectionCheckInterval *wrapperspb.Int64Value `` // in milliseconds.
	/* 154-byte string literal not displayed */
	EnableAsyncAppend        *wrapperspb.BoolValue `protobuf:"bytes,138,opt,name=enable_async_append,json=enableAsyncAppend,proto3" json:"enable_async_append,omitempty"`
	EnableGathermerge        *wrapperspb.BoolValue `protobuf:"bytes,139,opt,name=enable_gathermerge,json=enableGathermerge,proto3" json:"enable_gathermerge,omitempty"`
	EnableMemoize            *wrapperspb.BoolValue `protobuf:"bytes,140,opt,name=enable_memoize,json=enableMemoize,proto3" json:"enable_memoize,omitempty"`
	LogRecoveryConflictWaits *wrapperspb.BoolValue `` // in milliseconds.
	/* 139-byte string literal not displayed */
	VacuumFailsafeAge          *wrapperspb.Int64Value `protobuf:"bytes,142,opt,name=vacuum_failsafe_age,json=vacuumFailsafeAge,proto3" json:"vacuum_failsafe_age,omitempty"` // in milliseconds.
	VacuumMultixactFailsafeAge *wrapperspb.Int64Value ``                                                                                                                     // in milliseconds.
	/* 145-byte string literal not displayed */
	PgQualstatsEnabled                  *wrapperspb.BoolValue   `protobuf:"bytes,144,opt,name=pg_qualstats_enabled,json=pgQualstatsEnabled,proto3" json:"pg_qualstats_enabled,omitempty"`
	PgQualstatsTrackConstants           *wrapperspb.BoolValue   `` /* 142-byte string literal not displayed */
	PgQualstatsMax                      *wrapperspb.Int64Value  `protobuf:"bytes,146,opt,name=pg_qualstats_max,json=pgQualstatsMax,proto3" json:"pg_qualstats_max,omitempty"`
	PgQualstatsResolveOids              *wrapperspb.BoolValue   ``                                                                                                                     /* 133-byte string literal not displayed */
	PgQualstatsSampleRate               *wrapperspb.DoubleValue ``                                                                                                                     /* 130-byte string literal not displayed */
	MaxStackDepth                       *wrapperspb.Int64Value  `protobuf:"bytes,150,opt,name=max_stack_depth,json=maxStackDepth,proto3" json:"max_stack_depth,omitempty"`             // in bytes.
	Geqo                                *wrapperspb.BoolValue   `protobuf:"bytes,152,opt,name=geqo,proto3" json:"geqo,omitempty"`                                                      // enable Genetic Query Optimizer, by default is on
	GeqoThreshold                       *wrapperspb.Int64Value  `protobuf:"bytes,153,opt,name=geqo_threshold,json=geqoThreshold,proto3" json:"geqo_threshold,omitempty"`               // The number of tables to use geqo, default is 12
	GeqoEffort                          *wrapperspb.Int64Value  `protobuf:"bytes,154,opt,name=geqo_effort,json=geqoEffort,proto3" json:"geqo_effort,omitempty"`                        // tradeoff between planning time and query plan quality, default is 5
	GeqoPoolSize                        *wrapperspb.Int64Value  `protobuf:"bytes,155,opt,name=geqo_pool_size,json=geqoPoolSize,proto3" json:"geqo_pool_size,omitempty"`                // number of individuals in the genetic population, useful values are typically 100 to 1000; default - 0 - choose based on based on geqo_effort
	GeqoGenerations                     *wrapperspb.Int64Value  `protobuf:"bytes,156,opt,name=geqo_generations,json=geqoGenerations,proto3" json:"geqo_generations,omitempty"`         // the number of generations used by GEQO, useful values are in the same range as the pool size
	GeqoSelectionBias                   *wrapperspb.DoubleValue `protobuf:"bytes,157,opt,name=geqo_selection_bias,json=geqoSelectionBias,proto3" json:"geqo_selection_bias,omitempty"` // selective pressure within the population
	GeqoSeed                            *wrapperspb.DoubleValue `protobuf:"bytes,158,opt,name=geqo_seed,json=geqoSeed,proto3" json:"geqo_seed,omitempty"`                              // initial value of the random number generator used by GEQO
	PgTrgmSimilarityThreshold           *wrapperspb.DoubleValue ``                                                                                                                     /* 142-byte string literal not displayed */
	PgTrgmWordSimilarityThreshold       *wrapperspb.DoubleValue ``                                                                                                                     /* 156-byte string literal not displayed */
	PgTrgmStrictWordSimilarityThreshold *wrapperspb.DoubleValue ``                                                                                                                     /* 176-byte string literal not displayed */
	MaxStandbyArchiveDelay              *wrapperspb.Int64Value  ``                                                                                                                     // in milliseconds.
	/* 133-byte string literal not displayed */
	SessionDurationTimeout *wrapperspb.Int64Value `` // Terminate any session that exceeds the designated timeout, specified in milliseconds. If a timeout is not specified, the default session timeout is set to 12 hours. To disable it, specify a value of 0.
	/* 131-byte string literal not displayed */
	LogReplicationCommands   *wrapperspb.BoolValue  `` /* 131-byte string literal not displayed */
	LogAutovacuumMinDuration *wrapperspb.Int64Value `` // in milliseconds. The default is 1000 (1 sec).
	/* 139-byte string literal not displayed */
	PasswordEncryption PostgresqlConfig14_PasswordEncryption `` // A default value for “ user_password_encryption “ user-level setting, if it not specified for new users. Possible values are “ PASSWORD_ENCRYPTION_MD5 “ or “ PASSWORD_ENCRYPTION_SCRAM_SHA_256 “. The default is “ PASSWORD_ENCRYPTION_MD5 “.
	/* 199-byte string literal not displayed */
	// contains filtered or unexported fields
}

Options and structure of `PostgresqlConfig` reflects PostgreSQL configuration file parameters which detailed description is available in [PostgreSQL documentation](https://www.postgresql.org/docs/11/runtime-config.html).

func (*PostgresqlConfig14) Descriptor deprecated

func (*PostgresqlConfig14) Descriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig14.ProtoReflect.Descriptor instead.

func (*PostgresqlConfig14) GetArchiveTimeout

func (x *PostgresqlConfig14) GetArchiveTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig14) GetArrayNulls

func (x *PostgresqlConfig14) GetArrayNulls() *wrapperspb.BoolValue

func (*PostgresqlConfig14) GetAutoExplainLogAnalyze

func (x *PostgresqlConfig14) GetAutoExplainLogAnalyze() *wrapperspb.BoolValue

func (*PostgresqlConfig14) GetAutoExplainLogBuffers

func (x *PostgresqlConfig14) GetAutoExplainLogBuffers() *wrapperspb.BoolValue

func (*PostgresqlConfig14) GetAutoExplainLogMinDuration

func (x *PostgresqlConfig14) GetAutoExplainLogMinDuration() *wrapperspb.Int64Value

func (*PostgresqlConfig14) GetAutoExplainLogNestedStatements

func (x *PostgresqlConfig14) GetAutoExplainLogNestedStatements() *wrapperspb.BoolValue

func (*PostgresqlConfig14) GetAutoExplainLogTiming

func (x *PostgresqlConfig14) GetAutoExplainLogTiming() *wrapperspb.BoolValue

func (*PostgresqlConfig14) GetAutoExplainLogTriggers

func (x *PostgresqlConfig14) GetAutoExplainLogTriggers() *wrapperspb.BoolValue

func (*PostgresqlConfig14) GetAutoExplainLogVerbose

func (x *PostgresqlConfig14) GetAutoExplainLogVerbose() *wrapperspb.BoolValue

func (*PostgresqlConfig14) GetAutoExplainSampleRate

func (x *PostgresqlConfig14) GetAutoExplainSampleRate() *wrapperspb.DoubleValue

func (*PostgresqlConfig14) GetAutovacuumAnalyzeScaleFactor

func (x *PostgresqlConfig14) GetAutovacuumAnalyzeScaleFactor() *wrapperspb.DoubleValue

func (*PostgresqlConfig14) GetAutovacuumMaxWorkers

func (x *PostgresqlConfig14) GetAutovacuumMaxWorkers() *wrapperspb.Int64Value

func (*PostgresqlConfig14) GetAutovacuumNaptime

func (x *PostgresqlConfig14) GetAutovacuumNaptime() *wrapperspb.Int64Value

func (*PostgresqlConfig14) GetAutovacuumVacuumCostDelay

func (x *PostgresqlConfig14) GetAutovacuumVacuumCostDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig14) GetAutovacuumVacuumCostLimit

func (x *PostgresqlConfig14) GetAutovacuumVacuumCostLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig14) GetAutovacuumVacuumInsertScaleFactor

func (x *PostgresqlConfig14) GetAutovacuumVacuumInsertScaleFactor() *wrapperspb.DoubleValue

func (*PostgresqlConfig14) GetAutovacuumVacuumInsertThreshold

func (x *PostgresqlConfig14) GetAutovacuumVacuumInsertThreshold() *wrapperspb.Int64Value

func (*PostgresqlConfig14) GetAutovacuumVacuumScaleFactor

func (x *PostgresqlConfig14) GetAutovacuumVacuumScaleFactor() *wrapperspb.DoubleValue

func (*PostgresqlConfig14) GetAutovacuumWorkMem

func (x *PostgresqlConfig14) GetAutovacuumWorkMem() *wrapperspb.Int64Value

func (*PostgresqlConfig14) GetBackendFlushAfter

func (x *PostgresqlConfig14) GetBackendFlushAfter() *wrapperspb.Int64Value

func (*PostgresqlConfig14) GetBackslashQuote

func (*PostgresqlConfig14) GetBgwriterDelay

func (x *PostgresqlConfig14) GetBgwriterDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig14) GetBgwriterFlushAfter

func (x *PostgresqlConfig14) GetBgwriterFlushAfter() *wrapperspb.Int64Value

func (*PostgresqlConfig14) GetBgwriterLruMaxpages

func (x *PostgresqlConfig14) GetBgwriterLruMaxpages() *wrapperspb.Int64Value

func (*PostgresqlConfig14) GetBgwriterLruMultiplier

func (x *PostgresqlConfig14) GetBgwriterLruMultiplier() *wrapperspb.DoubleValue

func (*PostgresqlConfig14) GetByteaOutput

func (*PostgresqlConfig14) GetCheckpointCompletionTarget

func (x *PostgresqlConfig14) GetCheckpointCompletionTarget() *wrapperspb.DoubleValue

func (*PostgresqlConfig14) GetCheckpointFlushAfter

func (x *PostgresqlConfig14) GetCheckpointFlushAfter() *wrapperspb.Int64Value

func (*PostgresqlConfig14) GetCheckpointTimeout

func (x *PostgresqlConfig14) GetCheckpointTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig14) GetClientConnectionCheckInterval

func (x *PostgresqlConfig14) GetClientConnectionCheckInterval() *wrapperspb.Int64Value

func (*PostgresqlConfig14) GetClientMinMessages

func (x *PostgresqlConfig14) GetClientMinMessages() PostgresqlConfig14_LogLevel

func (*PostgresqlConfig14) GetConstraintExclusion

func (x *PostgresqlConfig14) GetConstraintExclusion() PostgresqlConfig14_ConstraintExclusion

func (*PostgresqlConfig14) GetCursorTupleFraction

func (x *PostgresqlConfig14) GetCursorTupleFraction() *wrapperspb.DoubleValue

func (*PostgresqlConfig14) GetDeadlockTimeout

func (x *PostgresqlConfig14) GetDeadlockTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig14) GetDefaultStatisticsTarget

func (x *PostgresqlConfig14) GetDefaultStatisticsTarget() *wrapperspb.Int64Value

func (*PostgresqlConfig14) GetDefaultTransactionIsolation

func (x *PostgresqlConfig14) GetDefaultTransactionIsolation() PostgresqlConfig14_TransactionIsolation

func (*PostgresqlConfig14) GetDefaultTransactionReadOnly

func (x *PostgresqlConfig14) GetDefaultTransactionReadOnly() *wrapperspb.BoolValue

func (*PostgresqlConfig14) GetDefaultWithOids

func (x *PostgresqlConfig14) GetDefaultWithOids() *wrapperspb.BoolValue

func (*PostgresqlConfig14) GetEffectiveCacheSize

func (x *PostgresqlConfig14) GetEffectiveCacheSize() *wrapperspb.Int64Value

func (*PostgresqlConfig14) GetEffectiveIoConcurrency

func (x *PostgresqlConfig14) GetEffectiveIoConcurrency() *wrapperspb.Int64Value

func (*PostgresqlConfig14) GetEnableAsyncAppend

func (x *PostgresqlConfig14) GetEnableAsyncAppend() *wrapperspb.BoolValue

func (*PostgresqlConfig14) GetEnableBitmapscan

func (x *PostgresqlConfig14) GetEnableBitmapscan() *wrapperspb.BoolValue

func (*PostgresqlConfig14) GetEnableGathermerge

func (x *PostgresqlConfig14) GetEnableGathermerge() *wrapperspb.BoolValue

func (*PostgresqlConfig14) GetEnableHashagg

func (x *PostgresqlConfig14) GetEnableHashagg() *wrapperspb.BoolValue

func (*PostgresqlConfig14) GetEnableHashjoin

func (x *PostgresqlConfig14) GetEnableHashjoin() *wrapperspb.BoolValue

func (*PostgresqlConfig14) GetEnableIncrementalSort

func (x *PostgresqlConfig14) GetEnableIncrementalSort() *wrapperspb.BoolValue

func (*PostgresqlConfig14) GetEnableIndexonlyscan

func (x *PostgresqlConfig14) GetEnableIndexonlyscan() *wrapperspb.BoolValue

func (*PostgresqlConfig14) GetEnableIndexscan

func (x *PostgresqlConfig14) GetEnableIndexscan() *wrapperspb.BoolValue

func (*PostgresqlConfig14) GetEnableMaterial

func (x *PostgresqlConfig14) GetEnableMaterial() *wrapperspb.BoolValue

func (*PostgresqlConfig14) GetEnableMemoize

func (x *PostgresqlConfig14) GetEnableMemoize() *wrapperspb.BoolValue

func (*PostgresqlConfig14) GetEnableMergejoin

func (x *PostgresqlConfig14) GetEnableMergejoin() *wrapperspb.BoolValue

func (*PostgresqlConfig14) GetEnableNestloop

func (x *PostgresqlConfig14) GetEnableNestloop() *wrapperspb.BoolValue

func (*PostgresqlConfig14) GetEnableParallelAppend

func (x *PostgresqlConfig14) GetEnableParallelAppend() *wrapperspb.BoolValue

func (*PostgresqlConfig14) GetEnableParallelHash

func (x *PostgresqlConfig14) GetEnableParallelHash() *wrapperspb.BoolValue

func (*PostgresqlConfig14) GetEnablePartitionPruning

func (x *PostgresqlConfig14) GetEnablePartitionPruning() *wrapperspb.BoolValue

func (*PostgresqlConfig14) GetEnablePartitionwiseAggregate

func (x *PostgresqlConfig14) GetEnablePartitionwiseAggregate() *wrapperspb.BoolValue

func (*PostgresqlConfig14) GetEnablePartitionwiseJoin

func (x *PostgresqlConfig14) GetEnablePartitionwiseJoin() *wrapperspb.BoolValue

func (*PostgresqlConfig14) GetEnableSeqscan

func (x *PostgresqlConfig14) GetEnableSeqscan() *wrapperspb.BoolValue

func (*PostgresqlConfig14) GetEnableSort

func (x *PostgresqlConfig14) GetEnableSort() *wrapperspb.BoolValue

func (*PostgresqlConfig14) GetEnableTidscan

func (x *PostgresqlConfig14) GetEnableTidscan() *wrapperspb.BoolValue

func (*PostgresqlConfig14) GetEscapeStringWarning

func (x *PostgresqlConfig14) GetEscapeStringWarning() *wrapperspb.BoolValue

func (*PostgresqlConfig14) GetExitOnError

func (x *PostgresqlConfig14) GetExitOnError() *wrapperspb.BoolValue

func (*PostgresqlConfig14) GetForceParallelMode

func (x *PostgresqlConfig14) GetForceParallelMode() PostgresqlConfig14_ForceParallelMode

func (*PostgresqlConfig14) GetFromCollapseLimit

func (x *PostgresqlConfig14) GetFromCollapseLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig14) GetGeqo

func (x *PostgresqlConfig14) GetGeqo() *wrapperspb.BoolValue

func (*PostgresqlConfig14) GetGeqoEffort

func (x *PostgresqlConfig14) GetGeqoEffort() *wrapperspb.Int64Value

func (*PostgresqlConfig14) GetGeqoGenerations

func (x *PostgresqlConfig14) GetGeqoGenerations() *wrapperspb.Int64Value

func (*PostgresqlConfig14) GetGeqoPoolSize

func (x *PostgresqlConfig14) GetGeqoPoolSize() *wrapperspb.Int64Value

func (*PostgresqlConfig14) GetGeqoSeed

func (x *PostgresqlConfig14) GetGeqoSeed() *wrapperspb.DoubleValue

func (*PostgresqlConfig14) GetGeqoSelectionBias

func (x *PostgresqlConfig14) GetGeqoSelectionBias() *wrapperspb.DoubleValue

func (*PostgresqlConfig14) GetGeqoThreshold

func (x *PostgresqlConfig14) GetGeqoThreshold() *wrapperspb.Int64Value

func (*PostgresqlConfig14) GetGinPendingListLimit

func (x *PostgresqlConfig14) GetGinPendingListLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig14) GetHashMemMultiplier

func (x *PostgresqlConfig14) GetHashMemMultiplier() *wrapperspb.DoubleValue

func (*PostgresqlConfig14) GetIdleInTransactionSessionTimeout

func (x *PostgresqlConfig14) GetIdleInTransactionSessionTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig14) GetJit

func (*PostgresqlConfig14) GetJoinCollapseLimit

func (x *PostgresqlConfig14) GetJoinCollapseLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig14) GetLoCompatPrivileges

func (x *PostgresqlConfig14) GetLoCompatPrivileges() *wrapperspb.BoolValue

func (*PostgresqlConfig14) GetLockTimeout

func (x *PostgresqlConfig14) GetLockTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig14) GetLogAutovacuumMinDuration

func (x *PostgresqlConfig14) GetLogAutovacuumMinDuration() *wrapperspb.Int64Value

func (*PostgresqlConfig14) GetLogCheckpoints

func (x *PostgresqlConfig14) GetLogCheckpoints() *wrapperspb.BoolValue

func (*PostgresqlConfig14) GetLogConnections

func (x *PostgresqlConfig14) GetLogConnections() *wrapperspb.BoolValue

func (*PostgresqlConfig14) GetLogDisconnections

func (x *PostgresqlConfig14) GetLogDisconnections() *wrapperspb.BoolValue

func (*PostgresqlConfig14) GetLogDuration

func (x *PostgresqlConfig14) GetLogDuration() *wrapperspb.BoolValue

func (*PostgresqlConfig14) GetLogErrorVerbosity

func (x *PostgresqlConfig14) GetLogErrorVerbosity() PostgresqlConfig14_LogErrorVerbosity

func (*PostgresqlConfig14) GetLogLockWaits

func (x *PostgresqlConfig14) GetLogLockWaits() *wrapperspb.BoolValue

func (*PostgresqlConfig14) GetLogMinDurationSample

func (x *PostgresqlConfig14) GetLogMinDurationSample() *wrapperspb.Int64Value

func (*PostgresqlConfig14) GetLogMinDurationStatement

func (x *PostgresqlConfig14) GetLogMinDurationStatement() *wrapperspb.Int64Value

func (*PostgresqlConfig14) GetLogMinErrorStatement

func (x *PostgresqlConfig14) GetLogMinErrorStatement() PostgresqlConfig14_LogLevel

func (*PostgresqlConfig14) GetLogMinMessages

func (x *PostgresqlConfig14) GetLogMinMessages() PostgresqlConfig14_LogLevel

func (*PostgresqlConfig14) GetLogParameterMaxLength

func (x *PostgresqlConfig14) GetLogParameterMaxLength() *wrapperspb.Int64Value

func (*PostgresqlConfig14) GetLogParameterMaxLengthOnError

func (x *PostgresqlConfig14) GetLogParameterMaxLengthOnError() *wrapperspb.Int64Value

func (*PostgresqlConfig14) GetLogRecoveryConflictWaits

func (x *PostgresqlConfig14) GetLogRecoveryConflictWaits() *wrapperspb.BoolValue

func (*PostgresqlConfig14) GetLogReplicationCommands

func (x *PostgresqlConfig14) GetLogReplicationCommands() *wrapperspb.BoolValue

func (*PostgresqlConfig14) GetLogStatement

func (*PostgresqlConfig14) GetLogStatementSampleRate

func (x *PostgresqlConfig14) GetLogStatementSampleRate() *wrapperspb.DoubleValue

func (*PostgresqlConfig14) GetLogTempFiles

func (x *PostgresqlConfig14) GetLogTempFiles() *wrapperspb.Int64Value

func (*PostgresqlConfig14) GetLogTransactionSampleRate

func (x *PostgresqlConfig14) GetLogTransactionSampleRate() *wrapperspb.DoubleValue

func (*PostgresqlConfig14) GetLogicalDecodingWorkMem

func (x *PostgresqlConfig14) GetLogicalDecodingWorkMem() *wrapperspb.Int64Value

func (*PostgresqlConfig14) GetMaintenanceIoConcurrency

func (x *PostgresqlConfig14) GetMaintenanceIoConcurrency() *wrapperspb.Int64Value

func (*PostgresqlConfig14) GetMaintenanceWorkMem

func (x *PostgresqlConfig14) GetMaintenanceWorkMem() *wrapperspb.Int64Value

func (*PostgresqlConfig14) GetMaxConnections

func (x *PostgresqlConfig14) GetMaxConnections() *wrapperspb.Int64Value

func (*PostgresqlConfig14) GetMaxLocksPerTransaction

func (x *PostgresqlConfig14) GetMaxLocksPerTransaction() *wrapperspb.Int64Value

func (*PostgresqlConfig14) GetMaxParallelMaintenanceWorkers

func (x *PostgresqlConfig14) GetMaxParallelMaintenanceWorkers() *wrapperspb.Int64Value

func (*PostgresqlConfig14) GetMaxParallelWorkers

func (x *PostgresqlConfig14) GetMaxParallelWorkers() *wrapperspb.Int64Value

func (*PostgresqlConfig14) GetMaxParallelWorkersPerGather

func (x *PostgresqlConfig14) GetMaxParallelWorkersPerGather() *wrapperspb.Int64Value

func (*PostgresqlConfig14) GetMaxPredLocksPerTransaction

func (x *PostgresqlConfig14) GetMaxPredLocksPerTransaction() *wrapperspb.Int64Value

func (*PostgresqlConfig14) GetMaxPreparedTransactions

func (x *PostgresqlConfig14) GetMaxPreparedTransactions() *wrapperspb.Int64Value

func (*PostgresqlConfig14) GetMaxSlotWalKeepSize

func (x *PostgresqlConfig14) GetMaxSlotWalKeepSize() *wrapperspb.Int64Value

func (*PostgresqlConfig14) GetMaxStackDepth

func (x *PostgresqlConfig14) GetMaxStackDepth() *wrapperspb.Int64Value

func (*PostgresqlConfig14) GetMaxStandbyArchiveDelay

func (x *PostgresqlConfig14) GetMaxStandbyArchiveDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig14) GetMaxStandbyStreamingDelay

func (x *PostgresqlConfig14) GetMaxStandbyStreamingDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig14) GetMaxWalSize

func (x *PostgresqlConfig14) GetMaxWalSize() *wrapperspb.Int64Value

func (*PostgresqlConfig14) GetMaxWorkerProcesses

func (x *PostgresqlConfig14) GetMaxWorkerProcesses() *wrapperspb.Int64Value

func (*PostgresqlConfig14) GetMinWalSize

func (x *PostgresqlConfig14) GetMinWalSize() *wrapperspb.Int64Value

func (*PostgresqlConfig14) GetOldSnapshotThreshold

func (x *PostgresqlConfig14) GetOldSnapshotThreshold() *wrapperspb.Int64Value

func (*PostgresqlConfig14) GetParallelLeaderParticipation

func (x *PostgresqlConfig14) GetParallelLeaderParticipation() *wrapperspb.BoolValue

func (*PostgresqlConfig14) GetPasswordEncryption

func (x *PostgresqlConfig14) GetPasswordEncryption() PostgresqlConfig14_PasswordEncryption

func (*PostgresqlConfig14) GetPgHintPlanDebugPrint

func (x *PostgresqlConfig14) GetPgHintPlanDebugPrint() PostgresqlConfig14_PgHintPlanDebugPrint

func (*PostgresqlConfig14) GetPgHintPlanEnableHint

func (x *PostgresqlConfig14) GetPgHintPlanEnableHint() *wrapperspb.BoolValue

func (*PostgresqlConfig14) GetPgHintPlanEnableHintTable

func (x *PostgresqlConfig14) GetPgHintPlanEnableHintTable() *wrapperspb.BoolValue

func (*PostgresqlConfig14) GetPgHintPlanMessageLevel

func (x *PostgresqlConfig14) GetPgHintPlanMessageLevel() PostgresqlConfig14_LogLevel

func (*PostgresqlConfig14) GetPgQualstatsEnabled

func (x *PostgresqlConfig14) GetPgQualstatsEnabled() *wrapperspb.BoolValue

func (*PostgresqlConfig14) GetPgQualstatsMax

func (x *PostgresqlConfig14) GetPgQualstatsMax() *wrapperspb.Int64Value

func (*PostgresqlConfig14) GetPgQualstatsResolveOids

func (x *PostgresqlConfig14) GetPgQualstatsResolveOids() *wrapperspb.BoolValue

func (*PostgresqlConfig14) GetPgQualstatsSampleRate

func (x *PostgresqlConfig14) GetPgQualstatsSampleRate() *wrapperspb.DoubleValue

func (*PostgresqlConfig14) GetPgQualstatsTrackConstants

func (x *PostgresqlConfig14) GetPgQualstatsTrackConstants() *wrapperspb.BoolValue

func (*PostgresqlConfig14) GetPgTrgmSimilarityThreshold

func (x *PostgresqlConfig14) GetPgTrgmSimilarityThreshold() *wrapperspb.DoubleValue

func (*PostgresqlConfig14) GetPgTrgmStrictWordSimilarityThreshold

func (x *PostgresqlConfig14) GetPgTrgmStrictWordSimilarityThreshold() *wrapperspb.DoubleValue

func (*PostgresqlConfig14) GetPgTrgmWordSimilarityThreshold

func (x *PostgresqlConfig14) GetPgTrgmWordSimilarityThreshold() *wrapperspb.DoubleValue

func (*PostgresqlConfig14) GetPlanCacheMode

func (*PostgresqlConfig14) GetQuoteAllIdentifiers

func (x *PostgresqlConfig14) GetQuoteAllIdentifiers() *wrapperspb.BoolValue

func (*PostgresqlConfig14) GetRandomPageCost

func (x *PostgresqlConfig14) GetRandomPageCost() *wrapperspb.DoubleValue

func (*PostgresqlConfig14) GetRowSecurity

func (x *PostgresqlConfig14) GetRowSecurity() *wrapperspb.BoolValue

func (*PostgresqlConfig14) GetSearchPath

func (x *PostgresqlConfig14) GetSearchPath() string

func (*PostgresqlConfig14) GetSeqPageCost

func (x *PostgresqlConfig14) GetSeqPageCost() *wrapperspb.DoubleValue

func (*PostgresqlConfig14) GetSessionDurationTimeout

func (x *PostgresqlConfig14) GetSessionDurationTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig14) GetSharedBuffers

func (x *PostgresqlConfig14) GetSharedBuffers() *wrapperspb.Int64Value

func (*PostgresqlConfig14) GetSharedPreloadLibraries

func (x *PostgresqlConfig14) GetSharedPreloadLibraries() []PostgresqlConfig14_SharedPreloadLibraries

func (*PostgresqlConfig14) GetStandardConformingStrings

func (x *PostgresqlConfig14) GetStandardConformingStrings() *wrapperspb.BoolValue

func (*PostgresqlConfig14) GetStatementTimeout

func (x *PostgresqlConfig14) GetStatementTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig14) GetSynchronizeSeqscans

func (x *PostgresqlConfig14) GetSynchronizeSeqscans() *wrapperspb.BoolValue

func (*PostgresqlConfig14) GetSynchronousCommit

func (x *PostgresqlConfig14) GetSynchronousCommit() PostgresqlConfig14_SynchronousCommit

func (*PostgresqlConfig14) GetTempBuffers

func (x *PostgresqlConfig14) GetTempBuffers() *wrapperspb.Int64Value

func (*PostgresqlConfig14) GetTempFileLimit

func (x *PostgresqlConfig14) GetTempFileLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig14) GetTimezone

func (x *PostgresqlConfig14) GetTimezone() string

func (*PostgresqlConfig14) GetTrackActivityQuerySize

func (x *PostgresqlConfig14) GetTrackActivityQuerySize() *wrapperspb.Int64Value

func (*PostgresqlConfig14) GetTransformNullEquals

func (x *PostgresqlConfig14) GetTransformNullEquals() *wrapperspb.BoolValue

func (*PostgresqlConfig14) GetVacuumCostDelay

func (x *PostgresqlConfig14) GetVacuumCostDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig14) GetVacuumCostLimit

func (x *PostgresqlConfig14) GetVacuumCostLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig14) GetVacuumCostPageDirty

func (x *PostgresqlConfig14) GetVacuumCostPageDirty() *wrapperspb.Int64Value

func (*PostgresqlConfig14) GetVacuumCostPageHit

func (x *PostgresqlConfig14) GetVacuumCostPageHit() *wrapperspb.Int64Value

func (*PostgresqlConfig14) GetVacuumCostPageMiss

func (x *PostgresqlConfig14) GetVacuumCostPageMiss() *wrapperspb.Int64Value

func (*PostgresqlConfig14) GetVacuumFailsafeAge

func (x *PostgresqlConfig14) GetVacuumFailsafeAge() *wrapperspb.Int64Value

func (*PostgresqlConfig14) GetVacuumMultixactFailsafeAge

func (x *PostgresqlConfig14) GetVacuumMultixactFailsafeAge() *wrapperspb.Int64Value

func (*PostgresqlConfig14) GetWalKeepSize

func (x *PostgresqlConfig14) GetWalKeepSize() *wrapperspb.Int64Value

func (*PostgresqlConfig14) GetWalLevel

func (*PostgresqlConfig14) GetWorkMem

func (x *PostgresqlConfig14) GetWorkMem() *wrapperspb.Int64Value

func (*PostgresqlConfig14) GetXmlbinary

func (*PostgresqlConfig14) GetXmloption

func (*PostgresqlConfig14) ProtoMessage

func (*PostgresqlConfig14) ProtoMessage()

func (*PostgresqlConfig14) ProtoReflect

func (x *PostgresqlConfig14) ProtoReflect() protoreflect.Message

func (*PostgresqlConfig14) Reset

func (x *PostgresqlConfig14) Reset()

func (*PostgresqlConfig14) SetArchiveTimeout

func (m *PostgresqlConfig14) SetArchiveTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14) SetArrayNulls

func (m *PostgresqlConfig14) SetArrayNulls(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14) SetAutoExplainLogAnalyze

func (m *PostgresqlConfig14) SetAutoExplainLogAnalyze(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14) SetAutoExplainLogBuffers

func (m *PostgresqlConfig14) SetAutoExplainLogBuffers(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14) SetAutoExplainLogMinDuration

func (m *PostgresqlConfig14) SetAutoExplainLogMinDuration(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14) SetAutoExplainLogNestedStatements

func (m *PostgresqlConfig14) SetAutoExplainLogNestedStatements(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14) SetAutoExplainLogTiming

func (m *PostgresqlConfig14) SetAutoExplainLogTiming(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14) SetAutoExplainLogTriggers

func (m *PostgresqlConfig14) SetAutoExplainLogTriggers(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14) SetAutoExplainLogVerbose

func (m *PostgresqlConfig14) SetAutoExplainLogVerbose(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14) SetAutoExplainSampleRate

func (m *PostgresqlConfig14) SetAutoExplainSampleRate(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig14) SetAutovacuumAnalyzeScaleFactor

func (m *PostgresqlConfig14) SetAutovacuumAnalyzeScaleFactor(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig14) SetAutovacuumMaxWorkers

func (m *PostgresqlConfig14) SetAutovacuumMaxWorkers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14) SetAutovacuumNaptime

func (m *PostgresqlConfig14) SetAutovacuumNaptime(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14) SetAutovacuumVacuumCostDelay

func (m *PostgresqlConfig14) SetAutovacuumVacuumCostDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14) SetAutovacuumVacuumCostLimit

func (m *PostgresqlConfig14) SetAutovacuumVacuumCostLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14) SetAutovacuumVacuumInsertScaleFactor

func (m *PostgresqlConfig14) SetAutovacuumVacuumInsertScaleFactor(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig14) SetAutovacuumVacuumInsertThreshold

func (m *PostgresqlConfig14) SetAutovacuumVacuumInsertThreshold(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14) SetAutovacuumVacuumScaleFactor

func (m *PostgresqlConfig14) SetAutovacuumVacuumScaleFactor(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig14) SetAutovacuumWorkMem

func (m *PostgresqlConfig14) SetAutovacuumWorkMem(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14) SetBackendFlushAfter

func (m *PostgresqlConfig14) SetBackendFlushAfter(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14) SetBackslashQuote

func (m *PostgresqlConfig14) SetBackslashQuote(v PostgresqlConfig14_BackslashQuote)

func (*PostgresqlConfig14) SetBgwriterDelay

func (m *PostgresqlConfig14) SetBgwriterDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14) SetBgwriterFlushAfter

func (m *PostgresqlConfig14) SetBgwriterFlushAfter(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14) SetBgwriterLruMaxpages

func (m *PostgresqlConfig14) SetBgwriterLruMaxpages(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14) SetBgwriterLruMultiplier

func (m *PostgresqlConfig14) SetBgwriterLruMultiplier(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig14) SetByteaOutput

func (*PostgresqlConfig14) SetCheckpointCompletionTarget

func (m *PostgresqlConfig14) SetCheckpointCompletionTarget(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig14) SetCheckpointFlushAfter

func (m *PostgresqlConfig14) SetCheckpointFlushAfter(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14) SetCheckpointTimeout

func (m *PostgresqlConfig14) SetCheckpointTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14) SetClientConnectionCheckInterval

func (m *PostgresqlConfig14) SetClientConnectionCheckInterval(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14) SetClientMinMessages

func (m *PostgresqlConfig14) SetClientMinMessages(v PostgresqlConfig14_LogLevel)

func (*PostgresqlConfig14) SetConstraintExclusion

func (m *PostgresqlConfig14) SetConstraintExclusion(v PostgresqlConfig14_ConstraintExclusion)

func (*PostgresqlConfig14) SetCursorTupleFraction

func (m *PostgresqlConfig14) SetCursorTupleFraction(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig14) SetDeadlockTimeout

func (m *PostgresqlConfig14) SetDeadlockTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14) SetDefaultStatisticsTarget

func (m *PostgresqlConfig14) SetDefaultStatisticsTarget(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14) SetDefaultTransactionIsolation

func (m *PostgresqlConfig14) SetDefaultTransactionIsolation(v PostgresqlConfig14_TransactionIsolation)

func (*PostgresqlConfig14) SetDefaultTransactionReadOnly

func (m *PostgresqlConfig14) SetDefaultTransactionReadOnly(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14) SetDefaultWithOids

func (m *PostgresqlConfig14) SetDefaultWithOids(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14) SetEffectiveCacheSize

func (m *PostgresqlConfig14) SetEffectiveCacheSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14) SetEffectiveIoConcurrency

func (m *PostgresqlConfig14) SetEffectiveIoConcurrency(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14) SetEnableAsyncAppend

func (m *PostgresqlConfig14) SetEnableAsyncAppend(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14) SetEnableBitmapscan

func (m *PostgresqlConfig14) SetEnableBitmapscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14) SetEnableGathermerge

func (m *PostgresqlConfig14) SetEnableGathermerge(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14) SetEnableHashagg

func (m *PostgresqlConfig14) SetEnableHashagg(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14) SetEnableHashjoin

func (m *PostgresqlConfig14) SetEnableHashjoin(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14) SetEnableIncrementalSort

func (m *PostgresqlConfig14) SetEnableIncrementalSort(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14) SetEnableIndexonlyscan

func (m *PostgresqlConfig14) SetEnableIndexonlyscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14) SetEnableIndexscan

func (m *PostgresqlConfig14) SetEnableIndexscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14) SetEnableMaterial

func (m *PostgresqlConfig14) SetEnableMaterial(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14) SetEnableMemoize

func (m *PostgresqlConfig14) SetEnableMemoize(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14) SetEnableMergejoin

func (m *PostgresqlConfig14) SetEnableMergejoin(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14) SetEnableNestloop

func (m *PostgresqlConfig14) SetEnableNestloop(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14) SetEnableParallelAppend

func (m *PostgresqlConfig14) SetEnableParallelAppend(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14) SetEnableParallelHash

func (m *PostgresqlConfig14) SetEnableParallelHash(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14) SetEnablePartitionPruning

func (m *PostgresqlConfig14) SetEnablePartitionPruning(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14) SetEnablePartitionwiseAggregate

func (m *PostgresqlConfig14) SetEnablePartitionwiseAggregate(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14) SetEnablePartitionwiseJoin

func (m *PostgresqlConfig14) SetEnablePartitionwiseJoin(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14) SetEnableSeqscan

func (m *PostgresqlConfig14) SetEnableSeqscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14) SetEnableSort

func (m *PostgresqlConfig14) SetEnableSort(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14) SetEnableTidscan

func (m *PostgresqlConfig14) SetEnableTidscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14) SetEscapeStringWarning

func (m *PostgresqlConfig14) SetEscapeStringWarning(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14) SetExitOnError

func (m *PostgresqlConfig14) SetExitOnError(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14) SetForceParallelMode

func (m *PostgresqlConfig14) SetForceParallelMode(v PostgresqlConfig14_ForceParallelMode)

func (*PostgresqlConfig14) SetFromCollapseLimit

func (m *PostgresqlConfig14) SetFromCollapseLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14) SetGeqo

func (m *PostgresqlConfig14) SetGeqo(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14) SetGeqoEffort

func (m *PostgresqlConfig14) SetGeqoEffort(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14) SetGeqoGenerations

func (m *PostgresqlConfig14) SetGeqoGenerations(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14) SetGeqoPoolSize

func (m *PostgresqlConfig14) SetGeqoPoolSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14) SetGeqoSeed

func (m *PostgresqlConfig14) SetGeqoSeed(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig14) SetGeqoSelectionBias

func (m *PostgresqlConfig14) SetGeqoSelectionBias(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig14) SetGeqoThreshold

func (m *PostgresqlConfig14) SetGeqoThreshold(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14) SetGinPendingListLimit

func (m *PostgresqlConfig14) SetGinPendingListLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14) SetHashMemMultiplier

func (m *PostgresqlConfig14) SetHashMemMultiplier(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig14) SetIdleInTransactionSessionTimeout

func (m *PostgresqlConfig14) SetIdleInTransactionSessionTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14) SetJit

func (m *PostgresqlConfig14) SetJit(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14) SetJoinCollapseLimit

func (m *PostgresqlConfig14) SetJoinCollapseLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14) SetLoCompatPrivileges

func (m *PostgresqlConfig14) SetLoCompatPrivileges(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14) SetLockTimeout

func (m *PostgresqlConfig14) SetLockTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14) SetLogAutovacuumMinDuration

func (m *PostgresqlConfig14) SetLogAutovacuumMinDuration(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14) SetLogCheckpoints

func (m *PostgresqlConfig14) SetLogCheckpoints(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14) SetLogConnections

func (m *PostgresqlConfig14) SetLogConnections(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14) SetLogDisconnections

func (m *PostgresqlConfig14) SetLogDisconnections(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14) SetLogDuration

func (m *PostgresqlConfig14) SetLogDuration(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14) SetLogErrorVerbosity

func (m *PostgresqlConfig14) SetLogErrorVerbosity(v PostgresqlConfig14_LogErrorVerbosity)

func (*PostgresqlConfig14) SetLogLockWaits

func (m *PostgresqlConfig14) SetLogLockWaits(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14) SetLogMinDurationSample

func (m *PostgresqlConfig14) SetLogMinDurationSample(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14) SetLogMinDurationStatement

func (m *PostgresqlConfig14) SetLogMinDurationStatement(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14) SetLogMinErrorStatement

func (m *PostgresqlConfig14) SetLogMinErrorStatement(v PostgresqlConfig14_LogLevel)

func (*PostgresqlConfig14) SetLogMinMessages

func (m *PostgresqlConfig14) SetLogMinMessages(v PostgresqlConfig14_LogLevel)

func (*PostgresqlConfig14) SetLogParameterMaxLength

func (m *PostgresqlConfig14) SetLogParameterMaxLength(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14) SetLogParameterMaxLengthOnError

func (m *PostgresqlConfig14) SetLogParameterMaxLengthOnError(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14) SetLogRecoveryConflictWaits

func (m *PostgresqlConfig14) SetLogRecoveryConflictWaits(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14) SetLogReplicationCommands

func (m *PostgresqlConfig14) SetLogReplicationCommands(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14) SetLogStatement

func (*PostgresqlConfig14) SetLogStatementSampleRate

func (m *PostgresqlConfig14) SetLogStatementSampleRate(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig14) SetLogTempFiles

func (m *PostgresqlConfig14) SetLogTempFiles(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14) SetLogTransactionSampleRate

func (m *PostgresqlConfig14) SetLogTransactionSampleRate(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig14) SetLogicalDecodingWorkMem

func (m *PostgresqlConfig14) SetLogicalDecodingWorkMem(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14) SetMaintenanceIoConcurrency

func (m *PostgresqlConfig14) SetMaintenanceIoConcurrency(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14) SetMaintenanceWorkMem

func (m *PostgresqlConfig14) SetMaintenanceWorkMem(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14) SetMaxConnections

func (m *PostgresqlConfig14) SetMaxConnections(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14) SetMaxLocksPerTransaction

func (m *PostgresqlConfig14) SetMaxLocksPerTransaction(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14) SetMaxParallelMaintenanceWorkers

func (m *PostgresqlConfig14) SetMaxParallelMaintenanceWorkers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14) SetMaxParallelWorkers

func (m *PostgresqlConfig14) SetMaxParallelWorkers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14) SetMaxParallelWorkersPerGather

func (m *PostgresqlConfig14) SetMaxParallelWorkersPerGather(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14) SetMaxPredLocksPerTransaction

func (m *PostgresqlConfig14) SetMaxPredLocksPerTransaction(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14) SetMaxPreparedTransactions

func (m *PostgresqlConfig14) SetMaxPreparedTransactions(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14) SetMaxSlotWalKeepSize

func (m *PostgresqlConfig14) SetMaxSlotWalKeepSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14) SetMaxStackDepth

func (m *PostgresqlConfig14) SetMaxStackDepth(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14) SetMaxStandbyArchiveDelay

func (m *PostgresqlConfig14) SetMaxStandbyArchiveDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14) SetMaxStandbyStreamingDelay

func (m *PostgresqlConfig14) SetMaxStandbyStreamingDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14) SetMaxWalSize

func (m *PostgresqlConfig14) SetMaxWalSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14) SetMaxWorkerProcesses

func (m *PostgresqlConfig14) SetMaxWorkerProcesses(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14) SetMinWalSize

func (m *PostgresqlConfig14) SetMinWalSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14) SetOldSnapshotThreshold

func (m *PostgresqlConfig14) SetOldSnapshotThreshold(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14) SetParallelLeaderParticipation

func (m *PostgresqlConfig14) SetParallelLeaderParticipation(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14) SetPasswordEncryption

func (m *PostgresqlConfig14) SetPasswordEncryption(v PostgresqlConfig14_PasswordEncryption)

func (*PostgresqlConfig14) SetPgHintPlanDebugPrint

func (m *PostgresqlConfig14) SetPgHintPlanDebugPrint(v PostgresqlConfig14_PgHintPlanDebugPrint)

func (*PostgresqlConfig14) SetPgHintPlanEnableHint

func (m *PostgresqlConfig14) SetPgHintPlanEnableHint(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14) SetPgHintPlanEnableHintTable

func (m *PostgresqlConfig14) SetPgHintPlanEnableHintTable(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14) SetPgHintPlanMessageLevel

func (m *PostgresqlConfig14) SetPgHintPlanMessageLevel(v PostgresqlConfig14_LogLevel)

func (*PostgresqlConfig14) SetPgQualstatsEnabled

func (m *PostgresqlConfig14) SetPgQualstatsEnabled(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14) SetPgQualstatsMax

func (m *PostgresqlConfig14) SetPgQualstatsMax(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14) SetPgQualstatsResolveOids

func (m *PostgresqlConfig14) SetPgQualstatsResolveOids(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14) SetPgQualstatsSampleRate

func (m *PostgresqlConfig14) SetPgQualstatsSampleRate(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig14) SetPgQualstatsTrackConstants

func (m *PostgresqlConfig14) SetPgQualstatsTrackConstants(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14) SetPgTrgmSimilarityThreshold

func (m *PostgresqlConfig14) SetPgTrgmSimilarityThreshold(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig14) SetPgTrgmStrictWordSimilarityThreshold

func (m *PostgresqlConfig14) SetPgTrgmStrictWordSimilarityThreshold(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig14) SetPgTrgmWordSimilarityThreshold

func (m *PostgresqlConfig14) SetPgTrgmWordSimilarityThreshold(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig14) SetPlanCacheMode

func (*PostgresqlConfig14) SetQuoteAllIdentifiers

func (m *PostgresqlConfig14) SetQuoteAllIdentifiers(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14) SetRandomPageCost

func (m *PostgresqlConfig14) SetRandomPageCost(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig14) SetRowSecurity

func (m *PostgresqlConfig14) SetRowSecurity(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14) SetSearchPath

func (m *PostgresqlConfig14) SetSearchPath(v string)

func (*PostgresqlConfig14) SetSeqPageCost

func (m *PostgresqlConfig14) SetSeqPageCost(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig14) SetSessionDurationTimeout

func (m *PostgresqlConfig14) SetSessionDurationTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14) SetSharedBuffers

func (m *PostgresqlConfig14) SetSharedBuffers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14) SetSharedPreloadLibraries

func (m *PostgresqlConfig14) SetSharedPreloadLibraries(v []PostgresqlConfig14_SharedPreloadLibraries)

func (*PostgresqlConfig14) SetStandardConformingStrings

func (m *PostgresqlConfig14) SetStandardConformingStrings(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14) SetStatementTimeout

func (m *PostgresqlConfig14) SetStatementTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14) SetSynchronizeSeqscans

func (m *PostgresqlConfig14) SetSynchronizeSeqscans(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14) SetSynchronousCommit

func (m *PostgresqlConfig14) SetSynchronousCommit(v PostgresqlConfig14_SynchronousCommit)

func (*PostgresqlConfig14) SetTempBuffers

func (m *PostgresqlConfig14) SetTempBuffers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14) SetTempFileLimit

func (m *PostgresqlConfig14) SetTempFileLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14) SetTimezone

func (m *PostgresqlConfig14) SetTimezone(v string)

func (*PostgresqlConfig14) SetTrackActivityQuerySize

func (m *PostgresqlConfig14) SetTrackActivityQuerySize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14) SetTransformNullEquals

func (m *PostgresqlConfig14) SetTransformNullEquals(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14) SetVacuumCostDelay

func (m *PostgresqlConfig14) SetVacuumCostDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14) SetVacuumCostLimit

func (m *PostgresqlConfig14) SetVacuumCostLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14) SetVacuumCostPageDirty

func (m *PostgresqlConfig14) SetVacuumCostPageDirty(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14) SetVacuumCostPageHit

func (m *PostgresqlConfig14) SetVacuumCostPageHit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14) SetVacuumCostPageMiss

func (m *PostgresqlConfig14) SetVacuumCostPageMiss(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14) SetVacuumFailsafeAge

func (m *PostgresqlConfig14) SetVacuumFailsafeAge(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14) SetVacuumMultixactFailsafeAge

func (m *PostgresqlConfig14) SetVacuumMultixactFailsafeAge(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14) SetWalKeepSize

func (m *PostgresqlConfig14) SetWalKeepSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14) SetWalLevel

func (*PostgresqlConfig14) SetWorkMem

func (m *PostgresqlConfig14) SetWorkMem(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14) SetXmlbinary

func (*PostgresqlConfig14) SetXmloption

func (*PostgresqlConfig14) String

func (x *PostgresqlConfig14) String() string

type PostgresqlConfig14_1C

type PostgresqlConfig14_1C struct {
	MaxConnections             *wrapperspb.Int64Value                  `protobuf:"bytes,1,opt,name=max_connections,json=maxConnections,proto3" json:"max_connections,omitempty"`
	SharedBuffers              *wrapperspb.Int64Value                  `protobuf:"bytes,2,opt,name=shared_buffers,json=sharedBuffers,proto3" json:"shared_buffers,omitempty"`                  // in bytes.
	TempBuffers                *wrapperspb.Int64Value                  `protobuf:"bytes,3,opt,name=temp_buffers,json=tempBuffers,proto3" json:"temp_buffers,omitempty"`                        // in bytes.
	MaxPreparedTransactions    *wrapperspb.Int64Value                  ``                                                                                                                      /* 132-byte string literal not displayed */
	WorkMem                    *wrapperspb.Int64Value                  `protobuf:"bytes,5,opt,name=work_mem,json=workMem,proto3" json:"work_mem,omitempty"`                                    // in bytes.
	MaintenanceWorkMem         *wrapperspb.Int64Value                  `protobuf:"bytes,6,opt,name=maintenance_work_mem,json=maintenanceWorkMem,proto3" json:"maintenance_work_mem,omitempty"` // in bytes.
	AutovacuumWorkMem          *wrapperspb.Int64Value                  `protobuf:"bytes,7,opt,name=autovacuum_work_mem,json=autovacuumWorkMem,proto3" json:"autovacuum_work_mem,omitempty"`    // in bytes.
	TempFileLimit              *wrapperspb.Int64Value                  `protobuf:"bytes,8,opt,name=temp_file_limit,json=tempFileLimit,proto3" json:"temp_file_limit,omitempty"`                // in bytes.
	VacuumCostDelay            *wrapperspb.Int64Value                  `protobuf:"bytes,9,opt,name=vacuum_cost_delay,json=vacuumCostDelay,proto3" json:"vacuum_cost_delay,omitempty"`          // in milliseconds.
	VacuumCostPageHit          *wrapperspb.Int64Value                  `protobuf:"bytes,10,opt,name=vacuum_cost_page_hit,json=vacuumCostPageHit,proto3" json:"vacuum_cost_page_hit,omitempty"`
	VacuumCostPageMiss         *wrapperspb.Int64Value                  `protobuf:"bytes,11,opt,name=vacuum_cost_page_miss,json=vacuumCostPageMiss,proto3" json:"vacuum_cost_page_miss,omitempty"`
	VacuumCostPageDirty        *wrapperspb.Int64Value                  `protobuf:"bytes,12,opt,name=vacuum_cost_page_dirty,json=vacuumCostPageDirty,proto3" json:"vacuum_cost_page_dirty,omitempty"`
	VacuumCostLimit            *wrapperspb.Int64Value                  `protobuf:"bytes,13,opt,name=vacuum_cost_limit,json=vacuumCostLimit,proto3" json:"vacuum_cost_limit,omitempty"`
	BgwriterDelay              *wrapperspb.Int64Value                  `protobuf:"bytes,14,opt,name=bgwriter_delay,json=bgwriterDelay,proto3" json:"bgwriter_delay,omitempty"` // in milliseconds.
	BgwriterLruMaxpages        *wrapperspb.Int64Value                  `protobuf:"bytes,15,opt,name=bgwriter_lru_maxpages,json=bgwriterLruMaxpages,proto3" json:"bgwriter_lru_maxpages,omitempty"`
	BgwriterLruMultiplier      *wrapperspb.DoubleValue                 `` /* 127-byte string literal not displayed */
	BgwriterFlushAfter         *wrapperspb.Int64Value                  `protobuf:"bytes,17,opt,name=bgwriter_flush_after,json=bgwriterFlushAfter,proto3" json:"bgwriter_flush_after,omitempty"`
	BackendFlushAfter          *wrapperspb.Int64Value                  `protobuf:"bytes,18,opt,name=backend_flush_after,json=backendFlushAfter,proto3" json:"backend_flush_after,omitempty"`
	OldSnapshotThreshold       *wrapperspb.Int64Value                  `protobuf:"bytes,19,opt,name=old_snapshot_threshold,json=oldSnapshotThreshold,proto3" json:"old_snapshot_threshold,omitempty"`
	WalLevel                   PostgresqlConfig14_1C_WalLevel          ``                                                                                                                  /* 161-byte string literal not displayed */
	SynchronousCommit          PostgresqlConfig14_1C_SynchronousCommit ``                                                                                                                  /* 197-byte string literal not displayed */
	CheckpointTimeout          *wrapperspb.Int64Value                  `protobuf:"bytes,22,opt,name=checkpoint_timeout,json=checkpointTimeout,proto3" json:"checkpoint_timeout,omitempty"` // in milliseconds.
	CheckpointCompletionTarget *wrapperspb.DoubleValue                 ``                                                                                                                  /* 142-byte string literal not displayed */
	CheckpointFlushAfter       *wrapperspb.Int64Value                  `protobuf:"bytes,24,opt,name=checkpoint_flush_after,json=checkpointFlushAfter,proto3" json:"checkpoint_flush_after,omitempty"`
	MaxWalSize                 *wrapperspb.Int64Value                  `protobuf:"bytes,25,opt,name=max_wal_size,json=maxWalSize,proto3" json:"max_wal_size,omitempty"` // in bytes.
	MinWalSize                 *wrapperspb.Int64Value                  `protobuf:"bytes,26,opt,name=min_wal_size,json=minWalSize,proto3" json:"min_wal_size,omitempty"` // in bytes.
	MaxStandbyStreamingDelay   *wrapperspb.Int64Value                  ``                                                                                               // in milliseconds.
	/* 138-byte string literal not displayed */
	DefaultStatisticsTarget *wrapperspb.Int64Value                    `` /* 133-byte string literal not displayed */
	ConstraintExclusion     PostgresqlConfig14_1C_ConstraintExclusion `` /* 205-byte string literal not displayed */
	CursorTupleFraction     *wrapperspb.DoubleValue                   `protobuf:"bytes,30,opt,name=cursor_tuple_fraction,json=cursorTupleFraction,proto3" json:"cursor_tuple_fraction,omitempty"`
	FromCollapseLimit       *wrapperspb.Int64Value                    `protobuf:"bytes,31,opt,name=from_collapse_limit,json=fromCollapseLimit,proto3" json:"from_collapse_limit,omitempty"`
	JoinCollapseLimit       *wrapperspb.Int64Value                    `protobuf:"bytes,32,opt,name=join_collapse_limit,json=joinCollapseLimit,proto3" json:"join_collapse_limit,omitempty"`
	ForceParallelMode       PostgresqlConfig14_1C_ForceParallelMode   `` /* 199-byte string literal not displayed */
	ClientMinMessages       PostgresqlConfig14_1C_LogLevel            `` /* 190-byte string literal not displayed */
	LogMinMessages          PostgresqlConfig14_1C_LogLevel            `` /* 181-byte string literal not displayed */
	LogMinErrorStatement    PostgresqlConfig14_1C_LogLevel            `` /* 201-byte string literal not displayed */
	LogMinDurationStatement *wrapperspb.Int64Value                    `` // in milliseconds.
	/* 135-byte string literal not displayed */
	LogCheckpoints                  *wrapperspb.BoolValue                      `protobuf:"bytes,38,opt,name=log_checkpoints,json=logCheckpoints,proto3" json:"log_checkpoints,omitempty"`
	LogConnections                  *wrapperspb.BoolValue                      `protobuf:"bytes,39,opt,name=log_connections,json=logConnections,proto3" json:"log_connections,omitempty"`
	LogDisconnections               *wrapperspb.BoolValue                      `protobuf:"bytes,40,opt,name=log_disconnections,json=logDisconnections,proto3" json:"log_disconnections,omitempty"`
	LogDuration                     *wrapperspb.BoolValue                      `protobuf:"bytes,41,opt,name=log_duration,json=logDuration,proto3" json:"log_duration,omitempty"`
	LogErrorVerbosity               PostgresqlConfig14_1C_LogErrorVerbosity    `` /* 199-byte string literal not displayed */
	LogLockWaits                    *wrapperspb.BoolValue                      `protobuf:"bytes,43,opt,name=log_lock_waits,json=logLockWaits,proto3" json:"log_lock_waits,omitempty"`
	LogStatement                    PostgresqlConfig14_1C_LogStatement         `` /* 177-byte string literal not displayed */
	LogTempFiles                    *wrapperspb.Int64Value                     `protobuf:"bytes,45,opt,name=log_temp_files,json=logTempFiles,proto3" json:"log_temp_files,omitempty"`
	SearchPath                      string                                     `protobuf:"bytes,46,opt,name=search_path,json=searchPath,proto3" json:"search_path,omitempty"`
	RowSecurity                     *wrapperspb.BoolValue                      `protobuf:"bytes,47,opt,name=row_security,json=rowSecurity,proto3" json:"row_security,omitempty"`
	DefaultTransactionIsolation     PostgresqlConfig14_1C_TransactionIsolation ``                                                                                                               /* 232-byte string literal not displayed */
	StatementTimeout                *wrapperspb.Int64Value                     `protobuf:"bytes,49,opt,name=statement_timeout,json=statementTimeout,proto3" json:"statement_timeout,omitempty"` // in milliseconds.
	LockTimeout                     *wrapperspb.Int64Value                     `protobuf:"bytes,50,opt,name=lock_timeout,json=lockTimeout,proto3" json:"lock_timeout,omitempty"`                // in milliseconds.
	IdleInTransactionSessionTimeout *wrapperspb.Int64Value                     ``                                                                                                               // in milliseconds.
	/* 161-byte string literal not displayed */
	ByteaOutput                   PostgresqlConfig14_1C_ByteaOutput              ``                                                                                                                            /* 173-byte string literal not displayed */
	Xmlbinary                     PostgresqlConfig14_1C_XmlBinary                ``                                                                                                                            /* 148-byte string literal not displayed */
	Xmloption                     PostgresqlConfig14_1C_XmlOption                ``                                                                                                                            /* 148-byte string literal not displayed */
	GinPendingListLimit           *wrapperspb.Int64Value                         `protobuf:"bytes,55,opt,name=gin_pending_list_limit,json=ginPendingListLimit,proto3" json:"gin_pending_list_limit,omitempty"` // in bytes.
	DeadlockTimeout               *wrapperspb.Int64Value                         `protobuf:"bytes,56,opt,name=deadlock_timeout,json=deadlockTimeout,proto3" json:"deadlock_timeout,omitempty"`                 // in milliseconds.
	MaxLocksPerTransaction        *wrapperspb.Int64Value                         ``                                                                                                                            /* 132-byte string literal not displayed */
	MaxPredLocksPerTransaction    *wrapperspb.Int64Value                         ``                                                                                                                            /* 146-byte string literal not displayed */
	ArrayNulls                    *wrapperspb.BoolValue                          `protobuf:"bytes,59,opt,name=array_nulls,json=arrayNulls,proto3" json:"array_nulls,omitempty"`
	BackslashQuote                PostgresqlConfig14_1C_BackslashQuote           `` /* 185-byte string literal not displayed */
	DefaultWithOids               *wrapperspb.BoolValue                          `protobuf:"bytes,61,opt,name=default_with_oids,json=defaultWithOids,proto3" json:"default_with_oids,omitempty"`
	EscapeStringWarning           *wrapperspb.BoolValue                          `protobuf:"bytes,62,opt,name=escape_string_warning,json=escapeStringWarning,proto3" json:"escape_string_warning,omitempty"`
	LoCompatPrivileges            *wrapperspb.BoolValue                          `protobuf:"bytes,63,opt,name=lo_compat_privileges,json=loCompatPrivileges,proto3" json:"lo_compat_privileges,omitempty"`
	QuoteAllIdentifiers           *wrapperspb.BoolValue                          `protobuf:"bytes,65,opt,name=quote_all_identifiers,json=quoteAllIdentifiers,proto3" json:"quote_all_identifiers,omitempty"`
	StandardConformingStrings     *wrapperspb.BoolValue                          `` /* 139-byte string literal not displayed */
	SynchronizeSeqscans           *wrapperspb.BoolValue                          `protobuf:"bytes,67,opt,name=synchronize_seqscans,json=synchronizeSeqscans,proto3" json:"synchronize_seqscans,omitempty"`
	TransformNullEquals           *wrapperspb.BoolValue                          `protobuf:"bytes,68,opt,name=transform_null_equals,json=transformNullEquals,proto3" json:"transform_null_equals,omitempty"`
	ExitOnError                   *wrapperspb.BoolValue                          `protobuf:"bytes,69,opt,name=exit_on_error,json=exitOnError,proto3" json:"exit_on_error,omitempty"`
	SeqPageCost                   *wrapperspb.DoubleValue                        `protobuf:"bytes,70,opt,name=seq_page_cost,json=seqPageCost,proto3" json:"seq_page_cost,omitempty"`
	RandomPageCost                *wrapperspb.DoubleValue                        `protobuf:"bytes,71,opt,name=random_page_cost,json=randomPageCost,proto3" json:"random_page_cost,omitempty"`
	AutovacuumMaxWorkers          *wrapperspb.Int64Value                         `protobuf:"bytes,72,opt,name=autovacuum_max_workers,json=autovacuumMaxWorkers,proto3" json:"autovacuum_max_workers,omitempty"`
	AutovacuumVacuumCostDelay     *wrapperspb.Int64Value                         ``                                                                                                                  /* 141-byte string literal not displayed */
	AutovacuumVacuumCostLimit     *wrapperspb.Int64Value                         ``                                                                                                                  /* 141-byte string literal not displayed */
	AutovacuumNaptime             *wrapperspb.Int64Value                         `protobuf:"bytes,75,opt,name=autovacuum_naptime,json=autovacuumNaptime,proto3" json:"autovacuum_naptime,omitempty"` // in milliseconds.
	ArchiveTimeout                *wrapperspb.Int64Value                         `protobuf:"bytes,76,opt,name=archive_timeout,json=archiveTimeout,proto3" json:"archive_timeout,omitempty"`          // in milliseconds.
	TrackActivityQuerySize        *wrapperspb.Int64Value                         ``                                                                                                                  /* 132-byte string literal not displayed */
	OnlineAnalyzeEnable           *wrapperspb.BoolValue                          `protobuf:"bytes,79,opt,name=online_analyze_enable,json=onlineAnalyzeEnable,proto3" json:"online_analyze_enable,omitempty"`
	EnableBitmapscan              *wrapperspb.BoolValue                          `protobuf:"bytes,80,opt,name=enable_bitmapscan,json=enableBitmapscan,proto3" json:"enable_bitmapscan,omitempty"`
	EnableHashagg                 *wrapperspb.BoolValue                          `protobuf:"bytes,81,opt,name=enable_hashagg,json=enableHashagg,proto3" json:"enable_hashagg,omitempty"`
	EnableHashjoin                *wrapperspb.BoolValue                          `protobuf:"bytes,82,opt,name=enable_hashjoin,json=enableHashjoin,proto3" json:"enable_hashjoin,omitempty"`
	EnableIndexscan               *wrapperspb.BoolValue                          `protobuf:"bytes,83,opt,name=enable_indexscan,json=enableIndexscan,proto3" json:"enable_indexscan,omitempty"`
	EnableIndexonlyscan           *wrapperspb.BoolValue                          `protobuf:"bytes,84,opt,name=enable_indexonlyscan,json=enableIndexonlyscan,proto3" json:"enable_indexonlyscan,omitempty"`
	EnableMaterial                *wrapperspb.BoolValue                          `protobuf:"bytes,85,opt,name=enable_material,json=enableMaterial,proto3" json:"enable_material,omitempty"`
	EnableMergejoin               *wrapperspb.BoolValue                          `protobuf:"bytes,86,opt,name=enable_mergejoin,json=enableMergejoin,proto3" json:"enable_mergejoin,omitempty"`
	EnableNestloop                *wrapperspb.BoolValue                          `protobuf:"bytes,87,opt,name=enable_nestloop,json=enableNestloop,proto3" json:"enable_nestloop,omitempty"`
	EnableSeqscan                 *wrapperspb.BoolValue                          `protobuf:"bytes,88,opt,name=enable_seqscan,json=enableSeqscan,proto3" json:"enable_seqscan,omitempty"`
	EnableSort                    *wrapperspb.BoolValue                          `protobuf:"bytes,89,opt,name=enable_sort,json=enableSort,proto3" json:"enable_sort,omitempty"`
	EnableTidscan                 *wrapperspb.BoolValue                          `protobuf:"bytes,90,opt,name=enable_tidscan,json=enableTidscan,proto3" json:"enable_tidscan,omitempty"`
	MaxWorkerProcesses            *wrapperspb.Int64Value                         `protobuf:"bytes,91,opt,name=max_worker_processes,json=maxWorkerProcesses,proto3" json:"max_worker_processes,omitempty"`
	MaxParallelWorkers            *wrapperspb.Int64Value                         `protobuf:"bytes,92,opt,name=max_parallel_workers,json=maxParallelWorkers,proto3" json:"max_parallel_workers,omitempty"`
	MaxParallelWorkersPerGather   *wrapperspb.Int64Value                         `` /* 149-byte string literal not displayed */
	AutovacuumVacuumScaleFactor   *wrapperspb.DoubleValue                        `` /* 147-byte string literal not displayed */
	AutovacuumAnalyzeScaleFactor  *wrapperspb.DoubleValue                        `` /* 150-byte string literal not displayed */
	DefaultTransactionReadOnly    *wrapperspb.BoolValue                          `` /* 144-byte string literal not displayed */
	Timezone                      string                                         `protobuf:"bytes,97,opt,name=timezone,proto3" json:"timezone,omitempty"`
	EnableParallelAppend          *wrapperspb.BoolValue                          `protobuf:"bytes,98,opt,name=enable_parallel_append,json=enableParallelAppend,proto3" json:"enable_parallel_append,omitempty"`
	EnableParallelHash            *wrapperspb.BoolValue                          `protobuf:"bytes,99,opt,name=enable_parallel_hash,json=enableParallelHash,proto3" json:"enable_parallel_hash,omitempty"`
	EnablePartitionPruning        *wrapperspb.BoolValue                          `` /* 131-byte string literal not displayed */
	EnablePartitionwiseAggregate  *wrapperspb.BoolValue                          `` /* 149-byte string literal not displayed */
	EnablePartitionwiseJoin       *wrapperspb.BoolValue                          `` /* 134-byte string literal not displayed */
	Jit                           *wrapperspb.BoolValue                          `protobuf:"bytes,103,opt,name=jit,proto3" json:"jit,omitempty"`
	MaxParallelMaintenanceWorkers *wrapperspb.Int64Value                         `` /* 154-byte string literal not displayed */
	ParallelLeaderParticipation   *wrapperspb.BoolValue                          `` /* 146-byte string literal not displayed */
	LogTransactionSampleRate      *wrapperspb.DoubleValue                        `` /* 139-byte string literal not displayed */
	PlanCacheMode                 PostgresqlConfig14_1C_PlanCacheMode            `` /* 184-byte string literal not displayed */
	EffectiveIoConcurrency        *wrapperspb.Int64Value                         `` /* 131-byte string literal not displayed */
	EffectiveCacheSize            *wrapperspb.Int64Value                         `protobuf:"bytes,110,opt,name=effective_cache_size,json=effectiveCacheSize,proto3" json:"effective_cache_size,omitempty"`
	SharedPreloadLibraries        []PostgresqlConfig14_1C_SharedPreloadLibraries `` /* 227-byte string literal not displayed */
	AutoExplainLogMinDuration     *wrapperspb.Int64Value                         `` // in milliseconds.
	/* 144-byte string literal not displayed */
	AutoExplainLogAnalyze          *wrapperspb.BoolValue                      `` /* 130-byte string literal not displayed */
	AutoExplainLogBuffers          *wrapperspb.BoolValue                      `` /* 130-byte string literal not displayed */
	AutoExplainLogTiming           *wrapperspb.BoolValue                      `` /* 127-byte string literal not displayed */
	AutoExplainLogTriggers         *wrapperspb.BoolValue                      `` /* 133-byte string literal not displayed */
	AutoExplainLogVerbose          *wrapperspb.BoolValue                      `` /* 130-byte string literal not displayed */
	AutoExplainLogNestedStatements *wrapperspb.BoolValue                      `` /* 159-byte string literal not displayed */
	AutoExplainSampleRate          *wrapperspb.DoubleValue                    `` /* 130-byte string literal not displayed */
	PgHintPlanEnableHint           *wrapperspb.BoolValue                      `` /* 129-byte string literal not displayed */
	PgHintPlanEnableHintTable      *wrapperspb.BoolValue                      `` /* 146-byte string literal not displayed */
	PgHintPlanDebugPrint           PostgresqlConfig14_1C_PgHintPlanDebugPrint `` /* 216-byte string literal not displayed */
	PgHintPlanMessageLevel         PostgresqlConfig14_1C_LogLevel             `` /* 210-byte string literal not displayed */
	HashMemMultiplier              *wrapperspb.DoubleValue                    `protobuf:"bytes,124,opt,name=hash_mem_multiplier,json=hashMemMultiplier,proto3" json:"hash_mem_multiplier,omitempty"`
	LogicalDecodingWorkMem         *wrapperspb.Int64Value                     `` // in bytes.
	/* 133-byte string literal not displayed */
	MaintenanceIoConcurrency          *wrapperspb.Int64Value  ``                                                                                                                            /* 137-byte string literal not displayed */
	MaxSlotWalKeepSize                *wrapperspb.Int64Value  `protobuf:"bytes,128,opt,name=max_slot_wal_keep_size,json=maxSlotWalKeepSize,proto3" json:"max_slot_wal_keep_size,omitempty"` // in bytes.
	WalKeepSize                       *wrapperspb.Int64Value  `protobuf:"bytes,129,opt,name=wal_keep_size,json=walKeepSize,proto3" json:"wal_keep_size,omitempty"`                          // in bytes.
	EnableIncrementalSort             *wrapperspb.BoolValue   ``                                                                                                                            /* 128-byte string literal not displayed */
	AutovacuumVacuumInsertThreshold   *wrapperspb.Int64Value  ``                                                                                                                            /* 160-byte string literal not displayed */
	AutovacuumVacuumInsertScaleFactor *wrapperspb.DoubleValue ``                                                                                                                            /* 168-byte string literal not displayed */
	LogMinDurationSample              *wrapperspb.Int64Value  ``                                                                                                                            // in milliseconds.
	/* 127-byte string literal not displayed */
	LogStatementSampleRate *wrapperspb.DoubleValue `` /* 133-byte string literal not displayed */
	LogParameterMaxLength  *wrapperspb.Int64Value  `` // in bytes.
	/* 130-byte string literal not displayed */
	LogParameterMaxLengthOnError *wrapperspb.Int64Value `` // in bytes.
	/* 155-byte string literal not displayed */
	ClientConnectionCheckInterval *wrapperspb.Int64Value `` // in milliseconds.
	/* 154-byte string literal not displayed */
	EnableAsyncAppend        *wrapperspb.BoolValue `protobuf:"bytes,138,opt,name=enable_async_append,json=enableAsyncAppend,proto3" json:"enable_async_append,omitempty"`
	EnableGathermerge        *wrapperspb.BoolValue `protobuf:"bytes,139,opt,name=enable_gathermerge,json=enableGathermerge,proto3" json:"enable_gathermerge,omitempty"`
	EnableMemoize            *wrapperspb.BoolValue `protobuf:"bytes,140,opt,name=enable_memoize,json=enableMemoize,proto3" json:"enable_memoize,omitempty"`
	LogRecoveryConflictWaits *wrapperspb.BoolValue `` // in milliseconds.
	/* 139-byte string literal not displayed */
	VacuumFailsafeAge          *wrapperspb.Int64Value `protobuf:"bytes,142,opt,name=vacuum_failsafe_age,json=vacuumFailsafeAge,proto3" json:"vacuum_failsafe_age,omitempty"` // in milliseconds.
	VacuumMultixactFailsafeAge *wrapperspb.Int64Value ``                                                                                                                     // in milliseconds.
	/* 145-byte string literal not displayed */
	PgQualstatsEnabled                  *wrapperspb.BoolValue   `protobuf:"bytes,144,opt,name=pg_qualstats_enabled,json=pgQualstatsEnabled,proto3" json:"pg_qualstats_enabled,omitempty"`
	PgQualstatsTrackConstants           *wrapperspb.BoolValue   `` /* 142-byte string literal not displayed */
	PgQualstatsMax                      *wrapperspb.Int64Value  `protobuf:"bytes,146,opt,name=pg_qualstats_max,json=pgQualstatsMax,proto3" json:"pg_qualstats_max,omitempty"`
	PgQualstatsResolveOids              *wrapperspb.BoolValue   ``                                                                                                                     /* 133-byte string literal not displayed */
	PgQualstatsSampleRate               *wrapperspb.DoubleValue ``                                                                                                                     /* 130-byte string literal not displayed */
	PlantunerFixEmptyTable              *wrapperspb.BoolValue   ``                                                                                                                     /* 133-byte string literal not displayed */
	Geqo                                *wrapperspb.BoolValue   `protobuf:"bytes,152,opt,name=geqo,proto3" json:"geqo,omitempty"`                                                      // enable Genetic Query Optimizer, by default is on
	GeqoThreshold                       *wrapperspb.Int64Value  `protobuf:"bytes,153,opt,name=geqo_threshold,json=geqoThreshold,proto3" json:"geqo_threshold,omitempty"`               // The number of tables to use geqo, default is 12
	GeqoEffort                          *wrapperspb.Int64Value  `protobuf:"bytes,154,opt,name=geqo_effort,json=geqoEffort,proto3" json:"geqo_effort,omitempty"`                        // tradeoff between planning time and query plan quality, default is 5
	GeqoPoolSize                        *wrapperspb.Int64Value  `protobuf:"bytes,155,opt,name=geqo_pool_size,json=geqoPoolSize,proto3" json:"geqo_pool_size,omitempty"`                // number of individuals in the genetic population, useful values are typically 100 to 1000; default - 0 - choose based on based on geqo_effort
	GeqoGenerations                     *wrapperspb.Int64Value  `protobuf:"bytes,156,opt,name=geqo_generations,json=geqoGenerations,proto3" json:"geqo_generations,omitempty"`         // the number of generations used by GEQO, useful values are in the same range as the pool size
	GeqoSelectionBias                   *wrapperspb.DoubleValue `protobuf:"bytes,157,opt,name=geqo_selection_bias,json=geqoSelectionBias,proto3" json:"geqo_selection_bias,omitempty"` // selective pressure within the population
	GeqoSeed                            *wrapperspb.DoubleValue `protobuf:"bytes,158,opt,name=geqo_seed,json=geqoSeed,proto3" json:"geqo_seed,omitempty"`                              // initial value of the random number generator used by GEQO
	PgTrgmSimilarityThreshold           *wrapperspb.DoubleValue ``                                                                                                                     /* 142-byte string literal not displayed */
	PgTrgmWordSimilarityThreshold       *wrapperspb.DoubleValue ``                                                                                                                     /* 156-byte string literal not displayed */
	PgTrgmStrictWordSimilarityThreshold *wrapperspb.DoubleValue ``                                                                                                                     /* 176-byte string literal not displayed */
	MaxStandbyArchiveDelay              *wrapperspb.Int64Value  ``                                                                                                                     // in milliseconds.
	/* 133-byte string literal not displayed */
	SessionDurationTimeout *wrapperspb.Int64Value `` // Terminate any session that exceeds the designated timeout, specified in milliseconds. If a timeout is not specified, the default session timeout is set to 12 hours. To disable it, specify a value of 0.
	/* 131-byte string literal not displayed */
	LogReplicationCommands   *wrapperspb.BoolValue  `` /* 131-byte string literal not displayed */
	LogAutovacuumMinDuration *wrapperspb.Int64Value `` // in milliseconds. The default is 1000 (1 sec).
	/* 139-byte string literal not displayed */
	PasswordEncryption PostgresqlConfig14_1C_PasswordEncryption `` // A default value for “ user_password_encryption “ user-level setting, if it not specified for new users. Possible values are “ PASSWORD_ENCRYPTION_MD5 “ or “ PASSWORD_ENCRYPTION_SCRAM_SHA_256 “. The default is “ PASSWORD_ENCRYPTION_MD5 “.
	/* 202-byte string literal not displayed */
	// contains filtered or unexported fields
}

Options and structure of `PostgresqlConfig` reflects PostgreSQL configuration file parameters which detailed description is available in [PostgreSQL documentation](https://www.postgresql.org/docs/11/runtime-config.html).

func (*PostgresqlConfig14_1C) Descriptor deprecated

func (*PostgresqlConfig14_1C) Descriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig14_1C.ProtoReflect.Descriptor instead.

func (*PostgresqlConfig14_1C) GetArchiveTimeout

func (x *PostgresqlConfig14_1C) GetArchiveTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig14_1C) GetArrayNulls

func (x *PostgresqlConfig14_1C) GetArrayNulls() *wrapperspb.BoolValue

func (*PostgresqlConfig14_1C) GetAutoExplainLogAnalyze

func (x *PostgresqlConfig14_1C) GetAutoExplainLogAnalyze() *wrapperspb.BoolValue

func (*PostgresqlConfig14_1C) GetAutoExplainLogBuffers

func (x *PostgresqlConfig14_1C) GetAutoExplainLogBuffers() *wrapperspb.BoolValue

func (*PostgresqlConfig14_1C) GetAutoExplainLogMinDuration

func (x *PostgresqlConfig14_1C) GetAutoExplainLogMinDuration() *wrapperspb.Int64Value

func (*PostgresqlConfig14_1C) GetAutoExplainLogNestedStatements

func (x *PostgresqlConfig14_1C) GetAutoExplainLogNestedStatements() *wrapperspb.BoolValue

func (*PostgresqlConfig14_1C) GetAutoExplainLogTiming

func (x *PostgresqlConfig14_1C) GetAutoExplainLogTiming() *wrapperspb.BoolValue

func (*PostgresqlConfig14_1C) GetAutoExplainLogTriggers

func (x *PostgresqlConfig14_1C) GetAutoExplainLogTriggers() *wrapperspb.BoolValue

func (*PostgresqlConfig14_1C) GetAutoExplainLogVerbose

func (x *PostgresqlConfig14_1C) GetAutoExplainLogVerbose() *wrapperspb.BoolValue

func (*PostgresqlConfig14_1C) GetAutoExplainSampleRate

func (x *PostgresqlConfig14_1C) GetAutoExplainSampleRate() *wrapperspb.DoubleValue

func (*PostgresqlConfig14_1C) GetAutovacuumAnalyzeScaleFactor

func (x *PostgresqlConfig14_1C) GetAutovacuumAnalyzeScaleFactor() *wrapperspb.DoubleValue

func (*PostgresqlConfig14_1C) GetAutovacuumMaxWorkers

func (x *PostgresqlConfig14_1C) GetAutovacuumMaxWorkers() *wrapperspb.Int64Value

func (*PostgresqlConfig14_1C) GetAutovacuumNaptime

func (x *PostgresqlConfig14_1C) GetAutovacuumNaptime() *wrapperspb.Int64Value

func (*PostgresqlConfig14_1C) GetAutovacuumVacuumCostDelay

func (x *PostgresqlConfig14_1C) GetAutovacuumVacuumCostDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig14_1C) GetAutovacuumVacuumCostLimit

func (x *PostgresqlConfig14_1C) GetAutovacuumVacuumCostLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig14_1C) GetAutovacuumVacuumInsertScaleFactor

func (x *PostgresqlConfig14_1C) GetAutovacuumVacuumInsertScaleFactor() *wrapperspb.DoubleValue

func (*PostgresqlConfig14_1C) GetAutovacuumVacuumInsertThreshold

func (x *PostgresqlConfig14_1C) GetAutovacuumVacuumInsertThreshold() *wrapperspb.Int64Value

func (*PostgresqlConfig14_1C) GetAutovacuumVacuumScaleFactor

func (x *PostgresqlConfig14_1C) GetAutovacuumVacuumScaleFactor() *wrapperspb.DoubleValue

func (*PostgresqlConfig14_1C) GetAutovacuumWorkMem

func (x *PostgresqlConfig14_1C) GetAutovacuumWorkMem() *wrapperspb.Int64Value

func (*PostgresqlConfig14_1C) GetBackendFlushAfter

func (x *PostgresqlConfig14_1C) GetBackendFlushAfter() *wrapperspb.Int64Value

func (*PostgresqlConfig14_1C) GetBackslashQuote

func (*PostgresqlConfig14_1C) GetBgwriterDelay

func (x *PostgresqlConfig14_1C) GetBgwriterDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig14_1C) GetBgwriterFlushAfter

func (x *PostgresqlConfig14_1C) GetBgwriterFlushAfter() *wrapperspb.Int64Value

func (*PostgresqlConfig14_1C) GetBgwriterLruMaxpages

func (x *PostgresqlConfig14_1C) GetBgwriterLruMaxpages() *wrapperspb.Int64Value

func (*PostgresqlConfig14_1C) GetBgwriterLruMultiplier

func (x *PostgresqlConfig14_1C) GetBgwriterLruMultiplier() *wrapperspb.DoubleValue

func (*PostgresqlConfig14_1C) GetByteaOutput

func (*PostgresqlConfig14_1C) GetCheckpointCompletionTarget

func (x *PostgresqlConfig14_1C) GetCheckpointCompletionTarget() *wrapperspb.DoubleValue

func (*PostgresqlConfig14_1C) GetCheckpointFlushAfter

func (x *PostgresqlConfig14_1C) GetCheckpointFlushAfter() *wrapperspb.Int64Value

func (*PostgresqlConfig14_1C) GetCheckpointTimeout

func (x *PostgresqlConfig14_1C) GetCheckpointTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig14_1C) GetClientConnectionCheckInterval

func (x *PostgresqlConfig14_1C) GetClientConnectionCheckInterval() *wrapperspb.Int64Value

func (*PostgresqlConfig14_1C) GetClientMinMessages

func (x *PostgresqlConfig14_1C) GetClientMinMessages() PostgresqlConfig14_1C_LogLevel

func (*PostgresqlConfig14_1C) GetConstraintExclusion

func (*PostgresqlConfig14_1C) GetCursorTupleFraction

func (x *PostgresqlConfig14_1C) GetCursorTupleFraction() *wrapperspb.DoubleValue

func (*PostgresqlConfig14_1C) GetDeadlockTimeout

func (x *PostgresqlConfig14_1C) GetDeadlockTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig14_1C) GetDefaultStatisticsTarget

func (x *PostgresqlConfig14_1C) GetDefaultStatisticsTarget() *wrapperspb.Int64Value

func (*PostgresqlConfig14_1C) GetDefaultTransactionIsolation

func (x *PostgresqlConfig14_1C) GetDefaultTransactionIsolation() PostgresqlConfig14_1C_TransactionIsolation

func (*PostgresqlConfig14_1C) GetDefaultTransactionReadOnly

func (x *PostgresqlConfig14_1C) GetDefaultTransactionReadOnly() *wrapperspb.BoolValue

func (*PostgresqlConfig14_1C) GetDefaultWithOids

func (x *PostgresqlConfig14_1C) GetDefaultWithOids() *wrapperspb.BoolValue

func (*PostgresqlConfig14_1C) GetEffectiveCacheSize

func (x *PostgresqlConfig14_1C) GetEffectiveCacheSize() *wrapperspb.Int64Value

func (*PostgresqlConfig14_1C) GetEffectiveIoConcurrency

func (x *PostgresqlConfig14_1C) GetEffectiveIoConcurrency() *wrapperspb.Int64Value

func (*PostgresqlConfig14_1C) GetEnableAsyncAppend

func (x *PostgresqlConfig14_1C) GetEnableAsyncAppend() *wrapperspb.BoolValue

func (*PostgresqlConfig14_1C) GetEnableBitmapscan

func (x *PostgresqlConfig14_1C) GetEnableBitmapscan() *wrapperspb.BoolValue

func (*PostgresqlConfig14_1C) GetEnableGathermerge

func (x *PostgresqlConfig14_1C) GetEnableGathermerge() *wrapperspb.BoolValue

func (*PostgresqlConfig14_1C) GetEnableHashagg

func (x *PostgresqlConfig14_1C) GetEnableHashagg() *wrapperspb.BoolValue

func (*PostgresqlConfig14_1C) GetEnableHashjoin

func (x *PostgresqlConfig14_1C) GetEnableHashjoin() *wrapperspb.BoolValue

func (*PostgresqlConfig14_1C) GetEnableIncrementalSort

func (x *PostgresqlConfig14_1C) GetEnableIncrementalSort() *wrapperspb.BoolValue

func (*PostgresqlConfig14_1C) GetEnableIndexonlyscan

func (x *PostgresqlConfig14_1C) GetEnableIndexonlyscan() *wrapperspb.BoolValue

func (*PostgresqlConfig14_1C) GetEnableIndexscan

func (x *PostgresqlConfig14_1C) GetEnableIndexscan() *wrapperspb.BoolValue

func (*PostgresqlConfig14_1C) GetEnableMaterial

func (x *PostgresqlConfig14_1C) GetEnableMaterial() *wrapperspb.BoolValue

func (*PostgresqlConfig14_1C) GetEnableMemoize

func (x *PostgresqlConfig14_1C) GetEnableMemoize() *wrapperspb.BoolValue

func (*PostgresqlConfig14_1C) GetEnableMergejoin

func (x *PostgresqlConfig14_1C) GetEnableMergejoin() *wrapperspb.BoolValue

func (*PostgresqlConfig14_1C) GetEnableNestloop

func (x *PostgresqlConfig14_1C) GetEnableNestloop() *wrapperspb.BoolValue

func (*PostgresqlConfig14_1C) GetEnableParallelAppend

func (x *PostgresqlConfig14_1C) GetEnableParallelAppend() *wrapperspb.BoolValue

func (*PostgresqlConfig14_1C) GetEnableParallelHash

func (x *PostgresqlConfig14_1C) GetEnableParallelHash() *wrapperspb.BoolValue

func (*PostgresqlConfig14_1C) GetEnablePartitionPruning

func (x *PostgresqlConfig14_1C) GetEnablePartitionPruning() *wrapperspb.BoolValue

func (*PostgresqlConfig14_1C) GetEnablePartitionwiseAggregate

func (x *PostgresqlConfig14_1C) GetEnablePartitionwiseAggregate() *wrapperspb.BoolValue

func (*PostgresqlConfig14_1C) GetEnablePartitionwiseJoin

func (x *PostgresqlConfig14_1C) GetEnablePartitionwiseJoin() *wrapperspb.BoolValue

func (*PostgresqlConfig14_1C) GetEnableSeqscan

func (x *PostgresqlConfig14_1C) GetEnableSeqscan() *wrapperspb.BoolValue

func (*PostgresqlConfig14_1C) GetEnableSort

func (x *PostgresqlConfig14_1C) GetEnableSort() *wrapperspb.BoolValue

func (*PostgresqlConfig14_1C) GetEnableTidscan

func (x *PostgresqlConfig14_1C) GetEnableTidscan() *wrapperspb.BoolValue

func (*PostgresqlConfig14_1C) GetEscapeStringWarning

func (x *PostgresqlConfig14_1C) GetEscapeStringWarning() *wrapperspb.BoolValue

func (*PostgresqlConfig14_1C) GetExitOnError

func (x *PostgresqlConfig14_1C) GetExitOnError() *wrapperspb.BoolValue

func (*PostgresqlConfig14_1C) GetForceParallelMode

func (*PostgresqlConfig14_1C) GetFromCollapseLimit

func (x *PostgresqlConfig14_1C) GetFromCollapseLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig14_1C) GetGeqo

func (*PostgresqlConfig14_1C) GetGeqoEffort

func (x *PostgresqlConfig14_1C) GetGeqoEffort() *wrapperspb.Int64Value

func (*PostgresqlConfig14_1C) GetGeqoGenerations

func (x *PostgresqlConfig14_1C) GetGeqoGenerations() *wrapperspb.Int64Value

func (*PostgresqlConfig14_1C) GetGeqoPoolSize

func (x *PostgresqlConfig14_1C) GetGeqoPoolSize() *wrapperspb.Int64Value

func (*PostgresqlConfig14_1C) GetGeqoSeed

func (x *PostgresqlConfig14_1C) GetGeqoSeed() *wrapperspb.DoubleValue

func (*PostgresqlConfig14_1C) GetGeqoSelectionBias

func (x *PostgresqlConfig14_1C) GetGeqoSelectionBias() *wrapperspb.DoubleValue

func (*PostgresqlConfig14_1C) GetGeqoThreshold

func (x *PostgresqlConfig14_1C) GetGeqoThreshold() *wrapperspb.Int64Value

func (*PostgresqlConfig14_1C) GetGinPendingListLimit

func (x *PostgresqlConfig14_1C) GetGinPendingListLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig14_1C) GetHashMemMultiplier

func (x *PostgresqlConfig14_1C) GetHashMemMultiplier() *wrapperspb.DoubleValue

func (*PostgresqlConfig14_1C) GetIdleInTransactionSessionTimeout

func (x *PostgresqlConfig14_1C) GetIdleInTransactionSessionTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig14_1C) GetJit

func (*PostgresqlConfig14_1C) GetJoinCollapseLimit

func (x *PostgresqlConfig14_1C) GetJoinCollapseLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig14_1C) GetLoCompatPrivileges

func (x *PostgresqlConfig14_1C) GetLoCompatPrivileges() *wrapperspb.BoolValue

func (*PostgresqlConfig14_1C) GetLockTimeout

func (x *PostgresqlConfig14_1C) GetLockTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig14_1C) GetLogAutovacuumMinDuration

func (x *PostgresqlConfig14_1C) GetLogAutovacuumMinDuration() *wrapperspb.Int64Value

func (*PostgresqlConfig14_1C) GetLogCheckpoints

func (x *PostgresqlConfig14_1C) GetLogCheckpoints() *wrapperspb.BoolValue

func (*PostgresqlConfig14_1C) GetLogConnections

func (x *PostgresqlConfig14_1C) GetLogConnections() *wrapperspb.BoolValue

func (*PostgresqlConfig14_1C) GetLogDisconnections

func (x *PostgresqlConfig14_1C) GetLogDisconnections() *wrapperspb.BoolValue

func (*PostgresqlConfig14_1C) GetLogDuration

func (x *PostgresqlConfig14_1C) GetLogDuration() *wrapperspb.BoolValue

func (*PostgresqlConfig14_1C) GetLogErrorVerbosity

func (*PostgresqlConfig14_1C) GetLogLockWaits

func (x *PostgresqlConfig14_1C) GetLogLockWaits() *wrapperspb.BoolValue

func (*PostgresqlConfig14_1C) GetLogMinDurationSample

func (x *PostgresqlConfig14_1C) GetLogMinDurationSample() *wrapperspb.Int64Value

func (*PostgresqlConfig14_1C) GetLogMinDurationStatement

func (x *PostgresqlConfig14_1C) GetLogMinDurationStatement() *wrapperspb.Int64Value

func (*PostgresqlConfig14_1C) GetLogMinErrorStatement

func (x *PostgresqlConfig14_1C) GetLogMinErrorStatement() PostgresqlConfig14_1C_LogLevel

func (*PostgresqlConfig14_1C) GetLogMinMessages

func (*PostgresqlConfig14_1C) GetLogParameterMaxLength

func (x *PostgresqlConfig14_1C) GetLogParameterMaxLength() *wrapperspb.Int64Value

func (*PostgresqlConfig14_1C) GetLogParameterMaxLengthOnError

func (x *PostgresqlConfig14_1C) GetLogParameterMaxLengthOnError() *wrapperspb.Int64Value

func (*PostgresqlConfig14_1C) GetLogRecoveryConflictWaits

func (x *PostgresqlConfig14_1C) GetLogRecoveryConflictWaits() *wrapperspb.BoolValue

func (*PostgresqlConfig14_1C) GetLogReplicationCommands

func (x *PostgresqlConfig14_1C) GetLogReplicationCommands() *wrapperspb.BoolValue

func (*PostgresqlConfig14_1C) GetLogStatement

func (*PostgresqlConfig14_1C) GetLogStatementSampleRate

func (x *PostgresqlConfig14_1C) GetLogStatementSampleRate() *wrapperspb.DoubleValue

func (*PostgresqlConfig14_1C) GetLogTempFiles

func (x *PostgresqlConfig14_1C) GetLogTempFiles() *wrapperspb.Int64Value

func (*PostgresqlConfig14_1C) GetLogTransactionSampleRate

func (x *PostgresqlConfig14_1C) GetLogTransactionSampleRate() *wrapperspb.DoubleValue

func (*PostgresqlConfig14_1C) GetLogicalDecodingWorkMem

func (x *PostgresqlConfig14_1C) GetLogicalDecodingWorkMem() *wrapperspb.Int64Value

func (*PostgresqlConfig14_1C) GetMaintenanceIoConcurrency

func (x *PostgresqlConfig14_1C) GetMaintenanceIoConcurrency() *wrapperspb.Int64Value

func (*PostgresqlConfig14_1C) GetMaintenanceWorkMem

func (x *PostgresqlConfig14_1C) GetMaintenanceWorkMem() *wrapperspb.Int64Value

func (*PostgresqlConfig14_1C) GetMaxConnections

func (x *PostgresqlConfig14_1C) GetMaxConnections() *wrapperspb.Int64Value

func (*PostgresqlConfig14_1C) GetMaxLocksPerTransaction

func (x *PostgresqlConfig14_1C) GetMaxLocksPerTransaction() *wrapperspb.Int64Value

func (*PostgresqlConfig14_1C) GetMaxParallelMaintenanceWorkers

func (x *PostgresqlConfig14_1C) GetMaxParallelMaintenanceWorkers() *wrapperspb.Int64Value

func (*PostgresqlConfig14_1C) GetMaxParallelWorkers

func (x *PostgresqlConfig14_1C) GetMaxParallelWorkers() *wrapperspb.Int64Value

func (*PostgresqlConfig14_1C) GetMaxParallelWorkersPerGather

func (x *PostgresqlConfig14_1C) GetMaxParallelWorkersPerGather() *wrapperspb.Int64Value

func (*PostgresqlConfig14_1C) GetMaxPredLocksPerTransaction

func (x *PostgresqlConfig14_1C) GetMaxPredLocksPerTransaction() *wrapperspb.Int64Value

func (*PostgresqlConfig14_1C) GetMaxPreparedTransactions

func (x *PostgresqlConfig14_1C) GetMaxPreparedTransactions() *wrapperspb.Int64Value

func (*PostgresqlConfig14_1C) GetMaxSlotWalKeepSize

func (x *PostgresqlConfig14_1C) GetMaxSlotWalKeepSize() *wrapperspb.Int64Value

func (*PostgresqlConfig14_1C) GetMaxStandbyArchiveDelay

func (x *PostgresqlConfig14_1C) GetMaxStandbyArchiveDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig14_1C) GetMaxStandbyStreamingDelay

func (x *PostgresqlConfig14_1C) GetMaxStandbyStreamingDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig14_1C) GetMaxWalSize

func (x *PostgresqlConfig14_1C) GetMaxWalSize() *wrapperspb.Int64Value

func (*PostgresqlConfig14_1C) GetMaxWorkerProcesses

func (x *PostgresqlConfig14_1C) GetMaxWorkerProcesses() *wrapperspb.Int64Value

func (*PostgresqlConfig14_1C) GetMinWalSize

func (x *PostgresqlConfig14_1C) GetMinWalSize() *wrapperspb.Int64Value

func (*PostgresqlConfig14_1C) GetOldSnapshotThreshold

func (x *PostgresqlConfig14_1C) GetOldSnapshotThreshold() *wrapperspb.Int64Value

func (*PostgresqlConfig14_1C) GetOnlineAnalyzeEnable

func (x *PostgresqlConfig14_1C) GetOnlineAnalyzeEnable() *wrapperspb.BoolValue

func (*PostgresqlConfig14_1C) GetParallelLeaderParticipation

func (x *PostgresqlConfig14_1C) GetParallelLeaderParticipation() *wrapperspb.BoolValue

func (*PostgresqlConfig14_1C) GetPasswordEncryption

func (*PostgresqlConfig14_1C) GetPgHintPlanDebugPrint

func (*PostgresqlConfig14_1C) GetPgHintPlanEnableHint

func (x *PostgresqlConfig14_1C) GetPgHintPlanEnableHint() *wrapperspb.BoolValue

func (*PostgresqlConfig14_1C) GetPgHintPlanEnableHintTable

func (x *PostgresqlConfig14_1C) GetPgHintPlanEnableHintTable() *wrapperspb.BoolValue

func (*PostgresqlConfig14_1C) GetPgHintPlanMessageLevel

func (x *PostgresqlConfig14_1C) GetPgHintPlanMessageLevel() PostgresqlConfig14_1C_LogLevel

func (*PostgresqlConfig14_1C) GetPgQualstatsEnabled

func (x *PostgresqlConfig14_1C) GetPgQualstatsEnabled() *wrapperspb.BoolValue

func (*PostgresqlConfig14_1C) GetPgQualstatsMax

func (x *PostgresqlConfig14_1C) GetPgQualstatsMax() *wrapperspb.Int64Value

func (*PostgresqlConfig14_1C) GetPgQualstatsResolveOids

func (x *PostgresqlConfig14_1C) GetPgQualstatsResolveOids() *wrapperspb.BoolValue

func (*PostgresqlConfig14_1C) GetPgQualstatsSampleRate

func (x *PostgresqlConfig14_1C) GetPgQualstatsSampleRate() *wrapperspb.DoubleValue

func (*PostgresqlConfig14_1C) GetPgQualstatsTrackConstants

func (x *PostgresqlConfig14_1C) GetPgQualstatsTrackConstants() *wrapperspb.BoolValue

func (*PostgresqlConfig14_1C) GetPgTrgmSimilarityThreshold

func (x *PostgresqlConfig14_1C) GetPgTrgmSimilarityThreshold() *wrapperspb.DoubleValue

func (*PostgresqlConfig14_1C) GetPgTrgmStrictWordSimilarityThreshold

func (x *PostgresqlConfig14_1C) GetPgTrgmStrictWordSimilarityThreshold() *wrapperspb.DoubleValue

func (*PostgresqlConfig14_1C) GetPgTrgmWordSimilarityThreshold

func (x *PostgresqlConfig14_1C) GetPgTrgmWordSimilarityThreshold() *wrapperspb.DoubleValue

func (*PostgresqlConfig14_1C) GetPlanCacheMode

func (*PostgresqlConfig14_1C) GetPlantunerFixEmptyTable

func (x *PostgresqlConfig14_1C) GetPlantunerFixEmptyTable() *wrapperspb.BoolValue

func (*PostgresqlConfig14_1C) GetQuoteAllIdentifiers

func (x *PostgresqlConfig14_1C) GetQuoteAllIdentifiers() *wrapperspb.BoolValue

func (*PostgresqlConfig14_1C) GetRandomPageCost

func (x *PostgresqlConfig14_1C) GetRandomPageCost() *wrapperspb.DoubleValue

func (*PostgresqlConfig14_1C) GetRowSecurity

func (x *PostgresqlConfig14_1C) GetRowSecurity() *wrapperspb.BoolValue

func (*PostgresqlConfig14_1C) GetSearchPath

func (x *PostgresqlConfig14_1C) GetSearchPath() string

func (*PostgresqlConfig14_1C) GetSeqPageCost

func (x *PostgresqlConfig14_1C) GetSeqPageCost() *wrapperspb.DoubleValue

func (*PostgresqlConfig14_1C) GetSessionDurationTimeout

func (x *PostgresqlConfig14_1C) GetSessionDurationTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig14_1C) GetSharedBuffers

func (x *PostgresqlConfig14_1C) GetSharedBuffers() *wrapperspb.Int64Value

func (*PostgresqlConfig14_1C) GetSharedPreloadLibraries

func (*PostgresqlConfig14_1C) GetStandardConformingStrings

func (x *PostgresqlConfig14_1C) GetStandardConformingStrings() *wrapperspb.BoolValue

func (*PostgresqlConfig14_1C) GetStatementTimeout

func (x *PostgresqlConfig14_1C) GetStatementTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig14_1C) GetSynchronizeSeqscans

func (x *PostgresqlConfig14_1C) GetSynchronizeSeqscans() *wrapperspb.BoolValue

func (*PostgresqlConfig14_1C) GetSynchronousCommit

func (*PostgresqlConfig14_1C) GetTempBuffers

func (x *PostgresqlConfig14_1C) GetTempBuffers() *wrapperspb.Int64Value

func (*PostgresqlConfig14_1C) GetTempFileLimit

func (x *PostgresqlConfig14_1C) GetTempFileLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig14_1C) GetTimezone

func (x *PostgresqlConfig14_1C) GetTimezone() string

func (*PostgresqlConfig14_1C) GetTrackActivityQuerySize

func (x *PostgresqlConfig14_1C) GetTrackActivityQuerySize() *wrapperspb.Int64Value

func (*PostgresqlConfig14_1C) GetTransformNullEquals

func (x *PostgresqlConfig14_1C) GetTransformNullEquals() *wrapperspb.BoolValue

func (*PostgresqlConfig14_1C) GetVacuumCostDelay

func (x *PostgresqlConfig14_1C) GetVacuumCostDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig14_1C) GetVacuumCostLimit

func (x *PostgresqlConfig14_1C) GetVacuumCostLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig14_1C) GetVacuumCostPageDirty

func (x *PostgresqlConfig14_1C) GetVacuumCostPageDirty() *wrapperspb.Int64Value

func (*PostgresqlConfig14_1C) GetVacuumCostPageHit

func (x *PostgresqlConfig14_1C) GetVacuumCostPageHit() *wrapperspb.Int64Value

func (*PostgresqlConfig14_1C) GetVacuumCostPageMiss

func (x *PostgresqlConfig14_1C) GetVacuumCostPageMiss() *wrapperspb.Int64Value

func (*PostgresqlConfig14_1C) GetVacuumFailsafeAge

func (x *PostgresqlConfig14_1C) GetVacuumFailsafeAge() *wrapperspb.Int64Value

func (*PostgresqlConfig14_1C) GetVacuumMultixactFailsafeAge

func (x *PostgresqlConfig14_1C) GetVacuumMultixactFailsafeAge() *wrapperspb.Int64Value

func (*PostgresqlConfig14_1C) GetWalKeepSize

func (x *PostgresqlConfig14_1C) GetWalKeepSize() *wrapperspb.Int64Value

func (*PostgresqlConfig14_1C) GetWalLevel

func (*PostgresqlConfig14_1C) GetWorkMem

func (x *PostgresqlConfig14_1C) GetWorkMem() *wrapperspb.Int64Value

func (*PostgresqlConfig14_1C) GetXmlbinary

func (*PostgresqlConfig14_1C) GetXmloption

func (*PostgresqlConfig14_1C) ProtoMessage

func (*PostgresqlConfig14_1C) ProtoMessage()

func (*PostgresqlConfig14_1C) ProtoReflect

func (x *PostgresqlConfig14_1C) ProtoReflect() protoreflect.Message

func (*PostgresqlConfig14_1C) Reset

func (x *PostgresqlConfig14_1C) Reset()

func (*PostgresqlConfig14_1C) SetArchiveTimeout

func (m *PostgresqlConfig14_1C) SetArchiveTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14_1C) SetArrayNulls

func (m *PostgresqlConfig14_1C) SetArrayNulls(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14_1C) SetAutoExplainLogAnalyze

func (m *PostgresqlConfig14_1C) SetAutoExplainLogAnalyze(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14_1C) SetAutoExplainLogBuffers

func (m *PostgresqlConfig14_1C) SetAutoExplainLogBuffers(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14_1C) SetAutoExplainLogMinDuration

func (m *PostgresqlConfig14_1C) SetAutoExplainLogMinDuration(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14_1C) SetAutoExplainLogNestedStatements

func (m *PostgresqlConfig14_1C) SetAutoExplainLogNestedStatements(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14_1C) SetAutoExplainLogTiming

func (m *PostgresqlConfig14_1C) SetAutoExplainLogTiming(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14_1C) SetAutoExplainLogTriggers

func (m *PostgresqlConfig14_1C) SetAutoExplainLogTriggers(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14_1C) SetAutoExplainLogVerbose

func (m *PostgresqlConfig14_1C) SetAutoExplainLogVerbose(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14_1C) SetAutoExplainSampleRate

func (m *PostgresqlConfig14_1C) SetAutoExplainSampleRate(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig14_1C) SetAutovacuumAnalyzeScaleFactor

func (m *PostgresqlConfig14_1C) SetAutovacuumAnalyzeScaleFactor(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig14_1C) SetAutovacuumMaxWorkers

func (m *PostgresqlConfig14_1C) SetAutovacuumMaxWorkers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14_1C) SetAutovacuumNaptime

func (m *PostgresqlConfig14_1C) SetAutovacuumNaptime(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14_1C) SetAutovacuumVacuumCostDelay

func (m *PostgresqlConfig14_1C) SetAutovacuumVacuumCostDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14_1C) SetAutovacuumVacuumCostLimit

func (m *PostgresqlConfig14_1C) SetAutovacuumVacuumCostLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14_1C) SetAutovacuumVacuumInsertScaleFactor

func (m *PostgresqlConfig14_1C) SetAutovacuumVacuumInsertScaleFactor(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig14_1C) SetAutovacuumVacuumInsertThreshold

func (m *PostgresqlConfig14_1C) SetAutovacuumVacuumInsertThreshold(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14_1C) SetAutovacuumVacuumScaleFactor

func (m *PostgresqlConfig14_1C) SetAutovacuumVacuumScaleFactor(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig14_1C) SetAutovacuumWorkMem

func (m *PostgresqlConfig14_1C) SetAutovacuumWorkMem(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14_1C) SetBackendFlushAfter

func (m *PostgresqlConfig14_1C) SetBackendFlushAfter(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14_1C) SetBackslashQuote

func (*PostgresqlConfig14_1C) SetBgwriterDelay

func (m *PostgresqlConfig14_1C) SetBgwriterDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14_1C) SetBgwriterFlushAfter

func (m *PostgresqlConfig14_1C) SetBgwriterFlushAfter(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14_1C) SetBgwriterLruMaxpages

func (m *PostgresqlConfig14_1C) SetBgwriterLruMaxpages(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14_1C) SetBgwriterLruMultiplier

func (m *PostgresqlConfig14_1C) SetBgwriterLruMultiplier(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig14_1C) SetByteaOutput

func (*PostgresqlConfig14_1C) SetCheckpointCompletionTarget

func (m *PostgresqlConfig14_1C) SetCheckpointCompletionTarget(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig14_1C) SetCheckpointFlushAfter

func (m *PostgresqlConfig14_1C) SetCheckpointFlushAfter(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14_1C) SetCheckpointTimeout

func (m *PostgresqlConfig14_1C) SetCheckpointTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14_1C) SetClientConnectionCheckInterval

func (m *PostgresqlConfig14_1C) SetClientConnectionCheckInterval(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14_1C) SetClientMinMessages

func (m *PostgresqlConfig14_1C) SetClientMinMessages(v PostgresqlConfig14_1C_LogLevel)

func (*PostgresqlConfig14_1C) SetConstraintExclusion

func (*PostgresqlConfig14_1C) SetCursorTupleFraction

func (m *PostgresqlConfig14_1C) SetCursorTupleFraction(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig14_1C) SetDeadlockTimeout

func (m *PostgresqlConfig14_1C) SetDeadlockTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14_1C) SetDefaultStatisticsTarget

func (m *PostgresqlConfig14_1C) SetDefaultStatisticsTarget(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14_1C) SetDefaultTransactionIsolation

func (m *PostgresqlConfig14_1C) SetDefaultTransactionIsolation(v PostgresqlConfig14_1C_TransactionIsolation)

func (*PostgresqlConfig14_1C) SetDefaultTransactionReadOnly

func (m *PostgresqlConfig14_1C) SetDefaultTransactionReadOnly(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14_1C) SetDefaultWithOids

func (m *PostgresqlConfig14_1C) SetDefaultWithOids(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14_1C) SetEffectiveCacheSize

func (m *PostgresqlConfig14_1C) SetEffectiveCacheSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14_1C) SetEffectiveIoConcurrency

func (m *PostgresqlConfig14_1C) SetEffectiveIoConcurrency(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14_1C) SetEnableAsyncAppend

func (m *PostgresqlConfig14_1C) SetEnableAsyncAppend(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14_1C) SetEnableBitmapscan

func (m *PostgresqlConfig14_1C) SetEnableBitmapscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14_1C) SetEnableGathermerge

func (m *PostgresqlConfig14_1C) SetEnableGathermerge(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14_1C) SetEnableHashagg

func (m *PostgresqlConfig14_1C) SetEnableHashagg(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14_1C) SetEnableHashjoin

func (m *PostgresqlConfig14_1C) SetEnableHashjoin(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14_1C) SetEnableIncrementalSort

func (m *PostgresqlConfig14_1C) SetEnableIncrementalSort(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14_1C) SetEnableIndexonlyscan

func (m *PostgresqlConfig14_1C) SetEnableIndexonlyscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14_1C) SetEnableIndexscan

func (m *PostgresqlConfig14_1C) SetEnableIndexscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14_1C) SetEnableMaterial

func (m *PostgresqlConfig14_1C) SetEnableMaterial(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14_1C) SetEnableMemoize

func (m *PostgresqlConfig14_1C) SetEnableMemoize(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14_1C) SetEnableMergejoin

func (m *PostgresqlConfig14_1C) SetEnableMergejoin(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14_1C) SetEnableNestloop

func (m *PostgresqlConfig14_1C) SetEnableNestloop(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14_1C) SetEnableParallelAppend

func (m *PostgresqlConfig14_1C) SetEnableParallelAppend(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14_1C) SetEnableParallelHash

func (m *PostgresqlConfig14_1C) SetEnableParallelHash(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14_1C) SetEnablePartitionPruning

func (m *PostgresqlConfig14_1C) SetEnablePartitionPruning(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14_1C) SetEnablePartitionwiseAggregate

func (m *PostgresqlConfig14_1C) SetEnablePartitionwiseAggregate(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14_1C) SetEnablePartitionwiseJoin

func (m *PostgresqlConfig14_1C) SetEnablePartitionwiseJoin(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14_1C) SetEnableSeqscan

func (m *PostgresqlConfig14_1C) SetEnableSeqscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14_1C) SetEnableSort

func (m *PostgresqlConfig14_1C) SetEnableSort(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14_1C) SetEnableTidscan

func (m *PostgresqlConfig14_1C) SetEnableTidscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14_1C) SetEscapeStringWarning

func (m *PostgresqlConfig14_1C) SetEscapeStringWarning(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14_1C) SetExitOnError

func (m *PostgresqlConfig14_1C) SetExitOnError(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14_1C) SetForceParallelMode

func (*PostgresqlConfig14_1C) SetFromCollapseLimit

func (m *PostgresqlConfig14_1C) SetFromCollapseLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14_1C) SetGeqo

func (*PostgresqlConfig14_1C) SetGeqoEffort

func (m *PostgresqlConfig14_1C) SetGeqoEffort(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14_1C) SetGeqoGenerations

func (m *PostgresqlConfig14_1C) SetGeqoGenerations(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14_1C) SetGeqoPoolSize

func (m *PostgresqlConfig14_1C) SetGeqoPoolSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14_1C) SetGeqoSeed

func (m *PostgresqlConfig14_1C) SetGeqoSeed(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig14_1C) SetGeqoSelectionBias

func (m *PostgresqlConfig14_1C) SetGeqoSelectionBias(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig14_1C) SetGeqoThreshold

func (m *PostgresqlConfig14_1C) SetGeqoThreshold(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14_1C) SetGinPendingListLimit

func (m *PostgresqlConfig14_1C) SetGinPendingListLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14_1C) SetHashMemMultiplier

func (m *PostgresqlConfig14_1C) SetHashMemMultiplier(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig14_1C) SetIdleInTransactionSessionTimeout

func (m *PostgresqlConfig14_1C) SetIdleInTransactionSessionTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14_1C) SetJit

func (*PostgresqlConfig14_1C) SetJoinCollapseLimit

func (m *PostgresqlConfig14_1C) SetJoinCollapseLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14_1C) SetLoCompatPrivileges

func (m *PostgresqlConfig14_1C) SetLoCompatPrivileges(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14_1C) SetLockTimeout

func (m *PostgresqlConfig14_1C) SetLockTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14_1C) SetLogAutovacuumMinDuration

func (m *PostgresqlConfig14_1C) SetLogAutovacuumMinDuration(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14_1C) SetLogCheckpoints

func (m *PostgresqlConfig14_1C) SetLogCheckpoints(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14_1C) SetLogConnections

func (m *PostgresqlConfig14_1C) SetLogConnections(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14_1C) SetLogDisconnections

func (m *PostgresqlConfig14_1C) SetLogDisconnections(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14_1C) SetLogDuration

func (m *PostgresqlConfig14_1C) SetLogDuration(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14_1C) SetLogErrorVerbosity

func (*PostgresqlConfig14_1C) SetLogLockWaits

func (m *PostgresqlConfig14_1C) SetLogLockWaits(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14_1C) SetLogMinDurationSample

func (m *PostgresqlConfig14_1C) SetLogMinDurationSample(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14_1C) SetLogMinDurationStatement

func (m *PostgresqlConfig14_1C) SetLogMinDurationStatement(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14_1C) SetLogMinErrorStatement

func (m *PostgresqlConfig14_1C) SetLogMinErrorStatement(v PostgresqlConfig14_1C_LogLevel)

func (*PostgresqlConfig14_1C) SetLogMinMessages

func (m *PostgresqlConfig14_1C) SetLogMinMessages(v PostgresqlConfig14_1C_LogLevel)

func (*PostgresqlConfig14_1C) SetLogParameterMaxLength

func (m *PostgresqlConfig14_1C) SetLogParameterMaxLength(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14_1C) SetLogParameterMaxLengthOnError

func (m *PostgresqlConfig14_1C) SetLogParameterMaxLengthOnError(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14_1C) SetLogRecoveryConflictWaits

func (m *PostgresqlConfig14_1C) SetLogRecoveryConflictWaits(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14_1C) SetLogReplicationCommands

func (m *PostgresqlConfig14_1C) SetLogReplicationCommands(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14_1C) SetLogStatement

func (*PostgresqlConfig14_1C) SetLogStatementSampleRate

func (m *PostgresqlConfig14_1C) SetLogStatementSampleRate(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig14_1C) SetLogTempFiles

func (m *PostgresqlConfig14_1C) SetLogTempFiles(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14_1C) SetLogTransactionSampleRate

func (m *PostgresqlConfig14_1C) SetLogTransactionSampleRate(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig14_1C) SetLogicalDecodingWorkMem

func (m *PostgresqlConfig14_1C) SetLogicalDecodingWorkMem(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14_1C) SetMaintenanceIoConcurrency

func (m *PostgresqlConfig14_1C) SetMaintenanceIoConcurrency(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14_1C) SetMaintenanceWorkMem

func (m *PostgresqlConfig14_1C) SetMaintenanceWorkMem(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14_1C) SetMaxConnections

func (m *PostgresqlConfig14_1C) SetMaxConnections(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14_1C) SetMaxLocksPerTransaction

func (m *PostgresqlConfig14_1C) SetMaxLocksPerTransaction(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14_1C) SetMaxParallelMaintenanceWorkers

func (m *PostgresqlConfig14_1C) SetMaxParallelMaintenanceWorkers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14_1C) SetMaxParallelWorkers

func (m *PostgresqlConfig14_1C) SetMaxParallelWorkers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14_1C) SetMaxParallelWorkersPerGather

func (m *PostgresqlConfig14_1C) SetMaxParallelWorkersPerGather(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14_1C) SetMaxPredLocksPerTransaction

func (m *PostgresqlConfig14_1C) SetMaxPredLocksPerTransaction(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14_1C) SetMaxPreparedTransactions

func (m *PostgresqlConfig14_1C) SetMaxPreparedTransactions(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14_1C) SetMaxSlotWalKeepSize

func (m *PostgresqlConfig14_1C) SetMaxSlotWalKeepSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14_1C) SetMaxStandbyArchiveDelay

func (m *PostgresqlConfig14_1C) SetMaxStandbyArchiveDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14_1C) SetMaxStandbyStreamingDelay

func (m *PostgresqlConfig14_1C) SetMaxStandbyStreamingDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14_1C) SetMaxWalSize

func (m *PostgresqlConfig14_1C) SetMaxWalSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14_1C) SetMaxWorkerProcesses

func (m *PostgresqlConfig14_1C) SetMaxWorkerProcesses(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14_1C) SetMinWalSize

func (m *PostgresqlConfig14_1C) SetMinWalSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14_1C) SetOldSnapshotThreshold

func (m *PostgresqlConfig14_1C) SetOldSnapshotThreshold(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14_1C) SetOnlineAnalyzeEnable

func (m *PostgresqlConfig14_1C) SetOnlineAnalyzeEnable(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14_1C) SetParallelLeaderParticipation

func (m *PostgresqlConfig14_1C) SetParallelLeaderParticipation(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14_1C) SetPasswordEncryption

func (*PostgresqlConfig14_1C) SetPgHintPlanDebugPrint

func (*PostgresqlConfig14_1C) SetPgHintPlanEnableHint

func (m *PostgresqlConfig14_1C) SetPgHintPlanEnableHint(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14_1C) SetPgHintPlanEnableHintTable

func (m *PostgresqlConfig14_1C) SetPgHintPlanEnableHintTable(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14_1C) SetPgHintPlanMessageLevel

func (m *PostgresqlConfig14_1C) SetPgHintPlanMessageLevel(v PostgresqlConfig14_1C_LogLevel)

func (*PostgresqlConfig14_1C) SetPgQualstatsEnabled

func (m *PostgresqlConfig14_1C) SetPgQualstatsEnabled(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14_1C) SetPgQualstatsMax

func (m *PostgresqlConfig14_1C) SetPgQualstatsMax(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14_1C) SetPgQualstatsResolveOids

func (m *PostgresqlConfig14_1C) SetPgQualstatsResolveOids(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14_1C) SetPgQualstatsSampleRate

func (m *PostgresqlConfig14_1C) SetPgQualstatsSampleRate(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig14_1C) SetPgQualstatsTrackConstants

func (m *PostgresqlConfig14_1C) SetPgQualstatsTrackConstants(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14_1C) SetPgTrgmSimilarityThreshold

func (m *PostgresqlConfig14_1C) SetPgTrgmSimilarityThreshold(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig14_1C) SetPgTrgmStrictWordSimilarityThreshold

func (m *PostgresqlConfig14_1C) SetPgTrgmStrictWordSimilarityThreshold(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig14_1C) SetPgTrgmWordSimilarityThreshold

func (m *PostgresqlConfig14_1C) SetPgTrgmWordSimilarityThreshold(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig14_1C) SetPlanCacheMode

func (*PostgresqlConfig14_1C) SetPlantunerFixEmptyTable

func (m *PostgresqlConfig14_1C) SetPlantunerFixEmptyTable(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14_1C) SetQuoteAllIdentifiers

func (m *PostgresqlConfig14_1C) SetQuoteAllIdentifiers(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14_1C) SetRandomPageCost

func (m *PostgresqlConfig14_1C) SetRandomPageCost(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig14_1C) SetRowSecurity

func (m *PostgresqlConfig14_1C) SetRowSecurity(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14_1C) SetSearchPath

func (m *PostgresqlConfig14_1C) SetSearchPath(v string)

func (*PostgresqlConfig14_1C) SetSeqPageCost

func (m *PostgresqlConfig14_1C) SetSeqPageCost(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig14_1C) SetSessionDurationTimeout

func (m *PostgresqlConfig14_1C) SetSessionDurationTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14_1C) SetSharedBuffers

func (m *PostgresqlConfig14_1C) SetSharedBuffers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14_1C) SetSharedPreloadLibraries

func (m *PostgresqlConfig14_1C) SetSharedPreloadLibraries(v []PostgresqlConfig14_1C_SharedPreloadLibraries)

func (*PostgresqlConfig14_1C) SetStandardConformingStrings

func (m *PostgresqlConfig14_1C) SetStandardConformingStrings(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14_1C) SetStatementTimeout

func (m *PostgresqlConfig14_1C) SetStatementTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14_1C) SetSynchronizeSeqscans

func (m *PostgresqlConfig14_1C) SetSynchronizeSeqscans(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14_1C) SetSynchronousCommit

func (*PostgresqlConfig14_1C) SetTempBuffers

func (m *PostgresqlConfig14_1C) SetTempBuffers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14_1C) SetTempFileLimit

func (m *PostgresqlConfig14_1C) SetTempFileLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14_1C) SetTimezone

func (m *PostgresqlConfig14_1C) SetTimezone(v string)

func (*PostgresqlConfig14_1C) SetTrackActivityQuerySize

func (m *PostgresqlConfig14_1C) SetTrackActivityQuerySize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14_1C) SetTransformNullEquals

func (m *PostgresqlConfig14_1C) SetTransformNullEquals(v *wrapperspb.BoolValue)

func (*PostgresqlConfig14_1C) SetVacuumCostDelay

func (m *PostgresqlConfig14_1C) SetVacuumCostDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14_1C) SetVacuumCostLimit

func (m *PostgresqlConfig14_1C) SetVacuumCostLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14_1C) SetVacuumCostPageDirty

func (m *PostgresqlConfig14_1C) SetVacuumCostPageDirty(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14_1C) SetVacuumCostPageHit

func (m *PostgresqlConfig14_1C) SetVacuumCostPageHit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14_1C) SetVacuumCostPageMiss

func (m *PostgresqlConfig14_1C) SetVacuumCostPageMiss(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14_1C) SetVacuumFailsafeAge

func (m *PostgresqlConfig14_1C) SetVacuumFailsafeAge(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14_1C) SetVacuumMultixactFailsafeAge

func (m *PostgresqlConfig14_1C) SetVacuumMultixactFailsafeAge(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14_1C) SetWalKeepSize

func (m *PostgresqlConfig14_1C) SetWalKeepSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14_1C) SetWalLevel

func (*PostgresqlConfig14_1C) SetWorkMem

func (m *PostgresqlConfig14_1C) SetWorkMem(v *wrapperspb.Int64Value)

func (*PostgresqlConfig14_1C) SetXmlbinary

func (*PostgresqlConfig14_1C) SetXmloption

func (*PostgresqlConfig14_1C) String

func (x *PostgresqlConfig14_1C) String() string

type PostgresqlConfig14_1C_BackslashQuote

type PostgresqlConfig14_1C_BackslashQuote int32
const (
	PostgresqlConfig14_1C_BACKSLASH_QUOTE_UNSPECIFIED   PostgresqlConfig14_1C_BackslashQuote = 0
	PostgresqlConfig14_1C_BACKSLASH_QUOTE               PostgresqlConfig14_1C_BackslashQuote = 1
	PostgresqlConfig14_1C_BACKSLASH_QUOTE_ON            PostgresqlConfig14_1C_BackslashQuote = 2
	PostgresqlConfig14_1C_BACKSLASH_QUOTE_OFF           PostgresqlConfig14_1C_BackslashQuote = 3
	PostgresqlConfig14_1C_BACKSLASH_QUOTE_SAFE_ENCODING PostgresqlConfig14_1C_BackslashQuote = 4
)

func (PostgresqlConfig14_1C_BackslashQuote) Descriptor

func (PostgresqlConfig14_1C_BackslashQuote) Enum

func (PostgresqlConfig14_1C_BackslashQuote) EnumDescriptor deprecated

func (PostgresqlConfig14_1C_BackslashQuote) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig14_1C_BackslashQuote.Descriptor instead.

func (PostgresqlConfig14_1C_BackslashQuote) Number

func (PostgresqlConfig14_1C_BackslashQuote) String

func (PostgresqlConfig14_1C_BackslashQuote) Type

type PostgresqlConfig14_1C_ByteaOutput

type PostgresqlConfig14_1C_ByteaOutput int32
const (
	PostgresqlConfig14_1C_BYTEA_OUTPUT_UNSPECIFIED PostgresqlConfig14_1C_ByteaOutput = 0
	PostgresqlConfig14_1C_BYTEA_OUTPUT_HEX         PostgresqlConfig14_1C_ByteaOutput = 1
	PostgresqlConfig14_1C_BYTEA_OUTPUT_ESCAPED     PostgresqlConfig14_1C_ByteaOutput = 2
)

func (PostgresqlConfig14_1C_ByteaOutput) Descriptor

func (PostgresqlConfig14_1C_ByteaOutput) Enum

func (PostgresqlConfig14_1C_ByteaOutput) EnumDescriptor deprecated

func (PostgresqlConfig14_1C_ByteaOutput) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig14_1C_ByteaOutput.Descriptor instead.

func (PostgresqlConfig14_1C_ByteaOutput) Number

func (PostgresqlConfig14_1C_ByteaOutput) String

func (PostgresqlConfig14_1C_ByteaOutput) Type

type PostgresqlConfig14_1C_ConstraintExclusion

type PostgresqlConfig14_1C_ConstraintExclusion int32
const (
	PostgresqlConfig14_1C_CONSTRAINT_EXCLUSION_UNSPECIFIED PostgresqlConfig14_1C_ConstraintExclusion = 0
	PostgresqlConfig14_1C_CONSTRAINT_EXCLUSION_ON          PostgresqlConfig14_1C_ConstraintExclusion = 1
	PostgresqlConfig14_1C_CONSTRAINT_EXCLUSION_OFF         PostgresqlConfig14_1C_ConstraintExclusion = 2
	PostgresqlConfig14_1C_CONSTRAINT_EXCLUSION_PARTITION   PostgresqlConfig14_1C_ConstraintExclusion = 3
)

func (PostgresqlConfig14_1C_ConstraintExclusion) Descriptor

func (PostgresqlConfig14_1C_ConstraintExclusion) Enum

func (PostgresqlConfig14_1C_ConstraintExclusion) EnumDescriptor deprecated

func (PostgresqlConfig14_1C_ConstraintExclusion) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig14_1C_ConstraintExclusion.Descriptor instead.

func (PostgresqlConfig14_1C_ConstraintExclusion) Number

func (PostgresqlConfig14_1C_ConstraintExclusion) String

func (PostgresqlConfig14_1C_ConstraintExclusion) Type

type PostgresqlConfig14_1C_ForceParallelMode

type PostgresqlConfig14_1C_ForceParallelMode int32
const (
	PostgresqlConfig14_1C_FORCE_PARALLEL_MODE_UNSPECIFIED PostgresqlConfig14_1C_ForceParallelMode = 0
	PostgresqlConfig14_1C_FORCE_PARALLEL_MODE_ON          PostgresqlConfig14_1C_ForceParallelMode = 1
	PostgresqlConfig14_1C_FORCE_PARALLEL_MODE_OFF         PostgresqlConfig14_1C_ForceParallelMode = 2
	PostgresqlConfig14_1C_FORCE_PARALLEL_MODE_REGRESS     PostgresqlConfig14_1C_ForceParallelMode = 3
)

func (PostgresqlConfig14_1C_ForceParallelMode) Descriptor

func (PostgresqlConfig14_1C_ForceParallelMode) Enum

func (PostgresqlConfig14_1C_ForceParallelMode) EnumDescriptor deprecated

func (PostgresqlConfig14_1C_ForceParallelMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig14_1C_ForceParallelMode.Descriptor instead.

func (PostgresqlConfig14_1C_ForceParallelMode) Number

func (PostgresqlConfig14_1C_ForceParallelMode) String

func (PostgresqlConfig14_1C_ForceParallelMode) Type

type PostgresqlConfig14_1C_LogErrorVerbosity

type PostgresqlConfig14_1C_LogErrorVerbosity int32
const (
	PostgresqlConfig14_1C_LOG_ERROR_VERBOSITY_UNSPECIFIED PostgresqlConfig14_1C_LogErrorVerbosity = 0
	PostgresqlConfig14_1C_LOG_ERROR_VERBOSITY_TERSE       PostgresqlConfig14_1C_LogErrorVerbosity = 1
	PostgresqlConfig14_1C_LOG_ERROR_VERBOSITY_DEFAULT     PostgresqlConfig14_1C_LogErrorVerbosity = 2
	PostgresqlConfig14_1C_LOG_ERROR_VERBOSITY_VERBOSE     PostgresqlConfig14_1C_LogErrorVerbosity = 3
)

func (PostgresqlConfig14_1C_LogErrorVerbosity) Descriptor

func (PostgresqlConfig14_1C_LogErrorVerbosity) Enum

func (PostgresqlConfig14_1C_LogErrorVerbosity) EnumDescriptor deprecated

func (PostgresqlConfig14_1C_LogErrorVerbosity) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig14_1C_LogErrorVerbosity.Descriptor instead.

func (PostgresqlConfig14_1C_LogErrorVerbosity) Number

func (PostgresqlConfig14_1C_LogErrorVerbosity) String

func (PostgresqlConfig14_1C_LogErrorVerbosity) Type

type PostgresqlConfig14_1C_LogLevel

type PostgresqlConfig14_1C_LogLevel int32
const (
	PostgresqlConfig14_1C_LOG_LEVEL_UNSPECIFIED PostgresqlConfig14_1C_LogLevel = 0
	PostgresqlConfig14_1C_LOG_LEVEL_DEBUG5      PostgresqlConfig14_1C_LogLevel = 1
	PostgresqlConfig14_1C_LOG_LEVEL_DEBUG4      PostgresqlConfig14_1C_LogLevel = 2
	PostgresqlConfig14_1C_LOG_LEVEL_DEBUG3      PostgresqlConfig14_1C_LogLevel = 3
	PostgresqlConfig14_1C_LOG_LEVEL_DEBUG2      PostgresqlConfig14_1C_LogLevel = 4
	PostgresqlConfig14_1C_LOG_LEVEL_DEBUG1      PostgresqlConfig14_1C_LogLevel = 5
	PostgresqlConfig14_1C_LOG_LEVEL_LOG         PostgresqlConfig14_1C_LogLevel = 6
	PostgresqlConfig14_1C_LOG_LEVEL_NOTICE      PostgresqlConfig14_1C_LogLevel = 7
	PostgresqlConfig14_1C_LOG_LEVEL_WARNING     PostgresqlConfig14_1C_LogLevel = 8
	PostgresqlConfig14_1C_LOG_LEVEL_ERROR       PostgresqlConfig14_1C_LogLevel = 9
	PostgresqlConfig14_1C_LOG_LEVEL_FATAL       PostgresqlConfig14_1C_LogLevel = 10
	PostgresqlConfig14_1C_LOG_LEVEL_PANIC       PostgresqlConfig14_1C_LogLevel = 11
)

func (PostgresqlConfig14_1C_LogLevel) Descriptor

func (PostgresqlConfig14_1C_LogLevel) Enum

func (PostgresqlConfig14_1C_LogLevel) EnumDescriptor deprecated

func (PostgresqlConfig14_1C_LogLevel) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig14_1C_LogLevel.Descriptor instead.

func (PostgresqlConfig14_1C_LogLevel) Number

func (PostgresqlConfig14_1C_LogLevel) String

func (PostgresqlConfig14_1C_LogLevel) Type

type PostgresqlConfig14_1C_LogStatement

type PostgresqlConfig14_1C_LogStatement int32
const (
	PostgresqlConfig14_1C_LOG_STATEMENT_UNSPECIFIED PostgresqlConfig14_1C_LogStatement = 0
	PostgresqlConfig14_1C_LOG_STATEMENT_NONE        PostgresqlConfig14_1C_LogStatement = 1
	PostgresqlConfig14_1C_LOG_STATEMENT_DDL         PostgresqlConfig14_1C_LogStatement = 2
	PostgresqlConfig14_1C_LOG_STATEMENT_MOD         PostgresqlConfig14_1C_LogStatement = 3
	PostgresqlConfig14_1C_LOG_STATEMENT_ALL         PostgresqlConfig14_1C_LogStatement = 4
)

func (PostgresqlConfig14_1C_LogStatement) Descriptor

func (PostgresqlConfig14_1C_LogStatement) Enum

func (PostgresqlConfig14_1C_LogStatement) EnumDescriptor deprecated

func (PostgresqlConfig14_1C_LogStatement) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig14_1C_LogStatement.Descriptor instead.

func (PostgresqlConfig14_1C_LogStatement) Number

func (PostgresqlConfig14_1C_LogStatement) String

func (PostgresqlConfig14_1C_LogStatement) Type

type PostgresqlConfig14_1C_PasswordEncryption

type PostgresqlConfig14_1C_PasswordEncryption int32
const (
	PostgresqlConfig14_1C_PASSWORD_ENCRYPTION_UNSPECIFIED   PostgresqlConfig14_1C_PasswordEncryption = 0
	PostgresqlConfig14_1C_PASSWORD_ENCRYPTION_MD5           PostgresqlConfig14_1C_PasswordEncryption = 1
	PostgresqlConfig14_1C_PASSWORD_ENCRYPTION_SCRAM_SHA_256 PostgresqlConfig14_1C_PasswordEncryption = 2
)

func (PostgresqlConfig14_1C_PasswordEncryption) Descriptor

func (PostgresqlConfig14_1C_PasswordEncryption) Enum

func (PostgresqlConfig14_1C_PasswordEncryption) EnumDescriptor deprecated

func (PostgresqlConfig14_1C_PasswordEncryption) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig14_1C_PasswordEncryption.Descriptor instead.

func (PostgresqlConfig14_1C_PasswordEncryption) Number

func (PostgresqlConfig14_1C_PasswordEncryption) String

func (PostgresqlConfig14_1C_PasswordEncryption) Type

type PostgresqlConfig14_1C_PgHintPlanDebugPrint

type PostgresqlConfig14_1C_PgHintPlanDebugPrint int32
const (
	PostgresqlConfig14_1C_PG_HINT_PLAN_DEBUG_PRINT_UNSPECIFIED PostgresqlConfig14_1C_PgHintPlanDebugPrint = 0
	PostgresqlConfig14_1C_PG_HINT_PLAN_DEBUG_PRINT_OFF         PostgresqlConfig14_1C_PgHintPlanDebugPrint = 1
	PostgresqlConfig14_1C_PG_HINT_PLAN_DEBUG_PRINT_ON          PostgresqlConfig14_1C_PgHintPlanDebugPrint = 2
	PostgresqlConfig14_1C_PG_HINT_PLAN_DEBUG_PRINT_DETAILED    PostgresqlConfig14_1C_PgHintPlanDebugPrint = 3
	PostgresqlConfig14_1C_PG_HINT_PLAN_DEBUG_PRINT_VERBOSE     PostgresqlConfig14_1C_PgHintPlanDebugPrint = 4
)

func (PostgresqlConfig14_1C_PgHintPlanDebugPrint) Descriptor

func (PostgresqlConfig14_1C_PgHintPlanDebugPrint) Enum

func (PostgresqlConfig14_1C_PgHintPlanDebugPrint) EnumDescriptor deprecated

func (PostgresqlConfig14_1C_PgHintPlanDebugPrint) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig14_1C_PgHintPlanDebugPrint.Descriptor instead.

func (PostgresqlConfig14_1C_PgHintPlanDebugPrint) Number

func (PostgresqlConfig14_1C_PgHintPlanDebugPrint) String

func (PostgresqlConfig14_1C_PgHintPlanDebugPrint) Type

type PostgresqlConfig14_1C_PlanCacheMode

type PostgresqlConfig14_1C_PlanCacheMode int32
const (
	PostgresqlConfig14_1C_PLAN_CACHE_MODE_UNSPECIFIED        PostgresqlConfig14_1C_PlanCacheMode = 0
	PostgresqlConfig14_1C_PLAN_CACHE_MODE_AUTO               PostgresqlConfig14_1C_PlanCacheMode = 1
	PostgresqlConfig14_1C_PLAN_CACHE_MODE_FORCE_CUSTOM_PLAN  PostgresqlConfig14_1C_PlanCacheMode = 2
	PostgresqlConfig14_1C_PLAN_CACHE_MODE_FORCE_GENERIC_PLAN PostgresqlConfig14_1C_PlanCacheMode = 3
)

func (PostgresqlConfig14_1C_PlanCacheMode) Descriptor

func (PostgresqlConfig14_1C_PlanCacheMode) Enum

func (PostgresqlConfig14_1C_PlanCacheMode) EnumDescriptor deprecated

func (PostgresqlConfig14_1C_PlanCacheMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig14_1C_PlanCacheMode.Descriptor instead.

func (PostgresqlConfig14_1C_PlanCacheMode) Number

func (PostgresqlConfig14_1C_PlanCacheMode) String

func (PostgresqlConfig14_1C_PlanCacheMode) Type

type PostgresqlConfig14_1C_SharedPreloadLibraries

type PostgresqlConfig14_1C_SharedPreloadLibraries int32
const (
	PostgresqlConfig14_1C_SHARED_PRELOAD_LIBRARIES_UNSPECIFIED  PostgresqlConfig14_1C_SharedPreloadLibraries = 0
	PostgresqlConfig14_1C_SHARED_PRELOAD_LIBRARIES_AUTO_EXPLAIN PostgresqlConfig14_1C_SharedPreloadLibraries = 1
	PostgresqlConfig14_1C_SHARED_PRELOAD_LIBRARIES_PG_HINT_PLAN PostgresqlConfig14_1C_SharedPreloadLibraries = 2
	PostgresqlConfig14_1C_SHARED_PRELOAD_LIBRARIES_TIMESCALEDB  PostgresqlConfig14_1C_SharedPreloadLibraries = 3
	PostgresqlConfig14_1C_SHARED_PRELOAD_LIBRARIES_PG_QUALSTATS PostgresqlConfig14_1C_SharedPreloadLibraries = 4
	PostgresqlConfig14_1C_SHARED_PRELOAD_LIBRARIES_PG_CRON      PostgresqlConfig14_1C_SharedPreloadLibraries = 5
	PostgresqlConfig14_1C_SHARED_PRELOAD_LIBRARIES_PGLOGICAL    PostgresqlConfig14_1C_SharedPreloadLibraries = 6
	PostgresqlConfig14_1C_SHARED_PRELOAD_LIBRARIES_PG_PREWARM   PostgresqlConfig14_1C_SharedPreloadLibraries = 7
	PostgresqlConfig14_1C_SHARED_PRELOAD_LIBRARIES_PGAUDIT      PostgresqlConfig14_1C_SharedPreloadLibraries = 8
)

func (PostgresqlConfig14_1C_SharedPreloadLibraries) Descriptor

func (PostgresqlConfig14_1C_SharedPreloadLibraries) Enum

func (PostgresqlConfig14_1C_SharedPreloadLibraries) EnumDescriptor deprecated

func (PostgresqlConfig14_1C_SharedPreloadLibraries) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig14_1C_SharedPreloadLibraries.Descriptor instead.

func (PostgresqlConfig14_1C_SharedPreloadLibraries) Number

func (PostgresqlConfig14_1C_SharedPreloadLibraries) String

func (PostgresqlConfig14_1C_SharedPreloadLibraries) Type

type PostgresqlConfig14_1C_SynchronousCommit

type PostgresqlConfig14_1C_SynchronousCommit int32
const (
	PostgresqlConfig14_1C_SYNCHRONOUS_COMMIT_UNSPECIFIED  PostgresqlConfig14_1C_SynchronousCommit = 0
	PostgresqlConfig14_1C_SYNCHRONOUS_COMMIT_ON           PostgresqlConfig14_1C_SynchronousCommit = 1
	PostgresqlConfig14_1C_SYNCHRONOUS_COMMIT_OFF          PostgresqlConfig14_1C_SynchronousCommit = 2
	PostgresqlConfig14_1C_SYNCHRONOUS_COMMIT_LOCAL        PostgresqlConfig14_1C_SynchronousCommit = 3
	PostgresqlConfig14_1C_SYNCHRONOUS_COMMIT_REMOTE_WRITE PostgresqlConfig14_1C_SynchronousCommit = 4
	PostgresqlConfig14_1C_SYNCHRONOUS_COMMIT_REMOTE_APPLY PostgresqlConfig14_1C_SynchronousCommit = 5
)

func (PostgresqlConfig14_1C_SynchronousCommit) Descriptor

func (PostgresqlConfig14_1C_SynchronousCommit) Enum

func (PostgresqlConfig14_1C_SynchronousCommit) EnumDescriptor deprecated

func (PostgresqlConfig14_1C_SynchronousCommit) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig14_1C_SynchronousCommit.Descriptor instead.

func (PostgresqlConfig14_1C_SynchronousCommit) Number

func (PostgresqlConfig14_1C_SynchronousCommit) String

func (PostgresqlConfig14_1C_SynchronousCommit) Type

type PostgresqlConfig14_1C_TransactionIsolation

type PostgresqlConfig14_1C_TransactionIsolation int32
const (
	PostgresqlConfig14_1C_TRANSACTION_ISOLATION_UNSPECIFIED      PostgresqlConfig14_1C_TransactionIsolation = 0
	PostgresqlConfig14_1C_TRANSACTION_ISOLATION_READ_UNCOMMITTED PostgresqlConfig14_1C_TransactionIsolation = 1
	PostgresqlConfig14_1C_TRANSACTION_ISOLATION_READ_COMMITTED   PostgresqlConfig14_1C_TransactionIsolation = 2
	PostgresqlConfig14_1C_TRANSACTION_ISOLATION_REPEATABLE_READ  PostgresqlConfig14_1C_TransactionIsolation = 3
	PostgresqlConfig14_1C_TRANSACTION_ISOLATION_SERIALIZABLE     PostgresqlConfig14_1C_TransactionIsolation = 4
)

func (PostgresqlConfig14_1C_TransactionIsolation) Descriptor

func (PostgresqlConfig14_1C_TransactionIsolation) Enum

func (PostgresqlConfig14_1C_TransactionIsolation) EnumDescriptor deprecated

func (PostgresqlConfig14_1C_TransactionIsolation) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig14_1C_TransactionIsolation.Descriptor instead.

func (PostgresqlConfig14_1C_TransactionIsolation) Number

func (PostgresqlConfig14_1C_TransactionIsolation) String

func (PostgresqlConfig14_1C_TransactionIsolation) Type

type PostgresqlConfig14_1C_WalLevel

type PostgresqlConfig14_1C_WalLevel int32
const (
	PostgresqlConfig14_1C_WAL_LEVEL_UNSPECIFIED PostgresqlConfig14_1C_WalLevel = 0
	PostgresqlConfig14_1C_WAL_LEVEL_REPLICA     PostgresqlConfig14_1C_WalLevel = 1
	PostgresqlConfig14_1C_WAL_LEVEL_LOGICAL     PostgresqlConfig14_1C_WalLevel = 2
)

func (PostgresqlConfig14_1C_WalLevel) Descriptor

func (PostgresqlConfig14_1C_WalLevel) Enum

func (PostgresqlConfig14_1C_WalLevel) EnumDescriptor deprecated

func (PostgresqlConfig14_1C_WalLevel) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig14_1C_WalLevel.Descriptor instead.

func (PostgresqlConfig14_1C_WalLevel) Number

func (PostgresqlConfig14_1C_WalLevel) String

func (PostgresqlConfig14_1C_WalLevel) Type

type PostgresqlConfig14_1C_XmlBinary

type PostgresqlConfig14_1C_XmlBinary int32
const (
	PostgresqlConfig14_1C_XML_BINARY_UNSPECIFIED PostgresqlConfig14_1C_XmlBinary = 0
	PostgresqlConfig14_1C_XML_BINARY_BASE64      PostgresqlConfig14_1C_XmlBinary = 1
	PostgresqlConfig14_1C_XML_BINARY_HEX         PostgresqlConfig14_1C_XmlBinary = 2
)

func (PostgresqlConfig14_1C_XmlBinary) Descriptor

func (PostgresqlConfig14_1C_XmlBinary) Enum

func (PostgresqlConfig14_1C_XmlBinary) EnumDescriptor deprecated

func (PostgresqlConfig14_1C_XmlBinary) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig14_1C_XmlBinary.Descriptor instead.

func (PostgresqlConfig14_1C_XmlBinary) Number

func (PostgresqlConfig14_1C_XmlBinary) String

func (PostgresqlConfig14_1C_XmlBinary) Type

type PostgresqlConfig14_1C_XmlOption

type PostgresqlConfig14_1C_XmlOption int32
const (
	PostgresqlConfig14_1C_XML_OPTION_UNSPECIFIED PostgresqlConfig14_1C_XmlOption = 0
	PostgresqlConfig14_1C_XML_OPTION_DOCUMENT    PostgresqlConfig14_1C_XmlOption = 1
	PostgresqlConfig14_1C_XML_OPTION_CONTENT     PostgresqlConfig14_1C_XmlOption = 2
)

func (PostgresqlConfig14_1C_XmlOption) Descriptor

func (PostgresqlConfig14_1C_XmlOption) Enum

func (PostgresqlConfig14_1C_XmlOption) EnumDescriptor deprecated

func (PostgresqlConfig14_1C_XmlOption) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig14_1C_XmlOption.Descriptor instead.

func (PostgresqlConfig14_1C_XmlOption) Number

func (PostgresqlConfig14_1C_XmlOption) String

func (PostgresqlConfig14_1C_XmlOption) Type

type PostgresqlConfig14_BackslashQuote

type PostgresqlConfig14_BackslashQuote int32
const (
	PostgresqlConfig14_BACKSLASH_QUOTE_UNSPECIFIED   PostgresqlConfig14_BackslashQuote = 0
	PostgresqlConfig14_BACKSLASH_QUOTE               PostgresqlConfig14_BackslashQuote = 1
	PostgresqlConfig14_BACKSLASH_QUOTE_ON            PostgresqlConfig14_BackslashQuote = 2
	PostgresqlConfig14_BACKSLASH_QUOTE_OFF           PostgresqlConfig14_BackslashQuote = 3
	PostgresqlConfig14_BACKSLASH_QUOTE_SAFE_ENCODING PostgresqlConfig14_BackslashQuote = 4
)

func (PostgresqlConfig14_BackslashQuote) Descriptor

func (PostgresqlConfig14_BackslashQuote) Enum

func (PostgresqlConfig14_BackslashQuote) EnumDescriptor deprecated

func (PostgresqlConfig14_BackslashQuote) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig14_BackslashQuote.Descriptor instead.

func (PostgresqlConfig14_BackslashQuote) Number

func (PostgresqlConfig14_BackslashQuote) String

func (PostgresqlConfig14_BackslashQuote) Type

type PostgresqlConfig14_ByteaOutput

type PostgresqlConfig14_ByteaOutput int32
const (
	PostgresqlConfig14_BYTEA_OUTPUT_UNSPECIFIED PostgresqlConfig14_ByteaOutput = 0
	PostgresqlConfig14_BYTEA_OUTPUT_HEX         PostgresqlConfig14_ByteaOutput = 1
	PostgresqlConfig14_BYTEA_OUTPUT_ESCAPED     PostgresqlConfig14_ByteaOutput = 2
)

func (PostgresqlConfig14_ByteaOutput) Descriptor

func (PostgresqlConfig14_ByteaOutput) Enum

func (PostgresqlConfig14_ByteaOutput) EnumDescriptor deprecated

func (PostgresqlConfig14_ByteaOutput) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig14_ByteaOutput.Descriptor instead.

func (PostgresqlConfig14_ByteaOutput) Number

func (PostgresqlConfig14_ByteaOutput) String

func (PostgresqlConfig14_ByteaOutput) Type

type PostgresqlConfig14_ConstraintExclusion

type PostgresqlConfig14_ConstraintExclusion int32
const (
	PostgresqlConfig14_CONSTRAINT_EXCLUSION_UNSPECIFIED PostgresqlConfig14_ConstraintExclusion = 0
	PostgresqlConfig14_CONSTRAINT_EXCLUSION_ON          PostgresqlConfig14_ConstraintExclusion = 1
	PostgresqlConfig14_CONSTRAINT_EXCLUSION_OFF         PostgresqlConfig14_ConstraintExclusion = 2
	PostgresqlConfig14_CONSTRAINT_EXCLUSION_PARTITION   PostgresqlConfig14_ConstraintExclusion = 3
)

func (PostgresqlConfig14_ConstraintExclusion) Descriptor

func (PostgresqlConfig14_ConstraintExclusion) Enum

func (PostgresqlConfig14_ConstraintExclusion) EnumDescriptor deprecated

func (PostgresqlConfig14_ConstraintExclusion) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig14_ConstraintExclusion.Descriptor instead.

func (PostgresqlConfig14_ConstraintExclusion) Number

func (PostgresqlConfig14_ConstraintExclusion) String

func (PostgresqlConfig14_ConstraintExclusion) Type

type PostgresqlConfig14_ForceParallelMode

type PostgresqlConfig14_ForceParallelMode int32
const (
	PostgresqlConfig14_FORCE_PARALLEL_MODE_UNSPECIFIED PostgresqlConfig14_ForceParallelMode = 0
	PostgresqlConfig14_FORCE_PARALLEL_MODE_ON          PostgresqlConfig14_ForceParallelMode = 1
	PostgresqlConfig14_FORCE_PARALLEL_MODE_OFF         PostgresqlConfig14_ForceParallelMode = 2
	PostgresqlConfig14_FORCE_PARALLEL_MODE_REGRESS     PostgresqlConfig14_ForceParallelMode = 3
)

func (PostgresqlConfig14_ForceParallelMode) Descriptor

func (PostgresqlConfig14_ForceParallelMode) Enum

func (PostgresqlConfig14_ForceParallelMode) EnumDescriptor deprecated

func (PostgresqlConfig14_ForceParallelMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig14_ForceParallelMode.Descriptor instead.

func (PostgresqlConfig14_ForceParallelMode) Number

func (PostgresqlConfig14_ForceParallelMode) String

func (PostgresqlConfig14_ForceParallelMode) Type

type PostgresqlConfig14_LogErrorVerbosity

type PostgresqlConfig14_LogErrorVerbosity int32
const (
	PostgresqlConfig14_LOG_ERROR_VERBOSITY_UNSPECIFIED PostgresqlConfig14_LogErrorVerbosity = 0
	PostgresqlConfig14_LOG_ERROR_VERBOSITY_TERSE       PostgresqlConfig14_LogErrorVerbosity = 1
	PostgresqlConfig14_LOG_ERROR_VERBOSITY_DEFAULT     PostgresqlConfig14_LogErrorVerbosity = 2
	PostgresqlConfig14_LOG_ERROR_VERBOSITY_VERBOSE     PostgresqlConfig14_LogErrorVerbosity = 3
)

func (PostgresqlConfig14_LogErrorVerbosity) Descriptor

func (PostgresqlConfig14_LogErrorVerbosity) Enum

func (PostgresqlConfig14_LogErrorVerbosity) EnumDescriptor deprecated

func (PostgresqlConfig14_LogErrorVerbosity) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig14_LogErrorVerbosity.Descriptor instead.

func (PostgresqlConfig14_LogErrorVerbosity) Number

func (PostgresqlConfig14_LogErrorVerbosity) String

func (PostgresqlConfig14_LogErrorVerbosity) Type

type PostgresqlConfig14_LogLevel

type PostgresqlConfig14_LogLevel int32
const (
	PostgresqlConfig14_LOG_LEVEL_UNSPECIFIED PostgresqlConfig14_LogLevel = 0
	PostgresqlConfig14_LOG_LEVEL_DEBUG5      PostgresqlConfig14_LogLevel = 1
	PostgresqlConfig14_LOG_LEVEL_DEBUG4      PostgresqlConfig14_LogLevel = 2
	PostgresqlConfig14_LOG_LEVEL_DEBUG3      PostgresqlConfig14_LogLevel = 3
	PostgresqlConfig14_LOG_LEVEL_DEBUG2      PostgresqlConfig14_LogLevel = 4
	PostgresqlConfig14_LOG_LEVEL_DEBUG1      PostgresqlConfig14_LogLevel = 5
	PostgresqlConfig14_LOG_LEVEL_LOG         PostgresqlConfig14_LogLevel = 6
	PostgresqlConfig14_LOG_LEVEL_NOTICE      PostgresqlConfig14_LogLevel = 7
	PostgresqlConfig14_LOG_LEVEL_WARNING     PostgresqlConfig14_LogLevel = 8
	PostgresqlConfig14_LOG_LEVEL_ERROR       PostgresqlConfig14_LogLevel = 9
	PostgresqlConfig14_LOG_LEVEL_FATAL       PostgresqlConfig14_LogLevel = 10
	PostgresqlConfig14_LOG_LEVEL_PANIC       PostgresqlConfig14_LogLevel = 11
)

func (PostgresqlConfig14_LogLevel) Descriptor

func (PostgresqlConfig14_LogLevel) Enum

func (PostgresqlConfig14_LogLevel) EnumDescriptor deprecated

func (PostgresqlConfig14_LogLevel) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig14_LogLevel.Descriptor instead.

func (PostgresqlConfig14_LogLevel) Number

func (PostgresqlConfig14_LogLevel) String

func (PostgresqlConfig14_LogLevel) Type

type PostgresqlConfig14_LogStatement

type PostgresqlConfig14_LogStatement int32
const (
	PostgresqlConfig14_LOG_STATEMENT_UNSPECIFIED PostgresqlConfig14_LogStatement = 0
	PostgresqlConfig14_LOG_STATEMENT_NONE        PostgresqlConfig14_LogStatement = 1
	PostgresqlConfig14_LOG_STATEMENT_DDL         PostgresqlConfig14_LogStatement = 2
	PostgresqlConfig14_LOG_STATEMENT_MOD         PostgresqlConfig14_LogStatement = 3
	PostgresqlConfig14_LOG_STATEMENT_ALL         PostgresqlConfig14_LogStatement = 4
)

func (PostgresqlConfig14_LogStatement) Descriptor

func (PostgresqlConfig14_LogStatement) Enum

func (PostgresqlConfig14_LogStatement) EnumDescriptor deprecated

func (PostgresqlConfig14_LogStatement) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig14_LogStatement.Descriptor instead.

func (PostgresqlConfig14_LogStatement) Number

func (PostgresqlConfig14_LogStatement) String

func (PostgresqlConfig14_LogStatement) Type

type PostgresqlConfig14_PasswordEncryption

type PostgresqlConfig14_PasswordEncryption int32
const (
	PostgresqlConfig14_PASSWORD_ENCRYPTION_UNSPECIFIED   PostgresqlConfig14_PasswordEncryption = 0
	PostgresqlConfig14_PASSWORD_ENCRYPTION_MD5           PostgresqlConfig14_PasswordEncryption = 1
	PostgresqlConfig14_PASSWORD_ENCRYPTION_SCRAM_SHA_256 PostgresqlConfig14_PasswordEncryption = 2
)

func (PostgresqlConfig14_PasswordEncryption) Descriptor

func (PostgresqlConfig14_PasswordEncryption) Enum

func (PostgresqlConfig14_PasswordEncryption) EnumDescriptor deprecated

func (PostgresqlConfig14_PasswordEncryption) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig14_PasswordEncryption.Descriptor instead.

func (PostgresqlConfig14_PasswordEncryption) Number

func (PostgresqlConfig14_PasswordEncryption) String

func (PostgresqlConfig14_PasswordEncryption) Type

type PostgresqlConfig14_PgHintPlanDebugPrint

type PostgresqlConfig14_PgHintPlanDebugPrint int32
const (
	PostgresqlConfig14_PG_HINT_PLAN_DEBUG_PRINT_UNSPECIFIED PostgresqlConfig14_PgHintPlanDebugPrint = 0
	PostgresqlConfig14_PG_HINT_PLAN_DEBUG_PRINT_OFF         PostgresqlConfig14_PgHintPlanDebugPrint = 1
	PostgresqlConfig14_PG_HINT_PLAN_DEBUG_PRINT_ON          PostgresqlConfig14_PgHintPlanDebugPrint = 2
	PostgresqlConfig14_PG_HINT_PLAN_DEBUG_PRINT_DETAILED    PostgresqlConfig14_PgHintPlanDebugPrint = 3
	PostgresqlConfig14_PG_HINT_PLAN_DEBUG_PRINT_VERBOSE     PostgresqlConfig14_PgHintPlanDebugPrint = 4
)

func (PostgresqlConfig14_PgHintPlanDebugPrint) Descriptor

func (PostgresqlConfig14_PgHintPlanDebugPrint) Enum

func (PostgresqlConfig14_PgHintPlanDebugPrint) EnumDescriptor deprecated

func (PostgresqlConfig14_PgHintPlanDebugPrint) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig14_PgHintPlanDebugPrint.Descriptor instead.

func (PostgresqlConfig14_PgHintPlanDebugPrint) Number

func (PostgresqlConfig14_PgHintPlanDebugPrint) String

func (PostgresqlConfig14_PgHintPlanDebugPrint) Type

type PostgresqlConfig14_PlanCacheMode

type PostgresqlConfig14_PlanCacheMode int32
const (
	PostgresqlConfig14_PLAN_CACHE_MODE_UNSPECIFIED        PostgresqlConfig14_PlanCacheMode = 0
	PostgresqlConfig14_PLAN_CACHE_MODE_AUTO               PostgresqlConfig14_PlanCacheMode = 1
	PostgresqlConfig14_PLAN_CACHE_MODE_FORCE_CUSTOM_PLAN  PostgresqlConfig14_PlanCacheMode = 2
	PostgresqlConfig14_PLAN_CACHE_MODE_FORCE_GENERIC_PLAN PostgresqlConfig14_PlanCacheMode = 3
)

func (PostgresqlConfig14_PlanCacheMode) Descriptor

func (PostgresqlConfig14_PlanCacheMode) Enum

func (PostgresqlConfig14_PlanCacheMode) EnumDescriptor deprecated

func (PostgresqlConfig14_PlanCacheMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig14_PlanCacheMode.Descriptor instead.

func (PostgresqlConfig14_PlanCacheMode) Number

func (PostgresqlConfig14_PlanCacheMode) String

func (PostgresqlConfig14_PlanCacheMode) Type

type PostgresqlConfig14_SharedPreloadLibraries

type PostgresqlConfig14_SharedPreloadLibraries int32
const (
	PostgresqlConfig14_SHARED_PRELOAD_LIBRARIES_UNSPECIFIED  PostgresqlConfig14_SharedPreloadLibraries = 0
	PostgresqlConfig14_SHARED_PRELOAD_LIBRARIES_AUTO_EXPLAIN PostgresqlConfig14_SharedPreloadLibraries = 1
	PostgresqlConfig14_SHARED_PRELOAD_LIBRARIES_PG_HINT_PLAN PostgresqlConfig14_SharedPreloadLibraries = 2
	PostgresqlConfig14_SHARED_PRELOAD_LIBRARIES_TIMESCALEDB  PostgresqlConfig14_SharedPreloadLibraries = 3
	PostgresqlConfig14_SHARED_PRELOAD_LIBRARIES_PG_QUALSTATS PostgresqlConfig14_SharedPreloadLibraries = 4
	PostgresqlConfig14_SHARED_PRELOAD_LIBRARIES_PG_CRON      PostgresqlConfig14_SharedPreloadLibraries = 5
	PostgresqlConfig14_SHARED_PRELOAD_LIBRARIES_PGLOGICAL    PostgresqlConfig14_SharedPreloadLibraries = 6
	PostgresqlConfig14_SHARED_PRELOAD_LIBRARIES_PG_PREWARM   PostgresqlConfig14_SharedPreloadLibraries = 7
	PostgresqlConfig14_SHARED_PRELOAD_LIBRARIES_PGAUDIT      PostgresqlConfig14_SharedPreloadLibraries = 8
)

func (PostgresqlConfig14_SharedPreloadLibraries) Descriptor

func (PostgresqlConfig14_SharedPreloadLibraries) Enum

func (PostgresqlConfig14_SharedPreloadLibraries) EnumDescriptor deprecated

func (PostgresqlConfig14_SharedPreloadLibraries) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig14_SharedPreloadLibraries.Descriptor instead.

func (PostgresqlConfig14_SharedPreloadLibraries) Number

func (PostgresqlConfig14_SharedPreloadLibraries) String

func (PostgresqlConfig14_SharedPreloadLibraries) Type

type PostgresqlConfig14_SynchronousCommit

type PostgresqlConfig14_SynchronousCommit int32
const (
	PostgresqlConfig14_SYNCHRONOUS_COMMIT_UNSPECIFIED  PostgresqlConfig14_SynchronousCommit = 0
	PostgresqlConfig14_SYNCHRONOUS_COMMIT_ON           PostgresqlConfig14_SynchronousCommit = 1
	PostgresqlConfig14_SYNCHRONOUS_COMMIT_OFF          PostgresqlConfig14_SynchronousCommit = 2
	PostgresqlConfig14_SYNCHRONOUS_COMMIT_LOCAL        PostgresqlConfig14_SynchronousCommit = 3
	PostgresqlConfig14_SYNCHRONOUS_COMMIT_REMOTE_WRITE PostgresqlConfig14_SynchronousCommit = 4
	PostgresqlConfig14_SYNCHRONOUS_COMMIT_REMOTE_APPLY PostgresqlConfig14_SynchronousCommit = 5
)

func (PostgresqlConfig14_SynchronousCommit) Descriptor

func (PostgresqlConfig14_SynchronousCommit) Enum

func (PostgresqlConfig14_SynchronousCommit) EnumDescriptor deprecated

func (PostgresqlConfig14_SynchronousCommit) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig14_SynchronousCommit.Descriptor instead.

func (PostgresqlConfig14_SynchronousCommit) Number

func (PostgresqlConfig14_SynchronousCommit) String

func (PostgresqlConfig14_SynchronousCommit) Type

type PostgresqlConfig14_TransactionIsolation

type PostgresqlConfig14_TransactionIsolation int32
const (
	PostgresqlConfig14_TRANSACTION_ISOLATION_UNSPECIFIED      PostgresqlConfig14_TransactionIsolation = 0
	PostgresqlConfig14_TRANSACTION_ISOLATION_READ_UNCOMMITTED PostgresqlConfig14_TransactionIsolation = 1
	PostgresqlConfig14_TRANSACTION_ISOLATION_READ_COMMITTED   PostgresqlConfig14_TransactionIsolation = 2
	PostgresqlConfig14_TRANSACTION_ISOLATION_REPEATABLE_READ  PostgresqlConfig14_TransactionIsolation = 3
	PostgresqlConfig14_TRANSACTION_ISOLATION_SERIALIZABLE     PostgresqlConfig14_TransactionIsolation = 4
)

func (PostgresqlConfig14_TransactionIsolation) Descriptor

func (PostgresqlConfig14_TransactionIsolation) Enum

func (PostgresqlConfig14_TransactionIsolation) EnumDescriptor deprecated

func (PostgresqlConfig14_TransactionIsolation) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig14_TransactionIsolation.Descriptor instead.

func (PostgresqlConfig14_TransactionIsolation) Number

func (PostgresqlConfig14_TransactionIsolation) String

func (PostgresqlConfig14_TransactionIsolation) Type

type PostgresqlConfig14_WalLevel

type PostgresqlConfig14_WalLevel int32
const (
	PostgresqlConfig14_WAL_LEVEL_UNSPECIFIED PostgresqlConfig14_WalLevel = 0
	PostgresqlConfig14_WAL_LEVEL_REPLICA     PostgresqlConfig14_WalLevel = 1
	PostgresqlConfig14_WAL_LEVEL_LOGICAL     PostgresqlConfig14_WalLevel = 2
)

func (PostgresqlConfig14_WalLevel) Descriptor

func (PostgresqlConfig14_WalLevel) Enum

func (PostgresqlConfig14_WalLevel) EnumDescriptor deprecated

func (PostgresqlConfig14_WalLevel) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig14_WalLevel.Descriptor instead.

func (PostgresqlConfig14_WalLevel) Number

func (PostgresqlConfig14_WalLevel) String

func (PostgresqlConfig14_WalLevel) Type

type PostgresqlConfig14_XmlBinary

type PostgresqlConfig14_XmlBinary int32
const (
	PostgresqlConfig14_XML_BINARY_UNSPECIFIED PostgresqlConfig14_XmlBinary = 0
	PostgresqlConfig14_XML_BINARY_BASE64      PostgresqlConfig14_XmlBinary = 1
	PostgresqlConfig14_XML_BINARY_HEX         PostgresqlConfig14_XmlBinary = 2
)

func (PostgresqlConfig14_XmlBinary) Descriptor

func (PostgresqlConfig14_XmlBinary) Enum

func (PostgresqlConfig14_XmlBinary) EnumDescriptor deprecated

func (PostgresqlConfig14_XmlBinary) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig14_XmlBinary.Descriptor instead.

func (PostgresqlConfig14_XmlBinary) Number

func (PostgresqlConfig14_XmlBinary) String

func (PostgresqlConfig14_XmlBinary) Type

type PostgresqlConfig14_XmlOption

type PostgresqlConfig14_XmlOption int32
const (
	PostgresqlConfig14_XML_OPTION_UNSPECIFIED PostgresqlConfig14_XmlOption = 0
	PostgresqlConfig14_XML_OPTION_DOCUMENT    PostgresqlConfig14_XmlOption = 1
	PostgresqlConfig14_XML_OPTION_CONTENT     PostgresqlConfig14_XmlOption = 2
)

func (PostgresqlConfig14_XmlOption) Descriptor

func (PostgresqlConfig14_XmlOption) Enum

func (PostgresqlConfig14_XmlOption) EnumDescriptor deprecated

func (PostgresqlConfig14_XmlOption) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig14_XmlOption.Descriptor instead.

func (PostgresqlConfig14_XmlOption) Number

func (PostgresqlConfig14_XmlOption) String

func (PostgresqlConfig14_XmlOption) Type

type PostgresqlConfig15

type PostgresqlConfig15 struct {
	MaxConnections             *wrapperspb.Int64Value               `protobuf:"bytes,1,opt,name=max_connections,json=maxConnections,proto3" json:"max_connections,omitempty"`
	SharedBuffers              *wrapperspb.Int64Value               `protobuf:"bytes,2,opt,name=shared_buffers,json=sharedBuffers,proto3" json:"shared_buffers,omitempty"`                  // in bytes.
	TempBuffers                *wrapperspb.Int64Value               `protobuf:"bytes,3,opt,name=temp_buffers,json=tempBuffers,proto3" json:"temp_buffers,omitempty"`                        // in bytes.
	MaxPreparedTransactions    *wrapperspb.Int64Value               ``                                                                                                                      /* 132-byte string literal not displayed */
	WorkMem                    *wrapperspb.Int64Value               `protobuf:"bytes,5,opt,name=work_mem,json=workMem,proto3" json:"work_mem,omitempty"`                                    // in bytes.
	MaintenanceWorkMem         *wrapperspb.Int64Value               `protobuf:"bytes,6,opt,name=maintenance_work_mem,json=maintenanceWorkMem,proto3" json:"maintenance_work_mem,omitempty"` // in bytes.
	AutovacuumWorkMem          *wrapperspb.Int64Value               `protobuf:"bytes,7,opt,name=autovacuum_work_mem,json=autovacuumWorkMem,proto3" json:"autovacuum_work_mem,omitempty"`    // in bytes.
	TempFileLimit              *wrapperspb.Int64Value               `protobuf:"bytes,8,opt,name=temp_file_limit,json=tempFileLimit,proto3" json:"temp_file_limit,omitempty"`                // in bytes.
	VacuumCostDelay            *wrapperspb.Int64Value               `protobuf:"bytes,9,opt,name=vacuum_cost_delay,json=vacuumCostDelay,proto3" json:"vacuum_cost_delay,omitempty"`          // in milliseconds.
	VacuumCostPageHit          *wrapperspb.Int64Value               `protobuf:"bytes,10,opt,name=vacuum_cost_page_hit,json=vacuumCostPageHit,proto3" json:"vacuum_cost_page_hit,omitempty"`
	VacuumCostPageMiss         *wrapperspb.Int64Value               `protobuf:"bytes,11,opt,name=vacuum_cost_page_miss,json=vacuumCostPageMiss,proto3" json:"vacuum_cost_page_miss,omitempty"`
	VacuumCostPageDirty        *wrapperspb.Int64Value               `protobuf:"bytes,12,opt,name=vacuum_cost_page_dirty,json=vacuumCostPageDirty,proto3" json:"vacuum_cost_page_dirty,omitempty"`
	VacuumCostLimit            *wrapperspb.Int64Value               `protobuf:"bytes,13,opt,name=vacuum_cost_limit,json=vacuumCostLimit,proto3" json:"vacuum_cost_limit,omitempty"`
	BgwriterDelay              *wrapperspb.Int64Value               `protobuf:"bytes,14,opt,name=bgwriter_delay,json=bgwriterDelay,proto3" json:"bgwriter_delay,omitempty"` // in milliseconds.
	BgwriterLruMaxpages        *wrapperspb.Int64Value               `protobuf:"bytes,15,opt,name=bgwriter_lru_maxpages,json=bgwriterLruMaxpages,proto3" json:"bgwriter_lru_maxpages,omitempty"`
	BgwriterLruMultiplier      *wrapperspb.DoubleValue              `` /* 127-byte string literal not displayed */
	BgwriterFlushAfter         *wrapperspb.Int64Value               `protobuf:"bytes,17,opt,name=bgwriter_flush_after,json=bgwriterFlushAfter,proto3" json:"bgwriter_flush_after,omitempty"`
	BackendFlushAfter          *wrapperspb.Int64Value               `protobuf:"bytes,18,opt,name=backend_flush_after,json=backendFlushAfter,proto3" json:"backend_flush_after,omitempty"`
	OldSnapshotThreshold       *wrapperspb.Int64Value               `protobuf:"bytes,19,opt,name=old_snapshot_threshold,json=oldSnapshotThreshold,proto3" json:"old_snapshot_threshold,omitempty"`
	WalLevel                   PostgresqlConfig15_WalLevel          ``                                                                                                                  /* 158-byte string literal not displayed */
	SynchronousCommit          PostgresqlConfig15_SynchronousCommit ``                                                                                                                  /* 194-byte string literal not displayed */
	CheckpointTimeout          *wrapperspb.Int64Value               `protobuf:"bytes,22,opt,name=checkpoint_timeout,json=checkpointTimeout,proto3" json:"checkpoint_timeout,omitempty"` // in milliseconds.
	CheckpointCompletionTarget *wrapperspb.DoubleValue              ``                                                                                                                  /* 142-byte string literal not displayed */
	CheckpointFlushAfter       *wrapperspb.Int64Value               `protobuf:"bytes,24,opt,name=checkpoint_flush_after,json=checkpointFlushAfter,proto3" json:"checkpoint_flush_after,omitempty"`
	MaxWalSize                 *wrapperspb.Int64Value               `protobuf:"bytes,25,opt,name=max_wal_size,json=maxWalSize,proto3" json:"max_wal_size,omitempty"` // in bytes.
	MinWalSize                 *wrapperspb.Int64Value               `protobuf:"bytes,26,opt,name=min_wal_size,json=minWalSize,proto3" json:"min_wal_size,omitempty"` // in bytes.
	MaxStandbyStreamingDelay   *wrapperspb.Int64Value               ``                                                                                               // in milliseconds.
	/* 138-byte string literal not displayed */
	DefaultStatisticsTarget *wrapperspb.Int64Value                 `` /* 133-byte string literal not displayed */
	ConstraintExclusion     PostgresqlConfig15_ConstraintExclusion `` /* 202-byte string literal not displayed */
	CursorTupleFraction     *wrapperspb.DoubleValue                `protobuf:"bytes,30,opt,name=cursor_tuple_fraction,json=cursorTupleFraction,proto3" json:"cursor_tuple_fraction,omitempty"`
	FromCollapseLimit       *wrapperspb.Int64Value                 `protobuf:"bytes,31,opt,name=from_collapse_limit,json=fromCollapseLimit,proto3" json:"from_collapse_limit,omitempty"`
	JoinCollapseLimit       *wrapperspb.Int64Value                 `protobuf:"bytes,32,opt,name=join_collapse_limit,json=joinCollapseLimit,proto3" json:"join_collapse_limit,omitempty"`
	ForceParallelMode       PostgresqlConfig15_ForceParallelMode   `` /* 196-byte string literal not displayed */
	ClientMinMessages       PostgresqlConfig15_LogLevel            `` /* 187-byte string literal not displayed */
	LogMinMessages          PostgresqlConfig15_LogLevel            `` /* 178-byte string literal not displayed */
	LogMinErrorStatement    PostgresqlConfig15_LogLevel            `` /* 198-byte string literal not displayed */
	LogMinDurationStatement *wrapperspb.Int64Value                 `` // in milliseconds.
	/* 135-byte string literal not displayed */
	LogCheckpoints                  *wrapperspb.BoolValue                   `protobuf:"bytes,38,opt,name=log_checkpoints,json=logCheckpoints,proto3" json:"log_checkpoints,omitempty"`
	LogConnections                  *wrapperspb.BoolValue                   `protobuf:"bytes,39,opt,name=log_connections,json=logConnections,proto3" json:"log_connections,omitempty"`
	LogDisconnections               *wrapperspb.BoolValue                   `protobuf:"bytes,40,opt,name=log_disconnections,json=logDisconnections,proto3" json:"log_disconnections,omitempty"`
	LogDuration                     *wrapperspb.BoolValue                   `protobuf:"bytes,41,opt,name=log_duration,json=logDuration,proto3" json:"log_duration,omitempty"`
	LogErrorVerbosity               PostgresqlConfig15_LogErrorVerbosity    `` /* 196-byte string literal not displayed */
	LogLockWaits                    *wrapperspb.BoolValue                   `protobuf:"bytes,43,opt,name=log_lock_waits,json=logLockWaits,proto3" json:"log_lock_waits,omitempty"`
	LogStatement                    PostgresqlConfig15_LogStatement         `` /* 174-byte string literal not displayed */
	LogTempFiles                    *wrapperspb.Int64Value                  `protobuf:"bytes,45,opt,name=log_temp_files,json=logTempFiles,proto3" json:"log_temp_files,omitempty"`
	SearchPath                      string                                  `protobuf:"bytes,46,opt,name=search_path,json=searchPath,proto3" json:"search_path,omitempty"`
	RowSecurity                     *wrapperspb.BoolValue                   `protobuf:"bytes,47,opt,name=row_security,json=rowSecurity,proto3" json:"row_security,omitempty"`
	DefaultTransactionIsolation     PostgresqlConfig15_TransactionIsolation ``                                                                                                               /* 229-byte string literal not displayed */
	StatementTimeout                *wrapperspb.Int64Value                  `protobuf:"bytes,49,opt,name=statement_timeout,json=statementTimeout,proto3" json:"statement_timeout,omitempty"` // in milliseconds.
	LockTimeout                     *wrapperspb.Int64Value                  `protobuf:"bytes,50,opt,name=lock_timeout,json=lockTimeout,proto3" json:"lock_timeout,omitempty"`                // in milliseconds.
	IdleInTransactionSessionTimeout *wrapperspb.Int64Value                  ``                                                                                                               // in milliseconds.
	/* 161-byte string literal not displayed */
	ByteaOutput                   PostgresqlConfig15_ByteaOutput              ``                                                                                                                            /* 170-byte string literal not displayed */
	Xmlbinary                     PostgresqlConfig15_XmlBinary                ``                                                                                                                            /* 145-byte string literal not displayed */
	Xmloption                     PostgresqlConfig15_XmlOption                ``                                                                                                                            /* 145-byte string literal not displayed */
	GinPendingListLimit           *wrapperspb.Int64Value                      `protobuf:"bytes,55,opt,name=gin_pending_list_limit,json=ginPendingListLimit,proto3" json:"gin_pending_list_limit,omitempty"` // in bytes.
	DeadlockTimeout               *wrapperspb.Int64Value                      `protobuf:"bytes,56,opt,name=deadlock_timeout,json=deadlockTimeout,proto3" json:"deadlock_timeout,omitempty"`                 // in milliseconds.
	MaxLocksPerTransaction        *wrapperspb.Int64Value                      ``                                                                                                                            /* 132-byte string literal not displayed */
	MaxPredLocksPerTransaction    *wrapperspb.Int64Value                      ``                                                                                                                            /* 146-byte string literal not displayed */
	ArrayNulls                    *wrapperspb.BoolValue                       `protobuf:"bytes,59,opt,name=array_nulls,json=arrayNulls,proto3" json:"array_nulls,omitempty"`
	BackslashQuote                PostgresqlConfig15_BackslashQuote           `` /* 182-byte string literal not displayed */
	DefaultWithOids               *wrapperspb.BoolValue                       `protobuf:"bytes,61,opt,name=default_with_oids,json=defaultWithOids,proto3" json:"default_with_oids,omitempty"`
	EscapeStringWarning           *wrapperspb.BoolValue                       `protobuf:"bytes,62,opt,name=escape_string_warning,json=escapeStringWarning,proto3" json:"escape_string_warning,omitempty"`
	LoCompatPrivileges            *wrapperspb.BoolValue                       `protobuf:"bytes,63,opt,name=lo_compat_privileges,json=loCompatPrivileges,proto3" json:"lo_compat_privileges,omitempty"`
	QuoteAllIdentifiers           *wrapperspb.BoolValue                       `protobuf:"bytes,65,opt,name=quote_all_identifiers,json=quoteAllIdentifiers,proto3" json:"quote_all_identifiers,omitempty"`
	StandardConformingStrings     *wrapperspb.BoolValue                       `` /* 139-byte string literal not displayed */
	SynchronizeSeqscans           *wrapperspb.BoolValue                       `protobuf:"bytes,67,opt,name=synchronize_seqscans,json=synchronizeSeqscans,proto3" json:"synchronize_seqscans,omitempty"`
	TransformNullEquals           *wrapperspb.BoolValue                       `protobuf:"bytes,68,opt,name=transform_null_equals,json=transformNullEquals,proto3" json:"transform_null_equals,omitempty"`
	ExitOnError                   *wrapperspb.BoolValue                       `protobuf:"bytes,69,opt,name=exit_on_error,json=exitOnError,proto3" json:"exit_on_error,omitempty"`
	SeqPageCost                   *wrapperspb.DoubleValue                     `protobuf:"bytes,70,opt,name=seq_page_cost,json=seqPageCost,proto3" json:"seq_page_cost,omitempty"`
	RandomPageCost                *wrapperspb.DoubleValue                     `protobuf:"bytes,71,opt,name=random_page_cost,json=randomPageCost,proto3" json:"random_page_cost,omitempty"`
	AutovacuumMaxWorkers          *wrapperspb.Int64Value                      `protobuf:"bytes,72,opt,name=autovacuum_max_workers,json=autovacuumMaxWorkers,proto3" json:"autovacuum_max_workers,omitempty"`
	AutovacuumVacuumCostDelay     *wrapperspb.Int64Value                      ``                                                                                                                  /* 141-byte string literal not displayed */
	AutovacuumVacuumCostLimit     *wrapperspb.Int64Value                      ``                                                                                                                  /* 141-byte string literal not displayed */
	AutovacuumNaptime             *wrapperspb.Int64Value                      `protobuf:"bytes,75,opt,name=autovacuum_naptime,json=autovacuumNaptime,proto3" json:"autovacuum_naptime,omitempty"` // in milliseconds.
	ArchiveTimeout                *wrapperspb.Int64Value                      `protobuf:"bytes,76,opt,name=archive_timeout,json=archiveTimeout,proto3" json:"archive_timeout,omitempty"`          // in milliseconds.
	TrackActivityQuerySize        *wrapperspb.Int64Value                      ``                                                                                                                  /* 132-byte string literal not displayed */
	EnableBitmapscan              *wrapperspb.BoolValue                       `protobuf:"bytes,80,opt,name=enable_bitmapscan,json=enableBitmapscan,proto3" json:"enable_bitmapscan,omitempty"`
	EnableHashagg                 *wrapperspb.BoolValue                       `protobuf:"bytes,81,opt,name=enable_hashagg,json=enableHashagg,proto3" json:"enable_hashagg,omitempty"`
	EnableHashjoin                *wrapperspb.BoolValue                       `protobuf:"bytes,82,opt,name=enable_hashjoin,json=enableHashjoin,proto3" json:"enable_hashjoin,omitempty"`
	EnableIndexscan               *wrapperspb.BoolValue                       `protobuf:"bytes,83,opt,name=enable_indexscan,json=enableIndexscan,proto3" json:"enable_indexscan,omitempty"`
	EnableIndexonlyscan           *wrapperspb.BoolValue                       `protobuf:"bytes,84,opt,name=enable_indexonlyscan,json=enableIndexonlyscan,proto3" json:"enable_indexonlyscan,omitempty"`
	EnableMaterial                *wrapperspb.BoolValue                       `protobuf:"bytes,85,opt,name=enable_material,json=enableMaterial,proto3" json:"enable_material,omitempty"`
	EnableMergejoin               *wrapperspb.BoolValue                       `protobuf:"bytes,86,opt,name=enable_mergejoin,json=enableMergejoin,proto3" json:"enable_mergejoin,omitempty"`
	EnableNestloop                *wrapperspb.BoolValue                       `protobuf:"bytes,87,opt,name=enable_nestloop,json=enableNestloop,proto3" json:"enable_nestloop,omitempty"`
	EnableSeqscan                 *wrapperspb.BoolValue                       `protobuf:"bytes,88,opt,name=enable_seqscan,json=enableSeqscan,proto3" json:"enable_seqscan,omitempty"`
	EnableSort                    *wrapperspb.BoolValue                       `protobuf:"bytes,89,opt,name=enable_sort,json=enableSort,proto3" json:"enable_sort,omitempty"`
	EnableTidscan                 *wrapperspb.BoolValue                       `protobuf:"bytes,90,opt,name=enable_tidscan,json=enableTidscan,proto3" json:"enable_tidscan,omitempty"`
	MaxWorkerProcesses            *wrapperspb.Int64Value                      `protobuf:"bytes,91,opt,name=max_worker_processes,json=maxWorkerProcesses,proto3" json:"max_worker_processes,omitempty"`
	MaxParallelWorkers            *wrapperspb.Int64Value                      `protobuf:"bytes,92,opt,name=max_parallel_workers,json=maxParallelWorkers,proto3" json:"max_parallel_workers,omitempty"`
	MaxParallelWorkersPerGather   *wrapperspb.Int64Value                      `` /* 149-byte string literal not displayed */
	AutovacuumVacuumScaleFactor   *wrapperspb.DoubleValue                     `` /* 147-byte string literal not displayed */
	AutovacuumAnalyzeScaleFactor  *wrapperspb.DoubleValue                     `` /* 150-byte string literal not displayed */
	DefaultTransactionReadOnly    *wrapperspb.BoolValue                       `` /* 144-byte string literal not displayed */
	Timezone                      string                                      `protobuf:"bytes,97,opt,name=timezone,proto3" json:"timezone,omitempty"`
	EnableParallelAppend          *wrapperspb.BoolValue                       `protobuf:"bytes,98,opt,name=enable_parallel_append,json=enableParallelAppend,proto3" json:"enable_parallel_append,omitempty"`
	EnableParallelHash            *wrapperspb.BoolValue                       `protobuf:"bytes,99,opt,name=enable_parallel_hash,json=enableParallelHash,proto3" json:"enable_parallel_hash,omitempty"`
	EnablePartitionPruning        *wrapperspb.BoolValue                       `` /* 131-byte string literal not displayed */
	EnablePartitionwiseAggregate  *wrapperspb.BoolValue                       `` /* 149-byte string literal not displayed */
	EnablePartitionwiseJoin       *wrapperspb.BoolValue                       `` /* 134-byte string literal not displayed */
	Jit                           *wrapperspb.BoolValue                       `protobuf:"bytes,103,opt,name=jit,proto3" json:"jit,omitempty"`
	MaxParallelMaintenanceWorkers *wrapperspb.Int64Value                      `` /* 154-byte string literal not displayed */
	ParallelLeaderParticipation   *wrapperspb.BoolValue                       `` /* 146-byte string literal not displayed */
	LogTransactionSampleRate      *wrapperspb.DoubleValue                     `` /* 139-byte string literal not displayed */
	PlanCacheMode                 PostgresqlConfig15_PlanCacheMode            `` /* 181-byte string literal not displayed */
	EffectiveIoConcurrency        *wrapperspb.Int64Value                      `` /* 131-byte string literal not displayed */
	EffectiveCacheSize            *wrapperspb.Int64Value                      `protobuf:"bytes,110,opt,name=effective_cache_size,json=effectiveCacheSize,proto3" json:"effective_cache_size,omitempty"`
	SharedPreloadLibraries        []PostgresqlConfig15_SharedPreloadLibraries `` /* 224-byte string literal not displayed */
	AutoExplainLogMinDuration     *wrapperspb.Int64Value                      `` // in milliseconds.
	/* 144-byte string literal not displayed */
	AutoExplainLogAnalyze          *wrapperspb.BoolValue                   `` /* 130-byte string literal not displayed */
	AutoExplainLogBuffers          *wrapperspb.BoolValue                   `` /* 130-byte string literal not displayed */
	AutoExplainLogTiming           *wrapperspb.BoolValue                   `` /* 127-byte string literal not displayed */
	AutoExplainLogTriggers         *wrapperspb.BoolValue                   `` /* 133-byte string literal not displayed */
	AutoExplainLogVerbose          *wrapperspb.BoolValue                   `` /* 130-byte string literal not displayed */
	AutoExplainLogNestedStatements *wrapperspb.BoolValue                   `` /* 159-byte string literal not displayed */
	AutoExplainSampleRate          *wrapperspb.DoubleValue                 `` /* 130-byte string literal not displayed */
	PgHintPlanEnableHint           *wrapperspb.BoolValue                   `` /* 129-byte string literal not displayed */
	PgHintPlanEnableHintTable      *wrapperspb.BoolValue                   `` /* 146-byte string literal not displayed */
	PgHintPlanDebugPrint           PostgresqlConfig15_PgHintPlanDebugPrint `` /* 213-byte string literal not displayed */
	PgHintPlanMessageLevel         PostgresqlConfig15_LogLevel             `` /* 207-byte string literal not displayed */
	HashMemMultiplier              *wrapperspb.DoubleValue                 `protobuf:"bytes,124,opt,name=hash_mem_multiplier,json=hashMemMultiplier,proto3" json:"hash_mem_multiplier,omitempty"`
	LogicalDecodingWorkMem         *wrapperspb.Int64Value                  `` // in bytes.
	/* 133-byte string literal not displayed */
	MaintenanceIoConcurrency          *wrapperspb.Int64Value  ``                                                                                                                            /* 137-byte string literal not displayed */
	MaxSlotWalKeepSize                *wrapperspb.Int64Value  `protobuf:"bytes,128,opt,name=max_slot_wal_keep_size,json=maxSlotWalKeepSize,proto3" json:"max_slot_wal_keep_size,omitempty"` // in bytes.
	WalKeepSize                       *wrapperspb.Int64Value  `protobuf:"bytes,129,opt,name=wal_keep_size,json=walKeepSize,proto3" json:"wal_keep_size,omitempty"`                          // in bytes.
	EnableIncrementalSort             *wrapperspb.BoolValue   ``                                                                                                                            /* 128-byte string literal not displayed */
	AutovacuumVacuumInsertThreshold   *wrapperspb.Int64Value  ``                                                                                                                            /* 160-byte string literal not displayed */
	AutovacuumVacuumInsertScaleFactor *wrapperspb.DoubleValue ``                                                                                                                            /* 168-byte string literal not displayed */
	LogMinDurationSample              *wrapperspb.Int64Value  ``                                                                                                                            // in milliseconds.
	/* 127-byte string literal not displayed */
	LogStatementSampleRate *wrapperspb.DoubleValue `` /* 133-byte string literal not displayed */
	LogParameterMaxLength  *wrapperspb.Int64Value  `` // in bytes.
	/* 130-byte string literal not displayed */
	LogParameterMaxLengthOnError *wrapperspb.Int64Value `` // in bytes.
	/* 155-byte string literal not displayed */
	ClientConnectionCheckInterval *wrapperspb.Int64Value `` // in milliseconds.
	/* 154-byte string literal not displayed */
	EnableAsyncAppend        *wrapperspb.BoolValue `protobuf:"bytes,138,opt,name=enable_async_append,json=enableAsyncAppend,proto3" json:"enable_async_append,omitempty"`
	EnableGathermerge        *wrapperspb.BoolValue `protobuf:"bytes,139,opt,name=enable_gathermerge,json=enableGathermerge,proto3" json:"enable_gathermerge,omitempty"`
	EnableMemoize            *wrapperspb.BoolValue `protobuf:"bytes,140,opt,name=enable_memoize,json=enableMemoize,proto3" json:"enable_memoize,omitempty"`
	LogRecoveryConflictWaits *wrapperspb.BoolValue `` // in milliseconds.
	/* 139-byte string literal not displayed */
	VacuumFailsafeAge          *wrapperspb.Int64Value `protobuf:"bytes,142,opt,name=vacuum_failsafe_age,json=vacuumFailsafeAge,proto3" json:"vacuum_failsafe_age,omitempty"` // in milliseconds.
	VacuumMultixactFailsafeAge *wrapperspb.Int64Value ``                                                                                                                     // in milliseconds.
	/* 145-byte string literal not displayed */
	PgQualstatsEnabled                  *wrapperspb.BoolValue   `protobuf:"bytes,144,opt,name=pg_qualstats_enabled,json=pgQualstatsEnabled,proto3" json:"pg_qualstats_enabled,omitempty"`
	PgQualstatsTrackConstants           *wrapperspb.BoolValue   `` /* 142-byte string literal not displayed */
	PgQualstatsMax                      *wrapperspb.Int64Value  `protobuf:"bytes,146,opt,name=pg_qualstats_max,json=pgQualstatsMax,proto3" json:"pg_qualstats_max,omitempty"`
	PgQualstatsResolveOids              *wrapperspb.BoolValue   ``                                                                                                                     /* 133-byte string literal not displayed */
	PgQualstatsSampleRate               *wrapperspb.DoubleValue ``                                                                                                                     /* 130-byte string literal not displayed */
	MaxStackDepth                       *wrapperspb.Int64Value  `protobuf:"bytes,150,opt,name=max_stack_depth,json=maxStackDepth,proto3" json:"max_stack_depth,omitempty"`             // in bytes.
	EnableGroupByReordering             *wrapperspb.BoolValue   ``                                                                                                                     /* 136-byte string literal not displayed */
	Geqo                                *wrapperspb.BoolValue   `protobuf:"bytes,152,opt,name=geqo,proto3" json:"geqo,omitempty"`                                                      // enable Genetic Query Optimizer, by default is on
	GeqoThreshold                       *wrapperspb.Int64Value  `protobuf:"bytes,153,opt,name=geqo_threshold,json=geqoThreshold,proto3" json:"geqo_threshold,omitempty"`               // The number of tables to use geqo, default is 12
	GeqoEffort                          *wrapperspb.Int64Value  `protobuf:"bytes,154,opt,name=geqo_effort,json=geqoEffort,proto3" json:"geqo_effort,omitempty"`                        // tradeoff between planning time and query plan quality, default is 5
	GeqoPoolSize                        *wrapperspb.Int64Value  `protobuf:"bytes,155,opt,name=geqo_pool_size,json=geqoPoolSize,proto3" json:"geqo_pool_size,omitempty"`                // number of individuals in the genetic population, useful values are typically 100 to 1000; default - 0 - choose based on based on geqo_effort
	GeqoGenerations                     *wrapperspb.Int64Value  `protobuf:"bytes,156,opt,name=geqo_generations,json=geqoGenerations,proto3" json:"geqo_generations,omitempty"`         // the number of generations used by GEQO, useful values are in the same range as the pool size
	GeqoSelectionBias                   *wrapperspb.DoubleValue `protobuf:"bytes,157,opt,name=geqo_selection_bias,json=geqoSelectionBias,proto3" json:"geqo_selection_bias,omitempty"` // selective pressure within the population
	GeqoSeed                            *wrapperspb.DoubleValue `protobuf:"bytes,158,opt,name=geqo_seed,json=geqoSeed,proto3" json:"geqo_seed,omitempty"`                              // initial value of the random number generator used by GEQO
	PgTrgmSimilarityThreshold           *wrapperspb.DoubleValue ``                                                                                                                     /* 142-byte string literal not displayed */
	PgTrgmWordSimilarityThreshold       *wrapperspb.DoubleValue ``                                                                                                                     /* 156-byte string literal not displayed */
	PgTrgmStrictWordSimilarityThreshold *wrapperspb.DoubleValue ``                                                                                                                     /* 176-byte string literal not displayed */
	MaxStandbyArchiveDelay              *wrapperspb.Int64Value  ``                                                                                                                     // in milliseconds.
	/* 133-byte string literal not displayed */
	SessionDurationTimeout *wrapperspb.Int64Value `` // Terminate any session that exceeds the designated timeout, specified in milliseconds. If a timeout is not specified, the default session timeout is set to 12 hours. To disable it, specify a value of 0.
	/* 131-byte string literal not displayed */
	LogReplicationCommands   *wrapperspb.BoolValue  `` /* 131-byte string literal not displayed */
	LogAutovacuumMinDuration *wrapperspb.Int64Value `` // in milliseconds. The default is 1000 (1 sec).
	/* 139-byte string literal not displayed */
	PasswordEncryption PostgresqlConfig15_PasswordEncryption `` // A default value for “ user_password_encryption “ user-level setting, if it not specified for new users. Possible values are “ PASSWORD_ENCRYPTION_MD5 “ or “ PASSWORD_ENCRYPTION_SCRAM_SHA_256 “. The default is “ PASSWORD_ENCRYPTION_MD5 “.
	/* 199-byte string literal not displayed */
	// contains filtered or unexported fields
}

Options and structure of `PostgresqlConfig` reflects PostgreSQL configuration file parameters which detailed description is available in [PostgreSQL documentation](https://www.postgresql.org/docs/11/runtime-config.html).

func (*PostgresqlConfig15) Descriptor deprecated

func (*PostgresqlConfig15) Descriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig15.ProtoReflect.Descriptor instead.

func (*PostgresqlConfig15) GetArchiveTimeout

func (x *PostgresqlConfig15) GetArchiveTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig15) GetArrayNulls

func (x *PostgresqlConfig15) GetArrayNulls() *wrapperspb.BoolValue

func (*PostgresqlConfig15) GetAutoExplainLogAnalyze

func (x *PostgresqlConfig15) GetAutoExplainLogAnalyze() *wrapperspb.BoolValue

func (*PostgresqlConfig15) GetAutoExplainLogBuffers

func (x *PostgresqlConfig15) GetAutoExplainLogBuffers() *wrapperspb.BoolValue

func (*PostgresqlConfig15) GetAutoExplainLogMinDuration

func (x *PostgresqlConfig15) GetAutoExplainLogMinDuration() *wrapperspb.Int64Value

func (*PostgresqlConfig15) GetAutoExplainLogNestedStatements

func (x *PostgresqlConfig15) GetAutoExplainLogNestedStatements() *wrapperspb.BoolValue

func (*PostgresqlConfig15) GetAutoExplainLogTiming

func (x *PostgresqlConfig15) GetAutoExplainLogTiming() *wrapperspb.BoolValue

func (*PostgresqlConfig15) GetAutoExplainLogTriggers

func (x *PostgresqlConfig15) GetAutoExplainLogTriggers() *wrapperspb.BoolValue

func (*PostgresqlConfig15) GetAutoExplainLogVerbose

func (x *PostgresqlConfig15) GetAutoExplainLogVerbose() *wrapperspb.BoolValue

func (*PostgresqlConfig15) GetAutoExplainSampleRate

func (x *PostgresqlConfig15) GetAutoExplainSampleRate() *wrapperspb.DoubleValue

func (*PostgresqlConfig15) GetAutovacuumAnalyzeScaleFactor

func (x *PostgresqlConfig15) GetAutovacuumAnalyzeScaleFactor() *wrapperspb.DoubleValue

func (*PostgresqlConfig15) GetAutovacuumMaxWorkers

func (x *PostgresqlConfig15) GetAutovacuumMaxWorkers() *wrapperspb.Int64Value

func (*PostgresqlConfig15) GetAutovacuumNaptime

func (x *PostgresqlConfig15) GetAutovacuumNaptime() *wrapperspb.Int64Value

func (*PostgresqlConfig15) GetAutovacuumVacuumCostDelay

func (x *PostgresqlConfig15) GetAutovacuumVacuumCostDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig15) GetAutovacuumVacuumCostLimit

func (x *PostgresqlConfig15) GetAutovacuumVacuumCostLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig15) GetAutovacuumVacuumInsertScaleFactor

func (x *PostgresqlConfig15) GetAutovacuumVacuumInsertScaleFactor() *wrapperspb.DoubleValue

func (*PostgresqlConfig15) GetAutovacuumVacuumInsertThreshold

func (x *PostgresqlConfig15) GetAutovacuumVacuumInsertThreshold() *wrapperspb.Int64Value

func (*PostgresqlConfig15) GetAutovacuumVacuumScaleFactor

func (x *PostgresqlConfig15) GetAutovacuumVacuumScaleFactor() *wrapperspb.DoubleValue

func (*PostgresqlConfig15) GetAutovacuumWorkMem

func (x *PostgresqlConfig15) GetAutovacuumWorkMem() *wrapperspb.Int64Value

func (*PostgresqlConfig15) GetBackendFlushAfter

func (x *PostgresqlConfig15) GetBackendFlushAfter() *wrapperspb.Int64Value

func (*PostgresqlConfig15) GetBackslashQuote

func (*PostgresqlConfig15) GetBgwriterDelay

func (x *PostgresqlConfig15) GetBgwriterDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig15) GetBgwriterFlushAfter

func (x *PostgresqlConfig15) GetBgwriterFlushAfter() *wrapperspb.Int64Value

func (*PostgresqlConfig15) GetBgwriterLruMaxpages

func (x *PostgresqlConfig15) GetBgwriterLruMaxpages() *wrapperspb.Int64Value

func (*PostgresqlConfig15) GetBgwriterLruMultiplier

func (x *PostgresqlConfig15) GetBgwriterLruMultiplier() *wrapperspb.DoubleValue

func (*PostgresqlConfig15) GetByteaOutput

func (*PostgresqlConfig15) GetCheckpointCompletionTarget

func (x *PostgresqlConfig15) GetCheckpointCompletionTarget() *wrapperspb.DoubleValue

func (*PostgresqlConfig15) GetCheckpointFlushAfter

func (x *PostgresqlConfig15) GetCheckpointFlushAfter() *wrapperspb.Int64Value

func (*PostgresqlConfig15) GetCheckpointTimeout

func (x *PostgresqlConfig15) GetCheckpointTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig15) GetClientConnectionCheckInterval

func (x *PostgresqlConfig15) GetClientConnectionCheckInterval() *wrapperspb.Int64Value

func (*PostgresqlConfig15) GetClientMinMessages

func (x *PostgresqlConfig15) GetClientMinMessages() PostgresqlConfig15_LogLevel

func (*PostgresqlConfig15) GetConstraintExclusion

func (x *PostgresqlConfig15) GetConstraintExclusion() PostgresqlConfig15_ConstraintExclusion

func (*PostgresqlConfig15) GetCursorTupleFraction

func (x *PostgresqlConfig15) GetCursorTupleFraction() *wrapperspb.DoubleValue

func (*PostgresqlConfig15) GetDeadlockTimeout

func (x *PostgresqlConfig15) GetDeadlockTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig15) GetDefaultStatisticsTarget

func (x *PostgresqlConfig15) GetDefaultStatisticsTarget() *wrapperspb.Int64Value

func (*PostgresqlConfig15) GetDefaultTransactionIsolation

func (x *PostgresqlConfig15) GetDefaultTransactionIsolation() PostgresqlConfig15_TransactionIsolation

func (*PostgresqlConfig15) GetDefaultTransactionReadOnly

func (x *PostgresqlConfig15) GetDefaultTransactionReadOnly() *wrapperspb.BoolValue

func (*PostgresqlConfig15) GetDefaultWithOids

func (x *PostgresqlConfig15) GetDefaultWithOids() *wrapperspb.BoolValue

func (*PostgresqlConfig15) GetEffectiveCacheSize

func (x *PostgresqlConfig15) GetEffectiveCacheSize() *wrapperspb.Int64Value

func (*PostgresqlConfig15) GetEffectiveIoConcurrency

func (x *PostgresqlConfig15) GetEffectiveIoConcurrency() *wrapperspb.Int64Value

func (*PostgresqlConfig15) GetEnableAsyncAppend

func (x *PostgresqlConfig15) GetEnableAsyncAppend() *wrapperspb.BoolValue

func (*PostgresqlConfig15) GetEnableBitmapscan

func (x *PostgresqlConfig15) GetEnableBitmapscan() *wrapperspb.BoolValue

func (*PostgresqlConfig15) GetEnableGathermerge

func (x *PostgresqlConfig15) GetEnableGathermerge() *wrapperspb.BoolValue

func (*PostgresqlConfig15) GetEnableGroupByReordering

func (x *PostgresqlConfig15) GetEnableGroupByReordering() *wrapperspb.BoolValue

func (*PostgresqlConfig15) GetEnableHashagg

func (x *PostgresqlConfig15) GetEnableHashagg() *wrapperspb.BoolValue

func (*PostgresqlConfig15) GetEnableHashjoin

func (x *PostgresqlConfig15) GetEnableHashjoin() *wrapperspb.BoolValue

func (*PostgresqlConfig15) GetEnableIncrementalSort

func (x *PostgresqlConfig15) GetEnableIncrementalSort() *wrapperspb.BoolValue

func (*PostgresqlConfig15) GetEnableIndexonlyscan

func (x *PostgresqlConfig15) GetEnableIndexonlyscan() *wrapperspb.BoolValue

func (*PostgresqlConfig15) GetEnableIndexscan

func (x *PostgresqlConfig15) GetEnableIndexscan() *wrapperspb.BoolValue

func (*PostgresqlConfig15) GetEnableMaterial

func (x *PostgresqlConfig15) GetEnableMaterial() *wrapperspb.BoolValue

func (*PostgresqlConfig15) GetEnableMemoize

func (x *PostgresqlConfig15) GetEnableMemoize() *wrapperspb.BoolValue

func (*PostgresqlConfig15) GetEnableMergejoin

func (x *PostgresqlConfig15) GetEnableMergejoin() *wrapperspb.BoolValue

func (*PostgresqlConfig15) GetEnableNestloop

func (x *PostgresqlConfig15) GetEnableNestloop() *wrapperspb.BoolValue

func (*PostgresqlConfig15) GetEnableParallelAppend

func (x *PostgresqlConfig15) GetEnableParallelAppend() *wrapperspb.BoolValue

func (*PostgresqlConfig15) GetEnableParallelHash

func (x *PostgresqlConfig15) GetEnableParallelHash() *wrapperspb.BoolValue

func (*PostgresqlConfig15) GetEnablePartitionPruning

func (x *PostgresqlConfig15) GetEnablePartitionPruning() *wrapperspb.BoolValue

func (*PostgresqlConfig15) GetEnablePartitionwiseAggregate

func (x *PostgresqlConfig15) GetEnablePartitionwiseAggregate() *wrapperspb.BoolValue

func (*PostgresqlConfig15) GetEnablePartitionwiseJoin

func (x *PostgresqlConfig15) GetEnablePartitionwiseJoin() *wrapperspb.BoolValue

func (*PostgresqlConfig15) GetEnableSeqscan

func (x *PostgresqlConfig15) GetEnableSeqscan() *wrapperspb.BoolValue

func (*PostgresqlConfig15) GetEnableSort

func (x *PostgresqlConfig15) GetEnableSort() *wrapperspb.BoolValue

func (*PostgresqlConfig15) GetEnableTidscan

func (x *PostgresqlConfig15) GetEnableTidscan() *wrapperspb.BoolValue

func (*PostgresqlConfig15) GetEscapeStringWarning

func (x *PostgresqlConfig15) GetEscapeStringWarning() *wrapperspb.BoolValue

func (*PostgresqlConfig15) GetExitOnError

func (x *PostgresqlConfig15) GetExitOnError() *wrapperspb.BoolValue

func (*PostgresqlConfig15) GetForceParallelMode

func (x *PostgresqlConfig15) GetForceParallelMode() PostgresqlConfig15_ForceParallelMode

func (*PostgresqlConfig15) GetFromCollapseLimit

func (x *PostgresqlConfig15) GetFromCollapseLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig15) GetGeqo

func (x *PostgresqlConfig15) GetGeqo() *wrapperspb.BoolValue

func (*PostgresqlConfig15) GetGeqoEffort

func (x *PostgresqlConfig15) GetGeqoEffort() *wrapperspb.Int64Value

func (*PostgresqlConfig15) GetGeqoGenerations

func (x *PostgresqlConfig15) GetGeqoGenerations() *wrapperspb.Int64Value

func (*PostgresqlConfig15) GetGeqoPoolSize

func (x *PostgresqlConfig15) GetGeqoPoolSize() *wrapperspb.Int64Value

func (*PostgresqlConfig15) GetGeqoSeed

func (x *PostgresqlConfig15) GetGeqoSeed() *wrapperspb.DoubleValue

func (*PostgresqlConfig15) GetGeqoSelectionBias

func (x *PostgresqlConfig15) GetGeqoSelectionBias() *wrapperspb.DoubleValue

func (*PostgresqlConfig15) GetGeqoThreshold

func (x *PostgresqlConfig15) GetGeqoThreshold() *wrapperspb.Int64Value

func (*PostgresqlConfig15) GetGinPendingListLimit

func (x *PostgresqlConfig15) GetGinPendingListLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig15) GetHashMemMultiplier

func (x *PostgresqlConfig15) GetHashMemMultiplier() *wrapperspb.DoubleValue

func (*PostgresqlConfig15) GetIdleInTransactionSessionTimeout

func (x *PostgresqlConfig15) GetIdleInTransactionSessionTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig15) GetJit

func (*PostgresqlConfig15) GetJoinCollapseLimit

func (x *PostgresqlConfig15) GetJoinCollapseLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig15) GetLoCompatPrivileges

func (x *PostgresqlConfig15) GetLoCompatPrivileges() *wrapperspb.BoolValue

func (*PostgresqlConfig15) GetLockTimeout

func (x *PostgresqlConfig15) GetLockTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig15) GetLogAutovacuumMinDuration

func (x *PostgresqlConfig15) GetLogAutovacuumMinDuration() *wrapperspb.Int64Value

func (*PostgresqlConfig15) GetLogCheckpoints

func (x *PostgresqlConfig15) GetLogCheckpoints() *wrapperspb.BoolValue

func (*PostgresqlConfig15) GetLogConnections

func (x *PostgresqlConfig15) GetLogConnections() *wrapperspb.BoolValue

func (*PostgresqlConfig15) GetLogDisconnections

func (x *PostgresqlConfig15) GetLogDisconnections() *wrapperspb.BoolValue

func (*PostgresqlConfig15) GetLogDuration

func (x *PostgresqlConfig15) GetLogDuration() *wrapperspb.BoolValue

func (*PostgresqlConfig15) GetLogErrorVerbosity

func (x *PostgresqlConfig15) GetLogErrorVerbosity() PostgresqlConfig15_LogErrorVerbosity

func (*PostgresqlConfig15) GetLogLockWaits

func (x *PostgresqlConfig15) GetLogLockWaits() *wrapperspb.BoolValue

func (*PostgresqlConfig15) GetLogMinDurationSample

func (x *PostgresqlConfig15) GetLogMinDurationSample() *wrapperspb.Int64Value

func (*PostgresqlConfig15) GetLogMinDurationStatement

func (x *PostgresqlConfig15) GetLogMinDurationStatement() *wrapperspb.Int64Value

func (*PostgresqlConfig15) GetLogMinErrorStatement

func (x *PostgresqlConfig15) GetLogMinErrorStatement() PostgresqlConfig15_LogLevel

func (*PostgresqlConfig15) GetLogMinMessages

func (x *PostgresqlConfig15) GetLogMinMessages() PostgresqlConfig15_LogLevel

func (*PostgresqlConfig15) GetLogParameterMaxLength

func (x *PostgresqlConfig15) GetLogParameterMaxLength() *wrapperspb.Int64Value

func (*PostgresqlConfig15) GetLogParameterMaxLengthOnError

func (x *PostgresqlConfig15) GetLogParameterMaxLengthOnError() *wrapperspb.Int64Value

func (*PostgresqlConfig15) GetLogRecoveryConflictWaits

func (x *PostgresqlConfig15) GetLogRecoveryConflictWaits() *wrapperspb.BoolValue

func (*PostgresqlConfig15) GetLogReplicationCommands

func (x *PostgresqlConfig15) GetLogReplicationCommands() *wrapperspb.BoolValue

func (*PostgresqlConfig15) GetLogStatement

func (*PostgresqlConfig15) GetLogStatementSampleRate

func (x *PostgresqlConfig15) GetLogStatementSampleRate() *wrapperspb.DoubleValue

func (*PostgresqlConfig15) GetLogTempFiles

func (x *PostgresqlConfig15) GetLogTempFiles() *wrapperspb.Int64Value

func (*PostgresqlConfig15) GetLogTransactionSampleRate

func (x *PostgresqlConfig15) GetLogTransactionSampleRate() *wrapperspb.DoubleValue

func (*PostgresqlConfig15) GetLogicalDecodingWorkMem

func (x *PostgresqlConfig15) GetLogicalDecodingWorkMem() *wrapperspb.Int64Value

func (*PostgresqlConfig15) GetMaintenanceIoConcurrency

func (x *PostgresqlConfig15) GetMaintenanceIoConcurrency() *wrapperspb.Int64Value

func (*PostgresqlConfig15) GetMaintenanceWorkMem

func (x *PostgresqlConfig15) GetMaintenanceWorkMem() *wrapperspb.Int64Value

func (*PostgresqlConfig15) GetMaxConnections

func (x *PostgresqlConfig15) GetMaxConnections() *wrapperspb.Int64Value

func (*PostgresqlConfig15) GetMaxLocksPerTransaction

func (x *PostgresqlConfig15) GetMaxLocksPerTransaction() *wrapperspb.Int64Value

func (*PostgresqlConfig15) GetMaxParallelMaintenanceWorkers

func (x *PostgresqlConfig15) GetMaxParallelMaintenanceWorkers() *wrapperspb.Int64Value

func (*PostgresqlConfig15) GetMaxParallelWorkers

func (x *PostgresqlConfig15) GetMaxParallelWorkers() *wrapperspb.Int64Value

func (*PostgresqlConfig15) GetMaxParallelWorkersPerGather

func (x *PostgresqlConfig15) GetMaxParallelWorkersPerGather() *wrapperspb.Int64Value

func (*PostgresqlConfig15) GetMaxPredLocksPerTransaction

func (x *PostgresqlConfig15) GetMaxPredLocksPerTransaction() *wrapperspb.Int64Value

func (*PostgresqlConfig15) GetMaxPreparedTransactions

func (x *PostgresqlConfig15) GetMaxPreparedTransactions() *wrapperspb.Int64Value

func (*PostgresqlConfig15) GetMaxSlotWalKeepSize

func (x *PostgresqlConfig15) GetMaxSlotWalKeepSize() *wrapperspb.Int64Value

func (*PostgresqlConfig15) GetMaxStackDepth

func (x *PostgresqlConfig15) GetMaxStackDepth() *wrapperspb.Int64Value

func (*PostgresqlConfig15) GetMaxStandbyArchiveDelay

func (x *PostgresqlConfig15) GetMaxStandbyArchiveDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig15) GetMaxStandbyStreamingDelay

func (x *PostgresqlConfig15) GetMaxStandbyStreamingDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig15) GetMaxWalSize

func (x *PostgresqlConfig15) GetMaxWalSize() *wrapperspb.Int64Value

func (*PostgresqlConfig15) GetMaxWorkerProcesses

func (x *PostgresqlConfig15) GetMaxWorkerProcesses() *wrapperspb.Int64Value

func (*PostgresqlConfig15) GetMinWalSize

func (x *PostgresqlConfig15) GetMinWalSize() *wrapperspb.Int64Value

func (*PostgresqlConfig15) GetOldSnapshotThreshold

func (x *PostgresqlConfig15) GetOldSnapshotThreshold() *wrapperspb.Int64Value

func (*PostgresqlConfig15) GetParallelLeaderParticipation

func (x *PostgresqlConfig15) GetParallelLeaderParticipation() *wrapperspb.BoolValue

func (*PostgresqlConfig15) GetPasswordEncryption

func (x *PostgresqlConfig15) GetPasswordEncryption() PostgresqlConfig15_PasswordEncryption

func (*PostgresqlConfig15) GetPgHintPlanDebugPrint

func (x *PostgresqlConfig15) GetPgHintPlanDebugPrint() PostgresqlConfig15_PgHintPlanDebugPrint

func (*PostgresqlConfig15) GetPgHintPlanEnableHint

func (x *PostgresqlConfig15) GetPgHintPlanEnableHint() *wrapperspb.BoolValue

func (*PostgresqlConfig15) GetPgHintPlanEnableHintTable

func (x *PostgresqlConfig15) GetPgHintPlanEnableHintTable() *wrapperspb.BoolValue

func (*PostgresqlConfig15) GetPgHintPlanMessageLevel

func (x *PostgresqlConfig15) GetPgHintPlanMessageLevel() PostgresqlConfig15_LogLevel

func (*PostgresqlConfig15) GetPgQualstatsEnabled

func (x *PostgresqlConfig15) GetPgQualstatsEnabled() *wrapperspb.BoolValue

func (*PostgresqlConfig15) GetPgQualstatsMax

func (x *PostgresqlConfig15) GetPgQualstatsMax() *wrapperspb.Int64Value

func (*PostgresqlConfig15) GetPgQualstatsResolveOids

func (x *PostgresqlConfig15) GetPgQualstatsResolveOids() *wrapperspb.BoolValue

func (*PostgresqlConfig15) GetPgQualstatsSampleRate

func (x *PostgresqlConfig15) GetPgQualstatsSampleRate() *wrapperspb.DoubleValue

func (*PostgresqlConfig15) GetPgQualstatsTrackConstants

func (x *PostgresqlConfig15) GetPgQualstatsTrackConstants() *wrapperspb.BoolValue

func (*PostgresqlConfig15) GetPgTrgmSimilarityThreshold

func (x *PostgresqlConfig15) GetPgTrgmSimilarityThreshold() *wrapperspb.DoubleValue

func (*PostgresqlConfig15) GetPgTrgmStrictWordSimilarityThreshold

func (x *PostgresqlConfig15) GetPgTrgmStrictWordSimilarityThreshold() *wrapperspb.DoubleValue

func (*PostgresqlConfig15) GetPgTrgmWordSimilarityThreshold

func (x *PostgresqlConfig15) GetPgTrgmWordSimilarityThreshold() *wrapperspb.DoubleValue

func (*PostgresqlConfig15) GetPlanCacheMode

func (*PostgresqlConfig15) GetQuoteAllIdentifiers

func (x *PostgresqlConfig15) GetQuoteAllIdentifiers() *wrapperspb.BoolValue

func (*PostgresqlConfig15) GetRandomPageCost

func (x *PostgresqlConfig15) GetRandomPageCost() *wrapperspb.DoubleValue

func (*PostgresqlConfig15) GetRowSecurity

func (x *PostgresqlConfig15) GetRowSecurity() *wrapperspb.BoolValue

func (*PostgresqlConfig15) GetSearchPath

func (x *PostgresqlConfig15) GetSearchPath() string

func (*PostgresqlConfig15) GetSeqPageCost

func (x *PostgresqlConfig15) GetSeqPageCost() *wrapperspb.DoubleValue

func (*PostgresqlConfig15) GetSessionDurationTimeout

func (x *PostgresqlConfig15) GetSessionDurationTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig15) GetSharedBuffers

func (x *PostgresqlConfig15) GetSharedBuffers() *wrapperspb.Int64Value

func (*PostgresqlConfig15) GetSharedPreloadLibraries

func (x *PostgresqlConfig15) GetSharedPreloadLibraries() []PostgresqlConfig15_SharedPreloadLibraries

func (*PostgresqlConfig15) GetStandardConformingStrings

func (x *PostgresqlConfig15) GetStandardConformingStrings() *wrapperspb.BoolValue

func (*PostgresqlConfig15) GetStatementTimeout

func (x *PostgresqlConfig15) GetStatementTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig15) GetSynchronizeSeqscans

func (x *PostgresqlConfig15) GetSynchronizeSeqscans() *wrapperspb.BoolValue

func (*PostgresqlConfig15) GetSynchronousCommit

func (x *PostgresqlConfig15) GetSynchronousCommit() PostgresqlConfig15_SynchronousCommit

func (*PostgresqlConfig15) GetTempBuffers

func (x *PostgresqlConfig15) GetTempBuffers() *wrapperspb.Int64Value

func (*PostgresqlConfig15) GetTempFileLimit

func (x *PostgresqlConfig15) GetTempFileLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig15) GetTimezone

func (x *PostgresqlConfig15) GetTimezone() string

func (*PostgresqlConfig15) GetTrackActivityQuerySize

func (x *PostgresqlConfig15) GetTrackActivityQuerySize() *wrapperspb.Int64Value

func (*PostgresqlConfig15) GetTransformNullEquals

func (x *PostgresqlConfig15) GetTransformNullEquals() *wrapperspb.BoolValue

func (*PostgresqlConfig15) GetVacuumCostDelay

func (x *PostgresqlConfig15) GetVacuumCostDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig15) GetVacuumCostLimit

func (x *PostgresqlConfig15) GetVacuumCostLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig15) GetVacuumCostPageDirty

func (x *PostgresqlConfig15) GetVacuumCostPageDirty() *wrapperspb.Int64Value

func (*PostgresqlConfig15) GetVacuumCostPageHit

func (x *PostgresqlConfig15) GetVacuumCostPageHit() *wrapperspb.Int64Value

func (*PostgresqlConfig15) GetVacuumCostPageMiss

func (x *PostgresqlConfig15) GetVacuumCostPageMiss() *wrapperspb.Int64Value

func (*PostgresqlConfig15) GetVacuumFailsafeAge

func (x *PostgresqlConfig15) GetVacuumFailsafeAge() *wrapperspb.Int64Value

func (*PostgresqlConfig15) GetVacuumMultixactFailsafeAge

func (x *PostgresqlConfig15) GetVacuumMultixactFailsafeAge() *wrapperspb.Int64Value

func (*PostgresqlConfig15) GetWalKeepSize

func (x *PostgresqlConfig15) GetWalKeepSize() *wrapperspb.Int64Value

func (*PostgresqlConfig15) GetWalLevel

func (*PostgresqlConfig15) GetWorkMem

func (x *PostgresqlConfig15) GetWorkMem() *wrapperspb.Int64Value

func (*PostgresqlConfig15) GetXmlbinary

func (*PostgresqlConfig15) GetXmloption

func (*PostgresqlConfig15) ProtoMessage

func (*PostgresqlConfig15) ProtoMessage()

func (*PostgresqlConfig15) ProtoReflect

func (x *PostgresqlConfig15) ProtoReflect() protoreflect.Message

func (*PostgresqlConfig15) Reset

func (x *PostgresqlConfig15) Reset()

func (*PostgresqlConfig15) SetArchiveTimeout

func (m *PostgresqlConfig15) SetArchiveTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15) SetArrayNulls

func (m *PostgresqlConfig15) SetArrayNulls(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15) SetAutoExplainLogAnalyze

func (m *PostgresqlConfig15) SetAutoExplainLogAnalyze(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15) SetAutoExplainLogBuffers

func (m *PostgresqlConfig15) SetAutoExplainLogBuffers(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15) SetAutoExplainLogMinDuration

func (m *PostgresqlConfig15) SetAutoExplainLogMinDuration(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15) SetAutoExplainLogNestedStatements

func (m *PostgresqlConfig15) SetAutoExplainLogNestedStatements(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15) SetAutoExplainLogTiming

func (m *PostgresqlConfig15) SetAutoExplainLogTiming(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15) SetAutoExplainLogTriggers

func (m *PostgresqlConfig15) SetAutoExplainLogTriggers(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15) SetAutoExplainLogVerbose

func (m *PostgresqlConfig15) SetAutoExplainLogVerbose(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15) SetAutoExplainSampleRate

func (m *PostgresqlConfig15) SetAutoExplainSampleRate(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig15) SetAutovacuumAnalyzeScaleFactor

func (m *PostgresqlConfig15) SetAutovacuumAnalyzeScaleFactor(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig15) SetAutovacuumMaxWorkers

func (m *PostgresqlConfig15) SetAutovacuumMaxWorkers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15) SetAutovacuumNaptime

func (m *PostgresqlConfig15) SetAutovacuumNaptime(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15) SetAutovacuumVacuumCostDelay

func (m *PostgresqlConfig15) SetAutovacuumVacuumCostDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15) SetAutovacuumVacuumCostLimit

func (m *PostgresqlConfig15) SetAutovacuumVacuumCostLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15) SetAutovacuumVacuumInsertScaleFactor

func (m *PostgresqlConfig15) SetAutovacuumVacuumInsertScaleFactor(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig15) SetAutovacuumVacuumInsertThreshold

func (m *PostgresqlConfig15) SetAutovacuumVacuumInsertThreshold(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15) SetAutovacuumVacuumScaleFactor

func (m *PostgresqlConfig15) SetAutovacuumVacuumScaleFactor(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig15) SetAutovacuumWorkMem

func (m *PostgresqlConfig15) SetAutovacuumWorkMem(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15) SetBackendFlushAfter

func (m *PostgresqlConfig15) SetBackendFlushAfter(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15) SetBackslashQuote

func (m *PostgresqlConfig15) SetBackslashQuote(v PostgresqlConfig15_BackslashQuote)

func (*PostgresqlConfig15) SetBgwriterDelay

func (m *PostgresqlConfig15) SetBgwriterDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15) SetBgwriterFlushAfter

func (m *PostgresqlConfig15) SetBgwriterFlushAfter(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15) SetBgwriterLruMaxpages

func (m *PostgresqlConfig15) SetBgwriterLruMaxpages(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15) SetBgwriterLruMultiplier

func (m *PostgresqlConfig15) SetBgwriterLruMultiplier(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig15) SetByteaOutput

func (*PostgresqlConfig15) SetCheckpointCompletionTarget

func (m *PostgresqlConfig15) SetCheckpointCompletionTarget(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig15) SetCheckpointFlushAfter

func (m *PostgresqlConfig15) SetCheckpointFlushAfter(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15) SetCheckpointTimeout

func (m *PostgresqlConfig15) SetCheckpointTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15) SetClientConnectionCheckInterval

func (m *PostgresqlConfig15) SetClientConnectionCheckInterval(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15) SetClientMinMessages

func (m *PostgresqlConfig15) SetClientMinMessages(v PostgresqlConfig15_LogLevel)

func (*PostgresqlConfig15) SetConstraintExclusion

func (m *PostgresqlConfig15) SetConstraintExclusion(v PostgresqlConfig15_ConstraintExclusion)

func (*PostgresqlConfig15) SetCursorTupleFraction

func (m *PostgresqlConfig15) SetCursorTupleFraction(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig15) SetDeadlockTimeout

func (m *PostgresqlConfig15) SetDeadlockTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15) SetDefaultStatisticsTarget

func (m *PostgresqlConfig15) SetDefaultStatisticsTarget(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15) SetDefaultTransactionIsolation

func (m *PostgresqlConfig15) SetDefaultTransactionIsolation(v PostgresqlConfig15_TransactionIsolation)

func (*PostgresqlConfig15) SetDefaultTransactionReadOnly

func (m *PostgresqlConfig15) SetDefaultTransactionReadOnly(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15) SetDefaultWithOids

func (m *PostgresqlConfig15) SetDefaultWithOids(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15) SetEffectiveCacheSize

func (m *PostgresqlConfig15) SetEffectiveCacheSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15) SetEffectiveIoConcurrency

func (m *PostgresqlConfig15) SetEffectiveIoConcurrency(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15) SetEnableAsyncAppend

func (m *PostgresqlConfig15) SetEnableAsyncAppend(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15) SetEnableBitmapscan

func (m *PostgresqlConfig15) SetEnableBitmapscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15) SetEnableGathermerge

func (m *PostgresqlConfig15) SetEnableGathermerge(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15) SetEnableGroupByReordering

func (m *PostgresqlConfig15) SetEnableGroupByReordering(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15) SetEnableHashagg

func (m *PostgresqlConfig15) SetEnableHashagg(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15) SetEnableHashjoin

func (m *PostgresqlConfig15) SetEnableHashjoin(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15) SetEnableIncrementalSort

func (m *PostgresqlConfig15) SetEnableIncrementalSort(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15) SetEnableIndexonlyscan

func (m *PostgresqlConfig15) SetEnableIndexonlyscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15) SetEnableIndexscan

func (m *PostgresqlConfig15) SetEnableIndexscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15) SetEnableMaterial

func (m *PostgresqlConfig15) SetEnableMaterial(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15) SetEnableMemoize

func (m *PostgresqlConfig15) SetEnableMemoize(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15) SetEnableMergejoin

func (m *PostgresqlConfig15) SetEnableMergejoin(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15) SetEnableNestloop

func (m *PostgresqlConfig15) SetEnableNestloop(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15) SetEnableParallelAppend

func (m *PostgresqlConfig15) SetEnableParallelAppend(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15) SetEnableParallelHash

func (m *PostgresqlConfig15) SetEnableParallelHash(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15) SetEnablePartitionPruning

func (m *PostgresqlConfig15) SetEnablePartitionPruning(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15) SetEnablePartitionwiseAggregate

func (m *PostgresqlConfig15) SetEnablePartitionwiseAggregate(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15) SetEnablePartitionwiseJoin

func (m *PostgresqlConfig15) SetEnablePartitionwiseJoin(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15) SetEnableSeqscan

func (m *PostgresqlConfig15) SetEnableSeqscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15) SetEnableSort

func (m *PostgresqlConfig15) SetEnableSort(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15) SetEnableTidscan

func (m *PostgresqlConfig15) SetEnableTidscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15) SetEscapeStringWarning

func (m *PostgresqlConfig15) SetEscapeStringWarning(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15) SetExitOnError

func (m *PostgresqlConfig15) SetExitOnError(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15) SetForceParallelMode

func (m *PostgresqlConfig15) SetForceParallelMode(v PostgresqlConfig15_ForceParallelMode)

func (*PostgresqlConfig15) SetFromCollapseLimit

func (m *PostgresqlConfig15) SetFromCollapseLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15) SetGeqo

func (m *PostgresqlConfig15) SetGeqo(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15) SetGeqoEffort

func (m *PostgresqlConfig15) SetGeqoEffort(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15) SetGeqoGenerations

func (m *PostgresqlConfig15) SetGeqoGenerations(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15) SetGeqoPoolSize

func (m *PostgresqlConfig15) SetGeqoPoolSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15) SetGeqoSeed

func (m *PostgresqlConfig15) SetGeqoSeed(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig15) SetGeqoSelectionBias

func (m *PostgresqlConfig15) SetGeqoSelectionBias(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig15) SetGeqoThreshold

func (m *PostgresqlConfig15) SetGeqoThreshold(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15) SetGinPendingListLimit

func (m *PostgresqlConfig15) SetGinPendingListLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15) SetHashMemMultiplier

func (m *PostgresqlConfig15) SetHashMemMultiplier(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig15) SetIdleInTransactionSessionTimeout

func (m *PostgresqlConfig15) SetIdleInTransactionSessionTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15) SetJit

func (m *PostgresqlConfig15) SetJit(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15) SetJoinCollapseLimit

func (m *PostgresqlConfig15) SetJoinCollapseLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15) SetLoCompatPrivileges

func (m *PostgresqlConfig15) SetLoCompatPrivileges(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15) SetLockTimeout

func (m *PostgresqlConfig15) SetLockTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15) SetLogAutovacuumMinDuration

func (m *PostgresqlConfig15) SetLogAutovacuumMinDuration(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15) SetLogCheckpoints

func (m *PostgresqlConfig15) SetLogCheckpoints(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15) SetLogConnections

func (m *PostgresqlConfig15) SetLogConnections(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15) SetLogDisconnections

func (m *PostgresqlConfig15) SetLogDisconnections(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15) SetLogDuration

func (m *PostgresqlConfig15) SetLogDuration(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15) SetLogErrorVerbosity

func (m *PostgresqlConfig15) SetLogErrorVerbosity(v PostgresqlConfig15_LogErrorVerbosity)

func (*PostgresqlConfig15) SetLogLockWaits

func (m *PostgresqlConfig15) SetLogLockWaits(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15) SetLogMinDurationSample

func (m *PostgresqlConfig15) SetLogMinDurationSample(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15) SetLogMinDurationStatement

func (m *PostgresqlConfig15) SetLogMinDurationStatement(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15) SetLogMinErrorStatement

func (m *PostgresqlConfig15) SetLogMinErrorStatement(v PostgresqlConfig15_LogLevel)

func (*PostgresqlConfig15) SetLogMinMessages

func (m *PostgresqlConfig15) SetLogMinMessages(v PostgresqlConfig15_LogLevel)

func (*PostgresqlConfig15) SetLogParameterMaxLength

func (m *PostgresqlConfig15) SetLogParameterMaxLength(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15) SetLogParameterMaxLengthOnError

func (m *PostgresqlConfig15) SetLogParameterMaxLengthOnError(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15) SetLogRecoveryConflictWaits

func (m *PostgresqlConfig15) SetLogRecoveryConflictWaits(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15) SetLogReplicationCommands

func (m *PostgresqlConfig15) SetLogReplicationCommands(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15) SetLogStatement

func (*PostgresqlConfig15) SetLogStatementSampleRate

func (m *PostgresqlConfig15) SetLogStatementSampleRate(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig15) SetLogTempFiles

func (m *PostgresqlConfig15) SetLogTempFiles(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15) SetLogTransactionSampleRate

func (m *PostgresqlConfig15) SetLogTransactionSampleRate(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig15) SetLogicalDecodingWorkMem

func (m *PostgresqlConfig15) SetLogicalDecodingWorkMem(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15) SetMaintenanceIoConcurrency

func (m *PostgresqlConfig15) SetMaintenanceIoConcurrency(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15) SetMaintenanceWorkMem

func (m *PostgresqlConfig15) SetMaintenanceWorkMem(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15) SetMaxConnections

func (m *PostgresqlConfig15) SetMaxConnections(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15) SetMaxLocksPerTransaction

func (m *PostgresqlConfig15) SetMaxLocksPerTransaction(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15) SetMaxParallelMaintenanceWorkers

func (m *PostgresqlConfig15) SetMaxParallelMaintenanceWorkers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15) SetMaxParallelWorkers

func (m *PostgresqlConfig15) SetMaxParallelWorkers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15) SetMaxParallelWorkersPerGather

func (m *PostgresqlConfig15) SetMaxParallelWorkersPerGather(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15) SetMaxPredLocksPerTransaction

func (m *PostgresqlConfig15) SetMaxPredLocksPerTransaction(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15) SetMaxPreparedTransactions

func (m *PostgresqlConfig15) SetMaxPreparedTransactions(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15) SetMaxSlotWalKeepSize

func (m *PostgresqlConfig15) SetMaxSlotWalKeepSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15) SetMaxStackDepth

func (m *PostgresqlConfig15) SetMaxStackDepth(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15) SetMaxStandbyArchiveDelay

func (m *PostgresqlConfig15) SetMaxStandbyArchiveDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15) SetMaxStandbyStreamingDelay

func (m *PostgresqlConfig15) SetMaxStandbyStreamingDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15) SetMaxWalSize

func (m *PostgresqlConfig15) SetMaxWalSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15) SetMaxWorkerProcesses

func (m *PostgresqlConfig15) SetMaxWorkerProcesses(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15) SetMinWalSize

func (m *PostgresqlConfig15) SetMinWalSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15) SetOldSnapshotThreshold

func (m *PostgresqlConfig15) SetOldSnapshotThreshold(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15) SetParallelLeaderParticipation

func (m *PostgresqlConfig15) SetParallelLeaderParticipation(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15) SetPasswordEncryption

func (m *PostgresqlConfig15) SetPasswordEncryption(v PostgresqlConfig15_PasswordEncryption)

func (*PostgresqlConfig15) SetPgHintPlanDebugPrint

func (m *PostgresqlConfig15) SetPgHintPlanDebugPrint(v PostgresqlConfig15_PgHintPlanDebugPrint)

func (*PostgresqlConfig15) SetPgHintPlanEnableHint

func (m *PostgresqlConfig15) SetPgHintPlanEnableHint(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15) SetPgHintPlanEnableHintTable

func (m *PostgresqlConfig15) SetPgHintPlanEnableHintTable(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15) SetPgHintPlanMessageLevel

func (m *PostgresqlConfig15) SetPgHintPlanMessageLevel(v PostgresqlConfig15_LogLevel)

func (*PostgresqlConfig15) SetPgQualstatsEnabled

func (m *PostgresqlConfig15) SetPgQualstatsEnabled(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15) SetPgQualstatsMax

func (m *PostgresqlConfig15) SetPgQualstatsMax(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15) SetPgQualstatsResolveOids

func (m *PostgresqlConfig15) SetPgQualstatsResolveOids(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15) SetPgQualstatsSampleRate

func (m *PostgresqlConfig15) SetPgQualstatsSampleRate(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig15) SetPgQualstatsTrackConstants

func (m *PostgresqlConfig15) SetPgQualstatsTrackConstants(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15) SetPgTrgmSimilarityThreshold

func (m *PostgresqlConfig15) SetPgTrgmSimilarityThreshold(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig15) SetPgTrgmStrictWordSimilarityThreshold

func (m *PostgresqlConfig15) SetPgTrgmStrictWordSimilarityThreshold(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig15) SetPgTrgmWordSimilarityThreshold

func (m *PostgresqlConfig15) SetPgTrgmWordSimilarityThreshold(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig15) SetPlanCacheMode

func (*PostgresqlConfig15) SetQuoteAllIdentifiers

func (m *PostgresqlConfig15) SetQuoteAllIdentifiers(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15) SetRandomPageCost

func (m *PostgresqlConfig15) SetRandomPageCost(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig15) SetRowSecurity

func (m *PostgresqlConfig15) SetRowSecurity(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15) SetSearchPath

func (m *PostgresqlConfig15) SetSearchPath(v string)

func (*PostgresqlConfig15) SetSeqPageCost

func (m *PostgresqlConfig15) SetSeqPageCost(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig15) SetSessionDurationTimeout

func (m *PostgresqlConfig15) SetSessionDurationTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15) SetSharedBuffers

func (m *PostgresqlConfig15) SetSharedBuffers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15) SetSharedPreloadLibraries

func (m *PostgresqlConfig15) SetSharedPreloadLibraries(v []PostgresqlConfig15_SharedPreloadLibraries)

func (*PostgresqlConfig15) SetStandardConformingStrings

func (m *PostgresqlConfig15) SetStandardConformingStrings(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15) SetStatementTimeout

func (m *PostgresqlConfig15) SetStatementTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15) SetSynchronizeSeqscans

func (m *PostgresqlConfig15) SetSynchronizeSeqscans(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15) SetSynchronousCommit

func (m *PostgresqlConfig15) SetSynchronousCommit(v PostgresqlConfig15_SynchronousCommit)

func (*PostgresqlConfig15) SetTempBuffers

func (m *PostgresqlConfig15) SetTempBuffers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15) SetTempFileLimit

func (m *PostgresqlConfig15) SetTempFileLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15) SetTimezone

func (m *PostgresqlConfig15) SetTimezone(v string)

func (*PostgresqlConfig15) SetTrackActivityQuerySize

func (m *PostgresqlConfig15) SetTrackActivityQuerySize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15) SetTransformNullEquals

func (m *PostgresqlConfig15) SetTransformNullEquals(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15) SetVacuumCostDelay

func (m *PostgresqlConfig15) SetVacuumCostDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15) SetVacuumCostLimit

func (m *PostgresqlConfig15) SetVacuumCostLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15) SetVacuumCostPageDirty

func (m *PostgresqlConfig15) SetVacuumCostPageDirty(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15) SetVacuumCostPageHit

func (m *PostgresqlConfig15) SetVacuumCostPageHit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15) SetVacuumCostPageMiss

func (m *PostgresqlConfig15) SetVacuumCostPageMiss(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15) SetVacuumFailsafeAge

func (m *PostgresqlConfig15) SetVacuumFailsafeAge(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15) SetVacuumMultixactFailsafeAge

func (m *PostgresqlConfig15) SetVacuumMultixactFailsafeAge(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15) SetWalKeepSize

func (m *PostgresqlConfig15) SetWalKeepSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15) SetWalLevel

func (*PostgresqlConfig15) SetWorkMem

func (m *PostgresqlConfig15) SetWorkMem(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15) SetXmlbinary

func (*PostgresqlConfig15) SetXmloption

func (*PostgresqlConfig15) String

func (x *PostgresqlConfig15) String() string

type PostgresqlConfig15_1C

type PostgresqlConfig15_1C struct {
	MaxConnections             *wrapperspb.Int64Value                  `protobuf:"bytes,1,opt,name=max_connections,json=maxConnections,proto3" json:"max_connections,omitempty"`
	SharedBuffers              *wrapperspb.Int64Value                  `protobuf:"bytes,2,opt,name=shared_buffers,json=sharedBuffers,proto3" json:"shared_buffers,omitempty"`                  // in bytes.
	TempBuffers                *wrapperspb.Int64Value                  `protobuf:"bytes,3,opt,name=temp_buffers,json=tempBuffers,proto3" json:"temp_buffers,omitempty"`                        // in bytes.
	MaxPreparedTransactions    *wrapperspb.Int64Value                  ``                                                                                                                      /* 132-byte string literal not displayed */
	WorkMem                    *wrapperspb.Int64Value                  `protobuf:"bytes,5,opt,name=work_mem,json=workMem,proto3" json:"work_mem,omitempty"`                                    // in bytes.
	MaintenanceWorkMem         *wrapperspb.Int64Value                  `protobuf:"bytes,6,opt,name=maintenance_work_mem,json=maintenanceWorkMem,proto3" json:"maintenance_work_mem,omitempty"` // in bytes.
	AutovacuumWorkMem          *wrapperspb.Int64Value                  `protobuf:"bytes,7,opt,name=autovacuum_work_mem,json=autovacuumWorkMem,proto3" json:"autovacuum_work_mem,omitempty"`    // in bytes.
	TempFileLimit              *wrapperspb.Int64Value                  `protobuf:"bytes,8,opt,name=temp_file_limit,json=tempFileLimit,proto3" json:"temp_file_limit,omitempty"`                // in bytes.
	VacuumCostDelay            *wrapperspb.Int64Value                  `protobuf:"bytes,9,opt,name=vacuum_cost_delay,json=vacuumCostDelay,proto3" json:"vacuum_cost_delay,omitempty"`          // in milliseconds.
	VacuumCostPageHit          *wrapperspb.Int64Value                  `protobuf:"bytes,10,opt,name=vacuum_cost_page_hit,json=vacuumCostPageHit,proto3" json:"vacuum_cost_page_hit,omitempty"`
	VacuumCostPageMiss         *wrapperspb.Int64Value                  `protobuf:"bytes,11,opt,name=vacuum_cost_page_miss,json=vacuumCostPageMiss,proto3" json:"vacuum_cost_page_miss,omitempty"`
	VacuumCostPageDirty        *wrapperspb.Int64Value                  `protobuf:"bytes,12,opt,name=vacuum_cost_page_dirty,json=vacuumCostPageDirty,proto3" json:"vacuum_cost_page_dirty,omitempty"`
	VacuumCostLimit            *wrapperspb.Int64Value                  `protobuf:"bytes,13,opt,name=vacuum_cost_limit,json=vacuumCostLimit,proto3" json:"vacuum_cost_limit,omitempty"`
	BgwriterDelay              *wrapperspb.Int64Value                  `protobuf:"bytes,14,opt,name=bgwriter_delay,json=bgwriterDelay,proto3" json:"bgwriter_delay,omitempty"` // in milliseconds.
	BgwriterLruMaxpages        *wrapperspb.Int64Value                  `protobuf:"bytes,15,opt,name=bgwriter_lru_maxpages,json=bgwriterLruMaxpages,proto3" json:"bgwriter_lru_maxpages,omitempty"`
	BgwriterLruMultiplier      *wrapperspb.DoubleValue                 `` /* 127-byte string literal not displayed */
	BgwriterFlushAfter         *wrapperspb.Int64Value                  `protobuf:"bytes,17,opt,name=bgwriter_flush_after,json=bgwriterFlushAfter,proto3" json:"bgwriter_flush_after,omitempty"`
	BackendFlushAfter          *wrapperspb.Int64Value                  `protobuf:"bytes,18,opt,name=backend_flush_after,json=backendFlushAfter,proto3" json:"backend_flush_after,omitempty"`
	OldSnapshotThreshold       *wrapperspb.Int64Value                  `protobuf:"bytes,19,opt,name=old_snapshot_threshold,json=oldSnapshotThreshold,proto3" json:"old_snapshot_threshold,omitempty"`
	WalLevel                   PostgresqlConfig15_1C_WalLevel          ``                                                                                                                  /* 161-byte string literal not displayed */
	SynchronousCommit          PostgresqlConfig15_1C_SynchronousCommit ``                                                                                                                  /* 197-byte string literal not displayed */
	CheckpointTimeout          *wrapperspb.Int64Value                  `protobuf:"bytes,22,opt,name=checkpoint_timeout,json=checkpointTimeout,proto3" json:"checkpoint_timeout,omitempty"` // in milliseconds.
	CheckpointCompletionTarget *wrapperspb.DoubleValue                 ``                                                                                                                  /* 142-byte string literal not displayed */
	CheckpointFlushAfter       *wrapperspb.Int64Value                  `protobuf:"bytes,24,opt,name=checkpoint_flush_after,json=checkpointFlushAfter,proto3" json:"checkpoint_flush_after,omitempty"`
	MaxWalSize                 *wrapperspb.Int64Value                  `protobuf:"bytes,25,opt,name=max_wal_size,json=maxWalSize,proto3" json:"max_wal_size,omitempty"` // in bytes.
	MinWalSize                 *wrapperspb.Int64Value                  `protobuf:"bytes,26,opt,name=min_wal_size,json=minWalSize,proto3" json:"min_wal_size,omitempty"` // in bytes.
	MaxStandbyStreamingDelay   *wrapperspb.Int64Value                  ``                                                                                               // in milliseconds.
	/* 138-byte string literal not displayed */
	DefaultStatisticsTarget *wrapperspb.Int64Value                    `` /* 133-byte string literal not displayed */
	ConstraintExclusion     PostgresqlConfig15_1C_ConstraintExclusion `` /* 205-byte string literal not displayed */
	CursorTupleFraction     *wrapperspb.DoubleValue                   `protobuf:"bytes,30,opt,name=cursor_tuple_fraction,json=cursorTupleFraction,proto3" json:"cursor_tuple_fraction,omitempty"`
	FromCollapseLimit       *wrapperspb.Int64Value                    `protobuf:"bytes,31,opt,name=from_collapse_limit,json=fromCollapseLimit,proto3" json:"from_collapse_limit,omitempty"`
	JoinCollapseLimit       *wrapperspb.Int64Value                    `protobuf:"bytes,32,opt,name=join_collapse_limit,json=joinCollapseLimit,proto3" json:"join_collapse_limit,omitempty"`
	ForceParallelMode       PostgresqlConfig15_1C_ForceParallelMode   `` /* 199-byte string literal not displayed */
	ClientMinMessages       PostgresqlConfig15_1C_LogLevel            `` /* 190-byte string literal not displayed */
	LogMinMessages          PostgresqlConfig15_1C_LogLevel            `` /* 181-byte string literal not displayed */
	LogMinErrorStatement    PostgresqlConfig15_1C_LogLevel            `` /* 201-byte string literal not displayed */
	LogMinDurationStatement *wrapperspb.Int64Value                    `` // in milliseconds.
	/* 135-byte string literal not displayed */
	LogCheckpoints                  *wrapperspb.BoolValue                      `protobuf:"bytes,38,opt,name=log_checkpoints,json=logCheckpoints,proto3" json:"log_checkpoints,omitempty"`
	LogConnections                  *wrapperspb.BoolValue                      `protobuf:"bytes,39,opt,name=log_connections,json=logConnections,proto3" json:"log_connections,omitempty"`
	LogDisconnections               *wrapperspb.BoolValue                      `protobuf:"bytes,40,opt,name=log_disconnections,json=logDisconnections,proto3" json:"log_disconnections,omitempty"`
	LogDuration                     *wrapperspb.BoolValue                      `protobuf:"bytes,41,opt,name=log_duration,json=logDuration,proto3" json:"log_duration,omitempty"`
	LogErrorVerbosity               PostgresqlConfig15_1C_LogErrorVerbosity    `` /* 199-byte string literal not displayed */
	LogLockWaits                    *wrapperspb.BoolValue                      `protobuf:"bytes,43,opt,name=log_lock_waits,json=logLockWaits,proto3" json:"log_lock_waits,omitempty"`
	LogStatement                    PostgresqlConfig15_1C_LogStatement         `` /* 177-byte string literal not displayed */
	LogTempFiles                    *wrapperspb.Int64Value                     `protobuf:"bytes,45,opt,name=log_temp_files,json=logTempFiles,proto3" json:"log_temp_files,omitempty"`
	SearchPath                      string                                     `protobuf:"bytes,46,opt,name=search_path,json=searchPath,proto3" json:"search_path,omitempty"`
	RowSecurity                     *wrapperspb.BoolValue                      `protobuf:"bytes,47,opt,name=row_security,json=rowSecurity,proto3" json:"row_security,omitempty"`
	DefaultTransactionIsolation     PostgresqlConfig15_1C_TransactionIsolation ``                                                                                                               /* 232-byte string literal not displayed */
	StatementTimeout                *wrapperspb.Int64Value                     `protobuf:"bytes,49,opt,name=statement_timeout,json=statementTimeout,proto3" json:"statement_timeout,omitempty"` // in milliseconds.
	LockTimeout                     *wrapperspb.Int64Value                     `protobuf:"bytes,50,opt,name=lock_timeout,json=lockTimeout,proto3" json:"lock_timeout,omitempty"`                // in milliseconds.
	IdleInTransactionSessionTimeout *wrapperspb.Int64Value                     ``                                                                                                               // in milliseconds.
	/* 161-byte string literal not displayed */
	ByteaOutput                   PostgresqlConfig15_1C_ByteaOutput              ``                                                                                                                            /* 173-byte string literal not displayed */
	Xmlbinary                     PostgresqlConfig15_1C_XmlBinary                ``                                                                                                                            /* 148-byte string literal not displayed */
	Xmloption                     PostgresqlConfig15_1C_XmlOption                ``                                                                                                                            /* 148-byte string literal not displayed */
	GinPendingListLimit           *wrapperspb.Int64Value                         `protobuf:"bytes,55,opt,name=gin_pending_list_limit,json=ginPendingListLimit,proto3" json:"gin_pending_list_limit,omitempty"` // in bytes.
	DeadlockTimeout               *wrapperspb.Int64Value                         `protobuf:"bytes,56,opt,name=deadlock_timeout,json=deadlockTimeout,proto3" json:"deadlock_timeout,omitempty"`                 // in milliseconds.
	MaxLocksPerTransaction        *wrapperspb.Int64Value                         ``                                                                                                                            /* 132-byte string literal not displayed */
	MaxPredLocksPerTransaction    *wrapperspb.Int64Value                         ``                                                                                                                            /* 146-byte string literal not displayed */
	ArrayNulls                    *wrapperspb.BoolValue                          `protobuf:"bytes,59,opt,name=array_nulls,json=arrayNulls,proto3" json:"array_nulls,omitempty"`
	BackslashQuote                PostgresqlConfig15_1C_BackslashQuote           `` /* 185-byte string literal not displayed */
	DefaultWithOids               *wrapperspb.BoolValue                          `protobuf:"bytes,61,opt,name=default_with_oids,json=defaultWithOids,proto3" json:"default_with_oids,omitempty"`
	EscapeStringWarning           *wrapperspb.BoolValue                          `protobuf:"bytes,62,opt,name=escape_string_warning,json=escapeStringWarning,proto3" json:"escape_string_warning,omitempty"`
	LoCompatPrivileges            *wrapperspb.BoolValue                          `protobuf:"bytes,63,opt,name=lo_compat_privileges,json=loCompatPrivileges,proto3" json:"lo_compat_privileges,omitempty"`
	QuoteAllIdentifiers           *wrapperspb.BoolValue                          `protobuf:"bytes,65,opt,name=quote_all_identifiers,json=quoteAllIdentifiers,proto3" json:"quote_all_identifiers,omitempty"`
	StandardConformingStrings     *wrapperspb.BoolValue                          `` /* 139-byte string literal not displayed */
	SynchronizeSeqscans           *wrapperspb.BoolValue                          `protobuf:"bytes,67,opt,name=synchronize_seqscans,json=synchronizeSeqscans,proto3" json:"synchronize_seqscans,omitempty"`
	TransformNullEquals           *wrapperspb.BoolValue                          `protobuf:"bytes,68,opt,name=transform_null_equals,json=transformNullEquals,proto3" json:"transform_null_equals,omitempty"`
	ExitOnError                   *wrapperspb.BoolValue                          `protobuf:"bytes,69,opt,name=exit_on_error,json=exitOnError,proto3" json:"exit_on_error,omitempty"`
	SeqPageCost                   *wrapperspb.DoubleValue                        `protobuf:"bytes,70,opt,name=seq_page_cost,json=seqPageCost,proto3" json:"seq_page_cost,omitempty"`
	RandomPageCost                *wrapperspb.DoubleValue                        `protobuf:"bytes,71,opt,name=random_page_cost,json=randomPageCost,proto3" json:"random_page_cost,omitempty"`
	AutovacuumMaxWorkers          *wrapperspb.Int64Value                         `protobuf:"bytes,72,opt,name=autovacuum_max_workers,json=autovacuumMaxWorkers,proto3" json:"autovacuum_max_workers,omitempty"`
	AutovacuumVacuumCostDelay     *wrapperspb.Int64Value                         ``                                                                                                                  /* 141-byte string literal not displayed */
	AutovacuumVacuumCostLimit     *wrapperspb.Int64Value                         ``                                                                                                                  /* 141-byte string literal not displayed */
	AutovacuumNaptime             *wrapperspb.Int64Value                         `protobuf:"bytes,75,opt,name=autovacuum_naptime,json=autovacuumNaptime,proto3" json:"autovacuum_naptime,omitempty"` // in milliseconds.
	ArchiveTimeout                *wrapperspb.Int64Value                         `protobuf:"bytes,76,opt,name=archive_timeout,json=archiveTimeout,proto3" json:"archive_timeout,omitempty"`          // in milliseconds.
	TrackActivityQuerySize        *wrapperspb.Int64Value                         ``                                                                                                                  /* 132-byte string literal not displayed */
	OnlineAnalyzeEnable           *wrapperspb.BoolValue                          `protobuf:"bytes,79,opt,name=online_analyze_enable,json=onlineAnalyzeEnable,proto3" json:"online_analyze_enable,omitempty"`
	EnableBitmapscan              *wrapperspb.BoolValue                          `protobuf:"bytes,80,opt,name=enable_bitmapscan,json=enableBitmapscan,proto3" json:"enable_bitmapscan,omitempty"`
	EnableHashagg                 *wrapperspb.BoolValue                          `protobuf:"bytes,81,opt,name=enable_hashagg,json=enableHashagg,proto3" json:"enable_hashagg,omitempty"`
	EnableHashjoin                *wrapperspb.BoolValue                          `protobuf:"bytes,82,opt,name=enable_hashjoin,json=enableHashjoin,proto3" json:"enable_hashjoin,omitempty"`
	EnableIndexscan               *wrapperspb.BoolValue                          `protobuf:"bytes,83,opt,name=enable_indexscan,json=enableIndexscan,proto3" json:"enable_indexscan,omitempty"`
	EnableIndexonlyscan           *wrapperspb.BoolValue                          `protobuf:"bytes,84,opt,name=enable_indexonlyscan,json=enableIndexonlyscan,proto3" json:"enable_indexonlyscan,omitempty"`
	EnableMaterial                *wrapperspb.BoolValue                          `protobuf:"bytes,85,opt,name=enable_material,json=enableMaterial,proto3" json:"enable_material,omitempty"`
	EnableMergejoin               *wrapperspb.BoolValue                          `protobuf:"bytes,86,opt,name=enable_mergejoin,json=enableMergejoin,proto3" json:"enable_mergejoin,omitempty"`
	EnableNestloop                *wrapperspb.BoolValue                          `protobuf:"bytes,87,opt,name=enable_nestloop,json=enableNestloop,proto3" json:"enable_nestloop,omitempty"`
	EnableSeqscan                 *wrapperspb.BoolValue                          `protobuf:"bytes,88,opt,name=enable_seqscan,json=enableSeqscan,proto3" json:"enable_seqscan,omitempty"`
	EnableSort                    *wrapperspb.BoolValue                          `protobuf:"bytes,89,opt,name=enable_sort,json=enableSort,proto3" json:"enable_sort,omitempty"`
	EnableTidscan                 *wrapperspb.BoolValue                          `protobuf:"bytes,90,opt,name=enable_tidscan,json=enableTidscan,proto3" json:"enable_tidscan,omitempty"`
	MaxWorkerProcesses            *wrapperspb.Int64Value                         `protobuf:"bytes,91,opt,name=max_worker_processes,json=maxWorkerProcesses,proto3" json:"max_worker_processes,omitempty"`
	MaxParallelWorkers            *wrapperspb.Int64Value                         `protobuf:"bytes,92,opt,name=max_parallel_workers,json=maxParallelWorkers,proto3" json:"max_parallel_workers,omitempty"`
	MaxParallelWorkersPerGather   *wrapperspb.Int64Value                         `` /* 149-byte string literal not displayed */
	AutovacuumVacuumScaleFactor   *wrapperspb.DoubleValue                        `` /* 147-byte string literal not displayed */
	AutovacuumAnalyzeScaleFactor  *wrapperspb.DoubleValue                        `` /* 150-byte string literal not displayed */
	DefaultTransactionReadOnly    *wrapperspb.BoolValue                          `` /* 144-byte string literal not displayed */
	Timezone                      string                                         `protobuf:"bytes,97,opt,name=timezone,proto3" json:"timezone,omitempty"`
	EnableParallelAppend          *wrapperspb.BoolValue                          `protobuf:"bytes,98,opt,name=enable_parallel_append,json=enableParallelAppend,proto3" json:"enable_parallel_append,omitempty"`
	EnableParallelHash            *wrapperspb.BoolValue                          `protobuf:"bytes,99,opt,name=enable_parallel_hash,json=enableParallelHash,proto3" json:"enable_parallel_hash,omitempty"`
	EnablePartitionPruning        *wrapperspb.BoolValue                          `` /* 131-byte string literal not displayed */
	EnablePartitionwiseAggregate  *wrapperspb.BoolValue                          `` /* 149-byte string literal not displayed */
	EnablePartitionwiseJoin       *wrapperspb.BoolValue                          `` /* 134-byte string literal not displayed */
	Jit                           *wrapperspb.BoolValue                          `protobuf:"bytes,103,opt,name=jit,proto3" json:"jit,omitempty"`
	MaxParallelMaintenanceWorkers *wrapperspb.Int64Value                         `` /* 154-byte string literal not displayed */
	ParallelLeaderParticipation   *wrapperspb.BoolValue                          `` /* 146-byte string literal not displayed */
	LogTransactionSampleRate      *wrapperspb.DoubleValue                        `` /* 139-byte string literal not displayed */
	PlanCacheMode                 PostgresqlConfig15_1C_PlanCacheMode            `` /* 184-byte string literal not displayed */
	EffectiveIoConcurrency        *wrapperspb.Int64Value                         `` /* 131-byte string literal not displayed */
	EffectiveCacheSize            *wrapperspb.Int64Value                         `protobuf:"bytes,110,opt,name=effective_cache_size,json=effectiveCacheSize,proto3" json:"effective_cache_size,omitempty"`
	SharedPreloadLibraries        []PostgresqlConfig15_1C_SharedPreloadLibraries `` /* 227-byte string literal not displayed */
	AutoExplainLogMinDuration     *wrapperspb.Int64Value                         `` // in milliseconds.
	/* 144-byte string literal not displayed */
	AutoExplainLogAnalyze          *wrapperspb.BoolValue                      `` /* 130-byte string literal not displayed */
	AutoExplainLogBuffers          *wrapperspb.BoolValue                      `` /* 130-byte string literal not displayed */
	AutoExplainLogTiming           *wrapperspb.BoolValue                      `` /* 127-byte string literal not displayed */
	AutoExplainLogTriggers         *wrapperspb.BoolValue                      `` /* 133-byte string literal not displayed */
	AutoExplainLogVerbose          *wrapperspb.BoolValue                      `` /* 130-byte string literal not displayed */
	AutoExplainLogNestedStatements *wrapperspb.BoolValue                      `` /* 159-byte string literal not displayed */
	AutoExplainSampleRate          *wrapperspb.DoubleValue                    `` /* 130-byte string literal not displayed */
	PgHintPlanEnableHint           *wrapperspb.BoolValue                      `` /* 129-byte string literal not displayed */
	PgHintPlanEnableHintTable      *wrapperspb.BoolValue                      `` /* 146-byte string literal not displayed */
	PgHintPlanDebugPrint           PostgresqlConfig15_1C_PgHintPlanDebugPrint `` /* 216-byte string literal not displayed */
	PgHintPlanMessageLevel         PostgresqlConfig15_1C_LogLevel             `` /* 210-byte string literal not displayed */
	HashMemMultiplier              *wrapperspb.DoubleValue                    `protobuf:"bytes,124,opt,name=hash_mem_multiplier,json=hashMemMultiplier,proto3" json:"hash_mem_multiplier,omitempty"`
	LogicalDecodingWorkMem         *wrapperspb.Int64Value                     `` // in bytes.
	/* 133-byte string literal not displayed */
	MaintenanceIoConcurrency          *wrapperspb.Int64Value  ``                                                                                                                            /* 137-byte string literal not displayed */
	MaxSlotWalKeepSize                *wrapperspb.Int64Value  `protobuf:"bytes,128,opt,name=max_slot_wal_keep_size,json=maxSlotWalKeepSize,proto3" json:"max_slot_wal_keep_size,omitempty"` // in bytes.
	WalKeepSize                       *wrapperspb.Int64Value  `protobuf:"bytes,129,opt,name=wal_keep_size,json=walKeepSize,proto3" json:"wal_keep_size,omitempty"`                          // in bytes.
	EnableIncrementalSort             *wrapperspb.BoolValue   ``                                                                                                                            /* 128-byte string literal not displayed */
	AutovacuumVacuumInsertThreshold   *wrapperspb.Int64Value  ``                                                                                                                            /* 160-byte string literal not displayed */
	AutovacuumVacuumInsertScaleFactor *wrapperspb.DoubleValue ``                                                                                                                            /* 168-byte string literal not displayed */
	LogMinDurationSample              *wrapperspb.Int64Value  ``                                                                                                                            // in milliseconds.
	/* 127-byte string literal not displayed */
	LogStatementSampleRate *wrapperspb.DoubleValue `` /* 133-byte string literal not displayed */
	LogParameterMaxLength  *wrapperspb.Int64Value  `` // in bytes.
	/* 130-byte string literal not displayed */
	LogParameterMaxLengthOnError *wrapperspb.Int64Value `` // in bytes.
	/* 155-byte string literal not displayed */
	ClientConnectionCheckInterval *wrapperspb.Int64Value `` // in milliseconds.
	/* 154-byte string literal not displayed */
	EnableAsyncAppend        *wrapperspb.BoolValue `protobuf:"bytes,138,opt,name=enable_async_append,json=enableAsyncAppend,proto3" json:"enable_async_append,omitempty"`
	EnableGathermerge        *wrapperspb.BoolValue `protobuf:"bytes,139,opt,name=enable_gathermerge,json=enableGathermerge,proto3" json:"enable_gathermerge,omitempty"`
	EnableMemoize            *wrapperspb.BoolValue `protobuf:"bytes,140,opt,name=enable_memoize,json=enableMemoize,proto3" json:"enable_memoize,omitempty"`
	LogRecoveryConflictWaits *wrapperspb.BoolValue `` // in milliseconds.
	/* 139-byte string literal not displayed */
	VacuumFailsafeAge          *wrapperspb.Int64Value `protobuf:"bytes,142,opt,name=vacuum_failsafe_age,json=vacuumFailsafeAge,proto3" json:"vacuum_failsafe_age,omitempty"` // in milliseconds.
	VacuumMultixactFailsafeAge *wrapperspb.Int64Value ``                                                                                                                     // in milliseconds.
	/* 145-byte string literal not displayed */
	PgQualstatsEnabled                  *wrapperspb.BoolValue   `protobuf:"bytes,144,opt,name=pg_qualstats_enabled,json=pgQualstatsEnabled,proto3" json:"pg_qualstats_enabled,omitempty"`
	PgQualstatsTrackConstants           *wrapperspb.BoolValue   `` /* 142-byte string literal not displayed */
	PgQualstatsMax                      *wrapperspb.Int64Value  `protobuf:"bytes,146,opt,name=pg_qualstats_max,json=pgQualstatsMax,proto3" json:"pg_qualstats_max,omitempty"`
	PgQualstatsResolveOids              *wrapperspb.BoolValue   ``                                                                                                                     /* 133-byte string literal not displayed */
	PgQualstatsSampleRate               *wrapperspb.DoubleValue ``                                                                                                                     /* 130-byte string literal not displayed */
	PlantunerFixEmptyTable              *wrapperspb.BoolValue   ``                                                                                                                     /* 133-byte string literal not displayed */
	MaxStackDepth                       *wrapperspb.Int64Value  `protobuf:"bytes,150,opt,name=max_stack_depth,json=maxStackDepth,proto3" json:"max_stack_depth,omitempty"`             // in bytes.
	EnableGroupByReordering             *wrapperspb.BoolValue   ``                                                                                                                     /* 136-byte string literal not displayed */
	Geqo                                *wrapperspb.BoolValue   `protobuf:"bytes,152,opt,name=geqo,proto3" json:"geqo,omitempty"`                                                      // enable Genetic Query Optimizer, by default is on
	GeqoThreshold                       *wrapperspb.Int64Value  `protobuf:"bytes,153,opt,name=geqo_threshold,json=geqoThreshold,proto3" json:"geqo_threshold,omitempty"`               // The number of tables to use geqo, default is 12
	GeqoEffort                          *wrapperspb.Int64Value  `protobuf:"bytes,154,opt,name=geqo_effort,json=geqoEffort,proto3" json:"geqo_effort,omitempty"`                        // tradeoff between planning time and query plan quality, default is 5
	GeqoPoolSize                        *wrapperspb.Int64Value  `protobuf:"bytes,155,opt,name=geqo_pool_size,json=geqoPoolSize,proto3" json:"geqo_pool_size,omitempty"`                // number of individuals in the genetic population, useful values are typically 100 to 1000; default - 0 - choose based on based on geqo_effort
	GeqoGenerations                     *wrapperspb.Int64Value  `protobuf:"bytes,156,opt,name=geqo_generations,json=geqoGenerations,proto3" json:"geqo_generations,omitempty"`         // the number of generations used by GEQO, useful values are in the same range as the pool size
	GeqoSelectionBias                   *wrapperspb.DoubleValue `protobuf:"bytes,157,opt,name=geqo_selection_bias,json=geqoSelectionBias,proto3" json:"geqo_selection_bias,omitempty"` // selective pressure within the population
	GeqoSeed                            *wrapperspb.DoubleValue `protobuf:"bytes,158,opt,name=geqo_seed,json=geqoSeed,proto3" json:"geqo_seed,omitempty"`                              // initial value of the random number generator used by GEQO
	PgTrgmSimilarityThreshold           *wrapperspb.DoubleValue ``                                                                                                                     /* 142-byte string literal not displayed */
	PgTrgmWordSimilarityThreshold       *wrapperspb.DoubleValue ``                                                                                                                     /* 156-byte string literal not displayed */
	PgTrgmStrictWordSimilarityThreshold *wrapperspb.DoubleValue ``                                                                                                                     /* 176-byte string literal not displayed */
	MaxStandbyArchiveDelay              *wrapperspb.Int64Value  ``                                                                                                                     // in milliseconds.
	/* 133-byte string literal not displayed */
	SessionDurationTimeout *wrapperspb.Int64Value `` // Terminate any session that exceeds the designated timeout, specified in milliseconds. If a timeout is not specified, the default session timeout is set to 12 hours. To disable it, specify a value of 0.
	/* 131-byte string literal not displayed */
	LogReplicationCommands   *wrapperspb.BoolValue  `` /* 131-byte string literal not displayed */
	LogAutovacuumMinDuration *wrapperspb.Int64Value `` // in milliseconds. The default is 1000 (1 sec).
	/* 139-byte string literal not displayed */
	PasswordEncryption PostgresqlConfig15_1C_PasswordEncryption `` // A default value for “ user_password_encryption “ user-level setting, if it not specified for new users. Possible values are “ PASSWORD_ENCRYPTION_MD5 “ or “ PASSWORD_ENCRYPTION_SCRAM_SHA_256 “. The default is “ PASSWORD_ENCRYPTION_MD5 “.
	/* 202-byte string literal not displayed */
	// contains filtered or unexported fields
}

Options and structure of `PostgresqlConfig` reflects PostgreSQL configuration file parameters which detailed description is available in [PostgreSQL documentation](https://www.postgresql.org/docs/11/runtime-config.html).

func (*PostgresqlConfig15_1C) Descriptor deprecated

func (*PostgresqlConfig15_1C) Descriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig15_1C.ProtoReflect.Descriptor instead.

func (*PostgresqlConfig15_1C) GetArchiveTimeout

func (x *PostgresqlConfig15_1C) GetArchiveTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig15_1C) GetArrayNulls

func (x *PostgresqlConfig15_1C) GetArrayNulls() *wrapperspb.BoolValue

func (*PostgresqlConfig15_1C) GetAutoExplainLogAnalyze

func (x *PostgresqlConfig15_1C) GetAutoExplainLogAnalyze() *wrapperspb.BoolValue

func (*PostgresqlConfig15_1C) GetAutoExplainLogBuffers

func (x *PostgresqlConfig15_1C) GetAutoExplainLogBuffers() *wrapperspb.BoolValue

func (*PostgresqlConfig15_1C) GetAutoExplainLogMinDuration

func (x *PostgresqlConfig15_1C) GetAutoExplainLogMinDuration() *wrapperspb.Int64Value

func (*PostgresqlConfig15_1C) GetAutoExplainLogNestedStatements

func (x *PostgresqlConfig15_1C) GetAutoExplainLogNestedStatements() *wrapperspb.BoolValue

func (*PostgresqlConfig15_1C) GetAutoExplainLogTiming

func (x *PostgresqlConfig15_1C) GetAutoExplainLogTiming() *wrapperspb.BoolValue

func (*PostgresqlConfig15_1C) GetAutoExplainLogTriggers

func (x *PostgresqlConfig15_1C) GetAutoExplainLogTriggers() *wrapperspb.BoolValue

func (*PostgresqlConfig15_1C) GetAutoExplainLogVerbose

func (x *PostgresqlConfig15_1C) GetAutoExplainLogVerbose() *wrapperspb.BoolValue

func (*PostgresqlConfig15_1C) GetAutoExplainSampleRate

func (x *PostgresqlConfig15_1C) GetAutoExplainSampleRate() *wrapperspb.DoubleValue

func (*PostgresqlConfig15_1C) GetAutovacuumAnalyzeScaleFactor

func (x *PostgresqlConfig15_1C) GetAutovacuumAnalyzeScaleFactor() *wrapperspb.DoubleValue

func (*PostgresqlConfig15_1C) GetAutovacuumMaxWorkers

func (x *PostgresqlConfig15_1C) GetAutovacuumMaxWorkers() *wrapperspb.Int64Value

func (*PostgresqlConfig15_1C) GetAutovacuumNaptime

func (x *PostgresqlConfig15_1C) GetAutovacuumNaptime() *wrapperspb.Int64Value

func (*PostgresqlConfig15_1C) GetAutovacuumVacuumCostDelay

func (x *PostgresqlConfig15_1C) GetAutovacuumVacuumCostDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig15_1C) GetAutovacuumVacuumCostLimit

func (x *PostgresqlConfig15_1C) GetAutovacuumVacuumCostLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig15_1C) GetAutovacuumVacuumInsertScaleFactor

func (x *PostgresqlConfig15_1C) GetAutovacuumVacuumInsertScaleFactor() *wrapperspb.DoubleValue

func (*PostgresqlConfig15_1C) GetAutovacuumVacuumInsertThreshold

func (x *PostgresqlConfig15_1C) GetAutovacuumVacuumInsertThreshold() *wrapperspb.Int64Value

func (*PostgresqlConfig15_1C) GetAutovacuumVacuumScaleFactor

func (x *PostgresqlConfig15_1C) GetAutovacuumVacuumScaleFactor() *wrapperspb.DoubleValue

func (*PostgresqlConfig15_1C) GetAutovacuumWorkMem

func (x *PostgresqlConfig15_1C) GetAutovacuumWorkMem() *wrapperspb.Int64Value

func (*PostgresqlConfig15_1C) GetBackendFlushAfter

func (x *PostgresqlConfig15_1C) GetBackendFlushAfter() *wrapperspb.Int64Value

func (*PostgresqlConfig15_1C) GetBackslashQuote

func (*PostgresqlConfig15_1C) GetBgwriterDelay

func (x *PostgresqlConfig15_1C) GetBgwriterDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig15_1C) GetBgwriterFlushAfter

func (x *PostgresqlConfig15_1C) GetBgwriterFlushAfter() *wrapperspb.Int64Value

func (*PostgresqlConfig15_1C) GetBgwriterLruMaxpages

func (x *PostgresqlConfig15_1C) GetBgwriterLruMaxpages() *wrapperspb.Int64Value

func (*PostgresqlConfig15_1C) GetBgwriterLruMultiplier

func (x *PostgresqlConfig15_1C) GetBgwriterLruMultiplier() *wrapperspb.DoubleValue

func (*PostgresqlConfig15_1C) GetByteaOutput

func (*PostgresqlConfig15_1C) GetCheckpointCompletionTarget

func (x *PostgresqlConfig15_1C) GetCheckpointCompletionTarget() *wrapperspb.DoubleValue

func (*PostgresqlConfig15_1C) GetCheckpointFlushAfter

func (x *PostgresqlConfig15_1C) GetCheckpointFlushAfter() *wrapperspb.Int64Value

func (*PostgresqlConfig15_1C) GetCheckpointTimeout

func (x *PostgresqlConfig15_1C) GetCheckpointTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig15_1C) GetClientConnectionCheckInterval

func (x *PostgresqlConfig15_1C) GetClientConnectionCheckInterval() *wrapperspb.Int64Value

func (*PostgresqlConfig15_1C) GetClientMinMessages

func (x *PostgresqlConfig15_1C) GetClientMinMessages() PostgresqlConfig15_1C_LogLevel

func (*PostgresqlConfig15_1C) GetConstraintExclusion

func (*PostgresqlConfig15_1C) GetCursorTupleFraction

func (x *PostgresqlConfig15_1C) GetCursorTupleFraction() *wrapperspb.DoubleValue

func (*PostgresqlConfig15_1C) GetDeadlockTimeout

func (x *PostgresqlConfig15_1C) GetDeadlockTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig15_1C) GetDefaultStatisticsTarget

func (x *PostgresqlConfig15_1C) GetDefaultStatisticsTarget() *wrapperspb.Int64Value

func (*PostgresqlConfig15_1C) GetDefaultTransactionIsolation

func (x *PostgresqlConfig15_1C) GetDefaultTransactionIsolation() PostgresqlConfig15_1C_TransactionIsolation

func (*PostgresqlConfig15_1C) GetDefaultTransactionReadOnly

func (x *PostgresqlConfig15_1C) GetDefaultTransactionReadOnly() *wrapperspb.BoolValue

func (*PostgresqlConfig15_1C) GetDefaultWithOids

func (x *PostgresqlConfig15_1C) GetDefaultWithOids() *wrapperspb.BoolValue

func (*PostgresqlConfig15_1C) GetEffectiveCacheSize

func (x *PostgresqlConfig15_1C) GetEffectiveCacheSize() *wrapperspb.Int64Value

func (*PostgresqlConfig15_1C) GetEffectiveIoConcurrency

func (x *PostgresqlConfig15_1C) GetEffectiveIoConcurrency() *wrapperspb.Int64Value

func (*PostgresqlConfig15_1C) GetEnableAsyncAppend

func (x *PostgresqlConfig15_1C) GetEnableAsyncAppend() *wrapperspb.BoolValue

func (*PostgresqlConfig15_1C) GetEnableBitmapscan

func (x *PostgresqlConfig15_1C) GetEnableBitmapscan() *wrapperspb.BoolValue

func (*PostgresqlConfig15_1C) GetEnableGathermerge

func (x *PostgresqlConfig15_1C) GetEnableGathermerge() *wrapperspb.BoolValue

func (*PostgresqlConfig15_1C) GetEnableGroupByReordering

func (x *PostgresqlConfig15_1C) GetEnableGroupByReordering() *wrapperspb.BoolValue

func (*PostgresqlConfig15_1C) GetEnableHashagg

func (x *PostgresqlConfig15_1C) GetEnableHashagg() *wrapperspb.BoolValue

func (*PostgresqlConfig15_1C) GetEnableHashjoin

func (x *PostgresqlConfig15_1C) GetEnableHashjoin() *wrapperspb.BoolValue

func (*PostgresqlConfig15_1C) GetEnableIncrementalSort

func (x *PostgresqlConfig15_1C) GetEnableIncrementalSort() *wrapperspb.BoolValue

func (*PostgresqlConfig15_1C) GetEnableIndexonlyscan

func (x *PostgresqlConfig15_1C) GetEnableIndexonlyscan() *wrapperspb.BoolValue

func (*PostgresqlConfig15_1C) GetEnableIndexscan

func (x *PostgresqlConfig15_1C) GetEnableIndexscan() *wrapperspb.BoolValue

func (*PostgresqlConfig15_1C) GetEnableMaterial

func (x *PostgresqlConfig15_1C) GetEnableMaterial() *wrapperspb.BoolValue

func (*PostgresqlConfig15_1C) GetEnableMemoize

func (x *PostgresqlConfig15_1C) GetEnableMemoize() *wrapperspb.BoolValue

func (*PostgresqlConfig15_1C) GetEnableMergejoin

func (x *PostgresqlConfig15_1C) GetEnableMergejoin() *wrapperspb.BoolValue

func (*PostgresqlConfig15_1C) GetEnableNestloop

func (x *PostgresqlConfig15_1C) GetEnableNestloop() *wrapperspb.BoolValue

func (*PostgresqlConfig15_1C) GetEnableParallelAppend

func (x *PostgresqlConfig15_1C) GetEnableParallelAppend() *wrapperspb.BoolValue

func (*PostgresqlConfig15_1C) GetEnableParallelHash

func (x *PostgresqlConfig15_1C) GetEnableParallelHash() *wrapperspb.BoolValue

func (*PostgresqlConfig15_1C) GetEnablePartitionPruning

func (x *PostgresqlConfig15_1C) GetEnablePartitionPruning() *wrapperspb.BoolValue

func (*PostgresqlConfig15_1C) GetEnablePartitionwiseAggregate

func (x *PostgresqlConfig15_1C) GetEnablePartitionwiseAggregate() *wrapperspb.BoolValue

func (*PostgresqlConfig15_1C) GetEnablePartitionwiseJoin

func (x *PostgresqlConfig15_1C) GetEnablePartitionwiseJoin() *wrapperspb.BoolValue

func (*PostgresqlConfig15_1C) GetEnableSeqscan

func (x *PostgresqlConfig15_1C) GetEnableSeqscan() *wrapperspb.BoolValue

func (*PostgresqlConfig15_1C) GetEnableSort

func (x *PostgresqlConfig15_1C) GetEnableSort() *wrapperspb.BoolValue

func (*PostgresqlConfig15_1C) GetEnableTidscan

func (x *PostgresqlConfig15_1C) GetEnableTidscan() *wrapperspb.BoolValue

func (*PostgresqlConfig15_1C) GetEscapeStringWarning

func (x *PostgresqlConfig15_1C) GetEscapeStringWarning() *wrapperspb.BoolValue

func (*PostgresqlConfig15_1C) GetExitOnError

func (x *PostgresqlConfig15_1C) GetExitOnError() *wrapperspb.BoolValue

func (*PostgresqlConfig15_1C) GetForceParallelMode

func (*PostgresqlConfig15_1C) GetFromCollapseLimit

func (x *PostgresqlConfig15_1C) GetFromCollapseLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig15_1C) GetGeqo

func (*PostgresqlConfig15_1C) GetGeqoEffort

func (x *PostgresqlConfig15_1C) GetGeqoEffort() *wrapperspb.Int64Value

func (*PostgresqlConfig15_1C) GetGeqoGenerations

func (x *PostgresqlConfig15_1C) GetGeqoGenerations() *wrapperspb.Int64Value

func (*PostgresqlConfig15_1C) GetGeqoPoolSize

func (x *PostgresqlConfig15_1C) GetGeqoPoolSize() *wrapperspb.Int64Value

func (*PostgresqlConfig15_1C) GetGeqoSeed

func (x *PostgresqlConfig15_1C) GetGeqoSeed() *wrapperspb.DoubleValue

func (*PostgresqlConfig15_1C) GetGeqoSelectionBias

func (x *PostgresqlConfig15_1C) GetGeqoSelectionBias() *wrapperspb.DoubleValue

func (*PostgresqlConfig15_1C) GetGeqoThreshold

func (x *PostgresqlConfig15_1C) GetGeqoThreshold() *wrapperspb.Int64Value

func (*PostgresqlConfig15_1C) GetGinPendingListLimit

func (x *PostgresqlConfig15_1C) GetGinPendingListLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig15_1C) GetHashMemMultiplier

func (x *PostgresqlConfig15_1C) GetHashMemMultiplier() *wrapperspb.DoubleValue

func (*PostgresqlConfig15_1C) GetIdleInTransactionSessionTimeout

func (x *PostgresqlConfig15_1C) GetIdleInTransactionSessionTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig15_1C) GetJit

func (*PostgresqlConfig15_1C) GetJoinCollapseLimit

func (x *PostgresqlConfig15_1C) GetJoinCollapseLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig15_1C) GetLoCompatPrivileges

func (x *PostgresqlConfig15_1C) GetLoCompatPrivileges() *wrapperspb.BoolValue

func (*PostgresqlConfig15_1C) GetLockTimeout

func (x *PostgresqlConfig15_1C) GetLockTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig15_1C) GetLogAutovacuumMinDuration

func (x *PostgresqlConfig15_1C) GetLogAutovacuumMinDuration() *wrapperspb.Int64Value

func (*PostgresqlConfig15_1C) GetLogCheckpoints

func (x *PostgresqlConfig15_1C) GetLogCheckpoints() *wrapperspb.BoolValue

func (*PostgresqlConfig15_1C) GetLogConnections

func (x *PostgresqlConfig15_1C) GetLogConnections() *wrapperspb.BoolValue

func (*PostgresqlConfig15_1C) GetLogDisconnections

func (x *PostgresqlConfig15_1C) GetLogDisconnections() *wrapperspb.BoolValue

func (*PostgresqlConfig15_1C) GetLogDuration

func (x *PostgresqlConfig15_1C) GetLogDuration() *wrapperspb.BoolValue

func (*PostgresqlConfig15_1C) GetLogErrorVerbosity

func (*PostgresqlConfig15_1C) GetLogLockWaits

func (x *PostgresqlConfig15_1C) GetLogLockWaits() *wrapperspb.BoolValue

func (*PostgresqlConfig15_1C) GetLogMinDurationSample

func (x *PostgresqlConfig15_1C) GetLogMinDurationSample() *wrapperspb.Int64Value

func (*PostgresqlConfig15_1C) GetLogMinDurationStatement

func (x *PostgresqlConfig15_1C) GetLogMinDurationStatement() *wrapperspb.Int64Value

func (*PostgresqlConfig15_1C) GetLogMinErrorStatement

func (x *PostgresqlConfig15_1C) GetLogMinErrorStatement() PostgresqlConfig15_1C_LogLevel

func (*PostgresqlConfig15_1C) GetLogMinMessages

func (*PostgresqlConfig15_1C) GetLogParameterMaxLength

func (x *PostgresqlConfig15_1C) GetLogParameterMaxLength() *wrapperspb.Int64Value

func (*PostgresqlConfig15_1C) GetLogParameterMaxLengthOnError

func (x *PostgresqlConfig15_1C) GetLogParameterMaxLengthOnError() *wrapperspb.Int64Value

func (*PostgresqlConfig15_1C) GetLogRecoveryConflictWaits

func (x *PostgresqlConfig15_1C) GetLogRecoveryConflictWaits() *wrapperspb.BoolValue

func (*PostgresqlConfig15_1C) GetLogReplicationCommands

func (x *PostgresqlConfig15_1C) GetLogReplicationCommands() *wrapperspb.BoolValue

func (*PostgresqlConfig15_1C) GetLogStatement

func (*PostgresqlConfig15_1C) GetLogStatementSampleRate

func (x *PostgresqlConfig15_1C) GetLogStatementSampleRate() *wrapperspb.DoubleValue

func (*PostgresqlConfig15_1C) GetLogTempFiles

func (x *PostgresqlConfig15_1C) GetLogTempFiles() *wrapperspb.Int64Value

func (*PostgresqlConfig15_1C) GetLogTransactionSampleRate

func (x *PostgresqlConfig15_1C) GetLogTransactionSampleRate() *wrapperspb.DoubleValue

func (*PostgresqlConfig15_1C) GetLogicalDecodingWorkMem

func (x *PostgresqlConfig15_1C) GetLogicalDecodingWorkMem() *wrapperspb.Int64Value

func (*PostgresqlConfig15_1C) GetMaintenanceIoConcurrency

func (x *PostgresqlConfig15_1C) GetMaintenanceIoConcurrency() *wrapperspb.Int64Value

func (*PostgresqlConfig15_1C) GetMaintenanceWorkMem

func (x *PostgresqlConfig15_1C) GetMaintenanceWorkMem() *wrapperspb.Int64Value

func (*PostgresqlConfig15_1C) GetMaxConnections

func (x *PostgresqlConfig15_1C) GetMaxConnections() *wrapperspb.Int64Value

func (*PostgresqlConfig15_1C) GetMaxLocksPerTransaction

func (x *PostgresqlConfig15_1C) GetMaxLocksPerTransaction() *wrapperspb.Int64Value

func (*PostgresqlConfig15_1C) GetMaxParallelMaintenanceWorkers

func (x *PostgresqlConfig15_1C) GetMaxParallelMaintenanceWorkers() *wrapperspb.Int64Value

func (*PostgresqlConfig15_1C) GetMaxParallelWorkers

func (x *PostgresqlConfig15_1C) GetMaxParallelWorkers() *wrapperspb.Int64Value

func (*PostgresqlConfig15_1C) GetMaxParallelWorkersPerGather

func (x *PostgresqlConfig15_1C) GetMaxParallelWorkersPerGather() *wrapperspb.Int64Value

func (*PostgresqlConfig15_1C) GetMaxPredLocksPerTransaction

func (x *PostgresqlConfig15_1C) GetMaxPredLocksPerTransaction() *wrapperspb.Int64Value

func (*PostgresqlConfig15_1C) GetMaxPreparedTransactions

func (x *PostgresqlConfig15_1C) GetMaxPreparedTransactions() *wrapperspb.Int64Value

func (*PostgresqlConfig15_1C) GetMaxSlotWalKeepSize

func (x *PostgresqlConfig15_1C) GetMaxSlotWalKeepSize() *wrapperspb.Int64Value

func (*PostgresqlConfig15_1C) GetMaxStackDepth

func (x *PostgresqlConfig15_1C) GetMaxStackDepth() *wrapperspb.Int64Value

func (*PostgresqlConfig15_1C) GetMaxStandbyArchiveDelay

func (x *PostgresqlConfig15_1C) GetMaxStandbyArchiveDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig15_1C) GetMaxStandbyStreamingDelay

func (x *PostgresqlConfig15_1C) GetMaxStandbyStreamingDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig15_1C) GetMaxWalSize

func (x *PostgresqlConfig15_1C) GetMaxWalSize() *wrapperspb.Int64Value

func (*PostgresqlConfig15_1C) GetMaxWorkerProcesses

func (x *PostgresqlConfig15_1C) GetMaxWorkerProcesses() *wrapperspb.Int64Value

func (*PostgresqlConfig15_1C) GetMinWalSize

func (x *PostgresqlConfig15_1C) GetMinWalSize() *wrapperspb.Int64Value

func (*PostgresqlConfig15_1C) GetOldSnapshotThreshold

func (x *PostgresqlConfig15_1C) GetOldSnapshotThreshold() *wrapperspb.Int64Value

func (*PostgresqlConfig15_1C) GetOnlineAnalyzeEnable

func (x *PostgresqlConfig15_1C) GetOnlineAnalyzeEnable() *wrapperspb.BoolValue

func (*PostgresqlConfig15_1C) GetParallelLeaderParticipation

func (x *PostgresqlConfig15_1C) GetParallelLeaderParticipation() *wrapperspb.BoolValue

func (*PostgresqlConfig15_1C) GetPasswordEncryption

func (*PostgresqlConfig15_1C) GetPgHintPlanDebugPrint

func (*PostgresqlConfig15_1C) GetPgHintPlanEnableHint

func (x *PostgresqlConfig15_1C) GetPgHintPlanEnableHint() *wrapperspb.BoolValue

func (*PostgresqlConfig15_1C) GetPgHintPlanEnableHintTable

func (x *PostgresqlConfig15_1C) GetPgHintPlanEnableHintTable() *wrapperspb.BoolValue

func (*PostgresqlConfig15_1C) GetPgHintPlanMessageLevel

func (x *PostgresqlConfig15_1C) GetPgHintPlanMessageLevel() PostgresqlConfig15_1C_LogLevel

func (*PostgresqlConfig15_1C) GetPgQualstatsEnabled

func (x *PostgresqlConfig15_1C) GetPgQualstatsEnabled() *wrapperspb.BoolValue

func (*PostgresqlConfig15_1C) GetPgQualstatsMax

func (x *PostgresqlConfig15_1C) GetPgQualstatsMax() *wrapperspb.Int64Value

func (*PostgresqlConfig15_1C) GetPgQualstatsResolveOids

func (x *PostgresqlConfig15_1C) GetPgQualstatsResolveOids() *wrapperspb.BoolValue

func (*PostgresqlConfig15_1C) GetPgQualstatsSampleRate

func (x *PostgresqlConfig15_1C) GetPgQualstatsSampleRate() *wrapperspb.DoubleValue

func (*PostgresqlConfig15_1C) GetPgQualstatsTrackConstants

func (x *PostgresqlConfig15_1C) GetPgQualstatsTrackConstants() *wrapperspb.BoolValue

func (*PostgresqlConfig15_1C) GetPgTrgmSimilarityThreshold

func (x *PostgresqlConfig15_1C) GetPgTrgmSimilarityThreshold() *wrapperspb.DoubleValue

func (*PostgresqlConfig15_1C) GetPgTrgmStrictWordSimilarityThreshold

func (x *PostgresqlConfig15_1C) GetPgTrgmStrictWordSimilarityThreshold() *wrapperspb.DoubleValue

func (*PostgresqlConfig15_1C) GetPgTrgmWordSimilarityThreshold

func (x *PostgresqlConfig15_1C) GetPgTrgmWordSimilarityThreshold() *wrapperspb.DoubleValue

func (*PostgresqlConfig15_1C) GetPlanCacheMode

func (*PostgresqlConfig15_1C) GetPlantunerFixEmptyTable

func (x *PostgresqlConfig15_1C) GetPlantunerFixEmptyTable() *wrapperspb.BoolValue

func (*PostgresqlConfig15_1C) GetQuoteAllIdentifiers

func (x *PostgresqlConfig15_1C) GetQuoteAllIdentifiers() *wrapperspb.BoolValue

func (*PostgresqlConfig15_1C) GetRandomPageCost

func (x *PostgresqlConfig15_1C) GetRandomPageCost() *wrapperspb.DoubleValue

func (*PostgresqlConfig15_1C) GetRowSecurity

func (x *PostgresqlConfig15_1C) GetRowSecurity() *wrapperspb.BoolValue

func (*PostgresqlConfig15_1C) GetSearchPath

func (x *PostgresqlConfig15_1C) GetSearchPath() string

func (*PostgresqlConfig15_1C) GetSeqPageCost

func (x *PostgresqlConfig15_1C) GetSeqPageCost() *wrapperspb.DoubleValue

func (*PostgresqlConfig15_1C) GetSessionDurationTimeout

func (x *PostgresqlConfig15_1C) GetSessionDurationTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig15_1C) GetSharedBuffers

func (x *PostgresqlConfig15_1C) GetSharedBuffers() *wrapperspb.Int64Value

func (*PostgresqlConfig15_1C) GetSharedPreloadLibraries

func (*PostgresqlConfig15_1C) GetStandardConformingStrings

func (x *PostgresqlConfig15_1C) GetStandardConformingStrings() *wrapperspb.BoolValue

func (*PostgresqlConfig15_1C) GetStatementTimeout

func (x *PostgresqlConfig15_1C) GetStatementTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig15_1C) GetSynchronizeSeqscans

func (x *PostgresqlConfig15_1C) GetSynchronizeSeqscans() *wrapperspb.BoolValue

func (*PostgresqlConfig15_1C) GetSynchronousCommit

func (*PostgresqlConfig15_1C) GetTempBuffers

func (x *PostgresqlConfig15_1C) GetTempBuffers() *wrapperspb.Int64Value

func (*PostgresqlConfig15_1C) GetTempFileLimit

func (x *PostgresqlConfig15_1C) GetTempFileLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig15_1C) GetTimezone

func (x *PostgresqlConfig15_1C) GetTimezone() string

func (*PostgresqlConfig15_1C) GetTrackActivityQuerySize

func (x *PostgresqlConfig15_1C) GetTrackActivityQuerySize() *wrapperspb.Int64Value

func (*PostgresqlConfig15_1C) GetTransformNullEquals

func (x *PostgresqlConfig15_1C) GetTransformNullEquals() *wrapperspb.BoolValue

func (*PostgresqlConfig15_1C) GetVacuumCostDelay

func (x *PostgresqlConfig15_1C) GetVacuumCostDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig15_1C) GetVacuumCostLimit

func (x *PostgresqlConfig15_1C) GetVacuumCostLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig15_1C) GetVacuumCostPageDirty

func (x *PostgresqlConfig15_1C) GetVacuumCostPageDirty() *wrapperspb.Int64Value

func (*PostgresqlConfig15_1C) GetVacuumCostPageHit

func (x *PostgresqlConfig15_1C) GetVacuumCostPageHit() *wrapperspb.Int64Value

func (*PostgresqlConfig15_1C) GetVacuumCostPageMiss

func (x *PostgresqlConfig15_1C) GetVacuumCostPageMiss() *wrapperspb.Int64Value

func (*PostgresqlConfig15_1C) GetVacuumFailsafeAge

func (x *PostgresqlConfig15_1C) GetVacuumFailsafeAge() *wrapperspb.Int64Value

func (*PostgresqlConfig15_1C) GetVacuumMultixactFailsafeAge

func (x *PostgresqlConfig15_1C) GetVacuumMultixactFailsafeAge() *wrapperspb.Int64Value

func (*PostgresqlConfig15_1C) GetWalKeepSize

func (x *PostgresqlConfig15_1C) GetWalKeepSize() *wrapperspb.Int64Value

func (*PostgresqlConfig15_1C) GetWalLevel

func (*PostgresqlConfig15_1C) GetWorkMem

func (x *PostgresqlConfig15_1C) GetWorkMem() *wrapperspb.Int64Value

func (*PostgresqlConfig15_1C) GetXmlbinary

func (*PostgresqlConfig15_1C) GetXmloption

func (*PostgresqlConfig15_1C) ProtoMessage

func (*PostgresqlConfig15_1C) ProtoMessage()

func (*PostgresqlConfig15_1C) ProtoReflect

func (x *PostgresqlConfig15_1C) ProtoReflect() protoreflect.Message

func (*PostgresqlConfig15_1C) Reset

func (x *PostgresqlConfig15_1C) Reset()

func (*PostgresqlConfig15_1C) SetArchiveTimeout

func (m *PostgresqlConfig15_1C) SetArchiveTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15_1C) SetArrayNulls

func (m *PostgresqlConfig15_1C) SetArrayNulls(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15_1C) SetAutoExplainLogAnalyze

func (m *PostgresqlConfig15_1C) SetAutoExplainLogAnalyze(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15_1C) SetAutoExplainLogBuffers

func (m *PostgresqlConfig15_1C) SetAutoExplainLogBuffers(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15_1C) SetAutoExplainLogMinDuration

func (m *PostgresqlConfig15_1C) SetAutoExplainLogMinDuration(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15_1C) SetAutoExplainLogNestedStatements

func (m *PostgresqlConfig15_1C) SetAutoExplainLogNestedStatements(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15_1C) SetAutoExplainLogTiming

func (m *PostgresqlConfig15_1C) SetAutoExplainLogTiming(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15_1C) SetAutoExplainLogTriggers

func (m *PostgresqlConfig15_1C) SetAutoExplainLogTriggers(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15_1C) SetAutoExplainLogVerbose

func (m *PostgresqlConfig15_1C) SetAutoExplainLogVerbose(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15_1C) SetAutoExplainSampleRate

func (m *PostgresqlConfig15_1C) SetAutoExplainSampleRate(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig15_1C) SetAutovacuumAnalyzeScaleFactor

func (m *PostgresqlConfig15_1C) SetAutovacuumAnalyzeScaleFactor(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig15_1C) SetAutovacuumMaxWorkers

func (m *PostgresqlConfig15_1C) SetAutovacuumMaxWorkers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15_1C) SetAutovacuumNaptime

func (m *PostgresqlConfig15_1C) SetAutovacuumNaptime(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15_1C) SetAutovacuumVacuumCostDelay

func (m *PostgresqlConfig15_1C) SetAutovacuumVacuumCostDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15_1C) SetAutovacuumVacuumCostLimit

func (m *PostgresqlConfig15_1C) SetAutovacuumVacuumCostLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15_1C) SetAutovacuumVacuumInsertScaleFactor

func (m *PostgresqlConfig15_1C) SetAutovacuumVacuumInsertScaleFactor(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig15_1C) SetAutovacuumVacuumInsertThreshold

func (m *PostgresqlConfig15_1C) SetAutovacuumVacuumInsertThreshold(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15_1C) SetAutovacuumVacuumScaleFactor

func (m *PostgresqlConfig15_1C) SetAutovacuumVacuumScaleFactor(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig15_1C) SetAutovacuumWorkMem

func (m *PostgresqlConfig15_1C) SetAutovacuumWorkMem(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15_1C) SetBackendFlushAfter

func (m *PostgresqlConfig15_1C) SetBackendFlushAfter(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15_1C) SetBackslashQuote

func (*PostgresqlConfig15_1C) SetBgwriterDelay

func (m *PostgresqlConfig15_1C) SetBgwriterDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15_1C) SetBgwriterFlushAfter

func (m *PostgresqlConfig15_1C) SetBgwriterFlushAfter(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15_1C) SetBgwriterLruMaxpages

func (m *PostgresqlConfig15_1C) SetBgwriterLruMaxpages(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15_1C) SetBgwriterLruMultiplier

func (m *PostgresqlConfig15_1C) SetBgwriterLruMultiplier(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig15_1C) SetByteaOutput

func (*PostgresqlConfig15_1C) SetCheckpointCompletionTarget

func (m *PostgresqlConfig15_1C) SetCheckpointCompletionTarget(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig15_1C) SetCheckpointFlushAfter

func (m *PostgresqlConfig15_1C) SetCheckpointFlushAfter(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15_1C) SetCheckpointTimeout

func (m *PostgresqlConfig15_1C) SetCheckpointTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15_1C) SetClientConnectionCheckInterval

func (m *PostgresqlConfig15_1C) SetClientConnectionCheckInterval(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15_1C) SetClientMinMessages

func (m *PostgresqlConfig15_1C) SetClientMinMessages(v PostgresqlConfig15_1C_LogLevel)

func (*PostgresqlConfig15_1C) SetConstraintExclusion

func (*PostgresqlConfig15_1C) SetCursorTupleFraction

func (m *PostgresqlConfig15_1C) SetCursorTupleFraction(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig15_1C) SetDeadlockTimeout

func (m *PostgresqlConfig15_1C) SetDeadlockTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15_1C) SetDefaultStatisticsTarget

func (m *PostgresqlConfig15_1C) SetDefaultStatisticsTarget(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15_1C) SetDefaultTransactionIsolation

func (m *PostgresqlConfig15_1C) SetDefaultTransactionIsolation(v PostgresqlConfig15_1C_TransactionIsolation)

func (*PostgresqlConfig15_1C) SetDefaultTransactionReadOnly

func (m *PostgresqlConfig15_1C) SetDefaultTransactionReadOnly(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15_1C) SetDefaultWithOids

func (m *PostgresqlConfig15_1C) SetDefaultWithOids(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15_1C) SetEffectiveCacheSize

func (m *PostgresqlConfig15_1C) SetEffectiveCacheSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15_1C) SetEffectiveIoConcurrency

func (m *PostgresqlConfig15_1C) SetEffectiveIoConcurrency(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15_1C) SetEnableAsyncAppend

func (m *PostgresqlConfig15_1C) SetEnableAsyncAppend(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15_1C) SetEnableBitmapscan

func (m *PostgresqlConfig15_1C) SetEnableBitmapscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15_1C) SetEnableGathermerge

func (m *PostgresqlConfig15_1C) SetEnableGathermerge(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15_1C) SetEnableGroupByReordering

func (m *PostgresqlConfig15_1C) SetEnableGroupByReordering(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15_1C) SetEnableHashagg

func (m *PostgresqlConfig15_1C) SetEnableHashagg(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15_1C) SetEnableHashjoin

func (m *PostgresqlConfig15_1C) SetEnableHashjoin(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15_1C) SetEnableIncrementalSort

func (m *PostgresqlConfig15_1C) SetEnableIncrementalSort(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15_1C) SetEnableIndexonlyscan

func (m *PostgresqlConfig15_1C) SetEnableIndexonlyscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15_1C) SetEnableIndexscan

func (m *PostgresqlConfig15_1C) SetEnableIndexscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15_1C) SetEnableMaterial

func (m *PostgresqlConfig15_1C) SetEnableMaterial(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15_1C) SetEnableMemoize

func (m *PostgresqlConfig15_1C) SetEnableMemoize(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15_1C) SetEnableMergejoin

func (m *PostgresqlConfig15_1C) SetEnableMergejoin(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15_1C) SetEnableNestloop

func (m *PostgresqlConfig15_1C) SetEnableNestloop(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15_1C) SetEnableParallelAppend

func (m *PostgresqlConfig15_1C) SetEnableParallelAppend(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15_1C) SetEnableParallelHash

func (m *PostgresqlConfig15_1C) SetEnableParallelHash(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15_1C) SetEnablePartitionPruning

func (m *PostgresqlConfig15_1C) SetEnablePartitionPruning(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15_1C) SetEnablePartitionwiseAggregate

func (m *PostgresqlConfig15_1C) SetEnablePartitionwiseAggregate(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15_1C) SetEnablePartitionwiseJoin

func (m *PostgresqlConfig15_1C) SetEnablePartitionwiseJoin(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15_1C) SetEnableSeqscan

func (m *PostgresqlConfig15_1C) SetEnableSeqscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15_1C) SetEnableSort

func (m *PostgresqlConfig15_1C) SetEnableSort(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15_1C) SetEnableTidscan

func (m *PostgresqlConfig15_1C) SetEnableTidscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15_1C) SetEscapeStringWarning

func (m *PostgresqlConfig15_1C) SetEscapeStringWarning(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15_1C) SetExitOnError

func (m *PostgresqlConfig15_1C) SetExitOnError(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15_1C) SetForceParallelMode

func (*PostgresqlConfig15_1C) SetFromCollapseLimit

func (m *PostgresqlConfig15_1C) SetFromCollapseLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15_1C) SetGeqo

func (*PostgresqlConfig15_1C) SetGeqoEffort

func (m *PostgresqlConfig15_1C) SetGeqoEffort(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15_1C) SetGeqoGenerations

func (m *PostgresqlConfig15_1C) SetGeqoGenerations(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15_1C) SetGeqoPoolSize

func (m *PostgresqlConfig15_1C) SetGeqoPoolSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15_1C) SetGeqoSeed

func (m *PostgresqlConfig15_1C) SetGeqoSeed(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig15_1C) SetGeqoSelectionBias

func (m *PostgresqlConfig15_1C) SetGeqoSelectionBias(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig15_1C) SetGeqoThreshold

func (m *PostgresqlConfig15_1C) SetGeqoThreshold(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15_1C) SetGinPendingListLimit

func (m *PostgresqlConfig15_1C) SetGinPendingListLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15_1C) SetHashMemMultiplier

func (m *PostgresqlConfig15_1C) SetHashMemMultiplier(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig15_1C) SetIdleInTransactionSessionTimeout

func (m *PostgresqlConfig15_1C) SetIdleInTransactionSessionTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15_1C) SetJit

func (*PostgresqlConfig15_1C) SetJoinCollapseLimit

func (m *PostgresqlConfig15_1C) SetJoinCollapseLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15_1C) SetLoCompatPrivileges

func (m *PostgresqlConfig15_1C) SetLoCompatPrivileges(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15_1C) SetLockTimeout

func (m *PostgresqlConfig15_1C) SetLockTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15_1C) SetLogAutovacuumMinDuration

func (m *PostgresqlConfig15_1C) SetLogAutovacuumMinDuration(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15_1C) SetLogCheckpoints

func (m *PostgresqlConfig15_1C) SetLogCheckpoints(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15_1C) SetLogConnections

func (m *PostgresqlConfig15_1C) SetLogConnections(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15_1C) SetLogDisconnections

func (m *PostgresqlConfig15_1C) SetLogDisconnections(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15_1C) SetLogDuration

func (m *PostgresqlConfig15_1C) SetLogDuration(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15_1C) SetLogErrorVerbosity

func (*PostgresqlConfig15_1C) SetLogLockWaits

func (m *PostgresqlConfig15_1C) SetLogLockWaits(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15_1C) SetLogMinDurationSample

func (m *PostgresqlConfig15_1C) SetLogMinDurationSample(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15_1C) SetLogMinDurationStatement

func (m *PostgresqlConfig15_1C) SetLogMinDurationStatement(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15_1C) SetLogMinErrorStatement

func (m *PostgresqlConfig15_1C) SetLogMinErrorStatement(v PostgresqlConfig15_1C_LogLevel)

func (*PostgresqlConfig15_1C) SetLogMinMessages

func (m *PostgresqlConfig15_1C) SetLogMinMessages(v PostgresqlConfig15_1C_LogLevel)

func (*PostgresqlConfig15_1C) SetLogParameterMaxLength

func (m *PostgresqlConfig15_1C) SetLogParameterMaxLength(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15_1C) SetLogParameterMaxLengthOnError

func (m *PostgresqlConfig15_1C) SetLogParameterMaxLengthOnError(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15_1C) SetLogRecoveryConflictWaits

func (m *PostgresqlConfig15_1C) SetLogRecoveryConflictWaits(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15_1C) SetLogReplicationCommands

func (m *PostgresqlConfig15_1C) SetLogReplicationCommands(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15_1C) SetLogStatement

func (*PostgresqlConfig15_1C) SetLogStatementSampleRate

func (m *PostgresqlConfig15_1C) SetLogStatementSampleRate(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig15_1C) SetLogTempFiles

func (m *PostgresqlConfig15_1C) SetLogTempFiles(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15_1C) SetLogTransactionSampleRate

func (m *PostgresqlConfig15_1C) SetLogTransactionSampleRate(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig15_1C) SetLogicalDecodingWorkMem

func (m *PostgresqlConfig15_1C) SetLogicalDecodingWorkMem(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15_1C) SetMaintenanceIoConcurrency

func (m *PostgresqlConfig15_1C) SetMaintenanceIoConcurrency(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15_1C) SetMaintenanceWorkMem

func (m *PostgresqlConfig15_1C) SetMaintenanceWorkMem(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15_1C) SetMaxConnections

func (m *PostgresqlConfig15_1C) SetMaxConnections(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15_1C) SetMaxLocksPerTransaction

func (m *PostgresqlConfig15_1C) SetMaxLocksPerTransaction(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15_1C) SetMaxParallelMaintenanceWorkers

func (m *PostgresqlConfig15_1C) SetMaxParallelMaintenanceWorkers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15_1C) SetMaxParallelWorkers

func (m *PostgresqlConfig15_1C) SetMaxParallelWorkers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15_1C) SetMaxParallelWorkersPerGather

func (m *PostgresqlConfig15_1C) SetMaxParallelWorkersPerGather(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15_1C) SetMaxPredLocksPerTransaction

func (m *PostgresqlConfig15_1C) SetMaxPredLocksPerTransaction(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15_1C) SetMaxPreparedTransactions

func (m *PostgresqlConfig15_1C) SetMaxPreparedTransactions(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15_1C) SetMaxSlotWalKeepSize

func (m *PostgresqlConfig15_1C) SetMaxSlotWalKeepSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15_1C) SetMaxStackDepth

func (m *PostgresqlConfig15_1C) SetMaxStackDepth(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15_1C) SetMaxStandbyArchiveDelay

func (m *PostgresqlConfig15_1C) SetMaxStandbyArchiveDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15_1C) SetMaxStandbyStreamingDelay

func (m *PostgresqlConfig15_1C) SetMaxStandbyStreamingDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15_1C) SetMaxWalSize

func (m *PostgresqlConfig15_1C) SetMaxWalSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15_1C) SetMaxWorkerProcesses

func (m *PostgresqlConfig15_1C) SetMaxWorkerProcesses(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15_1C) SetMinWalSize

func (m *PostgresqlConfig15_1C) SetMinWalSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15_1C) SetOldSnapshotThreshold

func (m *PostgresqlConfig15_1C) SetOldSnapshotThreshold(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15_1C) SetOnlineAnalyzeEnable

func (m *PostgresqlConfig15_1C) SetOnlineAnalyzeEnable(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15_1C) SetParallelLeaderParticipation

func (m *PostgresqlConfig15_1C) SetParallelLeaderParticipation(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15_1C) SetPasswordEncryption

func (*PostgresqlConfig15_1C) SetPgHintPlanDebugPrint

func (*PostgresqlConfig15_1C) SetPgHintPlanEnableHint

func (m *PostgresqlConfig15_1C) SetPgHintPlanEnableHint(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15_1C) SetPgHintPlanEnableHintTable

func (m *PostgresqlConfig15_1C) SetPgHintPlanEnableHintTable(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15_1C) SetPgHintPlanMessageLevel

func (m *PostgresqlConfig15_1C) SetPgHintPlanMessageLevel(v PostgresqlConfig15_1C_LogLevel)

func (*PostgresqlConfig15_1C) SetPgQualstatsEnabled

func (m *PostgresqlConfig15_1C) SetPgQualstatsEnabled(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15_1C) SetPgQualstatsMax

func (m *PostgresqlConfig15_1C) SetPgQualstatsMax(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15_1C) SetPgQualstatsResolveOids

func (m *PostgresqlConfig15_1C) SetPgQualstatsResolveOids(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15_1C) SetPgQualstatsSampleRate

func (m *PostgresqlConfig15_1C) SetPgQualstatsSampleRate(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig15_1C) SetPgQualstatsTrackConstants

func (m *PostgresqlConfig15_1C) SetPgQualstatsTrackConstants(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15_1C) SetPgTrgmSimilarityThreshold

func (m *PostgresqlConfig15_1C) SetPgTrgmSimilarityThreshold(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig15_1C) SetPgTrgmStrictWordSimilarityThreshold

func (m *PostgresqlConfig15_1C) SetPgTrgmStrictWordSimilarityThreshold(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig15_1C) SetPgTrgmWordSimilarityThreshold

func (m *PostgresqlConfig15_1C) SetPgTrgmWordSimilarityThreshold(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig15_1C) SetPlanCacheMode

func (*PostgresqlConfig15_1C) SetPlantunerFixEmptyTable

func (m *PostgresqlConfig15_1C) SetPlantunerFixEmptyTable(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15_1C) SetQuoteAllIdentifiers

func (m *PostgresqlConfig15_1C) SetQuoteAllIdentifiers(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15_1C) SetRandomPageCost

func (m *PostgresqlConfig15_1C) SetRandomPageCost(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig15_1C) SetRowSecurity

func (m *PostgresqlConfig15_1C) SetRowSecurity(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15_1C) SetSearchPath

func (m *PostgresqlConfig15_1C) SetSearchPath(v string)

func (*PostgresqlConfig15_1C) SetSeqPageCost

func (m *PostgresqlConfig15_1C) SetSeqPageCost(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig15_1C) SetSessionDurationTimeout

func (m *PostgresqlConfig15_1C) SetSessionDurationTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15_1C) SetSharedBuffers

func (m *PostgresqlConfig15_1C) SetSharedBuffers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15_1C) SetSharedPreloadLibraries

func (m *PostgresqlConfig15_1C) SetSharedPreloadLibraries(v []PostgresqlConfig15_1C_SharedPreloadLibraries)

func (*PostgresqlConfig15_1C) SetStandardConformingStrings

func (m *PostgresqlConfig15_1C) SetStandardConformingStrings(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15_1C) SetStatementTimeout

func (m *PostgresqlConfig15_1C) SetStatementTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15_1C) SetSynchronizeSeqscans

func (m *PostgresqlConfig15_1C) SetSynchronizeSeqscans(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15_1C) SetSynchronousCommit

func (*PostgresqlConfig15_1C) SetTempBuffers

func (m *PostgresqlConfig15_1C) SetTempBuffers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15_1C) SetTempFileLimit

func (m *PostgresqlConfig15_1C) SetTempFileLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15_1C) SetTimezone

func (m *PostgresqlConfig15_1C) SetTimezone(v string)

func (*PostgresqlConfig15_1C) SetTrackActivityQuerySize

func (m *PostgresqlConfig15_1C) SetTrackActivityQuerySize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15_1C) SetTransformNullEquals

func (m *PostgresqlConfig15_1C) SetTransformNullEquals(v *wrapperspb.BoolValue)

func (*PostgresqlConfig15_1C) SetVacuumCostDelay

func (m *PostgresqlConfig15_1C) SetVacuumCostDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15_1C) SetVacuumCostLimit

func (m *PostgresqlConfig15_1C) SetVacuumCostLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15_1C) SetVacuumCostPageDirty

func (m *PostgresqlConfig15_1C) SetVacuumCostPageDirty(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15_1C) SetVacuumCostPageHit

func (m *PostgresqlConfig15_1C) SetVacuumCostPageHit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15_1C) SetVacuumCostPageMiss

func (m *PostgresqlConfig15_1C) SetVacuumCostPageMiss(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15_1C) SetVacuumFailsafeAge

func (m *PostgresqlConfig15_1C) SetVacuumFailsafeAge(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15_1C) SetVacuumMultixactFailsafeAge

func (m *PostgresqlConfig15_1C) SetVacuumMultixactFailsafeAge(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15_1C) SetWalKeepSize

func (m *PostgresqlConfig15_1C) SetWalKeepSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15_1C) SetWalLevel

func (*PostgresqlConfig15_1C) SetWorkMem

func (m *PostgresqlConfig15_1C) SetWorkMem(v *wrapperspb.Int64Value)

func (*PostgresqlConfig15_1C) SetXmlbinary

func (*PostgresqlConfig15_1C) SetXmloption

func (*PostgresqlConfig15_1C) String

func (x *PostgresqlConfig15_1C) String() string

type PostgresqlConfig15_1C_BackslashQuote

type PostgresqlConfig15_1C_BackslashQuote int32
const (
	PostgresqlConfig15_1C_BACKSLASH_QUOTE_UNSPECIFIED   PostgresqlConfig15_1C_BackslashQuote = 0
	PostgresqlConfig15_1C_BACKSLASH_QUOTE               PostgresqlConfig15_1C_BackslashQuote = 1
	PostgresqlConfig15_1C_BACKSLASH_QUOTE_ON            PostgresqlConfig15_1C_BackslashQuote = 2
	PostgresqlConfig15_1C_BACKSLASH_QUOTE_OFF           PostgresqlConfig15_1C_BackslashQuote = 3
	PostgresqlConfig15_1C_BACKSLASH_QUOTE_SAFE_ENCODING PostgresqlConfig15_1C_BackslashQuote = 4
)

func (PostgresqlConfig15_1C_BackslashQuote) Descriptor

func (PostgresqlConfig15_1C_BackslashQuote) Enum

func (PostgresqlConfig15_1C_BackslashQuote) EnumDescriptor deprecated

func (PostgresqlConfig15_1C_BackslashQuote) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig15_1C_BackslashQuote.Descriptor instead.

func (PostgresqlConfig15_1C_BackslashQuote) Number

func (PostgresqlConfig15_1C_BackslashQuote) String

func (PostgresqlConfig15_1C_BackslashQuote) Type

type PostgresqlConfig15_1C_ByteaOutput

type PostgresqlConfig15_1C_ByteaOutput int32
const (
	PostgresqlConfig15_1C_BYTEA_OUTPUT_UNSPECIFIED PostgresqlConfig15_1C_ByteaOutput = 0
	PostgresqlConfig15_1C_BYTEA_OUTPUT_HEX         PostgresqlConfig15_1C_ByteaOutput = 1
	PostgresqlConfig15_1C_BYTEA_OUTPUT_ESCAPED     PostgresqlConfig15_1C_ByteaOutput = 2
)

func (PostgresqlConfig15_1C_ByteaOutput) Descriptor

func (PostgresqlConfig15_1C_ByteaOutput) Enum

func (PostgresqlConfig15_1C_ByteaOutput) EnumDescriptor deprecated

func (PostgresqlConfig15_1C_ByteaOutput) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig15_1C_ByteaOutput.Descriptor instead.

func (PostgresqlConfig15_1C_ByteaOutput) Number

func (PostgresqlConfig15_1C_ByteaOutput) String

func (PostgresqlConfig15_1C_ByteaOutput) Type

type PostgresqlConfig15_1C_ConstraintExclusion

type PostgresqlConfig15_1C_ConstraintExclusion int32
const (
	PostgresqlConfig15_1C_CONSTRAINT_EXCLUSION_UNSPECIFIED PostgresqlConfig15_1C_ConstraintExclusion = 0
	PostgresqlConfig15_1C_CONSTRAINT_EXCLUSION_ON          PostgresqlConfig15_1C_ConstraintExclusion = 1
	PostgresqlConfig15_1C_CONSTRAINT_EXCLUSION_OFF         PostgresqlConfig15_1C_ConstraintExclusion = 2
	PostgresqlConfig15_1C_CONSTRAINT_EXCLUSION_PARTITION   PostgresqlConfig15_1C_ConstraintExclusion = 3
)

func (PostgresqlConfig15_1C_ConstraintExclusion) Descriptor

func (PostgresqlConfig15_1C_ConstraintExclusion) Enum

func (PostgresqlConfig15_1C_ConstraintExclusion) EnumDescriptor deprecated

func (PostgresqlConfig15_1C_ConstraintExclusion) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig15_1C_ConstraintExclusion.Descriptor instead.

func (PostgresqlConfig15_1C_ConstraintExclusion) Number

func (PostgresqlConfig15_1C_ConstraintExclusion) String

func (PostgresqlConfig15_1C_ConstraintExclusion) Type

type PostgresqlConfig15_1C_ForceParallelMode

type PostgresqlConfig15_1C_ForceParallelMode int32
const (
	PostgresqlConfig15_1C_FORCE_PARALLEL_MODE_UNSPECIFIED PostgresqlConfig15_1C_ForceParallelMode = 0
	PostgresqlConfig15_1C_FORCE_PARALLEL_MODE_ON          PostgresqlConfig15_1C_ForceParallelMode = 1
	PostgresqlConfig15_1C_FORCE_PARALLEL_MODE_OFF         PostgresqlConfig15_1C_ForceParallelMode = 2
	PostgresqlConfig15_1C_FORCE_PARALLEL_MODE_REGRESS     PostgresqlConfig15_1C_ForceParallelMode = 3
)

func (PostgresqlConfig15_1C_ForceParallelMode) Descriptor

func (PostgresqlConfig15_1C_ForceParallelMode) Enum

func (PostgresqlConfig15_1C_ForceParallelMode) EnumDescriptor deprecated

func (PostgresqlConfig15_1C_ForceParallelMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig15_1C_ForceParallelMode.Descriptor instead.

func (PostgresqlConfig15_1C_ForceParallelMode) Number

func (PostgresqlConfig15_1C_ForceParallelMode) String

func (PostgresqlConfig15_1C_ForceParallelMode) Type

type PostgresqlConfig15_1C_LogErrorVerbosity

type PostgresqlConfig15_1C_LogErrorVerbosity int32
const (
	PostgresqlConfig15_1C_LOG_ERROR_VERBOSITY_UNSPECIFIED PostgresqlConfig15_1C_LogErrorVerbosity = 0
	PostgresqlConfig15_1C_LOG_ERROR_VERBOSITY_TERSE       PostgresqlConfig15_1C_LogErrorVerbosity = 1
	PostgresqlConfig15_1C_LOG_ERROR_VERBOSITY_DEFAULT     PostgresqlConfig15_1C_LogErrorVerbosity = 2
	PostgresqlConfig15_1C_LOG_ERROR_VERBOSITY_VERBOSE     PostgresqlConfig15_1C_LogErrorVerbosity = 3
)

func (PostgresqlConfig15_1C_LogErrorVerbosity) Descriptor

func (PostgresqlConfig15_1C_LogErrorVerbosity) Enum

func (PostgresqlConfig15_1C_LogErrorVerbosity) EnumDescriptor deprecated

func (PostgresqlConfig15_1C_LogErrorVerbosity) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig15_1C_LogErrorVerbosity.Descriptor instead.

func (PostgresqlConfig15_1C_LogErrorVerbosity) Number

func (PostgresqlConfig15_1C_LogErrorVerbosity) String

func (PostgresqlConfig15_1C_LogErrorVerbosity) Type

type PostgresqlConfig15_1C_LogLevel

type PostgresqlConfig15_1C_LogLevel int32
const (
	PostgresqlConfig15_1C_LOG_LEVEL_UNSPECIFIED PostgresqlConfig15_1C_LogLevel = 0
	PostgresqlConfig15_1C_LOG_LEVEL_DEBUG5      PostgresqlConfig15_1C_LogLevel = 1
	PostgresqlConfig15_1C_LOG_LEVEL_DEBUG4      PostgresqlConfig15_1C_LogLevel = 2
	PostgresqlConfig15_1C_LOG_LEVEL_DEBUG3      PostgresqlConfig15_1C_LogLevel = 3
	PostgresqlConfig15_1C_LOG_LEVEL_DEBUG2      PostgresqlConfig15_1C_LogLevel = 4
	PostgresqlConfig15_1C_LOG_LEVEL_DEBUG1      PostgresqlConfig15_1C_LogLevel = 5
	PostgresqlConfig15_1C_LOG_LEVEL_LOG         PostgresqlConfig15_1C_LogLevel = 6
	PostgresqlConfig15_1C_LOG_LEVEL_NOTICE      PostgresqlConfig15_1C_LogLevel = 7
	PostgresqlConfig15_1C_LOG_LEVEL_WARNING     PostgresqlConfig15_1C_LogLevel = 8
	PostgresqlConfig15_1C_LOG_LEVEL_ERROR       PostgresqlConfig15_1C_LogLevel = 9
	PostgresqlConfig15_1C_LOG_LEVEL_FATAL       PostgresqlConfig15_1C_LogLevel = 10
	PostgresqlConfig15_1C_LOG_LEVEL_PANIC       PostgresqlConfig15_1C_LogLevel = 11
)

func (PostgresqlConfig15_1C_LogLevel) Descriptor

func (PostgresqlConfig15_1C_LogLevel) Enum

func (PostgresqlConfig15_1C_LogLevel) EnumDescriptor deprecated

func (PostgresqlConfig15_1C_LogLevel) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig15_1C_LogLevel.Descriptor instead.

func (PostgresqlConfig15_1C_LogLevel) Number

func (PostgresqlConfig15_1C_LogLevel) String

func (PostgresqlConfig15_1C_LogLevel) Type

type PostgresqlConfig15_1C_LogStatement

type PostgresqlConfig15_1C_LogStatement int32
const (
	PostgresqlConfig15_1C_LOG_STATEMENT_UNSPECIFIED PostgresqlConfig15_1C_LogStatement = 0
	PostgresqlConfig15_1C_LOG_STATEMENT_NONE        PostgresqlConfig15_1C_LogStatement = 1
	PostgresqlConfig15_1C_LOG_STATEMENT_DDL         PostgresqlConfig15_1C_LogStatement = 2
	PostgresqlConfig15_1C_LOG_STATEMENT_MOD         PostgresqlConfig15_1C_LogStatement = 3
	PostgresqlConfig15_1C_LOG_STATEMENT_ALL         PostgresqlConfig15_1C_LogStatement = 4
)

func (PostgresqlConfig15_1C_LogStatement) Descriptor

func (PostgresqlConfig15_1C_LogStatement) Enum

func (PostgresqlConfig15_1C_LogStatement) EnumDescriptor deprecated

func (PostgresqlConfig15_1C_LogStatement) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig15_1C_LogStatement.Descriptor instead.

func (PostgresqlConfig15_1C_LogStatement) Number

func (PostgresqlConfig15_1C_LogStatement) String

func (PostgresqlConfig15_1C_LogStatement) Type

type PostgresqlConfig15_1C_PasswordEncryption

type PostgresqlConfig15_1C_PasswordEncryption int32
const (
	PostgresqlConfig15_1C_PASSWORD_ENCRYPTION_UNSPECIFIED   PostgresqlConfig15_1C_PasswordEncryption = 0
	PostgresqlConfig15_1C_PASSWORD_ENCRYPTION_MD5           PostgresqlConfig15_1C_PasswordEncryption = 1
	PostgresqlConfig15_1C_PASSWORD_ENCRYPTION_SCRAM_SHA_256 PostgresqlConfig15_1C_PasswordEncryption = 2
)

func (PostgresqlConfig15_1C_PasswordEncryption) Descriptor

func (PostgresqlConfig15_1C_PasswordEncryption) Enum

func (PostgresqlConfig15_1C_PasswordEncryption) EnumDescriptor deprecated

func (PostgresqlConfig15_1C_PasswordEncryption) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig15_1C_PasswordEncryption.Descriptor instead.

func (PostgresqlConfig15_1C_PasswordEncryption) Number

func (PostgresqlConfig15_1C_PasswordEncryption) String

func (PostgresqlConfig15_1C_PasswordEncryption) Type

type PostgresqlConfig15_1C_PgHintPlanDebugPrint

type PostgresqlConfig15_1C_PgHintPlanDebugPrint int32
const (
	PostgresqlConfig15_1C_PG_HINT_PLAN_DEBUG_PRINT_UNSPECIFIED PostgresqlConfig15_1C_PgHintPlanDebugPrint = 0
	PostgresqlConfig15_1C_PG_HINT_PLAN_DEBUG_PRINT_OFF         PostgresqlConfig15_1C_PgHintPlanDebugPrint = 1
	PostgresqlConfig15_1C_PG_HINT_PLAN_DEBUG_PRINT_ON          PostgresqlConfig15_1C_PgHintPlanDebugPrint = 2
	PostgresqlConfig15_1C_PG_HINT_PLAN_DEBUG_PRINT_DETAILED    PostgresqlConfig15_1C_PgHintPlanDebugPrint = 3
	PostgresqlConfig15_1C_PG_HINT_PLAN_DEBUG_PRINT_VERBOSE     PostgresqlConfig15_1C_PgHintPlanDebugPrint = 4
)

func (PostgresqlConfig15_1C_PgHintPlanDebugPrint) Descriptor

func (PostgresqlConfig15_1C_PgHintPlanDebugPrint) Enum

func (PostgresqlConfig15_1C_PgHintPlanDebugPrint) EnumDescriptor deprecated

func (PostgresqlConfig15_1C_PgHintPlanDebugPrint) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig15_1C_PgHintPlanDebugPrint.Descriptor instead.

func (PostgresqlConfig15_1C_PgHintPlanDebugPrint) Number

func (PostgresqlConfig15_1C_PgHintPlanDebugPrint) String

func (PostgresqlConfig15_1C_PgHintPlanDebugPrint) Type

type PostgresqlConfig15_1C_PlanCacheMode

type PostgresqlConfig15_1C_PlanCacheMode int32
const (
	PostgresqlConfig15_1C_PLAN_CACHE_MODE_UNSPECIFIED        PostgresqlConfig15_1C_PlanCacheMode = 0
	PostgresqlConfig15_1C_PLAN_CACHE_MODE_AUTO               PostgresqlConfig15_1C_PlanCacheMode = 1
	PostgresqlConfig15_1C_PLAN_CACHE_MODE_FORCE_CUSTOM_PLAN  PostgresqlConfig15_1C_PlanCacheMode = 2
	PostgresqlConfig15_1C_PLAN_CACHE_MODE_FORCE_GENERIC_PLAN PostgresqlConfig15_1C_PlanCacheMode = 3
)

func (PostgresqlConfig15_1C_PlanCacheMode) Descriptor

func (PostgresqlConfig15_1C_PlanCacheMode) Enum

func (PostgresqlConfig15_1C_PlanCacheMode) EnumDescriptor deprecated

func (PostgresqlConfig15_1C_PlanCacheMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig15_1C_PlanCacheMode.Descriptor instead.

func (PostgresqlConfig15_1C_PlanCacheMode) Number

func (PostgresqlConfig15_1C_PlanCacheMode) String

func (PostgresqlConfig15_1C_PlanCacheMode) Type

type PostgresqlConfig15_1C_SharedPreloadLibraries

type PostgresqlConfig15_1C_SharedPreloadLibraries int32
const (
	PostgresqlConfig15_1C_SHARED_PRELOAD_LIBRARIES_UNSPECIFIED  PostgresqlConfig15_1C_SharedPreloadLibraries = 0
	PostgresqlConfig15_1C_SHARED_PRELOAD_LIBRARIES_AUTO_EXPLAIN PostgresqlConfig15_1C_SharedPreloadLibraries = 1
	PostgresqlConfig15_1C_SHARED_PRELOAD_LIBRARIES_PG_HINT_PLAN PostgresqlConfig15_1C_SharedPreloadLibraries = 2
	PostgresqlConfig15_1C_SHARED_PRELOAD_LIBRARIES_TIMESCALEDB  PostgresqlConfig15_1C_SharedPreloadLibraries = 3
	PostgresqlConfig15_1C_SHARED_PRELOAD_LIBRARIES_PG_QUALSTATS PostgresqlConfig15_1C_SharedPreloadLibraries = 4
	PostgresqlConfig15_1C_SHARED_PRELOAD_LIBRARIES_PG_CRON      PostgresqlConfig15_1C_SharedPreloadLibraries = 5
	PostgresqlConfig15_1C_SHARED_PRELOAD_LIBRARIES_PGLOGICAL    PostgresqlConfig15_1C_SharedPreloadLibraries = 6
	PostgresqlConfig15_1C_SHARED_PRELOAD_LIBRARIES_PG_PREWARM   PostgresqlConfig15_1C_SharedPreloadLibraries = 7
	PostgresqlConfig15_1C_SHARED_PRELOAD_LIBRARIES_PGAUDIT      PostgresqlConfig15_1C_SharedPreloadLibraries = 8
)

func (PostgresqlConfig15_1C_SharedPreloadLibraries) Descriptor

func (PostgresqlConfig15_1C_SharedPreloadLibraries) Enum

func (PostgresqlConfig15_1C_SharedPreloadLibraries) EnumDescriptor deprecated

func (PostgresqlConfig15_1C_SharedPreloadLibraries) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig15_1C_SharedPreloadLibraries.Descriptor instead.

func (PostgresqlConfig15_1C_SharedPreloadLibraries) Number

func (PostgresqlConfig15_1C_SharedPreloadLibraries) String

func (PostgresqlConfig15_1C_SharedPreloadLibraries) Type

type PostgresqlConfig15_1C_SynchronousCommit

type PostgresqlConfig15_1C_SynchronousCommit int32
const (
	PostgresqlConfig15_1C_SYNCHRONOUS_COMMIT_UNSPECIFIED  PostgresqlConfig15_1C_SynchronousCommit = 0
	PostgresqlConfig15_1C_SYNCHRONOUS_COMMIT_ON           PostgresqlConfig15_1C_SynchronousCommit = 1
	PostgresqlConfig15_1C_SYNCHRONOUS_COMMIT_OFF          PostgresqlConfig15_1C_SynchronousCommit = 2
	PostgresqlConfig15_1C_SYNCHRONOUS_COMMIT_LOCAL        PostgresqlConfig15_1C_SynchronousCommit = 3
	PostgresqlConfig15_1C_SYNCHRONOUS_COMMIT_REMOTE_WRITE PostgresqlConfig15_1C_SynchronousCommit = 4
	PostgresqlConfig15_1C_SYNCHRONOUS_COMMIT_REMOTE_APPLY PostgresqlConfig15_1C_SynchronousCommit = 5
)

func (PostgresqlConfig15_1C_SynchronousCommit) Descriptor

func (PostgresqlConfig15_1C_SynchronousCommit) Enum

func (PostgresqlConfig15_1C_SynchronousCommit) EnumDescriptor deprecated

func (PostgresqlConfig15_1C_SynchronousCommit) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig15_1C_SynchronousCommit.Descriptor instead.

func (PostgresqlConfig15_1C_SynchronousCommit) Number

func (PostgresqlConfig15_1C_SynchronousCommit) String

func (PostgresqlConfig15_1C_SynchronousCommit) Type

type PostgresqlConfig15_1C_TransactionIsolation

type PostgresqlConfig15_1C_TransactionIsolation int32
const (
	PostgresqlConfig15_1C_TRANSACTION_ISOLATION_UNSPECIFIED      PostgresqlConfig15_1C_TransactionIsolation = 0
	PostgresqlConfig15_1C_TRANSACTION_ISOLATION_READ_UNCOMMITTED PostgresqlConfig15_1C_TransactionIsolation = 1
	PostgresqlConfig15_1C_TRANSACTION_ISOLATION_READ_COMMITTED   PostgresqlConfig15_1C_TransactionIsolation = 2
	PostgresqlConfig15_1C_TRANSACTION_ISOLATION_REPEATABLE_READ  PostgresqlConfig15_1C_TransactionIsolation = 3
	PostgresqlConfig15_1C_TRANSACTION_ISOLATION_SERIALIZABLE     PostgresqlConfig15_1C_TransactionIsolation = 4
)

func (PostgresqlConfig15_1C_TransactionIsolation) Descriptor

func (PostgresqlConfig15_1C_TransactionIsolation) Enum

func (PostgresqlConfig15_1C_TransactionIsolation) EnumDescriptor deprecated

func (PostgresqlConfig15_1C_TransactionIsolation) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig15_1C_TransactionIsolation.Descriptor instead.

func (PostgresqlConfig15_1C_TransactionIsolation) Number

func (PostgresqlConfig15_1C_TransactionIsolation) String

func (PostgresqlConfig15_1C_TransactionIsolation) Type

type PostgresqlConfig15_1C_WalLevel

type PostgresqlConfig15_1C_WalLevel int32
const (
	PostgresqlConfig15_1C_WAL_LEVEL_UNSPECIFIED PostgresqlConfig15_1C_WalLevel = 0
	PostgresqlConfig15_1C_WAL_LEVEL_REPLICA     PostgresqlConfig15_1C_WalLevel = 1
	PostgresqlConfig15_1C_WAL_LEVEL_LOGICAL     PostgresqlConfig15_1C_WalLevel = 2
)

func (PostgresqlConfig15_1C_WalLevel) Descriptor

func (PostgresqlConfig15_1C_WalLevel) Enum

func (PostgresqlConfig15_1C_WalLevel) EnumDescriptor deprecated

func (PostgresqlConfig15_1C_WalLevel) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig15_1C_WalLevel.Descriptor instead.

func (PostgresqlConfig15_1C_WalLevel) Number

func (PostgresqlConfig15_1C_WalLevel) String

func (PostgresqlConfig15_1C_WalLevel) Type

type PostgresqlConfig15_1C_XmlBinary

type PostgresqlConfig15_1C_XmlBinary int32
const (
	PostgresqlConfig15_1C_XML_BINARY_UNSPECIFIED PostgresqlConfig15_1C_XmlBinary = 0
	PostgresqlConfig15_1C_XML_BINARY_BASE64      PostgresqlConfig15_1C_XmlBinary = 1
	PostgresqlConfig15_1C_XML_BINARY_HEX         PostgresqlConfig15_1C_XmlBinary = 2
)

func (PostgresqlConfig15_1C_XmlBinary) Descriptor

func (PostgresqlConfig15_1C_XmlBinary) Enum

func (PostgresqlConfig15_1C_XmlBinary) EnumDescriptor deprecated

func (PostgresqlConfig15_1C_XmlBinary) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig15_1C_XmlBinary.Descriptor instead.

func (PostgresqlConfig15_1C_XmlBinary) Number

func (PostgresqlConfig15_1C_XmlBinary) String

func (PostgresqlConfig15_1C_XmlBinary) Type

type PostgresqlConfig15_1C_XmlOption

type PostgresqlConfig15_1C_XmlOption int32
const (
	PostgresqlConfig15_1C_XML_OPTION_UNSPECIFIED PostgresqlConfig15_1C_XmlOption = 0
	PostgresqlConfig15_1C_XML_OPTION_DOCUMENT    PostgresqlConfig15_1C_XmlOption = 1
	PostgresqlConfig15_1C_XML_OPTION_CONTENT     PostgresqlConfig15_1C_XmlOption = 2
)

func (PostgresqlConfig15_1C_XmlOption) Descriptor

func (PostgresqlConfig15_1C_XmlOption) Enum

func (PostgresqlConfig15_1C_XmlOption) EnumDescriptor deprecated

func (PostgresqlConfig15_1C_XmlOption) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig15_1C_XmlOption.Descriptor instead.

func (PostgresqlConfig15_1C_XmlOption) Number

func (PostgresqlConfig15_1C_XmlOption) String

func (PostgresqlConfig15_1C_XmlOption) Type

type PostgresqlConfig15_BackslashQuote

type PostgresqlConfig15_BackslashQuote int32
const (
	PostgresqlConfig15_BACKSLASH_QUOTE_UNSPECIFIED   PostgresqlConfig15_BackslashQuote = 0
	PostgresqlConfig15_BACKSLASH_QUOTE               PostgresqlConfig15_BackslashQuote = 1
	PostgresqlConfig15_BACKSLASH_QUOTE_ON            PostgresqlConfig15_BackslashQuote = 2
	PostgresqlConfig15_BACKSLASH_QUOTE_OFF           PostgresqlConfig15_BackslashQuote = 3
	PostgresqlConfig15_BACKSLASH_QUOTE_SAFE_ENCODING PostgresqlConfig15_BackslashQuote = 4
)

func (PostgresqlConfig15_BackslashQuote) Descriptor

func (PostgresqlConfig15_BackslashQuote) Enum

func (PostgresqlConfig15_BackslashQuote) EnumDescriptor deprecated

func (PostgresqlConfig15_BackslashQuote) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig15_BackslashQuote.Descriptor instead.

func (PostgresqlConfig15_BackslashQuote) Number

func (PostgresqlConfig15_BackslashQuote) String

func (PostgresqlConfig15_BackslashQuote) Type

type PostgresqlConfig15_ByteaOutput

type PostgresqlConfig15_ByteaOutput int32
const (
	PostgresqlConfig15_BYTEA_OUTPUT_UNSPECIFIED PostgresqlConfig15_ByteaOutput = 0
	PostgresqlConfig15_BYTEA_OUTPUT_HEX         PostgresqlConfig15_ByteaOutput = 1
	PostgresqlConfig15_BYTEA_OUTPUT_ESCAPED     PostgresqlConfig15_ByteaOutput = 2
)

func (PostgresqlConfig15_ByteaOutput) Descriptor

func (PostgresqlConfig15_ByteaOutput) Enum

func (PostgresqlConfig15_ByteaOutput) EnumDescriptor deprecated

func (PostgresqlConfig15_ByteaOutput) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig15_ByteaOutput.Descriptor instead.

func (PostgresqlConfig15_ByteaOutput) Number

func (PostgresqlConfig15_ByteaOutput) String

func (PostgresqlConfig15_ByteaOutput) Type

type PostgresqlConfig15_ConstraintExclusion

type PostgresqlConfig15_ConstraintExclusion int32
const (
	PostgresqlConfig15_CONSTRAINT_EXCLUSION_UNSPECIFIED PostgresqlConfig15_ConstraintExclusion = 0
	PostgresqlConfig15_CONSTRAINT_EXCLUSION_ON          PostgresqlConfig15_ConstraintExclusion = 1
	PostgresqlConfig15_CONSTRAINT_EXCLUSION_OFF         PostgresqlConfig15_ConstraintExclusion = 2
	PostgresqlConfig15_CONSTRAINT_EXCLUSION_PARTITION   PostgresqlConfig15_ConstraintExclusion = 3
)

func (PostgresqlConfig15_ConstraintExclusion) Descriptor

func (PostgresqlConfig15_ConstraintExclusion) Enum

func (PostgresqlConfig15_ConstraintExclusion) EnumDescriptor deprecated

func (PostgresqlConfig15_ConstraintExclusion) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig15_ConstraintExclusion.Descriptor instead.

func (PostgresqlConfig15_ConstraintExclusion) Number

func (PostgresqlConfig15_ConstraintExclusion) String

func (PostgresqlConfig15_ConstraintExclusion) Type

type PostgresqlConfig15_ForceParallelMode

type PostgresqlConfig15_ForceParallelMode int32
const (
	PostgresqlConfig15_FORCE_PARALLEL_MODE_UNSPECIFIED PostgresqlConfig15_ForceParallelMode = 0
	PostgresqlConfig15_FORCE_PARALLEL_MODE_ON          PostgresqlConfig15_ForceParallelMode = 1
	PostgresqlConfig15_FORCE_PARALLEL_MODE_OFF         PostgresqlConfig15_ForceParallelMode = 2
	PostgresqlConfig15_FORCE_PARALLEL_MODE_REGRESS     PostgresqlConfig15_ForceParallelMode = 3
)

func (PostgresqlConfig15_ForceParallelMode) Descriptor

func (PostgresqlConfig15_ForceParallelMode) Enum

func (PostgresqlConfig15_ForceParallelMode) EnumDescriptor deprecated

func (PostgresqlConfig15_ForceParallelMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig15_ForceParallelMode.Descriptor instead.

func (PostgresqlConfig15_ForceParallelMode) Number

func (PostgresqlConfig15_ForceParallelMode) String

func (PostgresqlConfig15_ForceParallelMode) Type

type PostgresqlConfig15_LogErrorVerbosity

type PostgresqlConfig15_LogErrorVerbosity int32
const (
	PostgresqlConfig15_LOG_ERROR_VERBOSITY_UNSPECIFIED PostgresqlConfig15_LogErrorVerbosity = 0
	PostgresqlConfig15_LOG_ERROR_VERBOSITY_TERSE       PostgresqlConfig15_LogErrorVerbosity = 1
	PostgresqlConfig15_LOG_ERROR_VERBOSITY_DEFAULT     PostgresqlConfig15_LogErrorVerbosity = 2
	PostgresqlConfig15_LOG_ERROR_VERBOSITY_VERBOSE     PostgresqlConfig15_LogErrorVerbosity = 3
)

func (PostgresqlConfig15_LogErrorVerbosity) Descriptor

func (PostgresqlConfig15_LogErrorVerbosity) Enum

func (PostgresqlConfig15_LogErrorVerbosity) EnumDescriptor deprecated

func (PostgresqlConfig15_LogErrorVerbosity) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig15_LogErrorVerbosity.Descriptor instead.

func (PostgresqlConfig15_LogErrorVerbosity) Number

func (PostgresqlConfig15_LogErrorVerbosity) String

func (PostgresqlConfig15_LogErrorVerbosity) Type

type PostgresqlConfig15_LogLevel

type PostgresqlConfig15_LogLevel int32
const (
	PostgresqlConfig15_LOG_LEVEL_UNSPECIFIED PostgresqlConfig15_LogLevel = 0
	PostgresqlConfig15_LOG_LEVEL_DEBUG5      PostgresqlConfig15_LogLevel = 1
	PostgresqlConfig15_LOG_LEVEL_DEBUG4      PostgresqlConfig15_LogLevel = 2
	PostgresqlConfig15_LOG_LEVEL_DEBUG3      PostgresqlConfig15_LogLevel = 3
	PostgresqlConfig15_LOG_LEVEL_DEBUG2      PostgresqlConfig15_LogLevel = 4
	PostgresqlConfig15_LOG_LEVEL_DEBUG1      PostgresqlConfig15_LogLevel = 5
	PostgresqlConfig15_LOG_LEVEL_LOG         PostgresqlConfig15_LogLevel = 6
	PostgresqlConfig15_LOG_LEVEL_NOTICE      PostgresqlConfig15_LogLevel = 7
	PostgresqlConfig15_LOG_LEVEL_WARNING     PostgresqlConfig15_LogLevel = 8
	PostgresqlConfig15_LOG_LEVEL_ERROR       PostgresqlConfig15_LogLevel = 9
	PostgresqlConfig15_LOG_LEVEL_FATAL       PostgresqlConfig15_LogLevel = 10
	PostgresqlConfig15_LOG_LEVEL_PANIC       PostgresqlConfig15_LogLevel = 11
)

func (PostgresqlConfig15_LogLevel) Descriptor

func (PostgresqlConfig15_LogLevel) Enum

func (PostgresqlConfig15_LogLevel) EnumDescriptor deprecated

func (PostgresqlConfig15_LogLevel) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig15_LogLevel.Descriptor instead.

func (PostgresqlConfig15_LogLevel) Number

func (PostgresqlConfig15_LogLevel) String

func (PostgresqlConfig15_LogLevel) Type

type PostgresqlConfig15_LogStatement

type PostgresqlConfig15_LogStatement int32
const (
	PostgresqlConfig15_LOG_STATEMENT_UNSPECIFIED PostgresqlConfig15_LogStatement = 0
	PostgresqlConfig15_LOG_STATEMENT_NONE        PostgresqlConfig15_LogStatement = 1
	PostgresqlConfig15_LOG_STATEMENT_DDL         PostgresqlConfig15_LogStatement = 2
	PostgresqlConfig15_LOG_STATEMENT_MOD         PostgresqlConfig15_LogStatement = 3
	PostgresqlConfig15_LOG_STATEMENT_ALL         PostgresqlConfig15_LogStatement = 4
)

func (PostgresqlConfig15_LogStatement) Descriptor

func (PostgresqlConfig15_LogStatement) Enum

func (PostgresqlConfig15_LogStatement) EnumDescriptor deprecated

func (PostgresqlConfig15_LogStatement) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig15_LogStatement.Descriptor instead.

func (PostgresqlConfig15_LogStatement) Number

func (PostgresqlConfig15_LogStatement) String

func (PostgresqlConfig15_LogStatement) Type

type PostgresqlConfig15_PasswordEncryption

type PostgresqlConfig15_PasswordEncryption int32
const (
	PostgresqlConfig15_PASSWORD_ENCRYPTION_UNSPECIFIED   PostgresqlConfig15_PasswordEncryption = 0
	PostgresqlConfig15_PASSWORD_ENCRYPTION_MD5           PostgresqlConfig15_PasswordEncryption = 1
	PostgresqlConfig15_PASSWORD_ENCRYPTION_SCRAM_SHA_256 PostgresqlConfig15_PasswordEncryption = 2
)

func (PostgresqlConfig15_PasswordEncryption) Descriptor

func (PostgresqlConfig15_PasswordEncryption) Enum

func (PostgresqlConfig15_PasswordEncryption) EnumDescriptor deprecated

func (PostgresqlConfig15_PasswordEncryption) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig15_PasswordEncryption.Descriptor instead.

func (PostgresqlConfig15_PasswordEncryption) Number

func (PostgresqlConfig15_PasswordEncryption) String

func (PostgresqlConfig15_PasswordEncryption) Type

type PostgresqlConfig15_PgHintPlanDebugPrint

type PostgresqlConfig15_PgHintPlanDebugPrint int32
const (
	PostgresqlConfig15_PG_HINT_PLAN_DEBUG_PRINT_UNSPECIFIED PostgresqlConfig15_PgHintPlanDebugPrint = 0
	PostgresqlConfig15_PG_HINT_PLAN_DEBUG_PRINT_OFF         PostgresqlConfig15_PgHintPlanDebugPrint = 1
	PostgresqlConfig15_PG_HINT_PLAN_DEBUG_PRINT_ON          PostgresqlConfig15_PgHintPlanDebugPrint = 2
	PostgresqlConfig15_PG_HINT_PLAN_DEBUG_PRINT_DETAILED    PostgresqlConfig15_PgHintPlanDebugPrint = 3
	PostgresqlConfig15_PG_HINT_PLAN_DEBUG_PRINT_VERBOSE     PostgresqlConfig15_PgHintPlanDebugPrint = 4
)

func (PostgresqlConfig15_PgHintPlanDebugPrint) Descriptor

func (PostgresqlConfig15_PgHintPlanDebugPrint) Enum

func (PostgresqlConfig15_PgHintPlanDebugPrint) EnumDescriptor deprecated

func (PostgresqlConfig15_PgHintPlanDebugPrint) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig15_PgHintPlanDebugPrint.Descriptor instead.

func (PostgresqlConfig15_PgHintPlanDebugPrint) Number

func (PostgresqlConfig15_PgHintPlanDebugPrint) String

func (PostgresqlConfig15_PgHintPlanDebugPrint) Type

type PostgresqlConfig15_PlanCacheMode

type PostgresqlConfig15_PlanCacheMode int32
const (
	PostgresqlConfig15_PLAN_CACHE_MODE_UNSPECIFIED        PostgresqlConfig15_PlanCacheMode = 0
	PostgresqlConfig15_PLAN_CACHE_MODE_AUTO               PostgresqlConfig15_PlanCacheMode = 1
	PostgresqlConfig15_PLAN_CACHE_MODE_FORCE_CUSTOM_PLAN  PostgresqlConfig15_PlanCacheMode = 2
	PostgresqlConfig15_PLAN_CACHE_MODE_FORCE_GENERIC_PLAN PostgresqlConfig15_PlanCacheMode = 3
)

func (PostgresqlConfig15_PlanCacheMode) Descriptor

func (PostgresqlConfig15_PlanCacheMode) Enum

func (PostgresqlConfig15_PlanCacheMode) EnumDescriptor deprecated

func (PostgresqlConfig15_PlanCacheMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig15_PlanCacheMode.Descriptor instead.

func (PostgresqlConfig15_PlanCacheMode) Number

func (PostgresqlConfig15_PlanCacheMode) String

func (PostgresqlConfig15_PlanCacheMode) Type

type PostgresqlConfig15_SharedPreloadLibraries

type PostgresqlConfig15_SharedPreloadLibraries int32
const (
	PostgresqlConfig15_SHARED_PRELOAD_LIBRARIES_UNSPECIFIED  PostgresqlConfig15_SharedPreloadLibraries = 0
	PostgresqlConfig15_SHARED_PRELOAD_LIBRARIES_AUTO_EXPLAIN PostgresqlConfig15_SharedPreloadLibraries = 1
	PostgresqlConfig15_SHARED_PRELOAD_LIBRARIES_PG_HINT_PLAN PostgresqlConfig15_SharedPreloadLibraries = 2
	PostgresqlConfig15_SHARED_PRELOAD_LIBRARIES_TIMESCALEDB  PostgresqlConfig15_SharedPreloadLibraries = 3
	PostgresqlConfig15_SHARED_PRELOAD_LIBRARIES_PG_QUALSTATS PostgresqlConfig15_SharedPreloadLibraries = 4
	PostgresqlConfig15_SHARED_PRELOAD_LIBRARIES_PG_CRON      PostgresqlConfig15_SharedPreloadLibraries = 5
	PostgresqlConfig15_SHARED_PRELOAD_LIBRARIES_PGLOGICAL    PostgresqlConfig15_SharedPreloadLibraries = 6
	PostgresqlConfig15_SHARED_PRELOAD_LIBRARIES_PG_PREWARM   PostgresqlConfig15_SharedPreloadLibraries = 7
	PostgresqlConfig15_SHARED_PRELOAD_LIBRARIES_PGAUDIT      PostgresqlConfig15_SharedPreloadLibraries = 8
)

func (PostgresqlConfig15_SharedPreloadLibraries) Descriptor

func (PostgresqlConfig15_SharedPreloadLibraries) Enum

func (PostgresqlConfig15_SharedPreloadLibraries) EnumDescriptor deprecated

func (PostgresqlConfig15_SharedPreloadLibraries) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig15_SharedPreloadLibraries.Descriptor instead.

func (PostgresqlConfig15_SharedPreloadLibraries) Number

func (PostgresqlConfig15_SharedPreloadLibraries) String

func (PostgresqlConfig15_SharedPreloadLibraries) Type

type PostgresqlConfig15_SynchronousCommit

type PostgresqlConfig15_SynchronousCommit int32
const (
	PostgresqlConfig15_SYNCHRONOUS_COMMIT_UNSPECIFIED  PostgresqlConfig15_SynchronousCommit = 0
	PostgresqlConfig15_SYNCHRONOUS_COMMIT_ON           PostgresqlConfig15_SynchronousCommit = 1
	PostgresqlConfig15_SYNCHRONOUS_COMMIT_OFF          PostgresqlConfig15_SynchronousCommit = 2
	PostgresqlConfig15_SYNCHRONOUS_COMMIT_LOCAL        PostgresqlConfig15_SynchronousCommit = 3
	PostgresqlConfig15_SYNCHRONOUS_COMMIT_REMOTE_WRITE PostgresqlConfig15_SynchronousCommit = 4
	PostgresqlConfig15_SYNCHRONOUS_COMMIT_REMOTE_APPLY PostgresqlConfig15_SynchronousCommit = 5
)

func (PostgresqlConfig15_SynchronousCommit) Descriptor

func (PostgresqlConfig15_SynchronousCommit) Enum

func (PostgresqlConfig15_SynchronousCommit) EnumDescriptor deprecated

func (PostgresqlConfig15_SynchronousCommit) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig15_SynchronousCommit.Descriptor instead.

func (PostgresqlConfig15_SynchronousCommit) Number

func (PostgresqlConfig15_SynchronousCommit) String

func (PostgresqlConfig15_SynchronousCommit) Type

type PostgresqlConfig15_TransactionIsolation

type PostgresqlConfig15_TransactionIsolation int32
const (
	PostgresqlConfig15_TRANSACTION_ISOLATION_UNSPECIFIED      PostgresqlConfig15_TransactionIsolation = 0
	PostgresqlConfig15_TRANSACTION_ISOLATION_READ_UNCOMMITTED PostgresqlConfig15_TransactionIsolation = 1
	PostgresqlConfig15_TRANSACTION_ISOLATION_READ_COMMITTED   PostgresqlConfig15_TransactionIsolation = 2
	PostgresqlConfig15_TRANSACTION_ISOLATION_REPEATABLE_READ  PostgresqlConfig15_TransactionIsolation = 3
	PostgresqlConfig15_TRANSACTION_ISOLATION_SERIALIZABLE     PostgresqlConfig15_TransactionIsolation = 4
)

func (PostgresqlConfig15_TransactionIsolation) Descriptor

func (PostgresqlConfig15_TransactionIsolation) Enum

func (PostgresqlConfig15_TransactionIsolation) EnumDescriptor deprecated

func (PostgresqlConfig15_TransactionIsolation) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig15_TransactionIsolation.Descriptor instead.

func (PostgresqlConfig15_TransactionIsolation) Number

func (PostgresqlConfig15_TransactionIsolation) String

func (PostgresqlConfig15_TransactionIsolation) Type

type PostgresqlConfig15_WalLevel

type PostgresqlConfig15_WalLevel int32
const (
	PostgresqlConfig15_WAL_LEVEL_UNSPECIFIED PostgresqlConfig15_WalLevel = 0
	PostgresqlConfig15_WAL_LEVEL_REPLICA     PostgresqlConfig15_WalLevel = 1
	PostgresqlConfig15_WAL_LEVEL_LOGICAL     PostgresqlConfig15_WalLevel = 2
)

func (PostgresqlConfig15_WalLevel) Descriptor

func (PostgresqlConfig15_WalLevel) Enum

func (PostgresqlConfig15_WalLevel) EnumDescriptor deprecated

func (PostgresqlConfig15_WalLevel) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig15_WalLevel.Descriptor instead.

func (PostgresqlConfig15_WalLevel) Number

func (PostgresqlConfig15_WalLevel) String

func (PostgresqlConfig15_WalLevel) Type

type PostgresqlConfig15_XmlBinary

type PostgresqlConfig15_XmlBinary int32
const (
	PostgresqlConfig15_XML_BINARY_UNSPECIFIED PostgresqlConfig15_XmlBinary = 0
	PostgresqlConfig15_XML_BINARY_BASE64      PostgresqlConfig15_XmlBinary = 1
	PostgresqlConfig15_XML_BINARY_HEX         PostgresqlConfig15_XmlBinary = 2
)

func (PostgresqlConfig15_XmlBinary) Descriptor

func (PostgresqlConfig15_XmlBinary) Enum

func (PostgresqlConfig15_XmlBinary) EnumDescriptor deprecated

func (PostgresqlConfig15_XmlBinary) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig15_XmlBinary.Descriptor instead.

func (PostgresqlConfig15_XmlBinary) Number

func (PostgresqlConfig15_XmlBinary) String

func (PostgresqlConfig15_XmlBinary) Type

type PostgresqlConfig15_XmlOption

type PostgresqlConfig15_XmlOption int32
const (
	PostgresqlConfig15_XML_OPTION_UNSPECIFIED PostgresqlConfig15_XmlOption = 0
	PostgresqlConfig15_XML_OPTION_DOCUMENT    PostgresqlConfig15_XmlOption = 1
	PostgresqlConfig15_XML_OPTION_CONTENT     PostgresqlConfig15_XmlOption = 2
)

func (PostgresqlConfig15_XmlOption) Descriptor

func (PostgresqlConfig15_XmlOption) Enum

func (PostgresqlConfig15_XmlOption) EnumDescriptor deprecated

func (PostgresqlConfig15_XmlOption) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig15_XmlOption.Descriptor instead.

func (PostgresqlConfig15_XmlOption) Number

func (PostgresqlConfig15_XmlOption) String

func (PostgresqlConfig15_XmlOption) Type

type PostgresqlConfig16

type PostgresqlConfig16 struct {
	MaxConnections             *wrapperspb.Int64Value               `protobuf:"bytes,1,opt,name=max_connections,json=maxConnections,proto3" json:"max_connections,omitempty"`
	SharedBuffers              *wrapperspb.Int64Value               `protobuf:"bytes,2,opt,name=shared_buffers,json=sharedBuffers,proto3" json:"shared_buffers,omitempty"`                  // in bytes.
	TempBuffers                *wrapperspb.Int64Value               `protobuf:"bytes,3,opt,name=temp_buffers,json=tempBuffers,proto3" json:"temp_buffers,omitempty"`                        // in bytes.
	MaxPreparedTransactions    *wrapperspb.Int64Value               ``                                                                                                                      /* 132-byte string literal not displayed */
	WorkMem                    *wrapperspb.Int64Value               `protobuf:"bytes,5,opt,name=work_mem,json=workMem,proto3" json:"work_mem,omitempty"`                                    // in bytes.
	MaintenanceWorkMem         *wrapperspb.Int64Value               `protobuf:"bytes,6,opt,name=maintenance_work_mem,json=maintenanceWorkMem,proto3" json:"maintenance_work_mem,omitempty"` // in bytes.
	AutovacuumWorkMem          *wrapperspb.Int64Value               `protobuf:"bytes,7,opt,name=autovacuum_work_mem,json=autovacuumWorkMem,proto3" json:"autovacuum_work_mem,omitempty"`    // in bytes.
	TempFileLimit              *wrapperspb.Int64Value               `protobuf:"bytes,8,opt,name=temp_file_limit,json=tempFileLimit,proto3" json:"temp_file_limit,omitempty"`                // in bytes.
	VacuumCostDelay            *wrapperspb.Int64Value               `protobuf:"bytes,9,opt,name=vacuum_cost_delay,json=vacuumCostDelay,proto3" json:"vacuum_cost_delay,omitempty"`          // in milliseconds.
	VacuumCostPageHit          *wrapperspb.Int64Value               `protobuf:"bytes,10,opt,name=vacuum_cost_page_hit,json=vacuumCostPageHit,proto3" json:"vacuum_cost_page_hit,omitempty"`
	VacuumCostPageMiss         *wrapperspb.Int64Value               `protobuf:"bytes,11,opt,name=vacuum_cost_page_miss,json=vacuumCostPageMiss,proto3" json:"vacuum_cost_page_miss,omitempty"`
	VacuumCostPageDirty        *wrapperspb.Int64Value               `protobuf:"bytes,12,opt,name=vacuum_cost_page_dirty,json=vacuumCostPageDirty,proto3" json:"vacuum_cost_page_dirty,omitempty"`
	VacuumCostLimit            *wrapperspb.Int64Value               `protobuf:"bytes,13,opt,name=vacuum_cost_limit,json=vacuumCostLimit,proto3" json:"vacuum_cost_limit,omitempty"`
	BgwriterDelay              *wrapperspb.Int64Value               `protobuf:"bytes,14,opt,name=bgwriter_delay,json=bgwriterDelay,proto3" json:"bgwriter_delay,omitempty"` // in milliseconds.
	BgwriterLruMaxpages        *wrapperspb.Int64Value               `protobuf:"bytes,15,opt,name=bgwriter_lru_maxpages,json=bgwriterLruMaxpages,proto3" json:"bgwriter_lru_maxpages,omitempty"`
	BgwriterLruMultiplier      *wrapperspb.DoubleValue              `` /* 127-byte string literal not displayed */
	BgwriterFlushAfter         *wrapperspb.Int64Value               `protobuf:"bytes,17,opt,name=bgwriter_flush_after,json=bgwriterFlushAfter,proto3" json:"bgwriter_flush_after,omitempty"`
	BackendFlushAfter          *wrapperspb.Int64Value               `protobuf:"bytes,18,opt,name=backend_flush_after,json=backendFlushAfter,proto3" json:"backend_flush_after,omitempty"`
	OldSnapshotThreshold       *wrapperspb.Int64Value               `protobuf:"bytes,19,opt,name=old_snapshot_threshold,json=oldSnapshotThreshold,proto3" json:"old_snapshot_threshold,omitempty"`
	WalLevel                   PostgresqlConfig16_WalLevel          ``                                                                                                                  /* 158-byte string literal not displayed */
	SynchronousCommit          PostgresqlConfig16_SynchronousCommit ``                                                                                                                  /* 194-byte string literal not displayed */
	CheckpointTimeout          *wrapperspb.Int64Value               `protobuf:"bytes,22,opt,name=checkpoint_timeout,json=checkpointTimeout,proto3" json:"checkpoint_timeout,omitempty"` // in milliseconds.
	CheckpointCompletionTarget *wrapperspb.DoubleValue              ``                                                                                                                  /* 142-byte string literal not displayed */
	CheckpointFlushAfter       *wrapperspb.Int64Value               `protobuf:"bytes,24,opt,name=checkpoint_flush_after,json=checkpointFlushAfter,proto3" json:"checkpoint_flush_after,omitempty"`
	MaxWalSize                 *wrapperspb.Int64Value               `protobuf:"bytes,25,opt,name=max_wal_size,json=maxWalSize,proto3" json:"max_wal_size,omitempty"` // in bytes.
	MinWalSize                 *wrapperspb.Int64Value               `protobuf:"bytes,26,opt,name=min_wal_size,json=minWalSize,proto3" json:"min_wal_size,omitempty"` // in bytes.
	MaxStandbyStreamingDelay   *wrapperspb.Int64Value               ``                                                                                               // in milliseconds.
	/* 138-byte string literal not displayed */
	DefaultStatisticsTarget *wrapperspb.Int64Value                 `` /* 133-byte string literal not displayed */
	ConstraintExclusion     PostgresqlConfig16_ConstraintExclusion `` /* 202-byte string literal not displayed */
	CursorTupleFraction     *wrapperspb.DoubleValue                `protobuf:"bytes,30,opt,name=cursor_tuple_fraction,json=cursorTupleFraction,proto3" json:"cursor_tuple_fraction,omitempty"`
	FromCollapseLimit       *wrapperspb.Int64Value                 `protobuf:"bytes,31,opt,name=from_collapse_limit,json=fromCollapseLimit,proto3" json:"from_collapse_limit,omitempty"`
	JoinCollapseLimit       *wrapperspb.Int64Value                 `protobuf:"bytes,32,opt,name=join_collapse_limit,json=joinCollapseLimit,proto3" json:"join_collapse_limit,omitempty"`
	DebugParallelQuery      PostgresqlConfig16_DebugParallelQuery  `` /* 200-byte string literal not displayed */
	ClientMinMessages       PostgresqlConfig16_LogLevel            `` /* 187-byte string literal not displayed */
	LogMinMessages          PostgresqlConfig16_LogLevel            `` /* 178-byte string literal not displayed */
	LogMinErrorStatement    PostgresqlConfig16_LogLevel            `` /* 198-byte string literal not displayed */
	LogMinDurationStatement *wrapperspb.Int64Value                 `` // in milliseconds.
	/* 135-byte string literal not displayed */
	LogCheckpoints                  *wrapperspb.BoolValue                   `protobuf:"bytes,38,opt,name=log_checkpoints,json=logCheckpoints,proto3" json:"log_checkpoints,omitempty"`
	LogConnections                  *wrapperspb.BoolValue                   `protobuf:"bytes,39,opt,name=log_connections,json=logConnections,proto3" json:"log_connections,omitempty"`
	LogDisconnections               *wrapperspb.BoolValue                   `protobuf:"bytes,40,opt,name=log_disconnections,json=logDisconnections,proto3" json:"log_disconnections,omitempty"`
	LogDuration                     *wrapperspb.BoolValue                   `protobuf:"bytes,41,opt,name=log_duration,json=logDuration,proto3" json:"log_duration,omitempty"`
	LogErrorVerbosity               PostgresqlConfig16_LogErrorVerbosity    `` /* 196-byte string literal not displayed */
	LogLockWaits                    *wrapperspb.BoolValue                   `protobuf:"bytes,43,opt,name=log_lock_waits,json=logLockWaits,proto3" json:"log_lock_waits,omitempty"`
	LogStatement                    PostgresqlConfig16_LogStatement         `` /* 174-byte string literal not displayed */
	LogTempFiles                    *wrapperspb.Int64Value                  `protobuf:"bytes,45,opt,name=log_temp_files,json=logTempFiles,proto3" json:"log_temp_files,omitempty"`
	SearchPath                      string                                  `protobuf:"bytes,46,opt,name=search_path,json=searchPath,proto3" json:"search_path,omitempty"`
	RowSecurity                     *wrapperspb.BoolValue                   `protobuf:"bytes,47,opt,name=row_security,json=rowSecurity,proto3" json:"row_security,omitempty"`
	DefaultTransactionIsolation     PostgresqlConfig16_TransactionIsolation ``                                                                                                               /* 229-byte string literal not displayed */
	StatementTimeout                *wrapperspb.Int64Value                  `protobuf:"bytes,49,opt,name=statement_timeout,json=statementTimeout,proto3" json:"statement_timeout,omitempty"` // in milliseconds.
	LockTimeout                     *wrapperspb.Int64Value                  `protobuf:"bytes,50,opt,name=lock_timeout,json=lockTimeout,proto3" json:"lock_timeout,omitempty"`                // in milliseconds.
	IdleInTransactionSessionTimeout *wrapperspb.Int64Value                  ``                                                                                                               // in milliseconds.
	/* 161-byte string literal not displayed */
	ByteaOutput                   PostgresqlConfig16_ByteaOutput              ``                                                                                                                            /* 170-byte string literal not displayed */
	Xmlbinary                     PostgresqlConfig16_XmlBinary                ``                                                                                                                            /* 145-byte string literal not displayed */
	Xmloption                     PostgresqlConfig16_XmlOption                ``                                                                                                                            /* 145-byte string literal not displayed */
	GinPendingListLimit           *wrapperspb.Int64Value                      `protobuf:"bytes,55,opt,name=gin_pending_list_limit,json=ginPendingListLimit,proto3" json:"gin_pending_list_limit,omitempty"` // in bytes.
	DeadlockTimeout               *wrapperspb.Int64Value                      `protobuf:"bytes,56,opt,name=deadlock_timeout,json=deadlockTimeout,proto3" json:"deadlock_timeout,omitempty"`                 // in milliseconds.
	MaxLocksPerTransaction        *wrapperspb.Int64Value                      ``                                                                                                                            /* 132-byte string literal not displayed */
	MaxPredLocksPerTransaction    *wrapperspb.Int64Value                      ``                                                                                                                            /* 146-byte string literal not displayed */
	ArrayNulls                    *wrapperspb.BoolValue                       `protobuf:"bytes,59,opt,name=array_nulls,json=arrayNulls,proto3" json:"array_nulls,omitempty"`
	BackslashQuote                PostgresqlConfig16_BackslashQuote           `` /* 182-byte string literal not displayed */
	DefaultWithOids               *wrapperspb.BoolValue                       `protobuf:"bytes,61,opt,name=default_with_oids,json=defaultWithOids,proto3" json:"default_with_oids,omitempty"`
	EscapeStringWarning           *wrapperspb.BoolValue                       `protobuf:"bytes,62,opt,name=escape_string_warning,json=escapeStringWarning,proto3" json:"escape_string_warning,omitempty"`
	LoCompatPrivileges            *wrapperspb.BoolValue                       `protobuf:"bytes,63,opt,name=lo_compat_privileges,json=loCompatPrivileges,proto3" json:"lo_compat_privileges,omitempty"`
	QuoteAllIdentifiers           *wrapperspb.BoolValue                       `protobuf:"bytes,65,opt,name=quote_all_identifiers,json=quoteAllIdentifiers,proto3" json:"quote_all_identifiers,omitempty"`
	StandardConformingStrings     *wrapperspb.BoolValue                       `` /* 139-byte string literal not displayed */
	SynchronizeSeqscans           *wrapperspb.BoolValue                       `protobuf:"bytes,67,opt,name=synchronize_seqscans,json=synchronizeSeqscans,proto3" json:"synchronize_seqscans,omitempty"`
	TransformNullEquals           *wrapperspb.BoolValue                       `protobuf:"bytes,68,opt,name=transform_null_equals,json=transformNullEquals,proto3" json:"transform_null_equals,omitempty"`
	ExitOnError                   *wrapperspb.BoolValue                       `protobuf:"bytes,69,opt,name=exit_on_error,json=exitOnError,proto3" json:"exit_on_error,omitempty"`
	SeqPageCost                   *wrapperspb.DoubleValue                     `protobuf:"bytes,70,opt,name=seq_page_cost,json=seqPageCost,proto3" json:"seq_page_cost,omitempty"`
	RandomPageCost                *wrapperspb.DoubleValue                     `protobuf:"bytes,71,opt,name=random_page_cost,json=randomPageCost,proto3" json:"random_page_cost,omitempty"`
	AutovacuumMaxWorkers          *wrapperspb.Int64Value                      `protobuf:"bytes,72,opt,name=autovacuum_max_workers,json=autovacuumMaxWorkers,proto3" json:"autovacuum_max_workers,omitempty"`
	AutovacuumVacuumCostDelay     *wrapperspb.Int64Value                      ``                                                                                                                  /* 141-byte string literal not displayed */
	AutovacuumVacuumCostLimit     *wrapperspb.Int64Value                      ``                                                                                                                  /* 141-byte string literal not displayed */
	AutovacuumNaptime             *wrapperspb.Int64Value                      `protobuf:"bytes,75,opt,name=autovacuum_naptime,json=autovacuumNaptime,proto3" json:"autovacuum_naptime,omitempty"` // in milliseconds.
	ArchiveTimeout                *wrapperspb.Int64Value                      `protobuf:"bytes,76,opt,name=archive_timeout,json=archiveTimeout,proto3" json:"archive_timeout,omitempty"`          // in milliseconds.
	TrackActivityQuerySize        *wrapperspb.Int64Value                      ``                                                                                                                  /* 132-byte string literal not displayed */
	EnableBitmapscan              *wrapperspb.BoolValue                       `protobuf:"bytes,80,opt,name=enable_bitmapscan,json=enableBitmapscan,proto3" json:"enable_bitmapscan,omitempty"`
	EnableHashagg                 *wrapperspb.BoolValue                       `protobuf:"bytes,81,opt,name=enable_hashagg,json=enableHashagg,proto3" json:"enable_hashagg,omitempty"`
	EnableHashjoin                *wrapperspb.BoolValue                       `protobuf:"bytes,82,opt,name=enable_hashjoin,json=enableHashjoin,proto3" json:"enable_hashjoin,omitempty"`
	EnableIndexscan               *wrapperspb.BoolValue                       `protobuf:"bytes,83,opt,name=enable_indexscan,json=enableIndexscan,proto3" json:"enable_indexscan,omitempty"`
	EnableIndexonlyscan           *wrapperspb.BoolValue                       `protobuf:"bytes,84,opt,name=enable_indexonlyscan,json=enableIndexonlyscan,proto3" json:"enable_indexonlyscan,omitempty"`
	EnableMaterial                *wrapperspb.BoolValue                       `protobuf:"bytes,85,opt,name=enable_material,json=enableMaterial,proto3" json:"enable_material,omitempty"`
	EnableMergejoin               *wrapperspb.BoolValue                       `protobuf:"bytes,86,opt,name=enable_mergejoin,json=enableMergejoin,proto3" json:"enable_mergejoin,omitempty"`
	EnableNestloop                *wrapperspb.BoolValue                       `protobuf:"bytes,87,opt,name=enable_nestloop,json=enableNestloop,proto3" json:"enable_nestloop,omitempty"`
	EnableSeqscan                 *wrapperspb.BoolValue                       `protobuf:"bytes,88,opt,name=enable_seqscan,json=enableSeqscan,proto3" json:"enable_seqscan,omitempty"`
	EnableSort                    *wrapperspb.BoolValue                       `protobuf:"bytes,89,opt,name=enable_sort,json=enableSort,proto3" json:"enable_sort,omitempty"`
	EnableTidscan                 *wrapperspb.BoolValue                       `protobuf:"bytes,90,opt,name=enable_tidscan,json=enableTidscan,proto3" json:"enable_tidscan,omitempty"`
	MaxWorkerProcesses            *wrapperspb.Int64Value                      `protobuf:"bytes,91,opt,name=max_worker_processes,json=maxWorkerProcesses,proto3" json:"max_worker_processes,omitempty"`
	MaxParallelWorkers            *wrapperspb.Int64Value                      `protobuf:"bytes,92,opt,name=max_parallel_workers,json=maxParallelWorkers,proto3" json:"max_parallel_workers,omitempty"`
	MaxParallelWorkersPerGather   *wrapperspb.Int64Value                      `` /* 149-byte string literal not displayed */
	AutovacuumVacuumScaleFactor   *wrapperspb.DoubleValue                     `` /* 147-byte string literal not displayed */
	AutovacuumAnalyzeScaleFactor  *wrapperspb.DoubleValue                     `` /* 150-byte string literal not displayed */
	DefaultTransactionReadOnly    *wrapperspb.BoolValue                       `` /* 144-byte string literal not displayed */
	Timezone                      string                                      `protobuf:"bytes,97,opt,name=timezone,proto3" json:"timezone,omitempty"`
	EnableParallelAppend          *wrapperspb.BoolValue                       `protobuf:"bytes,98,opt,name=enable_parallel_append,json=enableParallelAppend,proto3" json:"enable_parallel_append,omitempty"`
	EnableParallelHash            *wrapperspb.BoolValue                       `protobuf:"bytes,99,opt,name=enable_parallel_hash,json=enableParallelHash,proto3" json:"enable_parallel_hash,omitempty"`
	EnablePartitionPruning        *wrapperspb.BoolValue                       `` /* 131-byte string literal not displayed */
	EnablePartitionwiseAggregate  *wrapperspb.BoolValue                       `` /* 149-byte string literal not displayed */
	EnablePartitionwiseJoin       *wrapperspb.BoolValue                       `` /* 134-byte string literal not displayed */
	Jit                           *wrapperspb.BoolValue                       `protobuf:"bytes,103,opt,name=jit,proto3" json:"jit,omitempty"`
	MaxParallelMaintenanceWorkers *wrapperspb.Int64Value                      `` /* 154-byte string literal not displayed */
	ParallelLeaderParticipation   *wrapperspb.BoolValue                       `` /* 146-byte string literal not displayed */
	LogTransactionSampleRate      *wrapperspb.DoubleValue                     `` /* 139-byte string literal not displayed */
	PlanCacheMode                 PostgresqlConfig16_PlanCacheMode            `` /* 181-byte string literal not displayed */
	EffectiveIoConcurrency        *wrapperspb.Int64Value                      `` /* 131-byte string literal not displayed */
	EffectiveCacheSize            *wrapperspb.Int64Value                      `protobuf:"bytes,110,opt,name=effective_cache_size,json=effectiveCacheSize,proto3" json:"effective_cache_size,omitempty"`
	SharedPreloadLibraries        []PostgresqlConfig16_SharedPreloadLibraries `` /* 224-byte string literal not displayed */
	AutoExplainLogMinDuration     *wrapperspb.Int64Value                      `` // in milliseconds.
	/* 144-byte string literal not displayed */
	AutoExplainLogAnalyze          *wrapperspb.BoolValue                   `` /* 130-byte string literal not displayed */
	AutoExplainLogBuffers          *wrapperspb.BoolValue                   `` /* 130-byte string literal not displayed */
	AutoExplainLogTiming           *wrapperspb.BoolValue                   `` /* 127-byte string literal not displayed */
	AutoExplainLogTriggers         *wrapperspb.BoolValue                   `` /* 133-byte string literal not displayed */
	AutoExplainLogVerbose          *wrapperspb.BoolValue                   `` /* 130-byte string literal not displayed */
	AutoExplainLogNestedStatements *wrapperspb.BoolValue                   `` /* 159-byte string literal not displayed */
	AutoExplainSampleRate          *wrapperspb.DoubleValue                 `` /* 130-byte string literal not displayed */
	PgHintPlanEnableHint           *wrapperspb.BoolValue                   `` /* 129-byte string literal not displayed */
	PgHintPlanEnableHintTable      *wrapperspb.BoolValue                   `` /* 146-byte string literal not displayed */
	PgHintPlanDebugPrint           PostgresqlConfig16_PgHintPlanDebugPrint `` /* 213-byte string literal not displayed */
	PgHintPlanMessageLevel         PostgresqlConfig16_LogLevel             `` /* 207-byte string literal not displayed */
	HashMemMultiplier              *wrapperspb.DoubleValue                 `protobuf:"bytes,124,opt,name=hash_mem_multiplier,json=hashMemMultiplier,proto3" json:"hash_mem_multiplier,omitempty"`
	LogicalDecodingWorkMem         *wrapperspb.Int64Value                  `` // in bytes.
	/* 133-byte string literal not displayed */
	MaintenanceIoConcurrency          *wrapperspb.Int64Value  ``                                                                                                                            /* 137-byte string literal not displayed */
	MaxSlotWalKeepSize                *wrapperspb.Int64Value  `protobuf:"bytes,128,opt,name=max_slot_wal_keep_size,json=maxSlotWalKeepSize,proto3" json:"max_slot_wal_keep_size,omitempty"` // in bytes.
	WalKeepSize                       *wrapperspb.Int64Value  `protobuf:"bytes,129,opt,name=wal_keep_size,json=walKeepSize,proto3" json:"wal_keep_size,omitempty"`                          // in bytes.
	EnableIncrementalSort             *wrapperspb.BoolValue   ``                                                                                                                            /* 128-byte string literal not displayed */
	AutovacuumVacuumInsertThreshold   *wrapperspb.Int64Value  ``                                                                                                                            /* 160-byte string literal not displayed */
	AutovacuumVacuumInsertScaleFactor *wrapperspb.DoubleValue ``                                                                                                                            /* 168-byte string literal not displayed */
	LogMinDurationSample              *wrapperspb.Int64Value  ``                                                                                                                            // in milliseconds.
	/* 127-byte string literal not displayed */
	LogStatementSampleRate *wrapperspb.DoubleValue `` /* 133-byte string literal not displayed */
	LogParameterMaxLength  *wrapperspb.Int64Value  `` // in bytes.
	/* 130-byte string literal not displayed */
	LogParameterMaxLengthOnError *wrapperspb.Int64Value `` // in bytes.
	/* 155-byte string literal not displayed */
	ClientConnectionCheckInterval *wrapperspb.Int64Value `` // in milliseconds.
	/* 154-byte string literal not displayed */
	EnableAsyncAppend        *wrapperspb.BoolValue `protobuf:"bytes,138,opt,name=enable_async_append,json=enableAsyncAppend,proto3" json:"enable_async_append,omitempty"`
	EnableGathermerge        *wrapperspb.BoolValue `protobuf:"bytes,139,opt,name=enable_gathermerge,json=enableGathermerge,proto3" json:"enable_gathermerge,omitempty"`
	EnableMemoize            *wrapperspb.BoolValue `protobuf:"bytes,140,opt,name=enable_memoize,json=enableMemoize,proto3" json:"enable_memoize,omitempty"`
	LogRecoveryConflictWaits *wrapperspb.BoolValue `` // in milliseconds.
	/* 139-byte string literal not displayed */
	VacuumFailsafeAge          *wrapperspb.Int64Value `protobuf:"bytes,142,opt,name=vacuum_failsafe_age,json=vacuumFailsafeAge,proto3" json:"vacuum_failsafe_age,omitempty"` // in milliseconds.
	VacuumMultixactFailsafeAge *wrapperspb.Int64Value ``                                                                                                                     // in milliseconds.
	/* 145-byte string literal not displayed */
	PgQualstatsEnabled                  *wrapperspb.BoolValue   `protobuf:"bytes,144,opt,name=pg_qualstats_enabled,json=pgQualstatsEnabled,proto3" json:"pg_qualstats_enabled,omitempty"`
	PgQualstatsTrackConstants           *wrapperspb.BoolValue   `` /* 142-byte string literal not displayed */
	PgQualstatsMax                      *wrapperspb.Int64Value  `protobuf:"bytes,146,opt,name=pg_qualstats_max,json=pgQualstatsMax,proto3" json:"pg_qualstats_max,omitempty"`
	PgQualstatsResolveOids              *wrapperspb.BoolValue   ``                                                                                                                     /* 133-byte string literal not displayed */
	PgQualstatsSampleRate               *wrapperspb.DoubleValue ``                                                                                                                     /* 130-byte string literal not displayed */
	MaxStackDepth                       *wrapperspb.Int64Value  `protobuf:"bytes,150,opt,name=max_stack_depth,json=maxStackDepth,proto3" json:"max_stack_depth,omitempty"`             // in bytes.
	EnableGroupByReordering             *wrapperspb.BoolValue   ``                                                                                                                     /* 136-byte string literal not displayed */
	Geqo                                *wrapperspb.BoolValue   `protobuf:"bytes,152,opt,name=geqo,proto3" json:"geqo,omitempty"`                                                      // enable Genetic Query Optimizer, by default is on
	GeqoThreshold                       *wrapperspb.Int64Value  `protobuf:"bytes,153,opt,name=geqo_threshold,json=geqoThreshold,proto3" json:"geqo_threshold,omitempty"`               // The number of tables to use geqo, default is 12
	GeqoEffort                          *wrapperspb.Int64Value  `protobuf:"bytes,154,opt,name=geqo_effort,json=geqoEffort,proto3" json:"geqo_effort,omitempty"`                        // tradeoff between planning time and query plan quality, default is 5
	GeqoPoolSize                        *wrapperspb.Int64Value  `protobuf:"bytes,155,opt,name=geqo_pool_size,json=geqoPoolSize,proto3" json:"geqo_pool_size,omitempty"`                // number of individuals in the genetic population, useful values are typically 100 to 1000; default - 0 - choose based on based on geqo_effort
	GeqoGenerations                     *wrapperspb.Int64Value  `protobuf:"bytes,156,opt,name=geqo_generations,json=geqoGenerations,proto3" json:"geqo_generations,omitempty"`         // the number of generations used by GEQO, useful values are in the same range as the pool size
	GeqoSelectionBias                   *wrapperspb.DoubleValue `protobuf:"bytes,157,opt,name=geqo_selection_bias,json=geqoSelectionBias,proto3" json:"geqo_selection_bias,omitempty"` // selective pressure within the population
	GeqoSeed                            *wrapperspb.DoubleValue `protobuf:"bytes,158,opt,name=geqo_seed,json=geqoSeed,proto3" json:"geqo_seed,omitempty"`                              // initial value of the random number generator used by GEQO
	PgTrgmSimilarityThreshold           *wrapperspb.DoubleValue ``                                                                                                                     /* 142-byte string literal not displayed */
	PgTrgmWordSimilarityThreshold       *wrapperspb.DoubleValue ``                                                                                                                     /* 156-byte string literal not displayed */
	PgTrgmStrictWordSimilarityThreshold *wrapperspb.DoubleValue ``                                                                                                                     /* 176-byte string literal not displayed */
	MaxStandbyArchiveDelay              *wrapperspb.Int64Value  ``                                                                                                                     // in milliseconds.
	/* 133-byte string literal not displayed */
	SessionDurationTimeout *wrapperspb.Int64Value `` // Terminate any session that exceeds the designated timeout, specified in milliseconds. If a timeout is not specified, the default session timeout is set to 12 hours. To disable it, specify a value of 0.
	/* 131-byte string literal not displayed */
	LogReplicationCommands   *wrapperspb.BoolValue  `` /* 131-byte string literal not displayed */
	LogAutovacuumMinDuration *wrapperspb.Int64Value `` // in milliseconds. The default is 1000 (1 sec).
	/* 139-byte string literal not displayed */
	PasswordEncryption PostgresqlConfig16_PasswordEncryption `` // A default value for “ user_password_encryption “ user-level setting, if it not specified for new users. Possible values are “ PASSWORD_ENCRYPTION_MD5 “ or “ PASSWORD_ENCRYPTION_SCRAM_SHA_256 “. The default is “ PASSWORD_ENCRYPTION_MD5 “.
	/* 199-byte string literal not displayed */
	// contains filtered or unexported fields
}

Options and structure of `PostgresqlConfig` reflects PostgreSQL configuration file parameters which detailed description is available in [PostgreSQL documentation](https://www.postgresql.org/docs/11/runtime-config.html).

func (*PostgresqlConfig16) Descriptor deprecated

func (*PostgresqlConfig16) Descriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig16.ProtoReflect.Descriptor instead.

func (*PostgresqlConfig16) GetArchiveTimeout

func (x *PostgresqlConfig16) GetArchiveTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig16) GetArrayNulls

func (x *PostgresqlConfig16) GetArrayNulls() *wrapperspb.BoolValue

func (*PostgresqlConfig16) GetAutoExplainLogAnalyze

func (x *PostgresqlConfig16) GetAutoExplainLogAnalyze() *wrapperspb.BoolValue

func (*PostgresqlConfig16) GetAutoExplainLogBuffers

func (x *PostgresqlConfig16) GetAutoExplainLogBuffers() *wrapperspb.BoolValue

func (*PostgresqlConfig16) GetAutoExplainLogMinDuration

func (x *PostgresqlConfig16) GetAutoExplainLogMinDuration() *wrapperspb.Int64Value

func (*PostgresqlConfig16) GetAutoExplainLogNestedStatements

func (x *PostgresqlConfig16) GetAutoExplainLogNestedStatements() *wrapperspb.BoolValue

func (*PostgresqlConfig16) GetAutoExplainLogTiming

func (x *PostgresqlConfig16) GetAutoExplainLogTiming() *wrapperspb.BoolValue

func (*PostgresqlConfig16) GetAutoExplainLogTriggers

func (x *PostgresqlConfig16) GetAutoExplainLogTriggers() *wrapperspb.BoolValue

func (*PostgresqlConfig16) GetAutoExplainLogVerbose

func (x *PostgresqlConfig16) GetAutoExplainLogVerbose() *wrapperspb.BoolValue

func (*PostgresqlConfig16) GetAutoExplainSampleRate

func (x *PostgresqlConfig16) GetAutoExplainSampleRate() *wrapperspb.DoubleValue

func (*PostgresqlConfig16) GetAutovacuumAnalyzeScaleFactor

func (x *PostgresqlConfig16) GetAutovacuumAnalyzeScaleFactor() *wrapperspb.DoubleValue

func (*PostgresqlConfig16) GetAutovacuumMaxWorkers

func (x *PostgresqlConfig16) GetAutovacuumMaxWorkers() *wrapperspb.Int64Value

func (*PostgresqlConfig16) GetAutovacuumNaptime

func (x *PostgresqlConfig16) GetAutovacuumNaptime() *wrapperspb.Int64Value

func (*PostgresqlConfig16) GetAutovacuumVacuumCostDelay

func (x *PostgresqlConfig16) GetAutovacuumVacuumCostDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig16) GetAutovacuumVacuumCostLimit

func (x *PostgresqlConfig16) GetAutovacuumVacuumCostLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig16) GetAutovacuumVacuumInsertScaleFactor

func (x *PostgresqlConfig16) GetAutovacuumVacuumInsertScaleFactor() *wrapperspb.DoubleValue

func (*PostgresqlConfig16) GetAutovacuumVacuumInsertThreshold

func (x *PostgresqlConfig16) GetAutovacuumVacuumInsertThreshold() *wrapperspb.Int64Value

func (*PostgresqlConfig16) GetAutovacuumVacuumScaleFactor

func (x *PostgresqlConfig16) GetAutovacuumVacuumScaleFactor() *wrapperspb.DoubleValue

func (*PostgresqlConfig16) GetAutovacuumWorkMem

func (x *PostgresqlConfig16) GetAutovacuumWorkMem() *wrapperspb.Int64Value

func (*PostgresqlConfig16) GetBackendFlushAfter

func (x *PostgresqlConfig16) GetBackendFlushAfter() *wrapperspb.Int64Value

func (*PostgresqlConfig16) GetBackslashQuote

func (*PostgresqlConfig16) GetBgwriterDelay

func (x *PostgresqlConfig16) GetBgwriterDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig16) GetBgwriterFlushAfter

func (x *PostgresqlConfig16) GetBgwriterFlushAfter() *wrapperspb.Int64Value

func (*PostgresqlConfig16) GetBgwriterLruMaxpages

func (x *PostgresqlConfig16) GetBgwriterLruMaxpages() *wrapperspb.Int64Value

func (*PostgresqlConfig16) GetBgwriterLruMultiplier

func (x *PostgresqlConfig16) GetBgwriterLruMultiplier() *wrapperspb.DoubleValue

func (*PostgresqlConfig16) GetByteaOutput

func (*PostgresqlConfig16) GetCheckpointCompletionTarget

func (x *PostgresqlConfig16) GetCheckpointCompletionTarget() *wrapperspb.DoubleValue

func (*PostgresqlConfig16) GetCheckpointFlushAfter

func (x *PostgresqlConfig16) GetCheckpointFlushAfter() *wrapperspb.Int64Value

func (*PostgresqlConfig16) GetCheckpointTimeout

func (x *PostgresqlConfig16) GetCheckpointTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig16) GetClientConnectionCheckInterval

func (x *PostgresqlConfig16) GetClientConnectionCheckInterval() *wrapperspb.Int64Value

func (*PostgresqlConfig16) GetClientMinMessages

func (x *PostgresqlConfig16) GetClientMinMessages() PostgresqlConfig16_LogLevel

func (*PostgresqlConfig16) GetConstraintExclusion

func (x *PostgresqlConfig16) GetConstraintExclusion() PostgresqlConfig16_ConstraintExclusion

func (*PostgresqlConfig16) GetCursorTupleFraction

func (x *PostgresqlConfig16) GetCursorTupleFraction() *wrapperspb.DoubleValue

func (*PostgresqlConfig16) GetDeadlockTimeout

func (x *PostgresqlConfig16) GetDeadlockTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig16) GetDebugParallelQuery

func (x *PostgresqlConfig16) GetDebugParallelQuery() PostgresqlConfig16_DebugParallelQuery

func (*PostgresqlConfig16) GetDefaultStatisticsTarget

func (x *PostgresqlConfig16) GetDefaultStatisticsTarget() *wrapperspb.Int64Value

func (*PostgresqlConfig16) GetDefaultTransactionIsolation

func (x *PostgresqlConfig16) GetDefaultTransactionIsolation() PostgresqlConfig16_TransactionIsolation

func (*PostgresqlConfig16) GetDefaultTransactionReadOnly

func (x *PostgresqlConfig16) GetDefaultTransactionReadOnly() *wrapperspb.BoolValue

func (*PostgresqlConfig16) GetDefaultWithOids

func (x *PostgresqlConfig16) GetDefaultWithOids() *wrapperspb.BoolValue

func (*PostgresqlConfig16) GetEffectiveCacheSize

func (x *PostgresqlConfig16) GetEffectiveCacheSize() *wrapperspb.Int64Value

func (*PostgresqlConfig16) GetEffectiveIoConcurrency

func (x *PostgresqlConfig16) GetEffectiveIoConcurrency() *wrapperspb.Int64Value

func (*PostgresqlConfig16) GetEnableAsyncAppend

func (x *PostgresqlConfig16) GetEnableAsyncAppend() *wrapperspb.BoolValue

func (*PostgresqlConfig16) GetEnableBitmapscan

func (x *PostgresqlConfig16) GetEnableBitmapscan() *wrapperspb.BoolValue

func (*PostgresqlConfig16) GetEnableGathermerge

func (x *PostgresqlConfig16) GetEnableGathermerge() *wrapperspb.BoolValue

func (*PostgresqlConfig16) GetEnableGroupByReordering

func (x *PostgresqlConfig16) GetEnableGroupByReordering() *wrapperspb.BoolValue

func (*PostgresqlConfig16) GetEnableHashagg

func (x *PostgresqlConfig16) GetEnableHashagg() *wrapperspb.BoolValue

func (*PostgresqlConfig16) GetEnableHashjoin

func (x *PostgresqlConfig16) GetEnableHashjoin() *wrapperspb.BoolValue

func (*PostgresqlConfig16) GetEnableIncrementalSort

func (x *PostgresqlConfig16) GetEnableIncrementalSort() *wrapperspb.BoolValue

func (*PostgresqlConfig16) GetEnableIndexonlyscan

func (x *PostgresqlConfig16) GetEnableIndexonlyscan() *wrapperspb.BoolValue

func (*PostgresqlConfig16) GetEnableIndexscan

func (x *PostgresqlConfig16) GetEnableIndexscan() *wrapperspb.BoolValue

func (*PostgresqlConfig16) GetEnableMaterial

func (x *PostgresqlConfig16) GetEnableMaterial() *wrapperspb.BoolValue

func (*PostgresqlConfig16) GetEnableMemoize

func (x *PostgresqlConfig16) GetEnableMemoize() *wrapperspb.BoolValue

func (*PostgresqlConfig16) GetEnableMergejoin

func (x *PostgresqlConfig16) GetEnableMergejoin() *wrapperspb.BoolValue

func (*PostgresqlConfig16) GetEnableNestloop

func (x *PostgresqlConfig16) GetEnableNestloop() *wrapperspb.BoolValue

func (*PostgresqlConfig16) GetEnableParallelAppend

func (x *PostgresqlConfig16) GetEnableParallelAppend() *wrapperspb.BoolValue

func (*PostgresqlConfig16) GetEnableParallelHash

func (x *PostgresqlConfig16) GetEnableParallelHash() *wrapperspb.BoolValue

func (*PostgresqlConfig16) GetEnablePartitionPruning

func (x *PostgresqlConfig16) GetEnablePartitionPruning() *wrapperspb.BoolValue

func (*PostgresqlConfig16) GetEnablePartitionwiseAggregate

func (x *PostgresqlConfig16) GetEnablePartitionwiseAggregate() *wrapperspb.BoolValue

func (*PostgresqlConfig16) GetEnablePartitionwiseJoin

func (x *PostgresqlConfig16) GetEnablePartitionwiseJoin() *wrapperspb.BoolValue

func (*PostgresqlConfig16) GetEnableSeqscan

func (x *PostgresqlConfig16) GetEnableSeqscan() *wrapperspb.BoolValue

func (*PostgresqlConfig16) GetEnableSort

func (x *PostgresqlConfig16) GetEnableSort() *wrapperspb.BoolValue

func (*PostgresqlConfig16) GetEnableTidscan

func (x *PostgresqlConfig16) GetEnableTidscan() *wrapperspb.BoolValue

func (*PostgresqlConfig16) GetEscapeStringWarning

func (x *PostgresqlConfig16) GetEscapeStringWarning() *wrapperspb.BoolValue

func (*PostgresqlConfig16) GetExitOnError

func (x *PostgresqlConfig16) GetExitOnError() *wrapperspb.BoolValue

func (*PostgresqlConfig16) GetFromCollapseLimit

func (x *PostgresqlConfig16) GetFromCollapseLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig16) GetGeqo

func (x *PostgresqlConfig16) GetGeqo() *wrapperspb.BoolValue

func (*PostgresqlConfig16) GetGeqoEffort

func (x *PostgresqlConfig16) GetGeqoEffort() *wrapperspb.Int64Value

func (*PostgresqlConfig16) GetGeqoGenerations

func (x *PostgresqlConfig16) GetGeqoGenerations() *wrapperspb.Int64Value

func (*PostgresqlConfig16) GetGeqoPoolSize

func (x *PostgresqlConfig16) GetGeqoPoolSize() *wrapperspb.Int64Value

func (*PostgresqlConfig16) GetGeqoSeed

func (x *PostgresqlConfig16) GetGeqoSeed() *wrapperspb.DoubleValue

func (*PostgresqlConfig16) GetGeqoSelectionBias

func (x *PostgresqlConfig16) GetGeqoSelectionBias() *wrapperspb.DoubleValue

func (*PostgresqlConfig16) GetGeqoThreshold

func (x *PostgresqlConfig16) GetGeqoThreshold() *wrapperspb.Int64Value

func (*PostgresqlConfig16) GetGinPendingListLimit

func (x *PostgresqlConfig16) GetGinPendingListLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig16) GetHashMemMultiplier

func (x *PostgresqlConfig16) GetHashMemMultiplier() *wrapperspb.DoubleValue

func (*PostgresqlConfig16) GetIdleInTransactionSessionTimeout

func (x *PostgresqlConfig16) GetIdleInTransactionSessionTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig16) GetJit

func (*PostgresqlConfig16) GetJoinCollapseLimit

func (x *PostgresqlConfig16) GetJoinCollapseLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig16) GetLoCompatPrivileges

func (x *PostgresqlConfig16) GetLoCompatPrivileges() *wrapperspb.BoolValue

func (*PostgresqlConfig16) GetLockTimeout

func (x *PostgresqlConfig16) GetLockTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig16) GetLogAutovacuumMinDuration

func (x *PostgresqlConfig16) GetLogAutovacuumMinDuration() *wrapperspb.Int64Value

func (*PostgresqlConfig16) GetLogCheckpoints

func (x *PostgresqlConfig16) GetLogCheckpoints() *wrapperspb.BoolValue

func (*PostgresqlConfig16) GetLogConnections

func (x *PostgresqlConfig16) GetLogConnections() *wrapperspb.BoolValue

func (*PostgresqlConfig16) GetLogDisconnections

func (x *PostgresqlConfig16) GetLogDisconnections() *wrapperspb.BoolValue

func (*PostgresqlConfig16) GetLogDuration

func (x *PostgresqlConfig16) GetLogDuration() *wrapperspb.BoolValue

func (*PostgresqlConfig16) GetLogErrorVerbosity

func (x *PostgresqlConfig16) GetLogErrorVerbosity() PostgresqlConfig16_LogErrorVerbosity

func (*PostgresqlConfig16) GetLogLockWaits

func (x *PostgresqlConfig16) GetLogLockWaits() *wrapperspb.BoolValue

func (*PostgresqlConfig16) GetLogMinDurationSample

func (x *PostgresqlConfig16) GetLogMinDurationSample() *wrapperspb.Int64Value

func (*PostgresqlConfig16) GetLogMinDurationStatement

func (x *PostgresqlConfig16) GetLogMinDurationStatement() *wrapperspb.Int64Value

func (*PostgresqlConfig16) GetLogMinErrorStatement

func (x *PostgresqlConfig16) GetLogMinErrorStatement() PostgresqlConfig16_LogLevel

func (*PostgresqlConfig16) GetLogMinMessages

func (x *PostgresqlConfig16) GetLogMinMessages() PostgresqlConfig16_LogLevel

func (*PostgresqlConfig16) GetLogParameterMaxLength

func (x *PostgresqlConfig16) GetLogParameterMaxLength() *wrapperspb.Int64Value

func (*PostgresqlConfig16) GetLogParameterMaxLengthOnError

func (x *PostgresqlConfig16) GetLogParameterMaxLengthOnError() *wrapperspb.Int64Value

func (*PostgresqlConfig16) GetLogRecoveryConflictWaits

func (x *PostgresqlConfig16) GetLogRecoveryConflictWaits() *wrapperspb.BoolValue

func (*PostgresqlConfig16) GetLogReplicationCommands

func (x *PostgresqlConfig16) GetLogReplicationCommands() *wrapperspb.BoolValue

func (*PostgresqlConfig16) GetLogStatement

func (*PostgresqlConfig16) GetLogStatementSampleRate

func (x *PostgresqlConfig16) GetLogStatementSampleRate() *wrapperspb.DoubleValue

func (*PostgresqlConfig16) GetLogTempFiles

func (x *PostgresqlConfig16) GetLogTempFiles() *wrapperspb.Int64Value

func (*PostgresqlConfig16) GetLogTransactionSampleRate

func (x *PostgresqlConfig16) GetLogTransactionSampleRate() *wrapperspb.DoubleValue

func (*PostgresqlConfig16) GetLogicalDecodingWorkMem

func (x *PostgresqlConfig16) GetLogicalDecodingWorkMem() *wrapperspb.Int64Value

func (*PostgresqlConfig16) GetMaintenanceIoConcurrency

func (x *PostgresqlConfig16) GetMaintenanceIoConcurrency() *wrapperspb.Int64Value

func (*PostgresqlConfig16) GetMaintenanceWorkMem

func (x *PostgresqlConfig16) GetMaintenanceWorkMem() *wrapperspb.Int64Value

func (*PostgresqlConfig16) GetMaxConnections

func (x *PostgresqlConfig16) GetMaxConnections() *wrapperspb.Int64Value

func (*PostgresqlConfig16) GetMaxLocksPerTransaction

func (x *PostgresqlConfig16) GetMaxLocksPerTransaction() *wrapperspb.Int64Value

func (*PostgresqlConfig16) GetMaxParallelMaintenanceWorkers

func (x *PostgresqlConfig16) GetMaxParallelMaintenanceWorkers() *wrapperspb.Int64Value

func (*PostgresqlConfig16) GetMaxParallelWorkers

func (x *PostgresqlConfig16) GetMaxParallelWorkers() *wrapperspb.Int64Value

func (*PostgresqlConfig16) GetMaxParallelWorkersPerGather

func (x *PostgresqlConfig16) GetMaxParallelWorkersPerGather() *wrapperspb.Int64Value

func (*PostgresqlConfig16) GetMaxPredLocksPerTransaction

func (x *PostgresqlConfig16) GetMaxPredLocksPerTransaction() *wrapperspb.Int64Value

func (*PostgresqlConfig16) GetMaxPreparedTransactions

func (x *PostgresqlConfig16) GetMaxPreparedTransactions() *wrapperspb.Int64Value

func (*PostgresqlConfig16) GetMaxSlotWalKeepSize

func (x *PostgresqlConfig16) GetMaxSlotWalKeepSize() *wrapperspb.Int64Value

func (*PostgresqlConfig16) GetMaxStackDepth

func (x *PostgresqlConfig16) GetMaxStackDepth() *wrapperspb.Int64Value

func (*PostgresqlConfig16) GetMaxStandbyArchiveDelay

func (x *PostgresqlConfig16) GetMaxStandbyArchiveDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig16) GetMaxStandbyStreamingDelay

func (x *PostgresqlConfig16) GetMaxStandbyStreamingDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig16) GetMaxWalSize

func (x *PostgresqlConfig16) GetMaxWalSize() *wrapperspb.Int64Value

func (*PostgresqlConfig16) GetMaxWorkerProcesses

func (x *PostgresqlConfig16) GetMaxWorkerProcesses() *wrapperspb.Int64Value

func (*PostgresqlConfig16) GetMinWalSize

func (x *PostgresqlConfig16) GetMinWalSize() *wrapperspb.Int64Value

func (*PostgresqlConfig16) GetOldSnapshotThreshold

func (x *PostgresqlConfig16) GetOldSnapshotThreshold() *wrapperspb.Int64Value

func (*PostgresqlConfig16) GetParallelLeaderParticipation

func (x *PostgresqlConfig16) GetParallelLeaderParticipation() *wrapperspb.BoolValue

func (*PostgresqlConfig16) GetPasswordEncryption

func (x *PostgresqlConfig16) GetPasswordEncryption() PostgresqlConfig16_PasswordEncryption

func (*PostgresqlConfig16) GetPgHintPlanDebugPrint

func (x *PostgresqlConfig16) GetPgHintPlanDebugPrint() PostgresqlConfig16_PgHintPlanDebugPrint

func (*PostgresqlConfig16) GetPgHintPlanEnableHint

func (x *PostgresqlConfig16) GetPgHintPlanEnableHint() *wrapperspb.BoolValue

func (*PostgresqlConfig16) GetPgHintPlanEnableHintTable

func (x *PostgresqlConfig16) GetPgHintPlanEnableHintTable() *wrapperspb.BoolValue

func (*PostgresqlConfig16) GetPgHintPlanMessageLevel

func (x *PostgresqlConfig16) GetPgHintPlanMessageLevel() PostgresqlConfig16_LogLevel

func (*PostgresqlConfig16) GetPgQualstatsEnabled

func (x *PostgresqlConfig16) GetPgQualstatsEnabled() *wrapperspb.BoolValue

func (*PostgresqlConfig16) GetPgQualstatsMax

func (x *PostgresqlConfig16) GetPgQualstatsMax() *wrapperspb.Int64Value

func (*PostgresqlConfig16) GetPgQualstatsResolveOids

func (x *PostgresqlConfig16) GetPgQualstatsResolveOids() *wrapperspb.BoolValue

func (*PostgresqlConfig16) GetPgQualstatsSampleRate

func (x *PostgresqlConfig16) GetPgQualstatsSampleRate() *wrapperspb.DoubleValue

func (*PostgresqlConfig16) GetPgQualstatsTrackConstants

func (x *PostgresqlConfig16) GetPgQualstatsTrackConstants() *wrapperspb.BoolValue

func (*PostgresqlConfig16) GetPgTrgmSimilarityThreshold

func (x *PostgresqlConfig16) GetPgTrgmSimilarityThreshold() *wrapperspb.DoubleValue

func (*PostgresqlConfig16) GetPgTrgmStrictWordSimilarityThreshold

func (x *PostgresqlConfig16) GetPgTrgmStrictWordSimilarityThreshold() *wrapperspb.DoubleValue

func (*PostgresqlConfig16) GetPgTrgmWordSimilarityThreshold

func (x *PostgresqlConfig16) GetPgTrgmWordSimilarityThreshold() *wrapperspb.DoubleValue

func (*PostgresqlConfig16) GetPlanCacheMode

func (*PostgresqlConfig16) GetQuoteAllIdentifiers

func (x *PostgresqlConfig16) GetQuoteAllIdentifiers() *wrapperspb.BoolValue

func (*PostgresqlConfig16) GetRandomPageCost

func (x *PostgresqlConfig16) GetRandomPageCost() *wrapperspb.DoubleValue

func (*PostgresqlConfig16) GetRowSecurity

func (x *PostgresqlConfig16) GetRowSecurity() *wrapperspb.BoolValue

func (*PostgresqlConfig16) GetSearchPath

func (x *PostgresqlConfig16) GetSearchPath() string

func (*PostgresqlConfig16) GetSeqPageCost

func (x *PostgresqlConfig16) GetSeqPageCost() *wrapperspb.DoubleValue

func (*PostgresqlConfig16) GetSessionDurationTimeout

func (x *PostgresqlConfig16) GetSessionDurationTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig16) GetSharedBuffers

func (x *PostgresqlConfig16) GetSharedBuffers() *wrapperspb.Int64Value

func (*PostgresqlConfig16) GetSharedPreloadLibraries

func (x *PostgresqlConfig16) GetSharedPreloadLibraries() []PostgresqlConfig16_SharedPreloadLibraries

func (*PostgresqlConfig16) GetStandardConformingStrings

func (x *PostgresqlConfig16) GetStandardConformingStrings() *wrapperspb.BoolValue

func (*PostgresqlConfig16) GetStatementTimeout

func (x *PostgresqlConfig16) GetStatementTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig16) GetSynchronizeSeqscans

func (x *PostgresqlConfig16) GetSynchronizeSeqscans() *wrapperspb.BoolValue

func (*PostgresqlConfig16) GetSynchronousCommit

func (x *PostgresqlConfig16) GetSynchronousCommit() PostgresqlConfig16_SynchronousCommit

func (*PostgresqlConfig16) GetTempBuffers

func (x *PostgresqlConfig16) GetTempBuffers() *wrapperspb.Int64Value

func (*PostgresqlConfig16) GetTempFileLimit

func (x *PostgresqlConfig16) GetTempFileLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig16) GetTimezone

func (x *PostgresqlConfig16) GetTimezone() string

func (*PostgresqlConfig16) GetTrackActivityQuerySize

func (x *PostgresqlConfig16) GetTrackActivityQuerySize() *wrapperspb.Int64Value

func (*PostgresqlConfig16) GetTransformNullEquals

func (x *PostgresqlConfig16) GetTransformNullEquals() *wrapperspb.BoolValue

func (*PostgresqlConfig16) GetVacuumCostDelay

func (x *PostgresqlConfig16) GetVacuumCostDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig16) GetVacuumCostLimit

func (x *PostgresqlConfig16) GetVacuumCostLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig16) GetVacuumCostPageDirty

func (x *PostgresqlConfig16) GetVacuumCostPageDirty() *wrapperspb.Int64Value

func (*PostgresqlConfig16) GetVacuumCostPageHit

func (x *PostgresqlConfig16) GetVacuumCostPageHit() *wrapperspb.Int64Value

func (*PostgresqlConfig16) GetVacuumCostPageMiss

func (x *PostgresqlConfig16) GetVacuumCostPageMiss() *wrapperspb.Int64Value

func (*PostgresqlConfig16) GetVacuumFailsafeAge

func (x *PostgresqlConfig16) GetVacuumFailsafeAge() *wrapperspb.Int64Value

func (*PostgresqlConfig16) GetVacuumMultixactFailsafeAge

func (x *PostgresqlConfig16) GetVacuumMultixactFailsafeAge() *wrapperspb.Int64Value

func (*PostgresqlConfig16) GetWalKeepSize

func (x *PostgresqlConfig16) GetWalKeepSize() *wrapperspb.Int64Value

func (*PostgresqlConfig16) GetWalLevel

func (*PostgresqlConfig16) GetWorkMem

func (x *PostgresqlConfig16) GetWorkMem() *wrapperspb.Int64Value

func (*PostgresqlConfig16) GetXmlbinary

func (*PostgresqlConfig16) GetXmloption

func (*PostgresqlConfig16) ProtoMessage

func (*PostgresqlConfig16) ProtoMessage()

func (*PostgresqlConfig16) ProtoReflect

func (x *PostgresqlConfig16) ProtoReflect() protoreflect.Message

func (*PostgresqlConfig16) Reset

func (x *PostgresqlConfig16) Reset()

func (*PostgresqlConfig16) SetArchiveTimeout

func (m *PostgresqlConfig16) SetArchiveTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16) SetArrayNulls

func (m *PostgresqlConfig16) SetArrayNulls(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16) SetAutoExplainLogAnalyze

func (m *PostgresqlConfig16) SetAutoExplainLogAnalyze(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16) SetAutoExplainLogBuffers

func (m *PostgresqlConfig16) SetAutoExplainLogBuffers(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16) SetAutoExplainLogMinDuration

func (m *PostgresqlConfig16) SetAutoExplainLogMinDuration(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16) SetAutoExplainLogNestedStatements

func (m *PostgresqlConfig16) SetAutoExplainLogNestedStatements(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16) SetAutoExplainLogTiming

func (m *PostgresqlConfig16) SetAutoExplainLogTiming(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16) SetAutoExplainLogTriggers

func (m *PostgresqlConfig16) SetAutoExplainLogTriggers(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16) SetAutoExplainLogVerbose

func (m *PostgresqlConfig16) SetAutoExplainLogVerbose(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16) SetAutoExplainSampleRate

func (m *PostgresqlConfig16) SetAutoExplainSampleRate(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig16) SetAutovacuumAnalyzeScaleFactor

func (m *PostgresqlConfig16) SetAutovacuumAnalyzeScaleFactor(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig16) SetAutovacuumMaxWorkers

func (m *PostgresqlConfig16) SetAutovacuumMaxWorkers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16) SetAutovacuumNaptime

func (m *PostgresqlConfig16) SetAutovacuumNaptime(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16) SetAutovacuumVacuumCostDelay

func (m *PostgresqlConfig16) SetAutovacuumVacuumCostDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16) SetAutovacuumVacuumCostLimit

func (m *PostgresqlConfig16) SetAutovacuumVacuumCostLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16) SetAutovacuumVacuumInsertScaleFactor

func (m *PostgresqlConfig16) SetAutovacuumVacuumInsertScaleFactor(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig16) SetAutovacuumVacuumInsertThreshold

func (m *PostgresqlConfig16) SetAutovacuumVacuumInsertThreshold(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16) SetAutovacuumVacuumScaleFactor

func (m *PostgresqlConfig16) SetAutovacuumVacuumScaleFactor(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig16) SetAutovacuumWorkMem

func (m *PostgresqlConfig16) SetAutovacuumWorkMem(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16) SetBackendFlushAfter

func (m *PostgresqlConfig16) SetBackendFlushAfter(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16) SetBackslashQuote

func (m *PostgresqlConfig16) SetBackslashQuote(v PostgresqlConfig16_BackslashQuote)

func (*PostgresqlConfig16) SetBgwriterDelay

func (m *PostgresqlConfig16) SetBgwriterDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16) SetBgwriterFlushAfter

func (m *PostgresqlConfig16) SetBgwriterFlushAfter(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16) SetBgwriterLruMaxpages

func (m *PostgresqlConfig16) SetBgwriterLruMaxpages(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16) SetBgwriterLruMultiplier

func (m *PostgresqlConfig16) SetBgwriterLruMultiplier(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig16) SetByteaOutput

func (*PostgresqlConfig16) SetCheckpointCompletionTarget

func (m *PostgresqlConfig16) SetCheckpointCompletionTarget(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig16) SetCheckpointFlushAfter

func (m *PostgresqlConfig16) SetCheckpointFlushAfter(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16) SetCheckpointTimeout

func (m *PostgresqlConfig16) SetCheckpointTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16) SetClientConnectionCheckInterval

func (m *PostgresqlConfig16) SetClientConnectionCheckInterval(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16) SetClientMinMessages

func (m *PostgresqlConfig16) SetClientMinMessages(v PostgresqlConfig16_LogLevel)

func (*PostgresqlConfig16) SetConstraintExclusion

func (m *PostgresqlConfig16) SetConstraintExclusion(v PostgresqlConfig16_ConstraintExclusion)

func (*PostgresqlConfig16) SetCursorTupleFraction

func (m *PostgresqlConfig16) SetCursorTupleFraction(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig16) SetDeadlockTimeout

func (m *PostgresqlConfig16) SetDeadlockTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16) SetDebugParallelQuery

func (m *PostgresqlConfig16) SetDebugParallelQuery(v PostgresqlConfig16_DebugParallelQuery)

func (*PostgresqlConfig16) SetDefaultStatisticsTarget

func (m *PostgresqlConfig16) SetDefaultStatisticsTarget(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16) SetDefaultTransactionIsolation

func (m *PostgresqlConfig16) SetDefaultTransactionIsolation(v PostgresqlConfig16_TransactionIsolation)

func (*PostgresqlConfig16) SetDefaultTransactionReadOnly

func (m *PostgresqlConfig16) SetDefaultTransactionReadOnly(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16) SetDefaultWithOids

func (m *PostgresqlConfig16) SetDefaultWithOids(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16) SetEffectiveCacheSize

func (m *PostgresqlConfig16) SetEffectiveCacheSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16) SetEffectiveIoConcurrency

func (m *PostgresqlConfig16) SetEffectiveIoConcurrency(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16) SetEnableAsyncAppend

func (m *PostgresqlConfig16) SetEnableAsyncAppend(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16) SetEnableBitmapscan

func (m *PostgresqlConfig16) SetEnableBitmapscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16) SetEnableGathermerge

func (m *PostgresqlConfig16) SetEnableGathermerge(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16) SetEnableGroupByReordering

func (m *PostgresqlConfig16) SetEnableGroupByReordering(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16) SetEnableHashagg

func (m *PostgresqlConfig16) SetEnableHashagg(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16) SetEnableHashjoin

func (m *PostgresqlConfig16) SetEnableHashjoin(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16) SetEnableIncrementalSort

func (m *PostgresqlConfig16) SetEnableIncrementalSort(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16) SetEnableIndexonlyscan

func (m *PostgresqlConfig16) SetEnableIndexonlyscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16) SetEnableIndexscan

func (m *PostgresqlConfig16) SetEnableIndexscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16) SetEnableMaterial

func (m *PostgresqlConfig16) SetEnableMaterial(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16) SetEnableMemoize

func (m *PostgresqlConfig16) SetEnableMemoize(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16) SetEnableMergejoin

func (m *PostgresqlConfig16) SetEnableMergejoin(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16) SetEnableNestloop

func (m *PostgresqlConfig16) SetEnableNestloop(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16) SetEnableParallelAppend

func (m *PostgresqlConfig16) SetEnableParallelAppend(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16) SetEnableParallelHash

func (m *PostgresqlConfig16) SetEnableParallelHash(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16) SetEnablePartitionPruning

func (m *PostgresqlConfig16) SetEnablePartitionPruning(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16) SetEnablePartitionwiseAggregate

func (m *PostgresqlConfig16) SetEnablePartitionwiseAggregate(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16) SetEnablePartitionwiseJoin

func (m *PostgresqlConfig16) SetEnablePartitionwiseJoin(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16) SetEnableSeqscan

func (m *PostgresqlConfig16) SetEnableSeqscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16) SetEnableSort

func (m *PostgresqlConfig16) SetEnableSort(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16) SetEnableTidscan

func (m *PostgresqlConfig16) SetEnableTidscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16) SetEscapeStringWarning

func (m *PostgresqlConfig16) SetEscapeStringWarning(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16) SetExitOnError

func (m *PostgresqlConfig16) SetExitOnError(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16) SetFromCollapseLimit

func (m *PostgresqlConfig16) SetFromCollapseLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16) SetGeqo

func (m *PostgresqlConfig16) SetGeqo(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16) SetGeqoEffort

func (m *PostgresqlConfig16) SetGeqoEffort(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16) SetGeqoGenerations

func (m *PostgresqlConfig16) SetGeqoGenerations(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16) SetGeqoPoolSize

func (m *PostgresqlConfig16) SetGeqoPoolSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16) SetGeqoSeed

func (m *PostgresqlConfig16) SetGeqoSeed(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig16) SetGeqoSelectionBias

func (m *PostgresqlConfig16) SetGeqoSelectionBias(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig16) SetGeqoThreshold

func (m *PostgresqlConfig16) SetGeqoThreshold(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16) SetGinPendingListLimit

func (m *PostgresqlConfig16) SetGinPendingListLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16) SetHashMemMultiplier

func (m *PostgresqlConfig16) SetHashMemMultiplier(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig16) SetIdleInTransactionSessionTimeout

func (m *PostgresqlConfig16) SetIdleInTransactionSessionTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16) SetJit

func (m *PostgresqlConfig16) SetJit(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16) SetJoinCollapseLimit

func (m *PostgresqlConfig16) SetJoinCollapseLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16) SetLoCompatPrivileges

func (m *PostgresqlConfig16) SetLoCompatPrivileges(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16) SetLockTimeout

func (m *PostgresqlConfig16) SetLockTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16) SetLogAutovacuumMinDuration

func (m *PostgresqlConfig16) SetLogAutovacuumMinDuration(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16) SetLogCheckpoints

func (m *PostgresqlConfig16) SetLogCheckpoints(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16) SetLogConnections

func (m *PostgresqlConfig16) SetLogConnections(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16) SetLogDisconnections

func (m *PostgresqlConfig16) SetLogDisconnections(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16) SetLogDuration

func (m *PostgresqlConfig16) SetLogDuration(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16) SetLogErrorVerbosity

func (m *PostgresqlConfig16) SetLogErrorVerbosity(v PostgresqlConfig16_LogErrorVerbosity)

func (*PostgresqlConfig16) SetLogLockWaits

func (m *PostgresqlConfig16) SetLogLockWaits(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16) SetLogMinDurationSample

func (m *PostgresqlConfig16) SetLogMinDurationSample(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16) SetLogMinDurationStatement

func (m *PostgresqlConfig16) SetLogMinDurationStatement(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16) SetLogMinErrorStatement

func (m *PostgresqlConfig16) SetLogMinErrorStatement(v PostgresqlConfig16_LogLevel)

func (*PostgresqlConfig16) SetLogMinMessages

func (m *PostgresqlConfig16) SetLogMinMessages(v PostgresqlConfig16_LogLevel)

func (*PostgresqlConfig16) SetLogParameterMaxLength

func (m *PostgresqlConfig16) SetLogParameterMaxLength(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16) SetLogParameterMaxLengthOnError

func (m *PostgresqlConfig16) SetLogParameterMaxLengthOnError(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16) SetLogRecoveryConflictWaits

func (m *PostgresqlConfig16) SetLogRecoveryConflictWaits(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16) SetLogReplicationCommands

func (m *PostgresqlConfig16) SetLogReplicationCommands(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16) SetLogStatement

func (*PostgresqlConfig16) SetLogStatementSampleRate

func (m *PostgresqlConfig16) SetLogStatementSampleRate(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig16) SetLogTempFiles

func (m *PostgresqlConfig16) SetLogTempFiles(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16) SetLogTransactionSampleRate

func (m *PostgresqlConfig16) SetLogTransactionSampleRate(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig16) SetLogicalDecodingWorkMem

func (m *PostgresqlConfig16) SetLogicalDecodingWorkMem(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16) SetMaintenanceIoConcurrency

func (m *PostgresqlConfig16) SetMaintenanceIoConcurrency(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16) SetMaintenanceWorkMem

func (m *PostgresqlConfig16) SetMaintenanceWorkMem(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16) SetMaxConnections

func (m *PostgresqlConfig16) SetMaxConnections(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16) SetMaxLocksPerTransaction

func (m *PostgresqlConfig16) SetMaxLocksPerTransaction(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16) SetMaxParallelMaintenanceWorkers

func (m *PostgresqlConfig16) SetMaxParallelMaintenanceWorkers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16) SetMaxParallelWorkers

func (m *PostgresqlConfig16) SetMaxParallelWorkers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16) SetMaxParallelWorkersPerGather

func (m *PostgresqlConfig16) SetMaxParallelWorkersPerGather(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16) SetMaxPredLocksPerTransaction

func (m *PostgresqlConfig16) SetMaxPredLocksPerTransaction(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16) SetMaxPreparedTransactions

func (m *PostgresqlConfig16) SetMaxPreparedTransactions(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16) SetMaxSlotWalKeepSize

func (m *PostgresqlConfig16) SetMaxSlotWalKeepSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16) SetMaxStackDepth

func (m *PostgresqlConfig16) SetMaxStackDepth(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16) SetMaxStandbyArchiveDelay

func (m *PostgresqlConfig16) SetMaxStandbyArchiveDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16) SetMaxStandbyStreamingDelay

func (m *PostgresqlConfig16) SetMaxStandbyStreamingDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16) SetMaxWalSize

func (m *PostgresqlConfig16) SetMaxWalSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16) SetMaxWorkerProcesses

func (m *PostgresqlConfig16) SetMaxWorkerProcesses(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16) SetMinWalSize

func (m *PostgresqlConfig16) SetMinWalSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16) SetOldSnapshotThreshold

func (m *PostgresqlConfig16) SetOldSnapshotThreshold(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16) SetParallelLeaderParticipation

func (m *PostgresqlConfig16) SetParallelLeaderParticipation(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16) SetPasswordEncryption

func (m *PostgresqlConfig16) SetPasswordEncryption(v PostgresqlConfig16_PasswordEncryption)

func (*PostgresqlConfig16) SetPgHintPlanDebugPrint

func (m *PostgresqlConfig16) SetPgHintPlanDebugPrint(v PostgresqlConfig16_PgHintPlanDebugPrint)

func (*PostgresqlConfig16) SetPgHintPlanEnableHint

func (m *PostgresqlConfig16) SetPgHintPlanEnableHint(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16) SetPgHintPlanEnableHintTable

func (m *PostgresqlConfig16) SetPgHintPlanEnableHintTable(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16) SetPgHintPlanMessageLevel

func (m *PostgresqlConfig16) SetPgHintPlanMessageLevel(v PostgresqlConfig16_LogLevel)

func (*PostgresqlConfig16) SetPgQualstatsEnabled

func (m *PostgresqlConfig16) SetPgQualstatsEnabled(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16) SetPgQualstatsMax

func (m *PostgresqlConfig16) SetPgQualstatsMax(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16) SetPgQualstatsResolveOids

func (m *PostgresqlConfig16) SetPgQualstatsResolveOids(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16) SetPgQualstatsSampleRate

func (m *PostgresqlConfig16) SetPgQualstatsSampleRate(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig16) SetPgQualstatsTrackConstants

func (m *PostgresqlConfig16) SetPgQualstatsTrackConstants(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16) SetPgTrgmSimilarityThreshold

func (m *PostgresqlConfig16) SetPgTrgmSimilarityThreshold(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig16) SetPgTrgmStrictWordSimilarityThreshold

func (m *PostgresqlConfig16) SetPgTrgmStrictWordSimilarityThreshold(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig16) SetPgTrgmWordSimilarityThreshold

func (m *PostgresqlConfig16) SetPgTrgmWordSimilarityThreshold(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig16) SetPlanCacheMode

func (*PostgresqlConfig16) SetQuoteAllIdentifiers

func (m *PostgresqlConfig16) SetQuoteAllIdentifiers(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16) SetRandomPageCost

func (m *PostgresqlConfig16) SetRandomPageCost(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig16) SetRowSecurity

func (m *PostgresqlConfig16) SetRowSecurity(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16) SetSearchPath

func (m *PostgresqlConfig16) SetSearchPath(v string)

func (*PostgresqlConfig16) SetSeqPageCost

func (m *PostgresqlConfig16) SetSeqPageCost(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig16) SetSessionDurationTimeout

func (m *PostgresqlConfig16) SetSessionDurationTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16) SetSharedBuffers

func (m *PostgresqlConfig16) SetSharedBuffers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16) SetSharedPreloadLibraries

func (m *PostgresqlConfig16) SetSharedPreloadLibraries(v []PostgresqlConfig16_SharedPreloadLibraries)

func (*PostgresqlConfig16) SetStandardConformingStrings

func (m *PostgresqlConfig16) SetStandardConformingStrings(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16) SetStatementTimeout

func (m *PostgresqlConfig16) SetStatementTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16) SetSynchronizeSeqscans

func (m *PostgresqlConfig16) SetSynchronizeSeqscans(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16) SetSynchronousCommit

func (m *PostgresqlConfig16) SetSynchronousCommit(v PostgresqlConfig16_SynchronousCommit)

func (*PostgresqlConfig16) SetTempBuffers

func (m *PostgresqlConfig16) SetTempBuffers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16) SetTempFileLimit

func (m *PostgresqlConfig16) SetTempFileLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16) SetTimezone

func (m *PostgresqlConfig16) SetTimezone(v string)

func (*PostgresqlConfig16) SetTrackActivityQuerySize

func (m *PostgresqlConfig16) SetTrackActivityQuerySize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16) SetTransformNullEquals

func (m *PostgresqlConfig16) SetTransformNullEquals(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16) SetVacuumCostDelay

func (m *PostgresqlConfig16) SetVacuumCostDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16) SetVacuumCostLimit

func (m *PostgresqlConfig16) SetVacuumCostLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16) SetVacuumCostPageDirty

func (m *PostgresqlConfig16) SetVacuumCostPageDirty(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16) SetVacuumCostPageHit

func (m *PostgresqlConfig16) SetVacuumCostPageHit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16) SetVacuumCostPageMiss

func (m *PostgresqlConfig16) SetVacuumCostPageMiss(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16) SetVacuumFailsafeAge

func (m *PostgresqlConfig16) SetVacuumFailsafeAge(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16) SetVacuumMultixactFailsafeAge

func (m *PostgresqlConfig16) SetVacuumMultixactFailsafeAge(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16) SetWalKeepSize

func (m *PostgresqlConfig16) SetWalKeepSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16) SetWalLevel

func (*PostgresqlConfig16) SetWorkMem

func (m *PostgresqlConfig16) SetWorkMem(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16) SetXmlbinary

func (*PostgresqlConfig16) SetXmloption

func (*PostgresqlConfig16) String

func (x *PostgresqlConfig16) String() string

type PostgresqlConfig16_1C

type PostgresqlConfig16_1C struct {
	MaxConnections             *wrapperspb.Int64Value                  `protobuf:"bytes,1,opt,name=max_connections,json=maxConnections,proto3" json:"max_connections,omitempty"`
	SharedBuffers              *wrapperspb.Int64Value                  `protobuf:"bytes,2,opt,name=shared_buffers,json=sharedBuffers,proto3" json:"shared_buffers,omitempty"`                  // in bytes.
	TempBuffers                *wrapperspb.Int64Value                  `protobuf:"bytes,3,opt,name=temp_buffers,json=tempBuffers,proto3" json:"temp_buffers,omitempty"`                        // in bytes.
	MaxPreparedTransactions    *wrapperspb.Int64Value                  ``                                                                                                                      /* 132-byte string literal not displayed */
	WorkMem                    *wrapperspb.Int64Value                  `protobuf:"bytes,5,opt,name=work_mem,json=workMem,proto3" json:"work_mem,omitempty"`                                    // in bytes.
	MaintenanceWorkMem         *wrapperspb.Int64Value                  `protobuf:"bytes,6,opt,name=maintenance_work_mem,json=maintenanceWorkMem,proto3" json:"maintenance_work_mem,omitempty"` // in bytes.
	AutovacuumWorkMem          *wrapperspb.Int64Value                  `protobuf:"bytes,7,opt,name=autovacuum_work_mem,json=autovacuumWorkMem,proto3" json:"autovacuum_work_mem,omitempty"`    // in bytes.
	TempFileLimit              *wrapperspb.Int64Value                  `protobuf:"bytes,8,opt,name=temp_file_limit,json=tempFileLimit,proto3" json:"temp_file_limit,omitempty"`                // in bytes.
	VacuumCostDelay            *wrapperspb.Int64Value                  `protobuf:"bytes,9,opt,name=vacuum_cost_delay,json=vacuumCostDelay,proto3" json:"vacuum_cost_delay,omitempty"`          // in milliseconds.
	VacuumCostPageHit          *wrapperspb.Int64Value                  `protobuf:"bytes,10,opt,name=vacuum_cost_page_hit,json=vacuumCostPageHit,proto3" json:"vacuum_cost_page_hit,omitempty"`
	VacuumCostPageMiss         *wrapperspb.Int64Value                  `protobuf:"bytes,11,opt,name=vacuum_cost_page_miss,json=vacuumCostPageMiss,proto3" json:"vacuum_cost_page_miss,omitempty"`
	VacuumCostPageDirty        *wrapperspb.Int64Value                  `protobuf:"bytes,12,opt,name=vacuum_cost_page_dirty,json=vacuumCostPageDirty,proto3" json:"vacuum_cost_page_dirty,omitempty"`
	VacuumCostLimit            *wrapperspb.Int64Value                  `protobuf:"bytes,13,opt,name=vacuum_cost_limit,json=vacuumCostLimit,proto3" json:"vacuum_cost_limit,omitempty"`
	BgwriterDelay              *wrapperspb.Int64Value                  `protobuf:"bytes,14,opt,name=bgwriter_delay,json=bgwriterDelay,proto3" json:"bgwriter_delay,omitempty"` // in milliseconds.
	BgwriterLruMaxpages        *wrapperspb.Int64Value                  `protobuf:"bytes,15,opt,name=bgwriter_lru_maxpages,json=bgwriterLruMaxpages,proto3" json:"bgwriter_lru_maxpages,omitempty"`
	BgwriterLruMultiplier      *wrapperspb.DoubleValue                 `` /* 127-byte string literal not displayed */
	BgwriterFlushAfter         *wrapperspb.Int64Value                  `protobuf:"bytes,17,opt,name=bgwriter_flush_after,json=bgwriterFlushAfter,proto3" json:"bgwriter_flush_after,omitempty"`
	BackendFlushAfter          *wrapperspb.Int64Value                  `protobuf:"bytes,18,opt,name=backend_flush_after,json=backendFlushAfter,proto3" json:"backend_flush_after,omitempty"`
	OldSnapshotThreshold       *wrapperspb.Int64Value                  `protobuf:"bytes,19,opt,name=old_snapshot_threshold,json=oldSnapshotThreshold,proto3" json:"old_snapshot_threshold,omitempty"`
	WalLevel                   PostgresqlConfig16_1C_WalLevel          ``                                                                                                                  /* 161-byte string literal not displayed */
	SynchronousCommit          PostgresqlConfig16_1C_SynchronousCommit ``                                                                                                                  /* 197-byte string literal not displayed */
	CheckpointTimeout          *wrapperspb.Int64Value                  `protobuf:"bytes,22,opt,name=checkpoint_timeout,json=checkpointTimeout,proto3" json:"checkpoint_timeout,omitempty"` // in milliseconds.
	CheckpointCompletionTarget *wrapperspb.DoubleValue                 ``                                                                                                                  /* 142-byte string literal not displayed */
	CheckpointFlushAfter       *wrapperspb.Int64Value                  `protobuf:"bytes,24,opt,name=checkpoint_flush_after,json=checkpointFlushAfter,proto3" json:"checkpoint_flush_after,omitempty"`
	MaxWalSize                 *wrapperspb.Int64Value                  `protobuf:"bytes,25,opt,name=max_wal_size,json=maxWalSize,proto3" json:"max_wal_size,omitempty"` // in bytes.
	MinWalSize                 *wrapperspb.Int64Value                  `protobuf:"bytes,26,opt,name=min_wal_size,json=minWalSize,proto3" json:"min_wal_size,omitempty"` // in bytes.
	MaxStandbyStreamingDelay   *wrapperspb.Int64Value                  ``                                                                                               // in milliseconds.
	/* 138-byte string literal not displayed */
	DefaultStatisticsTarget *wrapperspb.Int64Value                    `` /* 133-byte string literal not displayed */
	ConstraintExclusion     PostgresqlConfig16_1C_ConstraintExclusion `` /* 205-byte string literal not displayed */
	CursorTupleFraction     *wrapperspb.DoubleValue                   `protobuf:"bytes,30,opt,name=cursor_tuple_fraction,json=cursorTupleFraction,proto3" json:"cursor_tuple_fraction,omitempty"`
	FromCollapseLimit       *wrapperspb.Int64Value                    `protobuf:"bytes,31,opt,name=from_collapse_limit,json=fromCollapseLimit,proto3" json:"from_collapse_limit,omitempty"`
	JoinCollapseLimit       *wrapperspb.Int64Value                    `protobuf:"bytes,32,opt,name=join_collapse_limit,json=joinCollapseLimit,proto3" json:"join_collapse_limit,omitempty"`
	DebugParallelQuery      PostgresqlConfig16_1C_DebugParallelQuery  `` /* 203-byte string literal not displayed */
	ClientMinMessages       PostgresqlConfig16_1C_LogLevel            `` /* 190-byte string literal not displayed */
	LogMinMessages          PostgresqlConfig16_1C_LogLevel            `` /* 181-byte string literal not displayed */
	LogMinErrorStatement    PostgresqlConfig16_1C_LogLevel            `` /* 201-byte string literal not displayed */
	LogMinDurationStatement *wrapperspb.Int64Value                    `` // in milliseconds.
	/* 135-byte string literal not displayed */
	LogCheckpoints                  *wrapperspb.BoolValue                      `protobuf:"bytes,38,opt,name=log_checkpoints,json=logCheckpoints,proto3" json:"log_checkpoints,omitempty"`
	LogConnections                  *wrapperspb.BoolValue                      `protobuf:"bytes,39,opt,name=log_connections,json=logConnections,proto3" json:"log_connections,omitempty"`
	LogDisconnections               *wrapperspb.BoolValue                      `protobuf:"bytes,40,opt,name=log_disconnections,json=logDisconnections,proto3" json:"log_disconnections,omitempty"`
	LogDuration                     *wrapperspb.BoolValue                      `protobuf:"bytes,41,opt,name=log_duration,json=logDuration,proto3" json:"log_duration,omitempty"`
	LogErrorVerbosity               PostgresqlConfig16_1C_LogErrorVerbosity    `` /* 199-byte string literal not displayed */
	LogLockWaits                    *wrapperspb.BoolValue                      `protobuf:"bytes,43,opt,name=log_lock_waits,json=logLockWaits,proto3" json:"log_lock_waits,omitempty"`
	LogStatement                    PostgresqlConfig16_1C_LogStatement         `` /* 177-byte string literal not displayed */
	LogTempFiles                    *wrapperspb.Int64Value                     `protobuf:"bytes,45,opt,name=log_temp_files,json=logTempFiles,proto3" json:"log_temp_files,omitempty"`
	SearchPath                      string                                     `protobuf:"bytes,46,opt,name=search_path,json=searchPath,proto3" json:"search_path,omitempty"`
	RowSecurity                     *wrapperspb.BoolValue                      `protobuf:"bytes,47,opt,name=row_security,json=rowSecurity,proto3" json:"row_security,omitempty"`
	DefaultTransactionIsolation     PostgresqlConfig16_1C_TransactionIsolation ``                                                                                                               /* 232-byte string literal not displayed */
	StatementTimeout                *wrapperspb.Int64Value                     `protobuf:"bytes,49,opt,name=statement_timeout,json=statementTimeout,proto3" json:"statement_timeout,omitempty"` // in milliseconds.
	LockTimeout                     *wrapperspb.Int64Value                     `protobuf:"bytes,50,opt,name=lock_timeout,json=lockTimeout,proto3" json:"lock_timeout,omitempty"`                // in milliseconds.
	IdleInTransactionSessionTimeout *wrapperspb.Int64Value                     ``                                                                                                               // in milliseconds.
	/* 161-byte string literal not displayed */
	ByteaOutput                   PostgresqlConfig16_1C_ByteaOutput              ``                                                                                                                            /* 173-byte string literal not displayed */
	Xmlbinary                     PostgresqlConfig16_1C_XmlBinary                ``                                                                                                                            /* 148-byte string literal not displayed */
	Xmloption                     PostgresqlConfig16_1C_XmlOption                ``                                                                                                                            /* 148-byte string literal not displayed */
	GinPendingListLimit           *wrapperspb.Int64Value                         `protobuf:"bytes,55,opt,name=gin_pending_list_limit,json=ginPendingListLimit,proto3" json:"gin_pending_list_limit,omitempty"` // in bytes.
	DeadlockTimeout               *wrapperspb.Int64Value                         `protobuf:"bytes,56,opt,name=deadlock_timeout,json=deadlockTimeout,proto3" json:"deadlock_timeout,omitempty"`                 // in milliseconds.
	MaxLocksPerTransaction        *wrapperspb.Int64Value                         ``                                                                                                                            /* 132-byte string literal not displayed */
	MaxPredLocksPerTransaction    *wrapperspb.Int64Value                         ``                                                                                                                            /* 146-byte string literal not displayed */
	ArrayNulls                    *wrapperspb.BoolValue                          `protobuf:"bytes,59,opt,name=array_nulls,json=arrayNulls,proto3" json:"array_nulls,omitempty"`
	BackslashQuote                PostgresqlConfig16_1C_BackslashQuote           `` /* 185-byte string literal not displayed */
	DefaultWithOids               *wrapperspb.BoolValue                          `protobuf:"bytes,61,opt,name=default_with_oids,json=defaultWithOids,proto3" json:"default_with_oids,omitempty"`
	EscapeStringWarning           *wrapperspb.BoolValue                          `protobuf:"bytes,62,opt,name=escape_string_warning,json=escapeStringWarning,proto3" json:"escape_string_warning,omitempty"`
	LoCompatPrivileges            *wrapperspb.BoolValue                          `protobuf:"bytes,63,opt,name=lo_compat_privileges,json=loCompatPrivileges,proto3" json:"lo_compat_privileges,omitempty"`
	QuoteAllIdentifiers           *wrapperspb.BoolValue                          `protobuf:"bytes,65,opt,name=quote_all_identifiers,json=quoteAllIdentifiers,proto3" json:"quote_all_identifiers,omitempty"`
	StandardConformingStrings     *wrapperspb.BoolValue                          `` /* 139-byte string literal not displayed */
	SynchronizeSeqscans           *wrapperspb.BoolValue                          `protobuf:"bytes,67,opt,name=synchronize_seqscans,json=synchronizeSeqscans,proto3" json:"synchronize_seqscans,omitempty"`
	TransformNullEquals           *wrapperspb.BoolValue                          `protobuf:"bytes,68,opt,name=transform_null_equals,json=transformNullEquals,proto3" json:"transform_null_equals,omitempty"`
	ExitOnError                   *wrapperspb.BoolValue                          `protobuf:"bytes,69,opt,name=exit_on_error,json=exitOnError,proto3" json:"exit_on_error,omitempty"`
	SeqPageCost                   *wrapperspb.DoubleValue                        `protobuf:"bytes,70,opt,name=seq_page_cost,json=seqPageCost,proto3" json:"seq_page_cost,omitempty"`
	RandomPageCost                *wrapperspb.DoubleValue                        `protobuf:"bytes,71,opt,name=random_page_cost,json=randomPageCost,proto3" json:"random_page_cost,omitempty"`
	AutovacuumMaxWorkers          *wrapperspb.Int64Value                         `protobuf:"bytes,72,opt,name=autovacuum_max_workers,json=autovacuumMaxWorkers,proto3" json:"autovacuum_max_workers,omitempty"`
	AutovacuumVacuumCostDelay     *wrapperspb.Int64Value                         ``                                                                                                                  /* 141-byte string literal not displayed */
	AutovacuumVacuumCostLimit     *wrapperspb.Int64Value                         ``                                                                                                                  /* 141-byte string literal not displayed */
	AutovacuumNaptime             *wrapperspb.Int64Value                         `protobuf:"bytes,75,opt,name=autovacuum_naptime,json=autovacuumNaptime,proto3" json:"autovacuum_naptime,omitempty"` // in milliseconds.
	ArchiveTimeout                *wrapperspb.Int64Value                         `protobuf:"bytes,76,opt,name=archive_timeout,json=archiveTimeout,proto3" json:"archive_timeout,omitempty"`          // in milliseconds.
	TrackActivityQuerySize        *wrapperspb.Int64Value                         ``                                                                                                                  /* 132-byte string literal not displayed */
	OnlineAnalyzeEnable           *wrapperspb.BoolValue                          `protobuf:"bytes,79,opt,name=online_analyze_enable,json=onlineAnalyzeEnable,proto3" json:"online_analyze_enable,omitempty"`
	EnableBitmapscan              *wrapperspb.BoolValue                          `protobuf:"bytes,80,opt,name=enable_bitmapscan,json=enableBitmapscan,proto3" json:"enable_bitmapscan,omitempty"`
	EnableHashagg                 *wrapperspb.BoolValue                          `protobuf:"bytes,81,opt,name=enable_hashagg,json=enableHashagg,proto3" json:"enable_hashagg,omitempty"`
	EnableHashjoin                *wrapperspb.BoolValue                          `protobuf:"bytes,82,opt,name=enable_hashjoin,json=enableHashjoin,proto3" json:"enable_hashjoin,omitempty"`
	EnableIndexscan               *wrapperspb.BoolValue                          `protobuf:"bytes,83,opt,name=enable_indexscan,json=enableIndexscan,proto3" json:"enable_indexscan,omitempty"`
	EnableIndexonlyscan           *wrapperspb.BoolValue                          `protobuf:"bytes,84,opt,name=enable_indexonlyscan,json=enableIndexonlyscan,proto3" json:"enable_indexonlyscan,omitempty"`
	EnableMaterial                *wrapperspb.BoolValue                          `protobuf:"bytes,85,opt,name=enable_material,json=enableMaterial,proto3" json:"enable_material,omitempty"`
	EnableMergejoin               *wrapperspb.BoolValue                          `protobuf:"bytes,86,opt,name=enable_mergejoin,json=enableMergejoin,proto3" json:"enable_mergejoin,omitempty"`
	EnableNestloop                *wrapperspb.BoolValue                          `protobuf:"bytes,87,opt,name=enable_nestloop,json=enableNestloop,proto3" json:"enable_nestloop,omitempty"`
	EnableSeqscan                 *wrapperspb.BoolValue                          `protobuf:"bytes,88,opt,name=enable_seqscan,json=enableSeqscan,proto3" json:"enable_seqscan,omitempty"`
	EnableSort                    *wrapperspb.BoolValue                          `protobuf:"bytes,89,opt,name=enable_sort,json=enableSort,proto3" json:"enable_sort,omitempty"`
	EnableTidscan                 *wrapperspb.BoolValue                          `protobuf:"bytes,90,opt,name=enable_tidscan,json=enableTidscan,proto3" json:"enable_tidscan,omitempty"`
	MaxWorkerProcesses            *wrapperspb.Int64Value                         `protobuf:"bytes,91,opt,name=max_worker_processes,json=maxWorkerProcesses,proto3" json:"max_worker_processes,omitempty"`
	MaxParallelWorkers            *wrapperspb.Int64Value                         `protobuf:"bytes,92,opt,name=max_parallel_workers,json=maxParallelWorkers,proto3" json:"max_parallel_workers,omitempty"`
	MaxParallelWorkersPerGather   *wrapperspb.Int64Value                         `` /* 149-byte string literal not displayed */
	AutovacuumVacuumScaleFactor   *wrapperspb.DoubleValue                        `` /* 147-byte string literal not displayed */
	AutovacuumAnalyzeScaleFactor  *wrapperspb.DoubleValue                        `` /* 150-byte string literal not displayed */
	DefaultTransactionReadOnly    *wrapperspb.BoolValue                          `` /* 144-byte string literal not displayed */
	Timezone                      string                                         `protobuf:"bytes,97,opt,name=timezone,proto3" json:"timezone,omitempty"`
	EnableParallelAppend          *wrapperspb.BoolValue                          `protobuf:"bytes,98,opt,name=enable_parallel_append,json=enableParallelAppend,proto3" json:"enable_parallel_append,omitempty"`
	EnableParallelHash            *wrapperspb.BoolValue                          `protobuf:"bytes,99,opt,name=enable_parallel_hash,json=enableParallelHash,proto3" json:"enable_parallel_hash,omitempty"`
	EnablePartitionPruning        *wrapperspb.BoolValue                          `` /* 131-byte string literal not displayed */
	EnablePartitionwiseAggregate  *wrapperspb.BoolValue                          `` /* 149-byte string literal not displayed */
	EnablePartitionwiseJoin       *wrapperspb.BoolValue                          `` /* 134-byte string literal not displayed */
	Jit                           *wrapperspb.BoolValue                          `protobuf:"bytes,103,opt,name=jit,proto3" json:"jit,omitempty"`
	MaxParallelMaintenanceWorkers *wrapperspb.Int64Value                         `` /* 154-byte string literal not displayed */
	ParallelLeaderParticipation   *wrapperspb.BoolValue                          `` /* 146-byte string literal not displayed */
	LogTransactionSampleRate      *wrapperspb.DoubleValue                        `` /* 139-byte string literal not displayed */
	PlanCacheMode                 PostgresqlConfig16_1C_PlanCacheMode            `` /* 184-byte string literal not displayed */
	EffectiveIoConcurrency        *wrapperspb.Int64Value                         `` /* 131-byte string literal not displayed */
	EffectiveCacheSize            *wrapperspb.Int64Value                         `protobuf:"bytes,110,opt,name=effective_cache_size,json=effectiveCacheSize,proto3" json:"effective_cache_size,omitempty"`
	SharedPreloadLibraries        []PostgresqlConfig16_1C_SharedPreloadLibraries `` /* 227-byte string literal not displayed */
	AutoExplainLogMinDuration     *wrapperspb.Int64Value                         `` // in milliseconds.
	/* 144-byte string literal not displayed */
	AutoExplainLogAnalyze          *wrapperspb.BoolValue                      `` /* 130-byte string literal not displayed */
	AutoExplainLogBuffers          *wrapperspb.BoolValue                      `` /* 130-byte string literal not displayed */
	AutoExplainLogTiming           *wrapperspb.BoolValue                      `` /* 127-byte string literal not displayed */
	AutoExplainLogTriggers         *wrapperspb.BoolValue                      `` /* 133-byte string literal not displayed */
	AutoExplainLogVerbose          *wrapperspb.BoolValue                      `` /* 130-byte string literal not displayed */
	AutoExplainLogNestedStatements *wrapperspb.BoolValue                      `` /* 159-byte string literal not displayed */
	AutoExplainSampleRate          *wrapperspb.DoubleValue                    `` /* 130-byte string literal not displayed */
	PgHintPlanEnableHint           *wrapperspb.BoolValue                      `` /* 129-byte string literal not displayed */
	PgHintPlanEnableHintTable      *wrapperspb.BoolValue                      `` /* 146-byte string literal not displayed */
	PgHintPlanDebugPrint           PostgresqlConfig16_1C_PgHintPlanDebugPrint `` /* 216-byte string literal not displayed */
	PgHintPlanMessageLevel         PostgresqlConfig16_1C_LogLevel             `` /* 210-byte string literal not displayed */
	HashMemMultiplier              *wrapperspb.DoubleValue                    `protobuf:"bytes,124,opt,name=hash_mem_multiplier,json=hashMemMultiplier,proto3" json:"hash_mem_multiplier,omitempty"`
	LogicalDecodingWorkMem         *wrapperspb.Int64Value                     `` // in bytes.
	/* 133-byte string literal not displayed */
	MaintenanceIoConcurrency          *wrapperspb.Int64Value  ``                                                                                                                            /* 137-byte string literal not displayed */
	MaxSlotWalKeepSize                *wrapperspb.Int64Value  `protobuf:"bytes,128,opt,name=max_slot_wal_keep_size,json=maxSlotWalKeepSize,proto3" json:"max_slot_wal_keep_size,omitempty"` // in bytes.
	WalKeepSize                       *wrapperspb.Int64Value  `protobuf:"bytes,129,opt,name=wal_keep_size,json=walKeepSize,proto3" json:"wal_keep_size,omitempty"`                          // in bytes.
	EnableIncrementalSort             *wrapperspb.BoolValue   ``                                                                                                                            /* 128-byte string literal not displayed */
	AutovacuumVacuumInsertThreshold   *wrapperspb.Int64Value  ``                                                                                                                            /* 160-byte string literal not displayed */
	AutovacuumVacuumInsertScaleFactor *wrapperspb.DoubleValue ``                                                                                                                            /* 168-byte string literal not displayed */
	LogMinDurationSample              *wrapperspb.Int64Value  ``                                                                                                                            // in milliseconds.
	/* 127-byte string literal not displayed */
	LogStatementSampleRate *wrapperspb.DoubleValue `` /* 133-byte string literal not displayed */
	LogParameterMaxLength  *wrapperspb.Int64Value  `` // in bytes.
	/* 130-byte string literal not displayed */
	LogParameterMaxLengthOnError *wrapperspb.Int64Value `` // in bytes.
	/* 155-byte string literal not displayed */
	ClientConnectionCheckInterval *wrapperspb.Int64Value `` // in milliseconds.
	/* 154-byte string literal not displayed */
	EnableAsyncAppend        *wrapperspb.BoolValue `protobuf:"bytes,138,opt,name=enable_async_append,json=enableAsyncAppend,proto3" json:"enable_async_append,omitempty"`
	EnableGathermerge        *wrapperspb.BoolValue `protobuf:"bytes,139,opt,name=enable_gathermerge,json=enableGathermerge,proto3" json:"enable_gathermerge,omitempty"`
	EnableMemoize            *wrapperspb.BoolValue `protobuf:"bytes,140,opt,name=enable_memoize,json=enableMemoize,proto3" json:"enable_memoize,omitempty"`
	LogRecoveryConflictWaits *wrapperspb.BoolValue `` // in milliseconds.
	/* 139-byte string literal not displayed */
	VacuumFailsafeAge          *wrapperspb.Int64Value `protobuf:"bytes,142,opt,name=vacuum_failsafe_age,json=vacuumFailsafeAge,proto3" json:"vacuum_failsafe_age,omitempty"` // in milliseconds.
	VacuumMultixactFailsafeAge *wrapperspb.Int64Value ``                                                                                                                     // in milliseconds.
	/* 145-byte string literal not displayed */
	PgQualstatsEnabled                  *wrapperspb.BoolValue   `protobuf:"bytes,144,opt,name=pg_qualstats_enabled,json=pgQualstatsEnabled,proto3" json:"pg_qualstats_enabled,omitempty"`
	PgQualstatsTrackConstants           *wrapperspb.BoolValue   `` /* 142-byte string literal not displayed */
	PgQualstatsMax                      *wrapperspb.Int64Value  `protobuf:"bytes,146,opt,name=pg_qualstats_max,json=pgQualstatsMax,proto3" json:"pg_qualstats_max,omitempty"`
	PgQualstatsResolveOids              *wrapperspb.BoolValue   ``                                                                                                                     /* 133-byte string literal not displayed */
	PgQualstatsSampleRate               *wrapperspb.DoubleValue ``                                                                                                                     /* 130-byte string literal not displayed */
	PlantunerFixEmptyTable              *wrapperspb.BoolValue   ``                                                                                                                     /* 133-byte string literal not displayed */
	MaxStackDepth                       *wrapperspb.Int64Value  `protobuf:"bytes,150,opt,name=max_stack_depth,json=maxStackDepth,proto3" json:"max_stack_depth,omitempty"`             // in bytes.
	EnableGroupByReordering             *wrapperspb.BoolValue   ``                                                                                                                     /* 136-byte string literal not displayed */
	Geqo                                *wrapperspb.BoolValue   `protobuf:"bytes,152,opt,name=geqo,proto3" json:"geqo,omitempty"`                                                      // enable Genetic Query Optimizer, by default is on
	GeqoThreshold                       *wrapperspb.Int64Value  `protobuf:"bytes,153,opt,name=geqo_threshold,json=geqoThreshold,proto3" json:"geqo_threshold,omitempty"`               // The number of tables to use geqo, default is 12
	GeqoEffort                          *wrapperspb.Int64Value  `protobuf:"bytes,154,opt,name=geqo_effort,json=geqoEffort,proto3" json:"geqo_effort,omitempty"`                        // tradeoff between planning time and query plan quality, default is 5
	GeqoPoolSize                        *wrapperspb.Int64Value  `protobuf:"bytes,155,opt,name=geqo_pool_size,json=geqoPoolSize,proto3" json:"geqo_pool_size,omitempty"`                // number of individuals in the genetic population, useful values are typically 100 to 1000; default - 0 - choose based on based on geqo_effort
	GeqoGenerations                     *wrapperspb.Int64Value  `protobuf:"bytes,156,opt,name=geqo_generations,json=geqoGenerations,proto3" json:"geqo_generations,omitempty"`         // the number of generations used by GEQO, useful values are in the same range as the pool size
	GeqoSelectionBias                   *wrapperspb.DoubleValue `protobuf:"bytes,157,opt,name=geqo_selection_bias,json=geqoSelectionBias,proto3" json:"geqo_selection_bias,omitempty"` // selective pressure within the population
	GeqoSeed                            *wrapperspb.DoubleValue `protobuf:"bytes,158,opt,name=geqo_seed,json=geqoSeed,proto3" json:"geqo_seed,omitempty"`                              // initial value of the random number generator used by GEQO
	PgTrgmSimilarityThreshold           *wrapperspb.DoubleValue ``                                                                                                                     /* 142-byte string literal not displayed */
	PgTrgmWordSimilarityThreshold       *wrapperspb.DoubleValue ``                                                                                                                     /* 156-byte string literal not displayed */
	PgTrgmStrictWordSimilarityThreshold *wrapperspb.DoubleValue ``                                                                                                                     /* 176-byte string literal not displayed */
	MaxStandbyArchiveDelay              *wrapperspb.Int64Value  ``                                                                                                                     // in milliseconds.
	/* 133-byte string literal not displayed */
	SessionDurationTimeout *wrapperspb.Int64Value `` // Terminate any session that exceeds the designated timeout, specified in milliseconds. If a timeout is not specified, the default session timeout is set to 12 hours. To disable it, specify a value of 0.
	/* 131-byte string literal not displayed */
	LogReplicationCommands   *wrapperspb.BoolValue  `` /* 131-byte string literal not displayed */
	LogAutovacuumMinDuration *wrapperspb.Int64Value `` // in milliseconds. The default is 1000 (1 sec).
	/* 139-byte string literal not displayed */
	PasswordEncryption PostgresqlConfig16_1C_PasswordEncryption `` // A default value for “ user_password_encryption “ user-level setting, if it not specified for new users. Possible values are “ PASSWORD_ENCRYPTION_MD5 “ or “ PASSWORD_ENCRYPTION_SCRAM_SHA_256 “. The default is “ PASSWORD_ENCRYPTION_MD5 “.
	/* 202-byte string literal not displayed */
	// contains filtered or unexported fields
}

Options and structure of `PostgresqlConfig` reflects PostgreSQL configuration file parameters which detailed description is available in [PostgreSQL documentation](https://www.postgresql.org/docs/11/runtime-config.html).

func (*PostgresqlConfig16_1C) Descriptor deprecated

func (*PostgresqlConfig16_1C) Descriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig16_1C.ProtoReflect.Descriptor instead.

func (*PostgresqlConfig16_1C) GetArchiveTimeout

func (x *PostgresqlConfig16_1C) GetArchiveTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig16_1C) GetArrayNulls

func (x *PostgresqlConfig16_1C) GetArrayNulls() *wrapperspb.BoolValue

func (*PostgresqlConfig16_1C) GetAutoExplainLogAnalyze

func (x *PostgresqlConfig16_1C) GetAutoExplainLogAnalyze() *wrapperspb.BoolValue

func (*PostgresqlConfig16_1C) GetAutoExplainLogBuffers

func (x *PostgresqlConfig16_1C) GetAutoExplainLogBuffers() *wrapperspb.BoolValue

func (*PostgresqlConfig16_1C) GetAutoExplainLogMinDuration

func (x *PostgresqlConfig16_1C) GetAutoExplainLogMinDuration() *wrapperspb.Int64Value

func (*PostgresqlConfig16_1C) GetAutoExplainLogNestedStatements

func (x *PostgresqlConfig16_1C) GetAutoExplainLogNestedStatements() *wrapperspb.BoolValue

func (*PostgresqlConfig16_1C) GetAutoExplainLogTiming

func (x *PostgresqlConfig16_1C) GetAutoExplainLogTiming() *wrapperspb.BoolValue

func (*PostgresqlConfig16_1C) GetAutoExplainLogTriggers

func (x *PostgresqlConfig16_1C) GetAutoExplainLogTriggers() *wrapperspb.BoolValue

func (*PostgresqlConfig16_1C) GetAutoExplainLogVerbose

func (x *PostgresqlConfig16_1C) GetAutoExplainLogVerbose() *wrapperspb.BoolValue

func (*PostgresqlConfig16_1C) GetAutoExplainSampleRate

func (x *PostgresqlConfig16_1C) GetAutoExplainSampleRate() *wrapperspb.DoubleValue

func (*PostgresqlConfig16_1C) GetAutovacuumAnalyzeScaleFactor

func (x *PostgresqlConfig16_1C) GetAutovacuumAnalyzeScaleFactor() *wrapperspb.DoubleValue

func (*PostgresqlConfig16_1C) GetAutovacuumMaxWorkers

func (x *PostgresqlConfig16_1C) GetAutovacuumMaxWorkers() *wrapperspb.Int64Value

func (*PostgresqlConfig16_1C) GetAutovacuumNaptime

func (x *PostgresqlConfig16_1C) GetAutovacuumNaptime() *wrapperspb.Int64Value

func (*PostgresqlConfig16_1C) GetAutovacuumVacuumCostDelay

func (x *PostgresqlConfig16_1C) GetAutovacuumVacuumCostDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig16_1C) GetAutovacuumVacuumCostLimit

func (x *PostgresqlConfig16_1C) GetAutovacuumVacuumCostLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig16_1C) GetAutovacuumVacuumInsertScaleFactor

func (x *PostgresqlConfig16_1C) GetAutovacuumVacuumInsertScaleFactor() *wrapperspb.DoubleValue

func (*PostgresqlConfig16_1C) GetAutovacuumVacuumInsertThreshold

func (x *PostgresqlConfig16_1C) GetAutovacuumVacuumInsertThreshold() *wrapperspb.Int64Value

func (*PostgresqlConfig16_1C) GetAutovacuumVacuumScaleFactor

func (x *PostgresqlConfig16_1C) GetAutovacuumVacuumScaleFactor() *wrapperspb.DoubleValue

func (*PostgresqlConfig16_1C) GetAutovacuumWorkMem

func (x *PostgresqlConfig16_1C) GetAutovacuumWorkMem() *wrapperspb.Int64Value

func (*PostgresqlConfig16_1C) GetBackendFlushAfter

func (x *PostgresqlConfig16_1C) GetBackendFlushAfter() *wrapperspb.Int64Value

func (*PostgresqlConfig16_1C) GetBackslashQuote

func (*PostgresqlConfig16_1C) GetBgwriterDelay

func (x *PostgresqlConfig16_1C) GetBgwriterDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig16_1C) GetBgwriterFlushAfter

func (x *PostgresqlConfig16_1C) GetBgwriterFlushAfter() *wrapperspb.Int64Value

func (*PostgresqlConfig16_1C) GetBgwriterLruMaxpages

func (x *PostgresqlConfig16_1C) GetBgwriterLruMaxpages() *wrapperspb.Int64Value

func (*PostgresqlConfig16_1C) GetBgwriterLruMultiplier

func (x *PostgresqlConfig16_1C) GetBgwriterLruMultiplier() *wrapperspb.DoubleValue

func (*PostgresqlConfig16_1C) GetByteaOutput

func (*PostgresqlConfig16_1C) GetCheckpointCompletionTarget

func (x *PostgresqlConfig16_1C) GetCheckpointCompletionTarget() *wrapperspb.DoubleValue

func (*PostgresqlConfig16_1C) GetCheckpointFlushAfter

func (x *PostgresqlConfig16_1C) GetCheckpointFlushAfter() *wrapperspb.Int64Value

func (*PostgresqlConfig16_1C) GetCheckpointTimeout

func (x *PostgresqlConfig16_1C) GetCheckpointTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig16_1C) GetClientConnectionCheckInterval

func (x *PostgresqlConfig16_1C) GetClientConnectionCheckInterval() *wrapperspb.Int64Value

func (*PostgresqlConfig16_1C) GetClientMinMessages

func (x *PostgresqlConfig16_1C) GetClientMinMessages() PostgresqlConfig16_1C_LogLevel

func (*PostgresqlConfig16_1C) GetConstraintExclusion

func (*PostgresqlConfig16_1C) GetCursorTupleFraction

func (x *PostgresqlConfig16_1C) GetCursorTupleFraction() *wrapperspb.DoubleValue

func (*PostgresqlConfig16_1C) GetDeadlockTimeout

func (x *PostgresqlConfig16_1C) GetDeadlockTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig16_1C) GetDebugParallelQuery

func (*PostgresqlConfig16_1C) GetDefaultStatisticsTarget

func (x *PostgresqlConfig16_1C) GetDefaultStatisticsTarget() *wrapperspb.Int64Value

func (*PostgresqlConfig16_1C) GetDefaultTransactionIsolation

func (x *PostgresqlConfig16_1C) GetDefaultTransactionIsolation() PostgresqlConfig16_1C_TransactionIsolation

func (*PostgresqlConfig16_1C) GetDefaultTransactionReadOnly

func (x *PostgresqlConfig16_1C) GetDefaultTransactionReadOnly() *wrapperspb.BoolValue

func (*PostgresqlConfig16_1C) GetDefaultWithOids

func (x *PostgresqlConfig16_1C) GetDefaultWithOids() *wrapperspb.BoolValue

func (*PostgresqlConfig16_1C) GetEffectiveCacheSize

func (x *PostgresqlConfig16_1C) GetEffectiveCacheSize() *wrapperspb.Int64Value

func (*PostgresqlConfig16_1C) GetEffectiveIoConcurrency

func (x *PostgresqlConfig16_1C) GetEffectiveIoConcurrency() *wrapperspb.Int64Value

func (*PostgresqlConfig16_1C) GetEnableAsyncAppend

func (x *PostgresqlConfig16_1C) GetEnableAsyncAppend() *wrapperspb.BoolValue

func (*PostgresqlConfig16_1C) GetEnableBitmapscan

func (x *PostgresqlConfig16_1C) GetEnableBitmapscan() *wrapperspb.BoolValue

func (*PostgresqlConfig16_1C) GetEnableGathermerge

func (x *PostgresqlConfig16_1C) GetEnableGathermerge() *wrapperspb.BoolValue

func (*PostgresqlConfig16_1C) GetEnableGroupByReordering

func (x *PostgresqlConfig16_1C) GetEnableGroupByReordering() *wrapperspb.BoolValue

func (*PostgresqlConfig16_1C) GetEnableHashagg

func (x *PostgresqlConfig16_1C) GetEnableHashagg() *wrapperspb.BoolValue

func (*PostgresqlConfig16_1C) GetEnableHashjoin

func (x *PostgresqlConfig16_1C) GetEnableHashjoin() *wrapperspb.BoolValue

func (*PostgresqlConfig16_1C) GetEnableIncrementalSort

func (x *PostgresqlConfig16_1C) GetEnableIncrementalSort() *wrapperspb.BoolValue

func (*PostgresqlConfig16_1C) GetEnableIndexonlyscan

func (x *PostgresqlConfig16_1C) GetEnableIndexonlyscan() *wrapperspb.BoolValue

func (*PostgresqlConfig16_1C) GetEnableIndexscan

func (x *PostgresqlConfig16_1C) GetEnableIndexscan() *wrapperspb.BoolValue

func (*PostgresqlConfig16_1C) GetEnableMaterial

func (x *PostgresqlConfig16_1C) GetEnableMaterial() *wrapperspb.BoolValue

func (*PostgresqlConfig16_1C) GetEnableMemoize

func (x *PostgresqlConfig16_1C) GetEnableMemoize() *wrapperspb.BoolValue

func (*PostgresqlConfig16_1C) GetEnableMergejoin

func (x *PostgresqlConfig16_1C) GetEnableMergejoin() *wrapperspb.BoolValue

func (*PostgresqlConfig16_1C) GetEnableNestloop

func (x *PostgresqlConfig16_1C) GetEnableNestloop() *wrapperspb.BoolValue

func (*PostgresqlConfig16_1C) GetEnableParallelAppend

func (x *PostgresqlConfig16_1C) GetEnableParallelAppend() *wrapperspb.BoolValue

func (*PostgresqlConfig16_1C) GetEnableParallelHash

func (x *PostgresqlConfig16_1C) GetEnableParallelHash() *wrapperspb.BoolValue

func (*PostgresqlConfig16_1C) GetEnablePartitionPruning

func (x *PostgresqlConfig16_1C) GetEnablePartitionPruning() *wrapperspb.BoolValue

func (*PostgresqlConfig16_1C) GetEnablePartitionwiseAggregate

func (x *PostgresqlConfig16_1C) GetEnablePartitionwiseAggregate() *wrapperspb.BoolValue

func (*PostgresqlConfig16_1C) GetEnablePartitionwiseJoin

func (x *PostgresqlConfig16_1C) GetEnablePartitionwiseJoin() *wrapperspb.BoolValue

func (*PostgresqlConfig16_1C) GetEnableSeqscan

func (x *PostgresqlConfig16_1C) GetEnableSeqscan() *wrapperspb.BoolValue

func (*PostgresqlConfig16_1C) GetEnableSort

func (x *PostgresqlConfig16_1C) GetEnableSort() *wrapperspb.BoolValue

func (*PostgresqlConfig16_1C) GetEnableTidscan

func (x *PostgresqlConfig16_1C) GetEnableTidscan() *wrapperspb.BoolValue

func (*PostgresqlConfig16_1C) GetEscapeStringWarning

func (x *PostgresqlConfig16_1C) GetEscapeStringWarning() *wrapperspb.BoolValue

func (*PostgresqlConfig16_1C) GetExitOnError

func (x *PostgresqlConfig16_1C) GetExitOnError() *wrapperspb.BoolValue

func (*PostgresqlConfig16_1C) GetFromCollapseLimit

func (x *PostgresqlConfig16_1C) GetFromCollapseLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig16_1C) GetGeqo

func (*PostgresqlConfig16_1C) GetGeqoEffort

func (x *PostgresqlConfig16_1C) GetGeqoEffort() *wrapperspb.Int64Value

func (*PostgresqlConfig16_1C) GetGeqoGenerations

func (x *PostgresqlConfig16_1C) GetGeqoGenerations() *wrapperspb.Int64Value

func (*PostgresqlConfig16_1C) GetGeqoPoolSize

func (x *PostgresqlConfig16_1C) GetGeqoPoolSize() *wrapperspb.Int64Value

func (*PostgresqlConfig16_1C) GetGeqoSeed

func (x *PostgresqlConfig16_1C) GetGeqoSeed() *wrapperspb.DoubleValue

func (*PostgresqlConfig16_1C) GetGeqoSelectionBias

func (x *PostgresqlConfig16_1C) GetGeqoSelectionBias() *wrapperspb.DoubleValue

func (*PostgresqlConfig16_1C) GetGeqoThreshold

func (x *PostgresqlConfig16_1C) GetGeqoThreshold() *wrapperspb.Int64Value

func (*PostgresqlConfig16_1C) GetGinPendingListLimit

func (x *PostgresqlConfig16_1C) GetGinPendingListLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig16_1C) GetHashMemMultiplier

func (x *PostgresqlConfig16_1C) GetHashMemMultiplier() *wrapperspb.DoubleValue

func (*PostgresqlConfig16_1C) GetIdleInTransactionSessionTimeout

func (x *PostgresqlConfig16_1C) GetIdleInTransactionSessionTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig16_1C) GetJit

func (*PostgresqlConfig16_1C) GetJoinCollapseLimit

func (x *PostgresqlConfig16_1C) GetJoinCollapseLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig16_1C) GetLoCompatPrivileges

func (x *PostgresqlConfig16_1C) GetLoCompatPrivileges() *wrapperspb.BoolValue

func (*PostgresqlConfig16_1C) GetLockTimeout

func (x *PostgresqlConfig16_1C) GetLockTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig16_1C) GetLogAutovacuumMinDuration

func (x *PostgresqlConfig16_1C) GetLogAutovacuumMinDuration() *wrapperspb.Int64Value

func (*PostgresqlConfig16_1C) GetLogCheckpoints

func (x *PostgresqlConfig16_1C) GetLogCheckpoints() *wrapperspb.BoolValue

func (*PostgresqlConfig16_1C) GetLogConnections

func (x *PostgresqlConfig16_1C) GetLogConnections() *wrapperspb.BoolValue

func (*PostgresqlConfig16_1C) GetLogDisconnections

func (x *PostgresqlConfig16_1C) GetLogDisconnections() *wrapperspb.BoolValue

func (*PostgresqlConfig16_1C) GetLogDuration

func (x *PostgresqlConfig16_1C) GetLogDuration() *wrapperspb.BoolValue

func (*PostgresqlConfig16_1C) GetLogErrorVerbosity

func (*PostgresqlConfig16_1C) GetLogLockWaits

func (x *PostgresqlConfig16_1C) GetLogLockWaits() *wrapperspb.BoolValue

func (*PostgresqlConfig16_1C) GetLogMinDurationSample

func (x *PostgresqlConfig16_1C) GetLogMinDurationSample() *wrapperspb.Int64Value

func (*PostgresqlConfig16_1C) GetLogMinDurationStatement

func (x *PostgresqlConfig16_1C) GetLogMinDurationStatement() *wrapperspb.Int64Value

func (*PostgresqlConfig16_1C) GetLogMinErrorStatement

func (x *PostgresqlConfig16_1C) GetLogMinErrorStatement() PostgresqlConfig16_1C_LogLevel

func (*PostgresqlConfig16_1C) GetLogMinMessages

func (*PostgresqlConfig16_1C) GetLogParameterMaxLength

func (x *PostgresqlConfig16_1C) GetLogParameterMaxLength() *wrapperspb.Int64Value

func (*PostgresqlConfig16_1C) GetLogParameterMaxLengthOnError

func (x *PostgresqlConfig16_1C) GetLogParameterMaxLengthOnError() *wrapperspb.Int64Value

func (*PostgresqlConfig16_1C) GetLogRecoveryConflictWaits

func (x *PostgresqlConfig16_1C) GetLogRecoveryConflictWaits() *wrapperspb.BoolValue

func (*PostgresqlConfig16_1C) GetLogReplicationCommands

func (x *PostgresqlConfig16_1C) GetLogReplicationCommands() *wrapperspb.BoolValue

func (*PostgresqlConfig16_1C) GetLogStatement

func (*PostgresqlConfig16_1C) GetLogStatementSampleRate

func (x *PostgresqlConfig16_1C) GetLogStatementSampleRate() *wrapperspb.DoubleValue

func (*PostgresqlConfig16_1C) GetLogTempFiles

func (x *PostgresqlConfig16_1C) GetLogTempFiles() *wrapperspb.Int64Value

func (*PostgresqlConfig16_1C) GetLogTransactionSampleRate

func (x *PostgresqlConfig16_1C) GetLogTransactionSampleRate() *wrapperspb.DoubleValue

func (*PostgresqlConfig16_1C) GetLogicalDecodingWorkMem

func (x *PostgresqlConfig16_1C) GetLogicalDecodingWorkMem() *wrapperspb.Int64Value

func (*PostgresqlConfig16_1C) GetMaintenanceIoConcurrency

func (x *PostgresqlConfig16_1C) GetMaintenanceIoConcurrency() *wrapperspb.Int64Value

func (*PostgresqlConfig16_1C) GetMaintenanceWorkMem

func (x *PostgresqlConfig16_1C) GetMaintenanceWorkMem() *wrapperspb.Int64Value

func (*PostgresqlConfig16_1C) GetMaxConnections

func (x *PostgresqlConfig16_1C) GetMaxConnections() *wrapperspb.Int64Value

func (*PostgresqlConfig16_1C) GetMaxLocksPerTransaction

func (x *PostgresqlConfig16_1C) GetMaxLocksPerTransaction() *wrapperspb.Int64Value

func (*PostgresqlConfig16_1C) GetMaxParallelMaintenanceWorkers

func (x *PostgresqlConfig16_1C) GetMaxParallelMaintenanceWorkers() *wrapperspb.Int64Value

func (*PostgresqlConfig16_1C) GetMaxParallelWorkers

func (x *PostgresqlConfig16_1C) GetMaxParallelWorkers() *wrapperspb.Int64Value

func (*PostgresqlConfig16_1C) GetMaxParallelWorkersPerGather

func (x *PostgresqlConfig16_1C) GetMaxParallelWorkersPerGather() *wrapperspb.Int64Value

func (*PostgresqlConfig16_1C) GetMaxPredLocksPerTransaction

func (x *PostgresqlConfig16_1C) GetMaxPredLocksPerTransaction() *wrapperspb.Int64Value

func (*PostgresqlConfig16_1C) GetMaxPreparedTransactions

func (x *PostgresqlConfig16_1C) GetMaxPreparedTransactions() *wrapperspb.Int64Value

func (*PostgresqlConfig16_1C) GetMaxSlotWalKeepSize

func (x *PostgresqlConfig16_1C) GetMaxSlotWalKeepSize() *wrapperspb.Int64Value

func (*PostgresqlConfig16_1C) GetMaxStackDepth

func (x *PostgresqlConfig16_1C) GetMaxStackDepth() *wrapperspb.Int64Value

func (*PostgresqlConfig16_1C) GetMaxStandbyArchiveDelay

func (x *PostgresqlConfig16_1C) GetMaxStandbyArchiveDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig16_1C) GetMaxStandbyStreamingDelay

func (x *PostgresqlConfig16_1C) GetMaxStandbyStreamingDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig16_1C) GetMaxWalSize

func (x *PostgresqlConfig16_1C) GetMaxWalSize() *wrapperspb.Int64Value

func (*PostgresqlConfig16_1C) GetMaxWorkerProcesses

func (x *PostgresqlConfig16_1C) GetMaxWorkerProcesses() *wrapperspb.Int64Value

func (*PostgresqlConfig16_1C) GetMinWalSize

func (x *PostgresqlConfig16_1C) GetMinWalSize() *wrapperspb.Int64Value

func (*PostgresqlConfig16_1C) GetOldSnapshotThreshold

func (x *PostgresqlConfig16_1C) GetOldSnapshotThreshold() *wrapperspb.Int64Value

func (*PostgresqlConfig16_1C) GetOnlineAnalyzeEnable

func (x *PostgresqlConfig16_1C) GetOnlineAnalyzeEnable() *wrapperspb.BoolValue

func (*PostgresqlConfig16_1C) GetParallelLeaderParticipation

func (x *PostgresqlConfig16_1C) GetParallelLeaderParticipation() *wrapperspb.BoolValue

func (*PostgresqlConfig16_1C) GetPasswordEncryption

func (*PostgresqlConfig16_1C) GetPgHintPlanDebugPrint

func (*PostgresqlConfig16_1C) GetPgHintPlanEnableHint

func (x *PostgresqlConfig16_1C) GetPgHintPlanEnableHint() *wrapperspb.BoolValue

func (*PostgresqlConfig16_1C) GetPgHintPlanEnableHintTable

func (x *PostgresqlConfig16_1C) GetPgHintPlanEnableHintTable() *wrapperspb.BoolValue

func (*PostgresqlConfig16_1C) GetPgHintPlanMessageLevel

func (x *PostgresqlConfig16_1C) GetPgHintPlanMessageLevel() PostgresqlConfig16_1C_LogLevel

func (*PostgresqlConfig16_1C) GetPgQualstatsEnabled

func (x *PostgresqlConfig16_1C) GetPgQualstatsEnabled() *wrapperspb.BoolValue

func (*PostgresqlConfig16_1C) GetPgQualstatsMax

func (x *PostgresqlConfig16_1C) GetPgQualstatsMax() *wrapperspb.Int64Value

func (*PostgresqlConfig16_1C) GetPgQualstatsResolveOids

func (x *PostgresqlConfig16_1C) GetPgQualstatsResolveOids() *wrapperspb.BoolValue

func (*PostgresqlConfig16_1C) GetPgQualstatsSampleRate

func (x *PostgresqlConfig16_1C) GetPgQualstatsSampleRate() *wrapperspb.DoubleValue

func (*PostgresqlConfig16_1C) GetPgQualstatsTrackConstants

func (x *PostgresqlConfig16_1C) GetPgQualstatsTrackConstants() *wrapperspb.BoolValue

func (*PostgresqlConfig16_1C) GetPgTrgmSimilarityThreshold

func (x *PostgresqlConfig16_1C) GetPgTrgmSimilarityThreshold() *wrapperspb.DoubleValue

func (*PostgresqlConfig16_1C) GetPgTrgmStrictWordSimilarityThreshold

func (x *PostgresqlConfig16_1C) GetPgTrgmStrictWordSimilarityThreshold() *wrapperspb.DoubleValue

func (*PostgresqlConfig16_1C) GetPgTrgmWordSimilarityThreshold

func (x *PostgresqlConfig16_1C) GetPgTrgmWordSimilarityThreshold() *wrapperspb.DoubleValue

func (*PostgresqlConfig16_1C) GetPlanCacheMode

func (*PostgresqlConfig16_1C) GetPlantunerFixEmptyTable

func (x *PostgresqlConfig16_1C) GetPlantunerFixEmptyTable() *wrapperspb.BoolValue

func (*PostgresqlConfig16_1C) GetQuoteAllIdentifiers

func (x *PostgresqlConfig16_1C) GetQuoteAllIdentifiers() *wrapperspb.BoolValue

func (*PostgresqlConfig16_1C) GetRandomPageCost

func (x *PostgresqlConfig16_1C) GetRandomPageCost() *wrapperspb.DoubleValue

func (*PostgresqlConfig16_1C) GetRowSecurity

func (x *PostgresqlConfig16_1C) GetRowSecurity() *wrapperspb.BoolValue

func (*PostgresqlConfig16_1C) GetSearchPath

func (x *PostgresqlConfig16_1C) GetSearchPath() string

func (*PostgresqlConfig16_1C) GetSeqPageCost

func (x *PostgresqlConfig16_1C) GetSeqPageCost() *wrapperspb.DoubleValue

func (*PostgresqlConfig16_1C) GetSessionDurationTimeout

func (x *PostgresqlConfig16_1C) GetSessionDurationTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig16_1C) GetSharedBuffers

func (x *PostgresqlConfig16_1C) GetSharedBuffers() *wrapperspb.Int64Value

func (*PostgresqlConfig16_1C) GetSharedPreloadLibraries

func (*PostgresqlConfig16_1C) GetStandardConformingStrings

func (x *PostgresqlConfig16_1C) GetStandardConformingStrings() *wrapperspb.BoolValue

func (*PostgresqlConfig16_1C) GetStatementTimeout

func (x *PostgresqlConfig16_1C) GetStatementTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig16_1C) GetSynchronizeSeqscans

func (x *PostgresqlConfig16_1C) GetSynchronizeSeqscans() *wrapperspb.BoolValue

func (*PostgresqlConfig16_1C) GetSynchronousCommit

func (*PostgresqlConfig16_1C) GetTempBuffers

func (x *PostgresqlConfig16_1C) GetTempBuffers() *wrapperspb.Int64Value

func (*PostgresqlConfig16_1C) GetTempFileLimit

func (x *PostgresqlConfig16_1C) GetTempFileLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig16_1C) GetTimezone

func (x *PostgresqlConfig16_1C) GetTimezone() string

func (*PostgresqlConfig16_1C) GetTrackActivityQuerySize

func (x *PostgresqlConfig16_1C) GetTrackActivityQuerySize() *wrapperspb.Int64Value

func (*PostgresqlConfig16_1C) GetTransformNullEquals

func (x *PostgresqlConfig16_1C) GetTransformNullEquals() *wrapperspb.BoolValue

func (*PostgresqlConfig16_1C) GetVacuumCostDelay

func (x *PostgresqlConfig16_1C) GetVacuumCostDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig16_1C) GetVacuumCostLimit

func (x *PostgresqlConfig16_1C) GetVacuumCostLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig16_1C) GetVacuumCostPageDirty

func (x *PostgresqlConfig16_1C) GetVacuumCostPageDirty() *wrapperspb.Int64Value

func (*PostgresqlConfig16_1C) GetVacuumCostPageHit

func (x *PostgresqlConfig16_1C) GetVacuumCostPageHit() *wrapperspb.Int64Value

func (*PostgresqlConfig16_1C) GetVacuumCostPageMiss

func (x *PostgresqlConfig16_1C) GetVacuumCostPageMiss() *wrapperspb.Int64Value

func (*PostgresqlConfig16_1C) GetVacuumFailsafeAge

func (x *PostgresqlConfig16_1C) GetVacuumFailsafeAge() *wrapperspb.Int64Value

func (*PostgresqlConfig16_1C) GetVacuumMultixactFailsafeAge

func (x *PostgresqlConfig16_1C) GetVacuumMultixactFailsafeAge() *wrapperspb.Int64Value

func (*PostgresqlConfig16_1C) GetWalKeepSize

func (x *PostgresqlConfig16_1C) GetWalKeepSize() *wrapperspb.Int64Value

func (*PostgresqlConfig16_1C) GetWalLevel

func (*PostgresqlConfig16_1C) GetWorkMem

func (x *PostgresqlConfig16_1C) GetWorkMem() *wrapperspb.Int64Value

func (*PostgresqlConfig16_1C) GetXmlbinary

func (*PostgresqlConfig16_1C) GetXmloption

func (*PostgresqlConfig16_1C) ProtoMessage

func (*PostgresqlConfig16_1C) ProtoMessage()

func (*PostgresqlConfig16_1C) ProtoReflect

func (x *PostgresqlConfig16_1C) ProtoReflect() protoreflect.Message

func (*PostgresqlConfig16_1C) Reset

func (x *PostgresqlConfig16_1C) Reset()

func (*PostgresqlConfig16_1C) SetArchiveTimeout

func (m *PostgresqlConfig16_1C) SetArchiveTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16_1C) SetArrayNulls

func (m *PostgresqlConfig16_1C) SetArrayNulls(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16_1C) SetAutoExplainLogAnalyze

func (m *PostgresqlConfig16_1C) SetAutoExplainLogAnalyze(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16_1C) SetAutoExplainLogBuffers

func (m *PostgresqlConfig16_1C) SetAutoExplainLogBuffers(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16_1C) SetAutoExplainLogMinDuration

func (m *PostgresqlConfig16_1C) SetAutoExplainLogMinDuration(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16_1C) SetAutoExplainLogNestedStatements

func (m *PostgresqlConfig16_1C) SetAutoExplainLogNestedStatements(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16_1C) SetAutoExplainLogTiming

func (m *PostgresqlConfig16_1C) SetAutoExplainLogTiming(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16_1C) SetAutoExplainLogTriggers

func (m *PostgresqlConfig16_1C) SetAutoExplainLogTriggers(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16_1C) SetAutoExplainLogVerbose

func (m *PostgresqlConfig16_1C) SetAutoExplainLogVerbose(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16_1C) SetAutoExplainSampleRate

func (m *PostgresqlConfig16_1C) SetAutoExplainSampleRate(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig16_1C) SetAutovacuumAnalyzeScaleFactor

func (m *PostgresqlConfig16_1C) SetAutovacuumAnalyzeScaleFactor(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig16_1C) SetAutovacuumMaxWorkers

func (m *PostgresqlConfig16_1C) SetAutovacuumMaxWorkers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16_1C) SetAutovacuumNaptime

func (m *PostgresqlConfig16_1C) SetAutovacuumNaptime(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16_1C) SetAutovacuumVacuumCostDelay

func (m *PostgresqlConfig16_1C) SetAutovacuumVacuumCostDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16_1C) SetAutovacuumVacuumCostLimit

func (m *PostgresqlConfig16_1C) SetAutovacuumVacuumCostLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16_1C) SetAutovacuumVacuumInsertScaleFactor

func (m *PostgresqlConfig16_1C) SetAutovacuumVacuumInsertScaleFactor(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig16_1C) SetAutovacuumVacuumInsertThreshold

func (m *PostgresqlConfig16_1C) SetAutovacuumVacuumInsertThreshold(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16_1C) SetAutovacuumVacuumScaleFactor

func (m *PostgresqlConfig16_1C) SetAutovacuumVacuumScaleFactor(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig16_1C) SetAutovacuumWorkMem

func (m *PostgresqlConfig16_1C) SetAutovacuumWorkMem(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16_1C) SetBackendFlushAfter

func (m *PostgresqlConfig16_1C) SetBackendFlushAfter(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16_1C) SetBackslashQuote

func (*PostgresqlConfig16_1C) SetBgwriterDelay

func (m *PostgresqlConfig16_1C) SetBgwriterDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16_1C) SetBgwriterFlushAfter

func (m *PostgresqlConfig16_1C) SetBgwriterFlushAfter(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16_1C) SetBgwriterLruMaxpages

func (m *PostgresqlConfig16_1C) SetBgwriterLruMaxpages(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16_1C) SetBgwriterLruMultiplier

func (m *PostgresqlConfig16_1C) SetBgwriterLruMultiplier(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig16_1C) SetByteaOutput

func (*PostgresqlConfig16_1C) SetCheckpointCompletionTarget

func (m *PostgresqlConfig16_1C) SetCheckpointCompletionTarget(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig16_1C) SetCheckpointFlushAfter

func (m *PostgresqlConfig16_1C) SetCheckpointFlushAfter(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16_1C) SetCheckpointTimeout

func (m *PostgresqlConfig16_1C) SetCheckpointTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16_1C) SetClientConnectionCheckInterval

func (m *PostgresqlConfig16_1C) SetClientConnectionCheckInterval(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16_1C) SetClientMinMessages

func (m *PostgresqlConfig16_1C) SetClientMinMessages(v PostgresqlConfig16_1C_LogLevel)

func (*PostgresqlConfig16_1C) SetConstraintExclusion

func (*PostgresqlConfig16_1C) SetCursorTupleFraction

func (m *PostgresqlConfig16_1C) SetCursorTupleFraction(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig16_1C) SetDeadlockTimeout

func (m *PostgresqlConfig16_1C) SetDeadlockTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16_1C) SetDebugParallelQuery

func (*PostgresqlConfig16_1C) SetDefaultStatisticsTarget

func (m *PostgresqlConfig16_1C) SetDefaultStatisticsTarget(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16_1C) SetDefaultTransactionIsolation

func (m *PostgresqlConfig16_1C) SetDefaultTransactionIsolation(v PostgresqlConfig16_1C_TransactionIsolation)

func (*PostgresqlConfig16_1C) SetDefaultTransactionReadOnly

func (m *PostgresqlConfig16_1C) SetDefaultTransactionReadOnly(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16_1C) SetDefaultWithOids

func (m *PostgresqlConfig16_1C) SetDefaultWithOids(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16_1C) SetEffectiveCacheSize

func (m *PostgresqlConfig16_1C) SetEffectiveCacheSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16_1C) SetEffectiveIoConcurrency

func (m *PostgresqlConfig16_1C) SetEffectiveIoConcurrency(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16_1C) SetEnableAsyncAppend

func (m *PostgresqlConfig16_1C) SetEnableAsyncAppend(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16_1C) SetEnableBitmapscan

func (m *PostgresqlConfig16_1C) SetEnableBitmapscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16_1C) SetEnableGathermerge

func (m *PostgresqlConfig16_1C) SetEnableGathermerge(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16_1C) SetEnableGroupByReordering

func (m *PostgresqlConfig16_1C) SetEnableGroupByReordering(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16_1C) SetEnableHashagg

func (m *PostgresqlConfig16_1C) SetEnableHashagg(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16_1C) SetEnableHashjoin

func (m *PostgresqlConfig16_1C) SetEnableHashjoin(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16_1C) SetEnableIncrementalSort

func (m *PostgresqlConfig16_1C) SetEnableIncrementalSort(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16_1C) SetEnableIndexonlyscan

func (m *PostgresqlConfig16_1C) SetEnableIndexonlyscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16_1C) SetEnableIndexscan

func (m *PostgresqlConfig16_1C) SetEnableIndexscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16_1C) SetEnableMaterial

func (m *PostgresqlConfig16_1C) SetEnableMaterial(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16_1C) SetEnableMemoize

func (m *PostgresqlConfig16_1C) SetEnableMemoize(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16_1C) SetEnableMergejoin

func (m *PostgresqlConfig16_1C) SetEnableMergejoin(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16_1C) SetEnableNestloop

func (m *PostgresqlConfig16_1C) SetEnableNestloop(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16_1C) SetEnableParallelAppend

func (m *PostgresqlConfig16_1C) SetEnableParallelAppend(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16_1C) SetEnableParallelHash

func (m *PostgresqlConfig16_1C) SetEnableParallelHash(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16_1C) SetEnablePartitionPruning

func (m *PostgresqlConfig16_1C) SetEnablePartitionPruning(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16_1C) SetEnablePartitionwiseAggregate

func (m *PostgresqlConfig16_1C) SetEnablePartitionwiseAggregate(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16_1C) SetEnablePartitionwiseJoin

func (m *PostgresqlConfig16_1C) SetEnablePartitionwiseJoin(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16_1C) SetEnableSeqscan

func (m *PostgresqlConfig16_1C) SetEnableSeqscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16_1C) SetEnableSort

func (m *PostgresqlConfig16_1C) SetEnableSort(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16_1C) SetEnableTidscan

func (m *PostgresqlConfig16_1C) SetEnableTidscan(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16_1C) SetEscapeStringWarning

func (m *PostgresqlConfig16_1C) SetEscapeStringWarning(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16_1C) SetExitOnError

func (m *PostgresqlConfig16_1C) SetExitOnError(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16_1C) SetFromCollapseLimit

func (m *PostgresqlConfig16_1C) SetFromCollapseLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16_1C) SetGeqo

func (*PostgresqlConfig16_1C) SetGeqoEffort

func (m *PostgresqlConfig16_1C) SetGeqoEffort(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16_1C) SetGeqoGenerations

func (m *PostgresqlConfig16_1C) SetGeqoGenerations(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16_1C) SetGeqoPoolSize

func (m *PostgresqlConfig16_1C) SetGeqoPoolSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16_1C) SetGeqoSeed

func (m *PostgresqlConfig16_1C) SetGeqoSeed(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig16_1C) SetGeqoSelectionBias

func (m *PostgresqlConfig16_1C) SetGeqoSelectionBias(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig16_1C) SetGeqoThreshold

func (m *PostgresqlConfig16_1C) SetGeqoThreshold(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16_1C) SetGinPendingListLimit

func (m *PostgresqlConfig16_1C) SetGinPendingListLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16_1C) SetHashMemMultiplier

func (m *PostgresqlConfig16_1C) SetHashMemMultiplier(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig16_1C) SetIdleInTransactionSessionTimeout

func (m *PostgresqlConfig16_1C) SetIdleInTransactionSessionTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16_1C) SetJit

func (*PostgresqlConfig16_1C) SetJoinCollapseLimit

func (m *PostgresqlConfig16_1C) SetJoinCollapseLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16_1C) SetLoCompatPrivileges

func (m *PostgresqlConfig16_1C) SetLoCompatPrivileges(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16_1C) SetLockTimeout

func (m *PostgresqlConfig16_1C) SetLockTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16_1C) SetLogAutovacuumMinDuration

func (m *PostgresqlConfig16_1C) SetLogAutovacuumMinDuration(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16_1C) SetLogCheckpoints

func (m *PostgresqlConfig16_1C) SetLogCheckpoints(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16_1C) SetLogConnections

func (m *PostgresqlConfig16_1C) SetLogConnections(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16_1C) SetLogDisconnections

func (m *PostgresqlConfig16_1C) SetLogDisconnections(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16_1C) SetLogDuration

func (m *PostgresqlConfig16_1C) SetLogDuration(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16_1C) SetLogErrorVerbosity

func (*PostgresqlConfig16_1C) SetLogLockWaits

func (m *PostgresqlConfig16_1C) SetLogLockWaits(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16_1C) SetLogMinDurationSample

func (m *PostgresqlConfig16_1C) SetLogMinDurationSample(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16_1C) SetLogMinDurationStatement

func (m *PostgresqlConfig16_1C) SetLogMinDurationStatement(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16_1C) SetLogMinErrorStatement

func (m *PostgresqlConfig16_1C) SetLogMinErrorStatement(v PostgresqlConfig16_1C_LogLevel)

func (*PostgresqlConfig16_1C) SetLogMinMessages

func (m *PostgresqlConfig16_1C) SetLogMinMessages(v PostgresqlConfig16_1C_LogLevel)

func (*PostgresqlConfig16_1C) SetLogParameterMaxLength

func (m *PostgresqlConfig16_1C) SetLogParameterMaxLength(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16_1C) SetLogParameterMaxLengthOnError

func (m *PostgresqlConfig16_1C) SetLogParameterMaxLengthOnError(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16_1C) SetLogRecoveryConflictWaits

func (m *PostgresqlConfig16_1C) SetLogRecoveryConflictWaits(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16_1C) SetLogReplicationCommands

func (m *PostgresqlConfig16_1C) SetLogReplicationCommands(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16_1C) SetLogStatement

func (*PostgresqlConfig16_1C) SetLogStatementSampleRate

func (m *PostgresqlConfig16_1C) SetLogStatementSampleRate(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig16_1C) SetLogTempFiles

func (m *PostgresqlConfig16_1C) SetLogTempFiles(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16_1C) SetLogTransactionSampleRate

func (m *PostgresqlConfig16_1C) SetLogTransactionSampleRate(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig16_1C) SetLogicalDecodingWorkMem

func (m *PostgresqlConfig16_1C) SetLogicalDecodingWorkMem(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16_1C) SetMaintenanceIoConcurrency

func (m *PostgresqlConfig16_1C) SetMaintenanceIoConcurrency(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16_1C) SetMaintenanceWorkMem

func (m *PostgresqlConfig16_1C) SetMaintenanceWorkMem(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16_1C) SetMaxConnections

func (m *PostgresqlConfig16_1C) SetMaxConnections(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16_1C) SetMaxLocksPerTransaction

func (m *PostgresqlConfig16_1C) SetMaxLocksPerTransaction(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16_1C) SetMaxParallelMaintenanceWorkers

func (m *PostgresqlConfig16_1C) SetMaxParallelMaintenanceWorkers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16_1C) SetMaxParallelWorkers

func (m *PostgresqlConfig16_1C) SetMaxParallelWorkers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16_1C) SetMaxParallelWorkersPerGather

func (m *PostgresqlConfig16_1C) SetMaxParallelWorkersPerGather(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16_1C) SetMaxPredLocksPerTransaction

func (m *PostgresqlConfig16_1C) SetMaxPredLocksPerTransaction(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16_1C) SetMaxPreparedTransactions

func (m *PostgresqlConfig16_1C) SetMaxPreparedTransactions(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16_1C) SetMaxSlotWalKeepSize

func (m *PostgresqlConfig16_1C) SetMaxSlotWalKeepSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16_1C) SetMaxStackDepth

func (m *PostgresqlConfig16_1C) SetMaxStackDepth(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16_1C) SetMaxStandbyArchiveDelay

func (m *PostgresqlConfig16_1C) SetMaxStandbyArchiveDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16_1C) SetMaxStandbyStreamingDelay

func (m *PostgresqlConfig16_1C) SetMaxStandbyStreamingDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16_1C) SetMaxWalSize

func (m *PostgresqlConfig16_1C) SetMaxWalSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16_1C) SetMaxWorkerProcesses

func (m *PostgresqlConfig16_1C) SetMaxWorkerProcesses(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16_1C) SetMinWalSize

func (m *PostgresqlConfig16_1C) SetMinWalSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16_1C) SetOldSnapshotThreshold

func (m *PostgresqlConfig16_1C) SetOldSnapshotThreshold(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16_1C) SetOnlineAnalyzeEnable

func (m *PostgresqlConfig16_1C) SetOnlineAnalyzeEnable(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16_1C) SetParallelLeaderParticipation

func (m *PostgresqlConfig16_1C) SetParallelLeaderParticipation(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16_1C) SetPasswordEncryption

func (*PostgresqlConfig16_1C) SetPgHintPlanDebugPrint

func (*PostgresqlConfig16_1C) SetPgHintPlanEnableHint

func (m *PostgresqlConfig16_1C) SetPgHintPlanEnableHint(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16_1C) SetPgHintPlanEnableHintTable

func (m *PostgresqlConfig16_1C) SetPgHintPlanEnableHintTable(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16_1C) SetPgHintPlanMessageLevel

func (m *PostgresqlConfig16_1C) SetPgHintPlanMessageLevel(v PostgresqlConfig16_1C_LogLevel)

func (*PostgresqlConfig16_1C) SetPgQualstatsEnabled

func (m *PostgresqlConfig16_1C) SetPgQualstatsEnabled(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16_1C) SetPgQualstatsMax

func (m *PostgresqlConfig16_1C) SetPgQualstatsMax(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16_1C) SetPgQualstatsResolveOids

func (m *PostgresqlConfig16_1C) SetPgQualstatsResolveOids(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16_1C) SetPgQualstatsSampleRate

func (m *PostgresqlConfig16_1C) SetPgQualstatsSampleRate(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig16_1C) SetPgQualstatsTrackConstants

func (m *PostgresqlConfig16_1C) SetPgQualstatsTrackConstants(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16_1C) SetPgTrgmSimilarityThreshold

func (m *PostgresqlConfig16_1C) SetPgTrgmSimilarityThreshold(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig16_1C) SetPgTrgmStrictWordSimilarityThreshold

func (m *PostgresqlConfig16_1C) SetPgTrgmStrictWordSimilarityThreshold(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig16_1C) SetPgTrgmWordSimilarityThreshold

func (m *PostgresqlConfig16_1C) SetPgTrgmWordSimilarityThreshold(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig16_1C) SetPlanCacheMode

func (*PostgresqlConfig16_1C) SetPlantunerFixEmptyTable

func (m *PostgresqlConfig16_1C) SetPlantunerFixEmptyTable(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16_1C) SetQuoteAllIdentifiers

func (m *PostgresqlConfig16_1C) SetQuoteAllIdentifiers(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16_1C) SetRandomPageCost

func (m *PostgresqlConfig16_1C) SetRandomPageCost(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig16_1C) SetRowSecurity

func (m *PostgresqlConfig16_1C) SetRowSecurity(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16_1C) SetSearchPath

func (m *PostgresqlConfig16_1C) SetSearchPath(v string)

func (*PostgresqlConfig16_1C) SetSeqPageCost

func (m *PostgresqlConfig16_1C) SetSeqPageCost(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig16_1C) SetSessionDurationTimeout

func (m *PostgresqlConfig16_1C) SetSessionDurationTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16_1C) SetSharedBuffers

func (m *PostgresqlConfig16_1C) SetSharedBuffers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16_1C) SetSharedPreloadLibraries

func (m *PostgresqlConfig16_1C) SetSharedPreloadLibraries(v []PostgresqlConfig16_1C_SharedPreloadLibraries)

func (*PostgresqlConfig16_1C) SetStandardConformingStrings

func (m *PostgresqlConfig16_1C) SetStandardConformingStrings(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16_1C) SetStatementTimeout

func (m *PostgresqlConfig16_1C) SetStatementTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16_1C) SetSynchronizeSeqscans

func (m *PostgresqlConfig16_1C) SetSynchronizeSeqscans(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16_1C) SetSynchronousCommit

func (*PostgresqlConfig16_1C) SetTempBuffers

func (m *PostgresqlConfig16_1C) SetTempBuffers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16_1C) SetTempFileLimit

func (m *PostgresqlConfig16_1C) SetTempFileLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16_1C) SetTimezone

func (m *PostgresqlConfig16_1C) SetTimezone(v string)

func (*PostgresqlConfig16_1C) SetTrackActivityQuerySize

func (m *PostgresqlConfig16_1C) SetTrackActivityQuerySize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16_1C) SetTransformNullEquals

func (m *PostgresqlConfig16_1C) SetTransformNullEquals(v *wrapperspb.BoolValue)

func (*PostgresqlConfig16_1C) SetVacuumCostDelay

func (m *PostgresqlConfig16_1C) SetVacuumCostDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16_1C) SetVacuumCostLimit

func (m *PostgresqlConfig16_1C) SetVacuumCostLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16_1C) SetVacuumCostPageDirty

func (m *PostgresqlConfig16_1C) SetVacuumCostPageDirty(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16_1C) SetVacuumCostPageHit

func (m *PostgresqlConfig16_1C) SetVacuumCostPageHit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16_1C) SetVacuumCostPageMiss

func (m *PostgresqlConfig16_1C) SetVacuumCostPageMiss(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16_1C) SetVacuumFailsafeAge

func (m *PostgresqlConfig16_1C) SetVacuumFailsafeAge(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16_1C) SetVacuumMultixactFailsafeAge

func (m *PostgresqlConfig16_1C) SetVacuumMultixactFailsafeAge(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16_1C) SetWalKeepSize

func (m *PostgresqlConfig16_1C) SetWalKeepSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16_1C) SetWalLevel

func (*PostgresqlConfig16_1C) SetWorkMem

func (m *PostgresqlConfig16_1C) SetWorkMem(v *wrapperspb.Int64Value)

func (*PostgresqlConfig16_1C) SetXmlbinary

func (*PostgresqlConfig16_1C) SetXmloption

func (*PostgresqlConfig16_1C) String

func (x *PostgresqlConfig16_1C) String() string

type PostgresqlConfig16_1C_BackslashQuote

type PostgresqlConfig16_1C_BackslashQuote int32
const (
	PostgresqlConfig16_1C_BACKSLASH_QUOTE_UNSPECIFIED   PostgresqlConfig16_1C_BackslashQuote = 0
	PostgresqlConfig16_1C_BACKSLASH_QUOTE               PostgresqlConfig16_1C_BackslashQuote = 1
	PostgresqlConfig16_1C_BACKSLASH_QUOTE_ON            PostgresqlConfig16_1C_BackslashQuote = 2
	PostgresqlConfig16_1C_BACKSLASH_QUOTE_OFF           PostgresqlConfig16_1C_BackslashQuote = 3
	PostgresqlConfig16_1C_BACKSLASH_QUOTE_SAFE_ENCODING PostgresqlConfig16_1C_BackslashQuote = 4
)

func (PostgresqlConfig16_1C_BackslashQuote) Descriptor

func (PostgresqlConfig16_1C_BackslashQuote) Enum

func (PostgresqlConfig16_1C_BackslashQuote) EnumDescriptor deprecated

func (PostgresqlConfig16_1C_BackslashQuote) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig16_1C_BackslashQuote.Descriptor instead.

func (PostgresqlConfig16_1C_BackslashQuote) Number

func (PostgresqlConfig16_1C_BackslashQuote) String

func (PostgresqlConfig16_1C_BackslashQuote) Type

type PostgresqlConfig16_1C_ByteaOutput

type PostgresqlConfig16_1C_ByteaOutput int32
const (
	PostgresqlConfig16_1C_BYTEA_OUTPUT_UNSPECIFIED PostgresqlConfig16_1C_ByteaOutput = 0
	PostgresqlConfig16_1C_BYTEA_OUTPUT_HEX         PostgresqlConfig16_1C_ByteaOutput = 1
	PostgresqlConfig16_1C_BYTEA_OUTPUT_ESCAPED     PostgresqlConfig16_1C_ByteaOutput = 2
)

func (PostgresqlConfig16_1C_ByteaOutput) Descriptor

func (PostgresqlConfig16_1C_ByteaOutput) Enum

func (PostgresqlConfig16_1C_ByteaOutput) EnumDescriptor deprecated

func (PostgresqlConfig16_1C_ByteaOutput) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig16_1C_ByteaOutput.Descriptor instead.

func (PostgresqlConfig16_1C_ByteaOutput) Number

func (PostgresqlConfig16_1C_ByteaOutput) String

func (PostgresqlConfig16_1C_ByteaOutput) Type

type PostgresqlConfig16_1C_ConstraintExclusion

type PostgresqlConfig16_1C_ConstraintExclusion int32
const (
	PostgresqlConfig16_1C_CONSTRAINT_EXCLUSION_UNSPECIFIED PostgresqlConfig16_1C_ConstraintExclusion = 0
	PostgresqlConfig16_1C_CONSTRAINT_EXCLUSION_ON          PostgresqlConfig16_1C_ConstraintExclusion = 1
	PostgresqlConfig16_1C_CONSTRAINT_EXCLUSION_OFF         PostgresqlConfig16_1C_ConstraintExclusion = 2
	PostgresqlConfig16_1C_CONSTRAINT_EXCLUSION_PARTITION   PostgresqlConfig16_1C_ConstraintExclusion = 3
)

func (PostgresqlConfig16_1C_ConstraintExclusion) Descriptor

func (PostgresqlConfig16_1C_ConstraintExclusion) Enum

func (PostgresqlConfig16_1C_ConstraintExclusion) EnumDescriptor deprecated

func (PostgresqlConfig16_1C_ConstraintExclusion) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig16_1C_ConstraintExclusion.Descriptor instead.

func (PostgresqlConfig16_1C_ConstraintExclusion) Number

func (PostgresqlConfig16_1C_ConstraintExclusion) String

func (PostgresqlConfig16_1C_ConstraintExclusion) Type

type PostgresqlConfig16_1C_DebugParallelQuery

type PostgresqlConfig16_1C_DebugParallelQuery int32
const (
	PostgresqlConfig16_1C_DEBUG_PARALLEL_QUERY_UNSPECIFIED PostgresqlConfig16_1C_DebugParallelQuery = 0
	PostgresqlConfig16_1C_DEBUG_PARALLEL_QUERY_ON          PostgresqlConfig16_1C_DebugParallelQuery = 1
	PostgresqlConfig16_1C_DEBUG_PARALLEL_QUERY_OFF         PostgresqlConfig16_1C_DebugParallelQuery = 2
	PostgresqlConfig16_1C_DEBUG_PARALLEL_QUERY_REGRESS     PostgresqlConfig16_1C_DebugParallelQuery = 3
)

func (PostgresqlConfig16_1C_DebugParallelQuery) Descriptor

func (PostgresqlConfig16_1C_DebugParallelQuery) Enum

func (PostgresqlConfig16_1C_DebugParallelQuery) EnumDescriptor deprecated

func (PostgresqlConfig16_1C_DebugParallelQuery) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig16_1C_DebugParallelQuery.Descriptor instead.

func (PostgresqlConfig16_1C_DebugParallelQuery) Number

func (PostgresqlConfig16_1C_DebugParallelQuery) String

func (PostgresqlConfig16_1C_DebugParallelQuery) Type

type PostgresqlConfig16_1C_LogErrorVerbosity

type PostgresqlConfig16_1C_LogErrorVerbosity int32
const (
	PostgresqlConfig16_1C_LOG_ERROR_VERBOSITY_UNSPECIFIED PostgresqlConfig16_1C_LogErrorVerbosity = 0
	PostgresqlConfig16_1C_LOG_ERROR_VERBOSITY_TERSE       PostgresqlConfig16_1C_LogErrorVerbosity = 1
	PostgresqlConfig16_1C_LOG_ERROR_VERBOSITY_DEFAULT     PostgresqlConfig16_1C_LogErrorVerbosity = 2
	PostgresqlConfig16_1C_LOG_ERROR_VERBOSITY_VERBOSE     PostgresqlConfig16_1C_LogErrorVerbosity = 3
)

func (PostgresqlConfig16_1C_LogErrorVerbosity) Descriptor

func (PostgresqlConfig16_1C_LogErrorVerbosity) Enum

func (PostgresqlConfig16_1C_LogErrorVerbosity) EnumDescriptor deprecated

func (PostgresqlConfig16_1C_LogErrorVerbosity) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig16_1C_LogErrorVerbosity.Descriptor instead.

func (PostgresqlConfig16_1C_LogErrorVerbosity) Number

func (PostgresqlConfig16_1C_LogErrorVerbosity) String

func (PostgresqlConfig16_1C_LogErrorVerbosity) Type

type PostgresqlConfig16_1C_LogLevel

type PostgresqlConfig16_1C_LogLevel int32
const (
	PostgresqlConfig16_1C_LOG_LEVEL_UNSPECIFIED PostgresqlConfig16_1C_LogLevel = 0
	PostgresqlConfig16_1C_LOG_LEVEL_DEBUG5      PostgresqlConfig16_1C_LogLevel = 1
	PostgresqlConfig16_1C_LOG_LEVEL_DEBUG4      PostgresqlConfig16_1C_LogLevel = 2
	PostgresqlConfig16_1C_LOG_LEVEL_DEBUG3      PostgresqlConfig16_1C_LogLevel = 3
	PostgresqlConfig16_1C_LOG_LEVEL_DEBUG2      PostgresqlConfig16_1C_LogLevel = 4
	PostgresqlConfig16_1C_LOG_LEVEL_DEBUG1      PostgresqlConfig16_1C_LogLevel = 5
	PostgresqlConfig16_1C_LOG_LEVEL_INFO        PostgresqlConfig16_1C_LogLevel = 12
	PostgresqlConfig16_1C_LOG_LEVEL_LOG         PostgresqlConfig16_1C_LogLevel = 6
	PostgresqlConfig16_1C_LOG_LEVEL_NOTICE      PostgresqlConfig16_1C_LogLevel = 7
	PostgresqlConfig16_1C_LOG_LEVEL_WARNING     PostgresqlConfig16_1C_LogLevel = 8
	PostgresqlConfig16_1C_LOG_LEVEL_ERROR       PostgresqlConfig16_1C_LogLevel = 9
	PostgresqlConfig16_1C_LOG_LEVEL_FATAL       PostgresqlConfig16_1C_LogLevel = 10
	PostgresqlConfig16_1C_LOG_LEVEL_PANIC       PostgresqlConfig16_1C_LogLevel = 11
)

func (PostgresqlConfig16_1C_LogLevel) Descriptor

func (PostgresqlConfig16_1C_LogLevel) Enum

func (PostgresqlConfig16_1C_LogLevel) EnumDescriptor deprecated

func (PostgresqlConfig16_1C_LogLevel) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig16_1C_LogLevel.Descriptor instead.

func (PostgresqlConfig16_1C_LogLevel) Number

func (PostgresqlConfig16_1C_LogLevel) String

func (PostgresqlConfig16_1C_LogLevel) Type

type PostgresqlConfig16_1C_LogStatement

type PostgresqlConfig16_1C_LogStatement int32
const (
	PostgresqlConfig16_1C_LOG_STATEMENT_UNSPECIFIED PostgresqlConfig16_1C_LogStatement = 0
	PostgresqlConfig16_1C_LOG_STATEMENT_NONE        PostgresqlConfig16_1C_LogStatement = 1
	PostgresqlConfig16_1C_LOG_STATEMENT_DDL         PostgresqlConfig16_1C_LogStatement = 2
	PostgresqlConfig16_1C_LOG_STATEMENT_MOD         PostgresqlConfig16_1C_LogStatement = 3
	PostgresqlConfig16_1C_LOG_STATEMENT_ALL         PostgresqlConfig16_1C_LogStatement = 4
)

func (PostgresqlConfig16_1C_LogStatement) Descriptor

func (PostgresqlConfig16_1C_LogStatement) Enum

func (PostgresqlConfig16_1C_LogStatement) EnumDescriptor deprecated

func (PostgresqlConfig16_1C_LogStatement) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig16_1C_LogStatement.Descriptor instead.

func (PostgresqlConfig16_1C_LogStatement) Number

func (PostgresqlConfig16_1C_LogStatement) String

func (PostgresqlConfig16_1C_LogStatement) Type

type PostgresqlConfig16_1C_PasswordEncryption

type PostgresqlConfig16_1C_PasswordEncryption int32
const (
	PostgresqlConfig16_1C_PASSWORD_ENCRYPTION_UNSPECIFIED   PostgresqlConfig16_1C_PasswordEncryption = 0
	PostgresqlConfig16_1C_PASSWORD_ENCRYPTION_MD5           PostgresqlConfig16_1C_PasswordEncryption = 1
	PostgresqlConfig16_1C_PASSWORD_ENCRYPTION_SCRAM_SHA_256 PostgresqlConfig16_1C_PasswordEncryption = 2
)

func (PostgresqlConfig16_1C_PasswordEncryption) Descriptor

func (PostgresqlConfig16_1C_PasswordEncryption) Enum

func (PostgresqlConfig16_1C_PasswordEncryption) EnumDescriptor deprecated

func (PostgresqlConfig16_1C_PasswordEncryption) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig16_1C_PasswordEncryption.Descriptor instead.

func (PostgresqlConfig16_1C_PasswordEncryption) Number

func (PostgresqlConfig16_1C_PasswordEncryption) String

func (PostgresqlConfig16_1C_PasswordEncryption) Type

type PostgresqlConfig16_1C_PgHintPlanDebugPrint

type PostgresqlConfig16_1C_PgHintPlanDebugPrint int32
const (
	PostgresqlConfig16_1C_PG_HINT_PLAN_DEBUG_PRINT_UNSPECIFIED PostgresqlConfig16_1C_PgHintPlanDebugPrint = 0
	PostgresqlConfig16_1C_PG_HINT_PLAN_DEBUG_PRINT_OFF         PostgresqlConfig16_1C_PgHintPlanDebugPrint = 1
	PostgresqlConfig16_1C_PG_HINT_PLAN_DEBUG_PRINT_ON          PostgresqlConfig16_1C_PgHintPlanDebugPrint = 2
	PostgresqlConfig16_1C_PG_HINT_PLAN_DEBUG_PRINT_DETAILED    PostgresqlConfig16_1C_PgHintPlanDebugPrint = 3
	PostgresqlConfig16_1C_PG_HINT_PLAN_DEBUG_PRINT_VERBOSE     PostgresqlConfig16_1C_PgHintPlanDebugPrint = 4
)

func (PostgresqlConfig16_1C_PgHintPlanDebugPrint) Descriptor

func (PostgresqlConfig16_1C_PgHintPlanDebugPrint) Enum

func (PostgresqlConfig16_1C_PgHintPlanDebugPrint) EnumDescriptor deprecated

func (PostgresqlConfig16_1C_PgHintPlanDebugPrint) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig16_1C_PgHintPlanDebugPrint.Descriptor instead.

func (PostgresqlConfig16_1C_PgHintPlanDebugPrint) Number

func (PostgresqlConfig16_1C_PgHintPlanDebugPrint) String

func (PostgresqlConfig16_1C_PgHintPlanDebugPrint) Type

type PostgresqlConfig16_1C_PlanCacheMode

type PostgresqlConfig16_1C_PlanCacheMode int32
const (
	PostgresqlConfig16_1C_PLAN_CACHE_MODE_UNSPECIFIED        PostgresqlConfig16_1C_PlanCacheMode = 0
	PostgresqlConfig16_1C_PLAN_CACHE_MODE_AUTO               PostgresqlConfig16_1C_PlanCacheMode = 1
	PostgresqlConfig16_1C_PLAN_CACHE_MODE_FORCE_CUSTOM_PLAN  PostgresqlConfig16_1C_PlanCacheMode = 2
	PostgresqlConfig16_1C_PLAN_CACHE_MODE_FORCE_GENERIC_PLAN PostgresqlConfig16_1C_PlanCacheMode = 3
)

func (PostgresqlConfig16_1C_PlanCacheMode) Descriptor

func (PostgresqlConfig16_1C_PlanCacheMode) Enum

func (PostgresqlConfig16_1C_PlanCacheMode) EnumDescriptor deprecated

func (PostgresqlConfig16_1C_PlanCacheMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig16_1C_PlanCacheMode.Descriptor instead.

func (PostgresqlConfig16_1C_PlanCacheMode) Number

func (PostgresqlConfig16_1C_PlanCacheMode) String

func (PostgresqlConfig16_1C_PlanCacheMode) Type

type PostgresqlConfig16_1C_SharedPreloadLibraries

type PostgresqlConfig16_1C_SharedPreloadLibraries int32
const (
	PostgresqlConfig16_1C_SHARED_PRELOAD_LIBRARIES_UNSPECIFIED  PostgresqlConfig16_1C_SharedPreloadLibraries = 0
	PostgresqlConfig16_1C_SHARED_PRELOAD_LIBRARIES_AUTO_EXPLAIN PostgresqlConfig16_1C_SharedPreloadLibraries = 1
	PostgresqlConfig16_1C_SHARED_PRELOAD_LIBRARIES_PG_HINT_PLAN PostgresqlConfig16_1C_SharedPreloadLibraries = 2
	PostgresqlConfig16_1C_SHARED_PRELOAD_LIBRARIES_TIMESCALEDB  PostgresqlConfig16_1C_SharedPreloadLibraries = 3
	PostgresqlConfig16_1C_SHARED_PRELOAD_LIBRARIES_PG_QUALSTATS PostgresqlConfig16_1C_SharedPreloadLibraries = 4
	PostgresqlConfig16_1C_SHARED_PRELOAD_LIBRARIES_PG_CRON      PostgresqlConfig16_1C_SharedPreloadLibraries = 5
	PostgresqlConfig16_1C_SHARED_PRELOAD_LIBRARIES_PGLOGICAL    PostgresqlConfig16_1C_SharedPreloadLibraries = 6
	PostgresqlConfig16_1C_SHARED_PRELOAD_LIBRARIES_PG_PREWARM   PostgresqlConfig16_1C_SharedPreloadLibraries = 7
	PostgresqlConfig16_1C_SHARED_PRELOAD_LIBRARIES_PGAUDIT      PostgresqlConfig16_1C_SharedPreloadLibraries = 8
)

func (PostgresqlConfig16_1C_SharedPreloadLibraries) Descriptor

func (PostgresqlConfig16_1C_SharedPreloadLibraries) Enum

func (PostgresqlConfig16_1C_SharedPreloadLibraries) EnumDescriptor deprecated

func (PostgresqlConfig16_1C_SharedPreloadLibraries) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig16_1C_SharedPreloadLibraries.Descriptor instead.

func (PostgresqlConfig16_1C_SharedPreloadLibraries) Number

func (PostgresqlConfig16_1C_SharedPreloadLibraries) String

func (PostgresqlConfig16_1C_SharedPreloadLibraries) Type

type PostgresqlConfig16_1C_SynchronousCommit

type PostgresqlConfig16_1C_SynchronousCommit int32
const (
	PostgresqlConfig16_1C_SYNCHRONOUS_COMMIT_UNSPECIFIED  PostgresqlConfig16_1C_SynchronousCommit = 0
	PostgresqlConfig16_1C_SYNCHRONOUS_COMMIT_ON           PostgresqlConfig16_1C_SynchronousCommit = 1
	PostgresqlConfig16_1C_SYNCHRONOUS_COMMIT_OFF          PostgresqlConfig16_1C_SynchronousCommit = 2
	PostgresqlConfig16_1C_SYNCHRONOUS_COMMIT_LOCAL        PostgresqlConfig16_1C_SynchronousCommit = 3
	PostgresqlConfig16_1C_SYNCHRONOUS_COMMIT_REMOTE_WRITE PostgresqlConfig16_1C_SynchronousCommit = 4
	PostgresqlConfig16_1C_SYNCHRONOUS_COMMIT_REMOTE_APPLY PostgresqlConfig16_1C_SynchronousCommit = 5
)

func (PostgresqlConfig16_1C_SynchronousCommit) Descriptor

func (PostgresqlConfig16_1C_SynchronousCommit) Enum

func (PostgresqlConfig16_1C_SynchronousCommit) EnumDescriptor deprecated

func (PostgresqlConfig16_1C_SynchronousCommit) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig16_1C_SynchronousCommit.Descriptor instead.

func (PostgresqlConfig16_1C_SynchronousCommit) Number

func (PostgresqlConfig16_1C_SynchronousCommit) String

func (PostgresqlConfig16_1C_SynchronousCommit) Type

type PostgresqlConfig16_1C_TransactionIsolation

type PostgresqlConfig16_1C_TransactionIsolation int32
const (
	PostgresqlConfig16_1C_TRANSACTION_ISOLATION_UNSPECIFIED      PostgresqlConfig16_1C_TransactionIsolation = 0
	PostgresqlConfig16_1C_TRANSACTION_ISOLATION_READ_UNCOMMITTED PostgresqlConfig16_1C_TransactionIsolation = 1
	PostgresqlConfig16_1C_TRANSACTION_ISOLATION_READ_COMMITTED   PostgresqlConfig16_1C_TransactionIsolation = 2
	PostgresqlConfig16_1C_TRANSACTION_ISOLATION_REPEATABLE_READ  PostgresqlConfig16_1C_TransactionIsolation = 3
	PostgresqlConfig16_1C_TRANSACTION_ISOLATION_SERIALIZABLE     PostgresqlConfig16_1C_TransactionIsolation = 4
)

func (PostgresqlConfig16_1C_TransactionIsolation) Descriptor

func (PostgresqlConfig16_1C_TransactionIsolation) Enum

func (PostgresqlConfig16_1C_TransactionIsolation) EnumDescriptor deprecated

func (PostgresqlConfig16_1C_TransactionIsolation) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig16_1C_TransactionIsolation.Descriptor instead.

func (PostgresqlConfig16_1C_TransactionIsolation) Number

func (PostgresqlConfig16_1C_TransactionIsolation) String

func (PostgresqlConfig16_1C_TransactionIsolation) Type

type PostgresqlConfig16_1C_WalLevel

type PostgresqlConfig16_1C_WalLevel int32
const (
	PostgresqlConfig16_1C_WAL_LEVEL_UNSPECIFIED PostgresqlConfig16_1C_WalLevel = 0
	PostgresqlConfig16_1C_WAL_LEVEL_REPLICA     PostgresqlConfig16_1C_WalLevel = 1
	PostgresqlConfig16_1C_WAL_LEVEL_LOGICAL     PostgresqlConfig16_1C_WalLevel = 2
)

func (PostgresqlConfig16_1C_WalLevel) Descriptor

func (PostgresqlConfig16_1C_WalLevel) Enum

func (PostgresqlConfig16_1C_WalLevel) EnumDescriptor deprecated

func (PostgresqlConfig16_1C_WalLevel) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig16_1C_WalLevel.Descriptor instead.

func (PostgresqlConfig16_1C_WalLevel) Number

func (PostgresqlConfig16_1C_WalLevel) String

func (PostgresqlConfig16_1C_WalLevel) Type

type PostgresqlConfig16_1C_XmlBinary

type PostgresqlConfig16_1C_XmlBinary int32
const (
	PostgresqlConfig16_1C_XML_BINARY_UNSPECIFIED PostgresqlConfig16_1C_XmlBinary = 0
	PostgresqlConfig16_1C_XML_BINARY_BASE64      PostgresqlConfig16_1C_XmlBinary = 1
	PostgresqlConfig16_1C_XML_BINARY_HEX         PostgresqlConfig16_1C_XmlBinary = 2
)

func (PostgresqlConfig16_1C_XmlBinary) Descriptor

func (PostgresqlConfig16_1C_XmlBinary) Enum

func (PostgresqlConfig16_1C_XmlBinary) EnumDescriptor deprecated

func (PostgresqlConfig16_1C_XmlBinary) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig16_1C_XmlBinary.Descriptor instead.

func (PostgresqlConfig16_1C_XmlBinary) Number

func (PostgresqlConfig16_1C_XmlBinary) String

func (PostgresqlConfig16_1C_XmlBinary) Type

type PostgresqlConfig16_1C_XmlOption

type PostgresqlConfig16_1C_XmlOption int32
const (
	PostgresqlConfig16_1C_XML_OPTION_UNSPECIFIED PostgresqlConfig16_1C_XmlOption = 0
	PostgresqlConfig16_1C_XML_OPTION_DOCUMENT    PostgresqlConfig16_1C_XmlOption = 1
	PostgresqlConfig16_1C_XML_OPTION_CONTENT     PostgresqlConfig16_1C_XmlOption = 2
)

func (PostgresqlConfig16_1C_XmlOption) Descriptor

func (PostgresqlConfig16_1C_XmlOption) Enum

func (PostgresqlConfig16_1C_XmlOption) EnumDescriptor deprecated

func (PostgresqlConfig16_1C_XmlOption) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig16_1C_XmlOption.Descriptor instead.

func (PostgresqlConfig16_1C_XmlOption) Number

func (PostgresqlConfig16_1C_XmlOption) String

func (PostgresqlConfig16_1C_XmlOption) Type

type PostgresqlConfig16_BackslashQuote

type PostgresqlConfig16_BackslashQuote int32
const (
	PostgresqlConfig16_BACKSLASH_QUOTE_UNSPECIFIED   PostgresqlConfig16_BackslashQuote = 0
	PostgresqlConfig16_BACKSLASH_QUOTE               PostgresqlConfig16_BackslashQuote = 1
	PostgresqlConfig16_BACKSLASH_QUOTE_ON            PostgresqlConfig16_BackslashQuote = 2
	PostgresqlConfig16_BACKSLASH_QUOTE_OFF           PostgresqlConfig16_BackslashQuote = 3
	PostgresqlConfig16_BACKSLASH_QUOTE_SAFE_ENCODING PostgresqlConfig16_BackslashQuote = 4
)

func (PostgresqlConfig16_BackslashQuote) Descriptor

func (PostgresqlConfig16_BackslashQuote) Enum

func (PostgresqlConfig16_BackslashQuote) EnumDescriptor deprecated

func (PostgresqlConfig16_BackslashQuote) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig16_BackslashQuote.Descriptor instead.

func (PostgresqlConfig16_BackslashQuote) Number

func (PostgresqlConfig16_BackslashQuote) String

func (PostgresqlConfig16_BackslashQuote) Type

type PostgresqlConfig16_ByteaOutput

type PostgresqlConfig16_ByteaOutput int32
const (
	PostgresqlConfig16_BYTEA_OUTPUT_UNSPECIFIED PostgresqlConfig16_ByteaOutput = 0
	PostgresqlConfig16_BYTEA_OUTPUT_HEX         PostgresqlConfig16_ByteaOutput = 1
	PostgresqlConfig16_BYTEA_OUTPUT_ESCAPED     PostgresqlConfig16_ByteaOutput = 2
)

func (PostgresqlConfig16_ByteaOutput) Descriptor

func (PostgresqlConfig16_ByteaOutput) Enum

func (PostgresqlConfig16_ByteaOutput) EnumDescriptor deprecated

func (PostgresqlConfig16_ByteaOutput) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig16_ByteaOutput.Descriptor instead.

func (PostgresqlConfig16_ByteaOutput) Number

func (PostgresqlConfig16_ByteaOutput) String

func (PostgresqlConfig16_ByteaOutput) Type

type PostgresqlConfig16_ConstraintExclusion

type PostgresqlConfig16_ConstraintExclusion int32
const (
	PostgresqlConfig16_CONSTRAINT_EXCLUSION_UNSPECIFIED PostgresqlConfig16_ConstraintExclusion = 0
	PostgresqlConfig16_CONSTRAINT_EXCLUSION_ON          PostgresqlConfig16_ConstraintExclusion = 1
	PostgresqlConfig16_CONSTRAINT_EXCLUSION_OFF         PostgresqlConfig16_ConstraintExclusion = 2
	PostgresqlConfig16_CONSTRAINT_EXCLUSION_PARTITION   PostgresqlConfig16_ConstraintExclusion = 3
)

func (PostgresqlConfig16_ConstraintExclusion) Descriptor

func (PostgresqlConfig16_ConstraintExclusion) Enum

func (PostgresqlConfig16_ConstraintExclusion) EnumDescriptor deprecated

func (PostgresqlConfig16_ConstraintExclusion) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig16_ConstraintExclusion.Descriptor instead.

func (PostgresqlConfig16_ConstraintExclusion) Number

func (PostgresqlConfig16_ConstraintExclusion) String

func (PostgresqlConfig16_ConstraintExclusion) Type

type PostgresqlConfig16_DebugParallelQuery

type PostgresqlConfig16_DebugParallelQuery int32
const (
	PostgresqlConfig16_DEBUG_PARALLEL_QUERY_UNSPECIFIED PostgresqlConfig16_DebugParallelQuery = 0
	PostgresqlConfig16_DEBUG_PARALLEL_QUERY_ON          PostgresqlConfig16_DebugParallelQuery = 1
	PostgresqlConfig16_DEBUG_PARALLEL_QUERY_OFF         PostgresqlConfig16_DebugParallelQuery = 2
	PostgresqlConfig16_DEBUG_PARALLEL_QUERY_REGRESS     PostgresqlConfig16_DebugParallelQuery = 3
)

func (PostgresqlConfig16_DebugParallelQuery) Descriptor

func (PostgresqlConfig16_DebugParallelQuery) Enum

func (PostgresqlConfig16_DebugParallelQuery) EnumDescriptor deprecated

func (PostgresqlConfig16_DebugParallelQuery) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig16_DebugParallelQuery.Descriptor instead.

func (PostgresqlConfig16_DebugParallelQuery) Number

func (PostgresqlConfig16_DebugParallelQuery) String

func (PostgresqlConfig16_DebugParallelQuery) Type

type PostgresqlConfig16_LogErrorVerbosity

type PostgresqlConfig16_LogErrorVerbosity int32
const (
	PostgresqlConfig16_LOG_ERROR_VERBOSITY_UNSPECIFIED PostgresqlConfig16_LogErrorVerbosity = 0
	PostgresqlConfig16_LOG_ERROR_VERBOSITY_TERSE       PostgresqlConfig16_LogErrorVerbosity = 1
	PostgresqlConfig16_LOG_ERROR_VERBOSITY_DEFAULT     PostgresqlConfig16_LogErrorVerbosity = 2
	PostgresqlConfig16_LOG_ERROR_VERBOSITY_VERBOSE     PostgresqlConfig16_LogErrorVerbosity = 3
)

func (PostgresqlConfig16_LogErrorVerbosity) Descriptor

func (PostgresqlConfig16_LogErrorVerbosity) Enum

func (PostgresqlConfig16_LogErrorVerbosity) EnumDescriptor deprecated

func (PostgresqlConfig16_LogErrorVerbosity) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig16_LogErrorVerbosity.Descriptor instead.

func (PostgresqlConfig16_LogErrorVerbosity) Number

func (PostgresqlConfig16_LogErrorVerbosity) String

func (PostgresqlConfig16_LogErrorVerbosity) Type

type PostgresqlConfig16_LogLevel

type PostgresqlConfig16_LogLevel int32
const (
	PostgresqlConfig16_LOG_LEVEL_UNSPECIFIED PostgresqlConfig16_LogLevel = 0
	PostgresqlConfig16_LOG_LEVEL_DEBUG5      PostgresqlConfig16_LogLevel = 1
	PostgresqlConfig16_LOG_LEVEL_DEBUG4      PostgresqlConfig16_LogLevel = 2
	PostgresqlConfig16_LOG_LEVEL_DEBUG3      PostgresqlConfig16_LogLevel = 3
	PostgresqlConfig16_LOG_LEVEL_DEBUG2      PostgresqlConfig16_LogLevel = 4
	PostgresqlConfig16_LOG_LEVEL_DEBUG1      PostgresqlConfig16_LogLevel = 5
	PostgresqlConfig16_LOG_LEVEL_INFO        PostgresqlConfig16_LogLevel = 12
	PostgresqlConfig16_LOG_LEVEL_LOG         PostgresqlConfig16_LogLevel = 6
	PostgresqlConfig16_LOG_LEVEL_NOTICE      PostgresqlConfig16_LogLevel = 7
	PostgresqlConfig16_LOG_LEVEL_WARNING     PostgresqlConfig16_LogLevel = 8
	PostgresqlConfig16_LOG_LEVEL_ERROR       PostgresqlConfig16_LogLevel = 9
	PostgresqlConfig16_LOG_LEVEL_FATAL       PostgresqlConfig16_LogLevel = 10
	PostgresqlConfig16_LOG_LEVEL_PANIC       PostgresqlConfig16_LogLevel = 11
)

func (PostgresqlConfig16_LogLevel) Descriptor

func (PostgresqlConfig16_LogLevel) Enum

func (PostgresqlConfig16_LogLevel) EnumDescriptor deprecated

func (PostgresqlConfig16_LogLevel) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig16_LogLevel.Descriptor instead.

func (PostgresqlConfig16_LogLevel) Number

func (PostgresqlConfig16_LogLevel) String

func (PostgresqlConfig16_LogLevel) Type

type PostgresqlConfig16_LogStatement

type PostgresqlConfig16_LogStatement int32
const (
	PostgresqlConfig16_LOG_STATEMENT_UNSPECIFIED PostgresqlConfig16_LogStatement = 0
	PostgresqlConfig16_LOG_STATEMENT_NONE        PostgresqlConfig16_LogStatement = 1
	PostgresqlConfig16_LOG_STATEMENT_DDL         PostgresqlConfig16_LogStatement = 2
	PostgresqlConfig16_LOG_STATEMENT_MOD         PostgresqlConfig16_LogStatement = 3
	PostgresqlConfig16_LOG_STATEMENT_ALL         PostgresqlConfig16_LogStatement = 4
)

func (PostgresqlConfig16_LogStatement) Descriptor

func (PostgresqlConfig16_LogStatement) Enum

func (PostgresqlConfig16_LogStatement) EnumDescriptor deprecated

func (PostgresqlConfig16_LogStatement) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig16_LogStatement.Descriptor instead.

func (PostgresqlConfig16_LogStatement) Number

func (PostgresqlConfig16_LogStatement) String

func (PostgresqlConfig16_LogStatement) Type

type PostgresqlConfig16_PasswordEncryption

type PostgresqlConfig16_PasswordEncryption int32
const (
	PostgresqlConfig16_PASSWORD_ENCRYPTION_UNSPECIFIED   PostgresqlConfig16_PasswordEncryption = 0
	PostgresqlConfig16_PASSWORD_ENCRYPTION_MD5           PostgresqlConfig16_PasswordEncryption = 1
	PostgresqlConfig16_PASSWORD_ENCRYPTION_SCRAM_SHA_256 PostgresqlConfig16_PasswordEncryption = 2
)

func (PostgresqlConfig16_PasswordEncryption) Descriptor

func (PostgresqlConfig16_PasswordEncryption) Enum

func (PostgresqlConfig16_PasswordEncryption) EnumDescriptor deprecated

func (PostgresqlConfig16_PasswordEncryption) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig16_PasswordEncryption.Descriptor instead.

func (PostgresqlConfig16_PasswordEncryption) Number

func (PostgresqlConfig16_PasswordEncryption) String

func (PostgresqlConfig16_PasswordEncryption) Type

type PostgresqlConfig16_PgHintPlanDebugPrint

type PostgresqlConfig16_PgHintPlanDebugPrint int32
const (
	PostgresqlConfig16_PG_HINT_PLAN_DEBUG_PRINT_UNSPECIFIED PostgresqlConfig16_PgHintPlanDebugPrint = 0
	PostgresqlConfig16_PG_HINT_PLAN_DEBUG_PRINT_OFF         PostgresqlConfig16_PgHintPlanDebugPrint = 1
	PostgresqlConfig16_PG_HINT_PLAN_DEBUG_PRINT_ON          PostgresqlConfig16_PgHintPlanDebugPrint = 2
	PostgresqlConfig16_PG_HINT_PLAN_DEBUG_PRINT_DETAILED    PostgresqlConfig16_PgHintPlanDebugPrint = 3
	PostgresqlConfig16_PG_HINT_PLAN_DEBUG_PRINT_VERBOSE     PostgresqlConfig16_PgHintPlanDebugPrint = 4
)

func (PostgresqlConfig16_PgHintPlanDebugPrint) Descriptor

func (PostgresqlConfig16_PgHintPlanDebugPrint) Enum

func (PostgresqlConfig16_PgHintPlanDebugPrint) EnumDescriptor deprecated

func (PostgresqlConfig16_PgHintPlanDebugPrint) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig16_PgHintPlanDebugPrint.Descriptor instead.

func (PostgresqlConfig16_PgHintPlanDebugPrint) Number

func (PostgresqlConfig16_PgHintPlanDebugPrint) String

func (PostgresqlConfig16_PgHintPlanDebugPrint) Type

type PostgresqlConfig16_PlanCacheMode

type PostgresqlConfig16_PlanCacheMode int32
const (
	PostgresqlConfig16_PLAN_CACHE_MODE_UNSPECIFIED        PostgresqlConfig16_PlanCacheMode = 0
	PostgresqlConfig16_PLAN_CACHE_MODE_AUTO               PostgresqlConfig16_PlanCacheMode = 1
	PostgresqlConfig16_PLAN_CACHE_MODE_FORCE_CUSTOM_PLAN  PostgresqlConfig16_PlanCacheMode = 2
	PostgresqlConfig16_PLAN_CACHE_MODE_FORCE_GENERIC_PLAN PostgresqlConfig16_PlanCacheMode = 3
)

func (PostgresqlConfig16_PlanCacheMode) Descriptor

func (PostgresqlConfig16_PlanCacheMode) Enum

func (PostgresqlConfig16_PlanCacheMode) EnumDescriptor deprecated

func (PostgresqlConfig16_PlanCacheMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig16_PlanCacheMode.Descriptor instead.

func (PostgresqlConfig16_PlanCacheMode) Number

func (PostgresqlConfig16_PlanCacheMode) String

func (PostgresqlConfig16_PlanCacheMode) Type

type PostgresqlConfig16_SharedPreloadLibraries

type PostgresqlConfig16_SharedPreloadLibraries int32
const (
	PostgresqlConfig16_SHARED_PRELOAD_LIBRARIES_UNSPECIFIED  PostgresqlConfig16_SharedPreloadLibraries = 0
	PostgresqlConfig16_SHARED_PRELOAD_LIBRARIES_AUTO_EXPLAIN PostgresqlConfig16_SharedPreloadLibraries = 1
	PostgresqlConfig16_SHARED_PRELOAD_LIBRARIES_PG_HINT_PLAN PostgresqlConfig16_SharedPreloadLibraries = 2
	PostgresqlConfig16_SHARED_PRELOAD_LIBRARIES_TIMESCALEDB  PostgresqlConfig16_SharedPreloadLibraries = 3
	PostgresqlConfig16_SHARED_PRELOAD_LIBRARIES_PG_QUALSTATS PostgresqlConfig16_SharedPreloadLibraries = 4
	PostgresqlConfig16_SHARED_PRELOAD_LIBRARIES_PG_CRON      PostgresqlConfig16_SharedPreloadLibraries = 5
	PostgresqlConfig16_SHARED_PRELOAD_LIBRARIES_PGLOGICAL    PostgresqlConfig16_SharedPreloadLibraries = 6
	PostgresqlConfig16_SHARED_PRELOAD_LIBRARIES_PG_PREWARM   PostgresqlConfig16_SharedPreloadLibraries = 7
	PostgresqlConfig16_SHARED_PRELOAD_LIBRARIES_PGAUDIT      PostgresqlConfig16_SharedPreloadLibraries = 8
)

func (PostgresqlConfig16_SharedPreloadLibraries) Descriptor

func (PostgresqlConfig16_SharedPreloadLibraries) Enum

func (PostgresqlConfig16_SharedPreloadLibraries) EnumDescriptor deprecated

func (PostgresqlConfig16_SharedPreloadLibraries) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig16_SharedPreloadLibraries.Descriptor instead.

func (PostgresqlConfig16_SharedPreloadLibraries) Number

func (PostgresqlConfig16_SharedPreloadLibraries) String

func (PostgresqlConfig16_SharedPreloadLibraries) Type

type PostgresqlConfig16_SynchronousCommit

type PostgresqlConfig16_SynchronousCommit int32
const (
	PostgresqlConfig16_SYNCHRONOUS_COMMIT_UNSPECIFIED  PostgresqlConfig16_SynchronousCommit = 0
	PostgresqlConfig16_SYNCHRONOUS_COMMIT_ON           PostgresqlConfig16_SynchronousCommit = 1
	PostgresqlConfig16_SYNCHRONOUS_COMMIT_OFF          PostgresqlConfig16_SynchronousCommit = 2
	PostgresqlConfig16_SYNCHRONOUS_COMMIT_LOCAL        PostgresqlConfig16_SynchronousCommit = 3
	PostgresqlConfig16_SYNCHRONOUS_COMMIT_REMOTE_WRITE PostgresqlConfig16_SynchronousCommit = 4
	PostgresqlConfig16_SYNCHRONOUS_COMMIT_REMOTE_APPLY PostgresqlConfig16_SynchronousCommit = 5
)

func (PostgresqlConfig16_SynchronousCommit) Descriptor

func (PostgresqlConfig16_SynchronousCommit) Enum

func (PostgresqlConfig16_SynchronousCommit) EnumDescriptor deprecated

func (PostgresqlConfig16_SynchronousCommit) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig16_SynchronousCommit.Descriptor instead.

func (PostgresqlConfig16_SynchronousCommit) Number

func (PostgresqlConfig16_SynchronousCommit) String

func (PostgresqlConfig16_SynchronousCommit) Type

type PostgresqlConfig16_TransactionIsolation

type PostgresqlConfig16_TransactionIsolation int32
const (
	PostgresqlConfig16_TRANSACTION_ISOLATION_UNSPECIFIED      PostgresqlConfig16_TransactionIsolation = 0
	PostgresqlConfig16_TRANSACTION_ISOLATION_READ_UNCOMMITTED PostgresqlConfig16_TransactionIsolation = 1
	PostgresqlConfig16_TRANSACTION_ISOLATION_READ_COMMITTED   PostgresqlConfig16_TransactionIsolation = 2
	PostgresqlConfig16_TRANSACTION_ISOLATION_REPEATABLE_READ  PostgresqlConfig16_TransactionIsolation = 3
	PostgresqlConfig16_TRANSACTION_ISOLATION_SERIALIZABLE     PostgresqlConfig16_TransactionIsolation = 4
)

func (PostgresqlConfig16_TransactionIsolation) Descriptor

func (PostgresqlConfig16_TransactionIsolation) Enum

func (PostgresqlConfig16_TransactionIsolation) EnumDescriptor deprecated

func (PostgresqlConfig16_TransactionIsolation) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig16_TransactionIsolation.Descriptor instead.

func (PostgresqlConfig16_TransactionIsolation) Number

func (PostgresqlConfig16_TransactionIsolation) String

func (PostgresqlConfig16_TransactionIsolation) Type

type PostgresqlConfig16_WalLevel

type PostgresqlConfig16_WalLevel int32
const (
	PostgresqlConfig16_WAL_LEVEL_UNSPECIFIED PostgresqlConfig16_WalLevel = 0
	PostgresqlConfig16_WAL_LEVEL_REPLICA     PostgresqlConfig16_WalLevel = 1
	PostgresqlConfig16_WAL_LEVEL_LOGICAL     PostgresqlConfig16_WalLevel = 2
)

func (PostgresqlConfig16_WalLevel) Descriptor

func (PostgresqlConfig16_WalLevel) Enum

func (PostgresqlConfig16_WalLevel) EnumDescriptor deprecated

func (PostgresqlConfig16_WalLevel) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig16_WalLevel.Descriptor instead.

func (PostgresqlConfig16_WalLevel) Number

func (PostgresqlConfig16_WalLevel) String

func (PostgresqlConfig16_WalLevel) Type

type PostgresqlConfig16_XmlBinary

type PostgresqlConfig16_XmlBinary int32
const (
	PostgresqlConfig16_XML_BINARY_UNSPECIFIED PostgresqlConfig16_XmlBinary = 0
	PostgresqlConfig16_XML_BINARY_BASE64      PostgresqlConfig16_XmlBinary = 1
	PostgresqlConfig16_XML_BINARY_HEX         PostgresqlConfig16_XmlBinary = 2
)

func (PostgresqlConfig16_XmlBinary) Descriptor

func (PostgresqlConfig16_XmlBinary) Enum

func (PostgresqlConfig16_XmlBinary) EnumDescriptor deprecated

func (PostgresqlConfig16_XmlBinary) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig16_XmlBinary.Descriptor instead.

func (PostgresqlConfig16_XmlBinary) Number

func (PostgresqlConfig16_XmlBinary) String

func (PostgresqlConfig16_XmlBinary) Type

type PostgresqlConfig16_XmlOption

type PostgresqlConfig16_XmlOption int32
const (
	PostgresqlConfig16_XML_OPTION_UNSPECIFIED PostgresqlConfig16_XmlOption = 0
	PostgresqlConfig16_XML_OPTION_DOCUMENT    PostgresqlConfig16_XmlOption = 1
	PostgresqlConfig16_XML_OPTION_CONTENT     PostgresqlConfig16_XmlOption = 2
)

func (PostgresqlConfig16_XmlOption) Descriptor

func (PostgresqlConfig16_XmlOption) Enum

func (PostgresqlConfig16_XmlOption) EnumDescriptor deprecated

func (PostgresqlConfig16_XmlOption) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig16_XmlOption.Descriptor instead.

func (PostgresqlConfig16_XmlOption) Number

func (PostgresqlConfig16_XmlOption) String

func (PostgresqlConfig16_XmlOption) Type

type PostgresqlConfig9_6

type PostgresqlConfig9_6 struct {
	MaxConnections             *wrapperspb.Int64Value                `protobuf:"bytes,1,opt,name=max_connections,json=maxConnections,proto3" json:"max_connections,omitempty"`
	SharedBuffers              *wrapperspb.Int64Value                `protobuf:"bytes,2,opt,name=shared_buffers,json=sharedBuffers,proto3" json:"shared_buffers,omitempty"`                  // in bytes.
	TempBuffers                *wrapperspb.Int64Value                `protobuf:"bytes,3,opt,name=temp_buffers,json=tempBuffers,proto3" json:"temp_buffers,omitempty"`                        // in bytes.
	MaxPreparedTransactions    *wrapperspb.Int64Value                ``                                                                                                                      /* 132-byte string literal not displayed */
	WorkMem                    *wrapperspb.Int64Value                `protobuf:"bytes,5,opt,name=work_mem,json=workMem,proto3" json:"work_mem,omitempty"`                                    // in bytes.
	MaintenanceWorkMem         *wrapperspb.Int64Value                `protobuf:"bytes,6,opt,name=maintenance_work_mem,json=maintenanceWorkMem,proto3" json:"maintenance_work_mem,omitempty"` // in bytes.
	ReplacementSortTuples      *wrapperspb.Int64Value                ``                                                                                                                      /* 126-byte string literal not displayed */
	AutovacuumWorkMem          *wrapperspb.Int64Value                `protobuf:"bytes,8,opt,name=autovacuum_work_mem,json=autovacuumWorkMem,proto3" json:"autovacuum_work_mem,omitempty"`    // in bytes.
	TempFileLimit              *wrapperspb.Int64Value                `protobuf:"bytes,9,opt,name=temp_file_limit,json=tempFileLimit,proto3" json:"temp_file_limit,omitempty"`                // in bytes.
	VacuumCostDelay            *wrapperspb.Int64Value                `protobuf:"bytes,10,opt,name=vacuum_cost_delay,json=vacuumCostDelay,proto3" json:"vacuum_cost_delay,omitempty"`         // in milliseconds.
	VacuumCostPageHit          *wrapperspb.Int64Value                `protobuf:"bytes,11,opt,name=vacuum_cost_page_hit,json=vacuumCostPageHit,proto3" json:"vacuum_cost_page_hit,omitempty"`
	VacuumCostPageMiss         *wrapperspb.Int64Value                `protobuf:"bytes,12,opt,name=vacuum_cost_page_miss,json=vacuumCostPageMiss,proto3" json:"vacuum_cost_page_miss,omitempty"`
	VacuumCostPageDirty        *wrapperspb.Int64Value                `protobuf:"bytes,13,opt,name=vacuum_cost_page_dirty,json=vacuumCostPageDirty,proto3" json:"vacuum_cost_page_dirty,omitempty"`
	VacuumCostLimit            *wrapperspb.Int64Value                `protobuf:"bytes,14,opt,name=vacuum_cost_limit,json=vacuumCostLimit,proto3" json:"vacuum_cost_limit,omitempty"`
	BgwriterDelay              *wrapperspb.Int64Value                `protobuf:"bytes,15,opt,name=bgwriter_delay,json=bgwriterDelay,proto3" json:"bgwriter_delay,omitempty"` // in milliseconds.
	BgwriterLruMaxpages        *wrapperspb.Int64Value                `protobuf:"bytes,16,opt,name=bgwriter_lru_maxpages,json=bgwriterLruMaxpages,proto3" json:"bgwriter_lru_maxpages,omitempty"`
	BgwriterLruMultiplier      *wrapperspb.DoubleValue               `` /* 127-byte string literal not displayed */
	BgwriterFlushAfter         *wrapperspb.Int64Value                `protobuf:"bytes,18,opt,name=bgwriter_flush_after,json=bgwriterFlushAfter,proto3" json:"bgwriter_flush_after,omitempty"`
	BackendFlushAfter          *wrapperspb.Int64Value                `protobuf:"bytes,19,opt,name=backend_flush_after,json=backendFlushAfter,proto3" json:"backend_flush_after,omitempty"`
	OldSnapshotThreshold       *wrapperspb.Int64Value                `protobuf:"bytes,20,opt,name=old_snapshot_threshold,json=oldSnapshotThreshold,proto3" json:"old_snapshot_threshold,omitempty"`
	WalLevel                   PostgresqlConfig9_6_WalLevel          ``                                                                                                                  /* 159-byte string literal not displayed */
	SynchronousCommit          PostgresqlConfig9_6_SynchronousCommit ``                                                                                                                  /* 195-byte string literal not displayed */
	CheckpointTimeout          *wrapperspb.Int64Value                `protobuf:"bytes,23,opt,name=checkpoint_timeout,json=checkpointTimeout,proto3" json:"checkpoint_timeout,omitempty"` // in milliseconds.
	CheckpointCompletionTarget *wrapperspb.DoubleValue               ``                                                                                                                  // Acceptable values are 0.0 to 1.0, inclusive.
	/* 142-byte string literal not displayed */
	CheckpointFlushAfter     *wrapperspb.Int64Value `protobuf:"bytes,25,opt,name=checkpoint_flush_after,json=checkpointFlushAfter,proto3" json:"checkpoint_flush_after,omitempty"`
	MaxWalSize               *wrapperspb.Int64Value `protobuf:"bytes,26,opt,name=max_wal_size,json=maxWalSize,proto3" json:"max_wal_size,omitempty"` // in bytes.
	MinWalSize               *wrapperspb.Int64Value `protobuf:"bytes,27,opt,name=min_wal_size,json=minWalSize,proto3" json:"min_wal_size,omitempty"` // in bytes.
	MaxStandbyStreamingDelay *wrapperspb.Int64Value ``                                                                                               // in milliseconds.
	/* 138-byte string literal not displayed */
	DefaultStatisticsTarget *wrapperspb.Int64Value                  `` /* 133-byte string literal not displayed */
	ConstraintExclusion     PostgresqlConfig9_6_ConstraintExclusion `` /* 203-byte string literal not displayed */
	CursorTupleFraction     *wrapperspb.DoubleValue                 `protobuf:"bytes,31,opt,name=cursor_tuple_fraction,json=cursorTupleFraction,proto3" json:"cursor_tuple_fraction,omitempty"`
	FromCollapseLimit       *wrapperspb.Int64Value                  `protobuf:"bytes,32,opt,name=from_collapse_limit,json=fromCollapseLimit,proto3" json:"from_collapse_limit,omitempty"`
	JoinCollapseLimit       *wrapperspb.Int64Value                  `protobuf:"bytes,33,opt,name=join_collapse_limit,json=joinCollapseLimit,proto3" json:"join_collapse_limit,omitempty"`
	ForceParallelMode       PostgresqlConfig9_6_ForceParallelMode   `` /* 197-byte string literal not displayed */
	ClientMinMessages       PostgresqlConfig9_6_LogLevel            `` /* 188-byte string literal not displayed */
	LogMinMessages          PostgresqlConfig9_6_LogLevel            `` /* 179-byte string literal not displayed */
	LogMinErrorStatement    PostgresqlConfig9_6_LogLevel            `` /* 199-byte string literal not displayed */
	LogMinDurationStatement *wrapperspb.Int64Value                  `` // in milliseconds.
	/* 135-byte string literal not displayed */
	LogCheckpoints                  *wrapperspb.BoolValue                    `protobuf:"bytes,39,opt,name=log_checkpoints,json=logCheckpoints,proto3" json:"log_checkpoints,omitempty"`
	LogConnections                  *wrapperspb.BoolValue                    `protobuf:"bytes,40,opt,name=log_connections,json=logConnections,proto3" json:"log_connections,omitempty"`
	LogDisconnections               *wrapperspb.BoolValue                    `protobuf:"bytes,41,opt,name=log_disconnections,json=logDisconnections,proto3" json:"log_disconnections,omitempty"`
	LogDuration                     *wrapperspb.BoolValue                    `protobuf:"bytes,42,opt,name=log_duration,json=logDuration,proto3" json:"log_duration,omitempty"`
	LogErrorVerbosity               PostgresqlConfig9_6_LogErrorVerbosity    `` /* 197-byte string literal not displayed */
	LogLockWaits                    *wrapperspb.BoolValue                    `protobuf:"bytes,44,opt,name=log_lock_waits,json=logLockWaits,proto3" json:"log_lock_waits,omitempty"`
	LogStatement                    PostgresqlConfig9_6_LogStatement         `` /* 175-byte string literal not displayed */
	LogTempFiles                    *wrapperspb.Int64Value                   `protobuf:"bytes,46,opt,name=log_temp_files,json=logTempFiles,proto3" json:"log_temp_files,omitempty"`
	SearchPath                      string                                   `protobuf:"bytes,47,opt,name=search_path,json=searchPath,proto3" json:"search_path,omitempty"`
	RowSecurity                     *wrapperspb.BoolValue                    `protobuf:"bytes,48,opt,name=row_security,json=rowSecurity,proto3" json:"row_security,omitempty"`
	DefaultTransactionIsolation     PostgresqlConfig9_6_TransactionIsolation ``                                                                                                               /* 230-byte string literal not displayed */
	StatementTimeout                *wrapperspb.Int64Value                   `protobuf:"bytes,50,opt,name=statement_timeout,json=statementTimeout,proto3" json:"statement_timeout,omitempty"` // in milliseconds.
	LockTimeout                     *wrapperspb.Int64Value                   `protobuf:"bytes,51,opt,name=lock_timeout,json=lockTimeout,proto3" json:"lock_timeout,omitempty"`                // in milliseconds.
	IdleInTransactionSessionTimeout *wrapperspb.Int64Value                   ``                                                                                                               // in milliseconds.
	/* 161-byte string literal not displayed */
	ByteaOutput                PostgresqlConfig9_6_ByteaOutput    ``                                                                                                                            /* 171-byte string literal not displayed */
	Xmlbinary                  PostgresqlConfig9_6_XmlBinary      ``                                                                                                                            /* 146-byte string literal not displayed */
	Xmloption                  PostgresqlConfig9_6_XmlOption      ``                                                                                                                            /* 146-byte string literal not displayed */
	GinPendingListLimit        *wrapperspb.Int64Value             `protobuf:"bytes,56,opt,name=gin_pending_list_limit,json=ginPendingListLimit,proto3" json:"gin_pending_list_limit,omitempty"` // in bytes.
	DeadlockTimeout            *wrapperspb.Int64Value             `protobuf:"bytes,57,opt,name=deadlock_timeout,json=deadlockTimeout,proto3" json:"deadlock_timeout,omitempty"`                 // in milliseconds.
	MaxLocksPerTransaction     *wrapperspb.Int64Value             ``                                                                                                                            /* 132-byte string literal not displayed */
	MaxPredLocksPerTransaction *wrapperspb.Int64Value             ``                                                                                                                            /* 146-byte string literal not displayed */
	ArrayNulls                 *wrapperspb.BoolValue              `protobuf:"bytes,60,opt,name=array_nulls,json=arrayNulls,proto3" json:"array_nulls,omitempty"`
	BackslashQuote             PostgresqlConfig9_6_BackslashQuote `` /* 183-byte string literal not displayed */
	DefaultWithOids            *wrapperspb.BoolValue              `protobuf:"bytes,62,opt,name=default_with_oids,json=defaultWithOids,proto3" json:"default_with_oids,omitempty"`
	EscapeStringWarning        *wrapperspb.BoolValue              `protobuf:"bytes,63,opt,name=escape_string_warning,json=escapeStringWarning,proto3" json:"escape_string_warning,omitempty"`
	LoCompatPrivileges         *wrapperspb.BoolValue              `protobuf:"bytes,64,opt,name=lo_compat_privileges,json=loCompatPrivileges,proto3" json:"lo_compat_privileges,omitempty"`
	OperatorPrecedenceWarning  *wrapperspb.BoolValue              `` /* 139-byte string literal not displayed */
	QuoteAllIdentifiers        *wrapperspb.BoolValue              `protobuf:"bytes,66,opt,name=quote_all_identifiers,json=quoteAllIdentifiers,proto3" json:"quote_all_identifiers,omitempty"`
	StandardConformingStrings  *wrapperspb.BoolValue              `` /* 139-byte string literal not displayed */
	SynchronizeSeqscans        *wrapperspb.BoolValue              `protobuf:"bytes,68,opt,name=synchronize_seqscans,json=synchronizeSeqscans,proto3" json:"synchronize_seqscans,omitempty"`
	TransformNullEquals        *wrapperspb.BoolValue              `protobuf:"bytes,69,opt,name=transform_null_equals,json=transformNullEquals,proto3" json:"transform_null_equals,omitempty"`
	ExitOnError                *wrapperspb.BoolValue              `protobuf:"bytes,70,opt,name=exit_on_error,json=exitOnError,proto3" json:"exit_on_error,omitempty"`
	SeqPageCost                *wrapperspb.DoubleValue            `protobuf:"bytes,71,opt,name=seq_page_cost,json=seqPageCost,proto3" json:"seq_page_cost,omitempty"`
	RandomPageCost             *wrapperspb.DoubleValue            `protobuf:"bytes,72,opt,name=random_page_cost,json=randomPageCost,proto3" json:"random_page_cost,omitempty"`
	// This option has been removed in PostgreSQL 10.
	SqlInheritance            *wrapperspb.BoolValue  `protobuf:"bytes,73,opt,name=sql_inheritance,json=sqlInheritance,proto3" json:"sql_inheritance,omitempty"`
	AutovacuumMaxWorkers      *wrapperspb.Int64Value `protobuf:"bytes,74,opt,name=autovacuum_max_workers,json=autovacuumMaxWorkers,proto3" json:"autovacuum_max_workers,omitempty"`
	AutovacuumVacuumCostDelay *wrapperspb.Int64Value ``                                                                                                                  /* 141-byte string literal not displayed */
	AutovacuumVacuumCostLimit *wrapperspb.Int64Value ``                                                                                                                  /* 141-byte string literal not displayed */
	AutovacuumNaptime         *wrapperspb.Int64Value `protobuf:"bytes,77,opt,name=autovacuum_naptime,json=autovacuumNaptime,proto3" json:"autovacuum_naptime,omitempty"` // in milliseconds.
	ArchiveTimeout            *wrapperspb.Int64Value `protobuf:"bytes,78,opt,name=archive_timeout,json=archiveTimeout,proto3" json:"archive_timeout,omitempty"`          // in milliseconds.
	TrackActivityQuerySize    *wrapperspb.Int64Value ``                                                                                                                  /* 132-byte string literal not displayed */
	EffectiveIoConcurrency    *wrapperspb.Int64Value ``                                                                                                                  /* 130-byte string literal not displayed */
	EffectiveCacheSize        *wrapperspb.Int64Value `protobuf:"bytes,81,opt,name=effective_cache_size,json=effectiveCacheSize,proto3" json:"effective_cache_size,omitempty"`
	// contains filtered or unexported fields
}

Options and structure of `PostgresqlConfig` reflects PostgreSQL configuration file parameters whose detailed description is available in [PostgreSQL documentation](https://www.postgresql.org/docs/9.6/static/runtime-config).

func (*PostgresqlConfig9_6) Descriptor deprecated

func (*PostgresqlConfig9_6) Descriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig9_6.ProtoReflect.Descriptor instead.

func (*PostgresqlConfig9_6) GetArchiveTimeout

func (x *PostgresqlConfig9_6) GetArchiveTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig9_6) GetArrayNulls

func (x *PostgresqlConfig9_6) GetArrayNulls() *wrapperspb.BoolValue

func (*PostgresqlConfig9_6) GetAutovacuumMaxWorkers

func (x *PostgresqlConfig9_6) GetAutovacuumMaxWorkers() *wrapperspb.Int64Value

func (*PostgresqlConfig9_6) GetAutovacuumNaptime

func (x *PostgresqlConfig9_6) GetAutovacuumNaptime() *wrapperspb.Int64Value

func (*PostgresqlConfig9_6) GetAutovacuumVacuumCostDelay

func (x *PostgresqlConfig9_6) GetAutovacuumVacuumCostDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig9_6) GetAutovacuumVacuumCostLimit

func (x *PostgresqlConfig9_6) GetAutovacuumVacuumCostLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig9_6) GetAutovacuumWorkMem

func (x *PostgresqlConfig9_6) GetAutovacuumWorkMem() *wrapperspb.Int64Value

func (*PostgresqlConfig9_6) GetBackendFlushAfter

func (x *PostgresqlConfig9_6) GetBackendFlushAfter() *wrapperspb.Int64Value

func (*PostgresqlConfig9_6) GetBackslashQuote

func (*PostgresqlConfig9_6) GetBgwriterDelay

func (x *PostgresqlConfig9_6) GetBgwriterDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig9_6) GetBgwriterFlushAfter

func (x *PostgresqlConfig9_6) GetBgwriterFlushAfter() *wrapperspb.Int64Value

func (*PostgresqlConfig9_6) GetBgwriterLruMaxpages

func (x *PostgresqlConfig9_6) GetBgwriterLruMaxpages() *wrapperspb.Int64Value

func (*PostgresqlConfig9_6) GetBgwriterLruMultiplier

func (x *PostgresqlConfig9_6) GetBgwriterLruMultiplier() *wrapperspb.DoubleValue

func (*PostgresqlConfig9_6) GetByteaOutput

func (*PostgresqlConfig9_6) GetCheckpointCompletionTarget

func (x *PostgresqlConfig9_6) GetCheckpointCompletionTarget() *wrapperspb.DoubleValue

func (*PostgresqlConfig9_6) GetCheckpointFlushAfter

func (x *PostgresqlConfig9_6) GetCheckpointFlushAfter() *wrapperspb.Int64Value

func (*PostgresqlConfig9_6) GetCheckpointTimeout

func (x *PostgresqlConfig9_6) GetCheckpointTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig9_6) GetClientMinMessages

func (x *PostgresqlConfig9_6) GetClientMinMessages() PostgresqlConfig9_6_LogLevel

func (*PostgresqlConfig9_6) GetConstraintExclusion

func (*PostgresqlConfig9_6) GetCursorTupleFraction

func (x *PostgresqlConfig9_6) GetCursorTupleFraction() *wrapperspb.DoubleValue

func (*PostgresqlConfig9_6) GetDeadlockTimeout

func (x *PostgresqlConfig9_6) GetDeadlockTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig9_6) GetDefaultStatisticsTarget

func (x *PostgresqlConfig9_6) GetDefaultStatisticsTarget() *wrapperspb.Int64Value

func (*PostgresqlConfig9_6) GetDefaultTransactionIsolation

func (x *PostgresqlConfig9_6) GetDefaultTransactionIsolation() PostgresqlConfig9_6_TransactionIsolation

func (*PostgresqlConfig9_6) GetDefaultWithOids

func (x *PostgresqlConfig9_6) GetDefaultWithOids() *wrapperspb.BoolValue

func (*PostgresqlConfig9_6) GetEffectiveCacheSize

func (x *PostgresqlConfig9_6) GetEffectiveCacheSize() *wrapperspb.Int64Value

func (*PostgresqlConfig9_6) GetEffectiveIoConcurrency

func (x *PostgresqlConfig9_6) GetEffectiveIoConcurrency() *wrapperspb.Int64Value

func (*PostgresqlConfig9_6) GetEscapeStringWarning

func (x *PostgresqlConfig9_6) GetEscapeStringWarning() *wrapperspb.BoolValue

func (*PostgresqlConfig9_6) GetExitOnError

func (x *PostgresqlConfig9_6) GetExitOnError() *wrapperspb.BoolValue

func (*PostgresqlConfig9_6) GetForceParallelMode

func (*PostgresqlConfig9_6) GetFromCollapseLimit

func (x *PostgresqlConfig9_6) GetFromCollapseLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig9_6) GetGinPendingListLimit

func (x *PostgresqlConfig9_6) GetGinPendingListLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig9_6) GetIdleInTransactionSessionTimeout

func (x *PostgresqlConfig9_6) GetIdleInTransactionSessionTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig9_6) GetJoinCollapseLimit

func (x *PostgresqlConfig9_6) GetJoinCollapseLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig9_6) GetLoCompatPrivileges

func (x *PostgresqlConfig9_6) GetLoCompatPrivileges() *wrapperspb.BoolValue

func (*PostgresqlConfig9_6) GetLockTimeout

func (x *PostgresqlConfig9_6) GetLockTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig9_6) GetLogCheckpoints

func (x *PostgresqlConfig9_6) GetLogCheckpoints() *wrapperspb.BoolValue

func (*PostgresqlConfig9_6) GetLogConnections

func (x *PostgresqlConfig9_6) GetLogConnections() *wrapperspb.BoolValue

func (*PostgresqlConfig9_6) GetLogDisconnections

func (x *PostgresqlConfig9_6) GetLogDisconnections() *wrapperspb.BoolValue

func (*PostgresqlConfig9_6) GetLogDuration

func (x *PostgresqlConfig9_6) GetLogDuration() *wrapperspb.BoolValue

func (*PostgresqlConfig9_6) GetLogErrorVerbosity

func (*PostgresqlConfig9_6) GetLogLockWaits

func (x *PostgresqlConfig9_6) GetLogLockWaits() *wrapperspb.BoolValue

func (*PostgresqlConfig9_6) GetLogMinDurationStatement

func (x *PostgresqlConfig9_6) GetLogMinDurationStatement() *wrapperspb.Int64Value

func (*PostgresqlConfig9_6) GetLogMinErrorStatement

func (x *PostgresqlConfig9_6) GetLogMinErrorStatement() PostgresqlConfig9_6_LogLevel

func (*PostgresqlConfig9_6) GetLogMinMessages

func (x *PostgresqlConfig9_6) GetLogMinMessages() PostgresqlConfig9_6_LogLevel

func (*PostgresqlConfig9_6) GetLogStatement

func (*PostgresqlConfig9_6) GetLogTempFiles

func (x *PostgresqlConfig9_6) GetLogTempFiles() *wrapperspb.Int64Value

func (*PostgresqlConfig9_6) GetMaintenanceWorkMem

func (x *PostgresqlConfig9_6) GetMaintenanceWorkMem() *wrapperspb.Int64Value

func (*PostgresqlConfig9_6) GetMaxConnections

func (x *PostgresqlConfig9_6) GetMaxConnections() *wrapperspb.Int64Value

func (*PostgresqlConfig9_6) GetMaxLocksPerTransaction

func (x *PostgresqlConfig9_6) GetMaxLocksPerTransaction() *wrapperspb.Int64Value

func (*PostgresqlConfig9_6) GetMaxPredLocksPerTransaction

func (x *PostgresqlConfig9_6) GetMaxPredLocksPerTransaction() *wrapperspb.Int64Value

func (*PostgresqlConfig9_6) GetMaxPreparedTransactions

func (x *PostgresqlConfig9_6) GetMaxPreparedTransactions() *wrapperspb.Int64Value

func (*PostgresqlConfig9_6) GetMaxStandbyStreamingDelay

func (x *PostgresqlConfig9_6) GetMaxStandbyStreamingDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig9_6) GetMaxWalSize

func (x *PostgresqlConfig9_6) GetMaxWalSize() *wrapperspb.Int64Value

func (*PostgresqlConfig9_6) GetMinWalSize

func (x *PostgresqlConfig9_6) GetMinWalSize() *wrapperspb.Int64Value

func (*PostgresqlConfig9_6) GetOldSnapshotThreshold

func (x *PostgresqlConfig9_6) GetOldSnapshotThreshold() *wrapperspb.Int64Value

func (*PostgresqlConfig9_6) GetOperatorPrecedenceWarning

func (x *PostgresqlConfig9_6) GetOperatorPrecedenceWarning() *wrapperspb.BoolValue

func (*PostgresqlConfig9_6) GetQuoteAllIdentifiers

func (x *PostgresqlConfig9_6) GetQuoteAllIdentifiers() *wrapperspb.BoolValue

func (*PostgresqlConfig9_6) GetRandomPageCost

func (x *PostgresqlConfig9_6) GetRandomPageCost() *wrapperspb.DoubleValue

func (*PostgresqlConfig9_6) GetReplacementSortTuples

func (x *PostgresqlConfig9_6) GetReplacementSortTuples() *wrapperspb.Int64Value

func (*PostgresqlConfig9_6) GetRowSecurity

func (x *PostgresqlConfig9_6) GetRowSecurity() *wrapperspb.BoolValue

func (*PostgresqlConfig9_6) GetSearchPath

func (x *PostgresqlConfig9_6) GetSearchPath() string

func (*PostgresqlConfig9_6) GetSeqPageCost

func (x *PostgresqlConfig9_6) GetSeqPageCost() *wrapperspb.DoubleValue

func (*PostgresqlConfig9_6) GetSharedBuffers

func (x *PostgresqlConfig9_6) GetSharedBuffers() *wrapperspb.Int64Value

func (*PostgresqlConfig9_6) GetSqlInheritance

func (x *PostgresqlConfig9_6) GetSqlInheritance() *wrapperspb.BoolValue

func (*PostgresqlConfig9_6) GetStandardConformingStrings

func (x *PostgresqlConfig9_6) GetStandardConformingStrings() *wrapperspb.BoolValue

func (*PostgresqlConfig9_6) GetStatementTimeout

func (x *PostgresqlConfig9_6) GetStatementTimeout() *wrapperspb.Int64Value

func (*PostgresqlConfig9_6) GetSynchronizeSeqscans

func (x *PostgresqlConfig9_6) GetSynchronizeSeqscans() *wrapperspb.BoolValue

func (*PostgresqlConfig9_6) GetSynchronousCommit

func (*PostgresqlConfig9_6) GetTempBuffers

func (x *PostgresqlConfig9_6) GetTempBuffers() *wrapperspb.Int64Value

func (*PostgresqlConfig9_6) GetTempFileLimit

func (x *PostgresqlConfig9_6) GetTempFileLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig9_6) GetTrackActivityQuerySize

func (x *PostgresqlConfig9_6) GetTrackActivityQuerySize() *wrapperspb.Int64Value

func (*PostgresqlConfig9_6) GetTransformNullEquals

func (x *PostgresqlConfig9_6) GetTransformNullEquals() *wrapperspb.BoolValue

func (*PostgresqlConfig9_6) GetVacuumCostDelay

func (x *PostgresqlConfig9_6) GetVacuumCostDelay() *wrapperspb.Int64Value

func (*PostgresqlConfig9_6) GetVacuumCostLimit

func (x *PostgresqlConfig9_6) GetVacuumCostLimit() *wrapperspb.Int64Value

func (*PostgresqlConfig9_6) GetVacuumCostPageDirty

func (x *PostgresqlConfig9_6) GetVacuumCostPageDirty() *wrapperspb.Int64Value

func (*PostgresqlConfig9_6) GetVacuumCostPageHit

func (x *PostgresqlConfig9_6) GetVacuumCostPageHit() *wrapperspb.Int64Value

func (*PostgresqlConfig9_6) GetVacuumCostPageMiss

func (x *PostgresqlConfig9_6) GetVacuumCostPageMiss() *wrapperspb.Int64Value

func (*PostgresqlConfig9_6) GetWalLevel

func (*PostgresqlConfig9_6) GetWorkMem

func (x *PostgresqlConfig9_6) GetWorkMem() *wrapperspb.Int64Value

func (*PostgresqlConfig9_6) GetXmlbinary

func (*PostgresqlConfig9_6) GetXmloption

func (*PostgresqlConfig9_6) ProtoMessage

func (*PostgresqlConfig9_6) ProtoMessage()

func (*PostgresqlConfig9_6) ProtoReflect

func (x *PostgresqlConfig9_6) ProtoReflect() protoreflect.Message

func (*PostgresqlConfig9_6) Reset

func (x *PostgresqlConfig9_6) Reset()

func (*PostgresqlConfig9_6) SetArchiveTimeout

func (m *PostgresqlConfig9_6) SetArchiveTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig9_6) SetArrayNulls

func (m *PostgresqlConfig9_6) SetArrayNulls(v *wrapperspb.BoolValue)

func (*PostgresqlConfig9_6) SetAutovacuumMaxWorkers

func (m *PostgresqlConfig9_6) SetAutovacuumMaxWorkers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig9_6) SetAutovacuumNaptime

func (m *PostgresqlConfig9_6) SetAutovacuumNaptime(v *wrapperspb.Int64Value)

func (*PostgresqlConfig9_6) SetAutovacuumVacuumCostDelay

func (m *PostgresqlConfig9_6) SetAutovacuumVacuumCostDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig9_6) SetAutovacuumVacuumCostLimit

func (m *PostgresqlConfig9_6) SetAutovacuumVacuumCostLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig9_6) SetAutovacuumWorkMem

func (m *PostgresqlConfig9_6) SetAutovacuumWorkMem(v *wrapperspb.Int64Value)

func (*PostgresqlConfig9_6) SetBackendFlushAfter

func (m *PostgresqlConfig9_6) SetBackendFlushAfter(v *wrapperspb.Int64Value)

func (*PostgresqlConfig9_6) SetBackslashQuote

func (*PostgresqlConfig9_6) SetBgwriterDelay

func (m *PostgresqlConfig9_6) SetBgwriterDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig9_6) SetBgwriterFlushAfter

func (m *PostgresqlConfig9_6) SetBgwriterFlushAfter(v *wrapperspb.Int64Value)

func (*PostgresqlConfig9_6) SetBgwriterLruMaxpages

func (m *PostgresqlConfig9_6) SetBgwriterLruMaxpages(v *wrapperspb.Int64Value)

func (*PostgresqlConfig9_6) SetBgwriterLruMultiplier

func (m *PostgresqlConfig9_6) SetBgwriterLruMultiplier(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig9_6) SetByteaOutput

func (*PostgresqlConfig9_6) SetCheckpointCompletionTarget

func (m *PostgresqlConfig9_6) SetCheckpointCompletionTarget(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig9_6) SetCheckpointFlushAfter

func (m *PostgresqlConfig9_6) SetCheckpointFlushAfter(v *wrapperspb.Int64Value)

func (*PostgresqlConfig9_6) SetCheckpointTimeout

func (m *PostgresqlConfig9_6) SetCheckpointTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig9_6) SetClientMinMessages

func (m *PostgresqlConfig9_6) SetClientMinMessages(v PostgresqlConfig9_6_LogLevel)

func (*PostgresqlConfig9_6) SetConstraintExclusion

func (m *PostgresqlConfig9_6) SetConstraintExclusion(v PostgresqlConfig9_6_ConstraintExclusion)

func (*PostgresqlConfig9_6) SetCursorTupleFraction

func (m *PostgresqlConfig9_6) SetCursorTupleFraction(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig9_6) SetDeadlockTimeout

func (m *PostgresqlConfig9_6) SetDeadlockTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig9_6) SetDefaultStatisticsTarget

func (m *PostgresqlConfig9_6) SetDefaultStatisticsTarget(v *wrapperspb.Int64Value)

func (*PostgresqlConfig9_6) SetDefaultTransactionIsolation

func (m *PostgresqlConfig9_6) SetDefaultTransactionIsolation(v PostgresqlConfig9_6_TransactionIsolation)

func (*PostgresqlConfig9_6) SetDefaultWithOids

func (m *PostgresqlConfig9_6) SetDefaultWithOids(v *wrapperspb.BoolValue)

func (*PostgresqlConfig9_6) SetEffectiveCacheSize

func (m *PostgresqlConfig9_6) SetEffectiveCacheSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig9_6) SetEffectiveIoConcurrency

func (m *PostgresqlConfig9_6) SetEffectiveIoConcurrency(v *wrapperspb.Int64Value)

func (*PostgresqlConfig9_6) SetEscapeStringWarning

func (m *PostgresqlConfig9_6) SetEscapeStringWarning(v *wrapperspb.BoolValue)

func (*PostgresqlConfig9_6) SetExitOnError

func (m *PostgresqlConfig9_6) SetExitOnError(v *wrapperspb.BoolValue)

func (*PostgresqlConfig9_6) SetForceParallelMode

func (*PostgresqlConfig9_6) SetFromCollapseLimit

func (m *PostgresqlConfig9_6) SetFromCollapseLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig9_6) SetGinPendingListLimit

func (m *PostgresqlConfig9_6) SetGinPendingListLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig9_6) SetIdleInTransactionSessionTimeout

func (m *PostgresqlConfig9_6) SetIdleInTransactionSessionTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig9_6) SetJoinCollapseLimit

func (m *PostgresqlConfig9_6) SetJoinCollapseLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig9_6) SetLoCompatPrivileges

func (m *PostgresqlConfig9_6) SetLoCompatPrivileges(v *wrapperspb.BoolValue)

func (*PostgresqlConfig9_6) SetLockTimeout

func (m *PostgresqlConfig9_6) SetLockTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig9_6) SetLogCheckpoints

func (m *PostgresqlConfig9_6) SetLogCheckpoints(v *wrapperspb.BoolValue)

func (*PostgresqlConfig9_6) SetLogConnections

func (m *PostgresqlConfig9_6) SetLogConnections(v *wrapperspb.BoolValue)

func (*PostgresqlConfig9_6) SetLogDisconnections

func (m *PostgresqlConfig9_6) SetLogDisconnections(v *wrapperspb.BoolValue)

func (*PostgresqlConfig9_6) SetLogDuration

func (m *PostgresqlConfig9_6) SetLogDuration(v *wrapperspb.BoolValue)

func (*PostgresqlConfig9_6) SetLogErrorVerbosity

func (*PostgresqlConfig9_6) SetLogLockWaits

func (m *PostgresqlConfig9_6) SetLogLockWaits(v *wrapperspb.BoolValue)

func (*PostgresqlConfig9_6) SetLogMinDurationStatement

func (m *PostgresqlConfig9_6) SetLogMinDurationStatement(v *wrapperspb.Int64Value)

func (*PostgresqlConfig9_6) SetLogMinErrorStatement

func (m *PostgresqlConfig9_6) SetLogMinErrorStatement(v PostgresqlConfig9_6_LogLevel)

func (*PostgresqlConfig9_6) SetLogMinMessages

func (m *PostgresqlConfig9_6) SetLogMinMessages(v PostgresqlConfig9_6_LogLevel)

func (*PostgresqlConfig9_6) SetLogStatement

func (*PostgresqlConfig9_6) SetLogTempFiles

func (m *PostgresqlConfig9_6) SetLogTempFiles(v *wrapperspb.Int64Value)

func (*PostgresqlConfig9_6) SetMaintenanceWorkMem

func (m *PostgresqlConfig9_6) SetMaintenanceWorkMem(v *wrapperspb.Int64Value)

func (*PostgresqlConfig9_6) SetMaxConnections

func (m *PostgresqlConfig9_6) SetMaxConnections(v *wrapperspb.Int64Value)

func (*PostgresqlConfig9_6) SetMaxLocksPerTransaction

func (m *PostgresqlConfig9_6) SetMaxLocksPerTransaction(v *wrapperspb.Int64Value)

func (*PostgresqlConfig9_6) SetMaxPredLocksPerTransaction

func (m *PostgresqlConfig9_6) SetMaxPredLocksPerTransaction(v *wrapperspb.Int64Value)

func (*PostgresqlConfig9_6) SetMaxPreparedTransactions

func (m *PostgresqlConfig9_6) SetMaxPreparedTransactions(v *wrapperspb.Int64Value)

func (*PostgresqlConfig9_6) SetMaxStandbyStreamingDelay

func (m *PostgresqlConfig9_6) SetMaxStandbyStreamingDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig9_6) SetMaxWalSize

func (m *PostgresqlConfig9_6) SetMaxWalSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig9_6) SetMinWalSize

func (m *PostgresqlConfig9_6) SetMinWalSize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig9_6) SetOldSnapshotThreshold

func (m *PostgresqlConfig9_6) SetOldSnapshotThreshold(v *wrapperspb.Int64Value)

func (*PostgresqlConfig9_6) SetOperatorPrecedenceWarning

func (m *PostgresqlConfig9_6) SetOperatorPrecedenceWarning(v *wrapperspb.BoolValue)

func (*PostgresqlConfig9_6) SetQuoteAllIdentifiers

func (m *PostgresqlConfig9_6) SetQuoteAllIdentifiers(v *wrapperspb.BoolValue)

func (*PostgresqlConfig9_6) SetRandomPageCost

func (m *PostgresqlConfig9_6) SetRandomPageCost(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig9_6) SetReplacementSortTuples

func (m *PostgresqlConfig9_6) SetReplacementSortTuples(v *wrapperspb.Int64Value)

func (*PostgresqlConfig9_6) SetRowSecurity

func (m *PostgresqlConfig9_6) SetRowSecurity(v *wrapperspb.BoolValue)

func (*PostgresqlConfig9_6) SetSearchPath

func (m *PostgresqlConfig9_6) SetSearchPath(v string)

func (*PostgresqlConfig9_6) SetSeqPageCost

func (m *PostgresqlConfig9_6) SetSeqPageCost(v *wrapperspb.DoubleValue)

func (*PostgresqlConfig9_6) SetSharedBuffers

func (m *PostgresqlConfig9_6) SetSharedBuffers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig9_6) SetSqlInheritance

func (m *PostgresqlConfig9_6) SetSqlInheritance(v *wrapperspb.BoolValue)

func (*PostgresqlConfig9_6) SetStandardConformingStrings

func (m *PostgresqlConfig9_6) SetStandardConformingStrings(v *wrapperspb.BoolValue)

func (*PostgresqlConfig9_6) SetStatementTimeout

func (m *PostgresqlConfig9_6) SetStatementTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlConfig9_6) SetSynchronizeSeqscans

func (m *PostgresqlConfig9_6) SetSynchronizeSeqscans(v *wrapperspb.BoolValue)

func (*PostgresqlConfig9_6) SetSynchronousCommit

func (*PostgresqlConfig9_6) SetTempBuffers

func (m *PostgresqlConfig9_6) SetTempBuffers(v *wrapperspb.Int64Value)

func (*PostgresqlConfig9_6) SetTempFileLimit

func (m *PostgresqlConfig9_6) SetTempFileLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig9_6) SetTrackActivityQuerySize

func (m *PostgresqlConfig9_6) SetTrackActivityQuerySize(v *wrapperspb.Int64Value)

func (*PostgresqlConfig9_6) SetTransformNullEquals

func (m *PostgresqlConfig9_6) SetTransformNullEquals(v *wrapperspb.BoolValue)

func (*PostgresqlConfig9_6) SetVacuumCostDelay

func (m *PostgresqlConfig9_6) SetVacuumCostDelay(v *wrapperspb.Int64Value)

func (*PostgresqlConfig9_6) SetVacuumCostLimit

func (m *PostgresqlConfig9_6) SetVacuumCostLimit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig9_6) SetVacuumCostPageDirty

func (m *PostgresqlConfig9_6) SetVacuumCostPageDirty(v *wrapperspb.Int64Value)

func (*PostgresqlConfig9_6) SetVacuumCostPageHit

func (m *PostgresqlConfig9_6) SetVacuumCostPageHit(v *wrapperspb.Int64Value)

func (*PostgresqlConfig9_6) SetVacuumCostPageMiss

func (m *PostgresqlConfig9_6) SetVacuumCostPageMiss(v *wrapperspb.Int64Value)

func (*PostgresqlConfig9_6) SetWalLevel

func (*PostgresqlConfig9_6) SetWorkMem

func (m *PostgresqlConfig9_6) SetWorkMem(v *wrapperspb.Int64Value)

func (*PostgresqlConfig9_6) SetXmlbinary

func (*PostgresqlConfig9_6) SetXmloption

func (*PostgresqlConfig9_6) String

func (x *PostgresqlConfig9_6) String() string

type PostgresqlConfig9_6_BackslashQuote

type PostgresqlConfig9_6_BackslashQuote int32
const (
	PostgresqlConfig9_6_BACKSLASH_QUOTE_UNSPECIFIED   PostgresqlConfig9_6_BackslashQuote = 0
	PostgresqlConfig9_6_BACKSLASH_QUOTE               PostgresqlConfig9_6_BackslashQuote = 1
	PostgresqlConfig9_6_BACKSLASH_QUOTE_ON            PostgresqlConfig9_6_BackslashQuote = 2
	PostgresqlConfig9_6_BACKSLASH_QUOTE_OFF           PostgresqlConfig9_6_BackslashQuote = 3
	PostgresqlConfig9_6_BACKSLASH_QUOTE_SAFE_ENCODING PostgresqlConfig9_6_BackslashQuote = 4
)

func (PostgresqlConfig9_6_BackslashQuote) Descriptor

func (PostgresqlConfig9_6_BackslashQuote) Enum

func (PostgresqlConfig9_6_BackslashQuote) EnumDescriptor deprecated

func (PostgresqlConfig9_6_BackslashQuote) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig9_6_BackslashQuote.Descriptor instead.

func (PostgresqlConfig9_6_BackslashQuote) Number

func (PostgresqlConfig9_6_BackslashQuote) String

func (PostgresqlConfig9_6_BackslashQuote) Type

type PostgresqlConfig9_6_ByteaOutput

type PostgresqlConfig9_6_ByteaOutput int32
const (
	PostgresqlConfig9_6_BYTEA_OUTPUT_UNSPECIFIED PostgresqlConfig9_6_ByteaOutput = 0
	PostgresqlConfig9_6_BYTEA_OUTPUT_HEX         PostgresqlConfig9_6_ByteaOutput = 1
	PostgresqlConfig9_6_BYTEA_OUTPUT_ESCAPED     PostgresqlConfig9_6_ByteaOutput = 2
)

func (PostgresqlConfig9_6_ByteaOutput) Descriptor

func (PostgresqlConfig9_6_ByteaOutput) Enum

func (PostgresqlConfig9_6_ByteaOutput) EnumDescriptor deprecated

func (PostgresqlConfig9_6_ByteaOutput) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig9_6_ByteaOutput.Descriptor instead.

func (PostgresqlConfig9_6_ByteaOutput) Number

func (PostgresqlConfig9_6_ByteaOutput) String

func (PostgresqlConfig9_6_ByteaOutput) Type

type PostgresqlConfig9_6_ConstraintExclusion

type PostgresqlConfig9_6_ConstraintExclusion int32
const (
	PostgresqlConfig9_6_CONSTRAINT_EXCLUSION_UNSPECIFIED PostgresqlConfig9_6_ConstraintExclusion = 0
	PostgresqlConfig9_6_CONSTRAINT_EXCLUSION_ON          PostgresqlConfig9_6_ConstraintExclusion = 1
	PostgresqlConfig9_6_CONSTRAINT_EXCLUSION_OFF         PostgresqlConfig9_6_ConstraintExclusion = 2
	PostgresqlConfig9_6_CONSTRAINT_EXCLUSION_PARTITION   PostgresqlConfig9_6_ConstraintExclusion = 3
)

func (PostgresqlConfig9_6_ConstraintExclusion) Descriptor

func (PostgresqlConfig9_6_ConstraintExclusion) Enum

func (PostgresqlConfig9_6_ConstraintExclusion) EnumDescriptor deprecated

func (PostgresqlConfig9_6_ConstraintExclusion) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig9_6_ConstraintExclusion.Descriptor instead.

func (PostgresqlConfig9_6_ConstraintExclusion) Number

func (PostgresqlConfig9_6_ConstraintExclusion) String

func (PostgresqlConfig9_6_ConstraintExclusion) Type

type PostgresqlConfig9_6_ForceParallelMode

type PostgresqlConfig9_6_ForceParallelMode int32
const (
	PostgresqlConfig9_6_FORCE_PARALLEL_MODE_UNSPECIFIED PostgresqlConfig9_6_ForceParallelMode = 0
	PostgresqlConfig9_6_FORCE_PARALLEL_MODE_ON          PostgresqlConfig9_6_ForceParallelMode = 1
	PostgresqlConfig9_6_FORCE_PARALLEL_MODE_OFF         PostgresqlConfig9_6_ForceParallelMode = 2
	PostgresqlConfig9_6_FORCE_PARALLEL_MODE_REGRESS     PostgresqlConfig9_6_ForceParallelMode = 3
)

func (PostgresqlConfig9_6_ForceParallelMode) Descriptor

func (PostgresqlConfig9_6_ForceParallelMode) Enum

func (PostgresqlConfig9_6_ForceParallelMode) EnumDescriptor deprecated

func (PostgresqlConfig9_6_ForceParallelMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig9_6_ForceParallelMode.Descriptor instead.

func (PostgresqlConfig9_6_ForceParallelMode) Number

func (PostgresqlConfig9_6_ForceParallelMode) String

func (PostgresqlConfig9_6_ForceParallelMode) Type

type PostgresqlConfig9_6_LogErrorVerbosity

type PostgresqlConfig9_6_LogErrorVerbosity int32
const (
	PostgresqlConfig9_6_LOG_ERROR_VERBOSITY_UNSPECIFIED PostgresqlConfig9_6_LogErrorVerbosity = 0
	PostgresqlConfig9_6_LOG_ERROR_VERBOSITY_TERSE       PostgresqlConfig9_6_LogErrorVerbosity = 1
	PostgresqlConfig9_6_LOG_ERROR_VERBOSITY_DEFAULT     PostgresqlConfig9_6_LogErrorVerbosity = 2
	PostgresqlConfig9_6_LOG_ERROR_VERBOSITY_VERBOSE     PostgresqlConfig9_6_LogErrorVerbosity = 3
)

func (PostgresqlConfig9_6_LogErrorVerbosity) Descriptor

func (PostgresqlConfig9_6_LogErrorVerbosity) Enum

func (PostgresqlConfig9_6_LogErrorVerbosity) EnumDescriptor deprecated

func (PostgresqlConfig9_6_LogErrorVerbosity) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig9_6_LogErrorVerbosity.Descriptor instead.

func (PostgresqlConfig9_6_LogErrorVerbosity) Number

func (PostgresqlConfig9_6_LogErrorVerbosity) String

func (PostgresqlConfig9_6_LogErrorVerbosity) Type

type PostgresqlConfig9_6_LogLevel

type PostgresqlConfig9_6_LogLevel int32
const (
	PostgresqlConfig9_6_LOG_LEVEL_UNSPECIFIED PostgresqlConfig9_6_LogLevel = 0
	PostgresqlConfig9_6_LOG_LEVEL_DEBUG5      PostgresqlConfig9_6_LogLevel = 1
	PostgresqlConfig9_6_LOG_LEVEL_DEBUG4      PostgresqlConfig9_6_LogLevel = 2
	PostgresqlConfig9_6_LOG_LEVEL_DEBUG3      PostgresqlConfig9_6_LogLevel = 3
	PostgresqlConfig9_6_LOG_LEVEL_DEBUG2      PostgresqlConfig9_6_LogLevel = 4
	PostgresqlConfig9_6_LOG_LEVEL_DEBUG1      PostgresqlConfig9_6_LogLevel = 5
	PostgresqlConfig9_6_LOG_LEVEL_LOG         PostgresqlConfig9_6_LogLevel = 6
	PostgresqlConfig9_6_LOG_LEVEL_NOTICE      PostgresqlConfig9_6_LogLevel = 7
	PostgresqlConfig9_6_LOG_LEVEL_WARNING     PostgresqlConfig9_6_LogLevel = 8
	PostgresqlConfig9_6_LOG_LEVEL_ERROR       PostgresqlConfig9_6_LogLevel = 9
	PostgresqlConfig9_6_LOG_LEVEL_FATAL       PostgresqlConfig9_6_LogLevel = 10
	PostgresqlConfig9_6_LOG_LEVEL_PANIC       PostgresqlConfig9_6_LogLevel = 11
)

func (PostgresqlConfig9_6_LogLevel) Descriptor

func (PostgresqlConfig9_6_LogLevel) Enum

func (PostgresqlConfig9_6_LogLevel) EnumDescriptor deprecated

func (PostgresqlConfig9_6_LogLevel) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig9_6_LogLevel.Descriptor instead.

func (PostgresqlConfig9_6_LogLevel) Number

func (PostgresqlConfig9_6_LogLevel) String

func (PostgresqlConfig9_6_LogLevel) Type

type PostgresqlConfig9_6_LogStatement

type PostgresqlConfig9_6_LogStatement int32
const (
	PostgresqlConfig9_6_LOG_STATEMENT_UNSPECIFIED PostgresqlConfig9_6_LogStatement = 0
	PostgresqlConfig9_6_LOG_STATEMENT_NONE        PostgresqlConfig9_6_LogStatement = 1
	PostgresqlConfig9_6_LOG_STATEMENT_DDL         PostgresqlConfig9_6_LogStatement = 2
	PostgresqlConfig9_6_LOG_STATEMENT_MOD         PostgresqlConfig9_6_LogStatement = 3
	PostgresqlConfig9_6_LOG_STATEMENT_ALL         PostgresqlConfig9_6_LogStatement = 4
)

func (PostgresqlConfig9_6_LogStatement) Descriptor

func (PostgresqlConfig9_6_LogStatement) Enum

func (PostgresqlConfig9_6_LogStatement) EnumDescriptor deprecated

func (PostgresqlConfig9_6_LogStatement) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig9_6_LogStatement.Descriptor instead.

func (PostgresqlConfig9_6_LogStatement) Number

func (PostgresqlConfig9_6_LogStatement) String

func (PostgresqlConfig9_6_LogStatement) Type

type PostgresqlConfig9_6_SynchronousCommit

type PostgresqlConfig9_6_SynchronousCommit int32
const (
	PostgresqlConfig9_6_SYNCHRONOUS_COMMIT_UNSPECIFIED  PostgresqlConfig9_6_SynchronousCommit = 0
	PostgresqlConfig9_6_SYNCHRONOUS_COMMIT_ON           PostgresqlConfig9_6_SynchronousCommit = 1
	PostgresqlConfig9_6_SYNCHRONOUS_COMMIT_OFF          PostgresqlConfig9_6_SynchronousCommit = 2
	PostgresqlConfig9_6_SYNCHRONOUS_COMMIT_LOCAL        PostgresqlConfig9_6_SynchronousCommit = 3
	PostgresqlConfig9_6_SYNCHRONOUS_COMMIT_REMOTE_WRITE PostgresqlConfig9_6_SynchronousCommit = 4
	PostgresqlConfig9_6_SYNCHRONOUS_COMMIT_REMOTE_APPLY PostgresqlConfig9_6_SynchronousCommit = 5
)

func (PostgresqlConfig9_6_SynchronousCommit) Descriptor

func (PostgresqlConfig9_6_SynchronousCommit) Enum

func (PostgresqlConfig9_6_SynchronousCommit) EnumDescriptor deprecated

func (PostgresqlConfig9_6_SynchronousCommit) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig9_6_SynchronousCommit.Descriptor instead.

func (PostgresqlConfig9_6_SynchronousCommit) Number

func (PostgresqlConfig9_6_SynchronousCommit) String

func (PostgresqlConfig9_6_SynchronousCommit) Type

type PostgresqlConfig9_6_TransactionIsolation

type PostgresqlConfig9_6_TransactionIsolation int32
const (
	PostgresqlConfig9_6_TRANSACTION_ISOLATION_UNSPECIFIED      PostgresqlConfig9_6_TransactionIsolation = 0
	PostgresqlConfig9_6_TRANSACTION_ISOLATION_READ_UNCOMMITTED PostgresqlConfig9_6_TransactionIsolation = 1
	PostgresqlConfig9_6_TRANSACTION_ISOLATION_READ_COMMITTED   PostgresqlConfig9_6_TransactionIsolation = 2
	PostgresqlConfig9_6_TRANSACTION_ISOLATION_REPEATABLE_READ  PostgresqlConfig9_6_TransactionIsolation = 3
	PostgresqlConfig9_6_TRANSACTION_ISOLATION_SERIALIZABLE     PostgresqlConfig9_6_TransactionIsolation = 4
)

func (PostgresqlConfig9_6_TransactionIsolation) Descriptor

func (PostgresqlConfig9_6_TransactionIsolation) Enum

func (PostgresqlConfig9_6_TransactionIsolation) EnumDescriptor deprecated

func (PostgresqlConfig9_6_TransactionIsolation) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig9_6_TransactionIsolation.Descriptor instead.

func (PostgresqlConfig9_6_TransactionIsolation) Number

func (PostgresqlConfig9_6_TransactionIsolation) String

func (PostgresqlConfig9_6_TransactionIsolation) Type

type PostgresqlConfig9_6_WalLevel

type PostgresqlConfig9_6_WalLevel int32
const (
	PostgresqlConfig9_6_WAL_LEVEL_UNSPECIFIED PostgresqlConfig9_6_WalLevel = 0
	PostgresqlConfig9_6_WAL_LEVEL_REPLICA     PostgresqlConfig9_6_WalLevel = 1
	PostgresqlConfig9_6_WAL_LEVEL_LOGICAL     PostgresqlConfig9_6_WalLevel = 2
)

func (PostgresqlConfig9_6_WalLevel) Descriptor

func (PostgresqlConfig9_6_WalLevel) Enum

func (PostgresqlConfig9_6_WalLevel) EnumDescriptor deprecated

func (PostgresqlConfig9_6_WalLevel) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig9_6_WalLevel.Descriptor instead.

func (PostgresqlConfig9_6_WalLevel) Number

func (PostgresqlConfig9_6_WalLevel) String

func (PostgresqlConfig9_6_WalLevel) Type

type PostgresqlConfig9_6_XmlBinary

type PostgresqlConfig9_6_XmlBinary int32
const (
	PostgresqlConfig9_6_XML_BINARY_UNSPECIFIED PostgresqlConfig9_6_XmlBinary = 0
	PostgresqlConfig9_6_XML_BINARY_BASE64      PostgresqlConfig9_6_XmlBinary = 1
	PostgresqlConfig9_6_XML_BINARY_HEX         PostgresqlConfig9_6_XmlBinary = 2
)

func (PostgresqlConfig9_6_XmlBinary) Descriptor

func (PostgresqlConfig9_6_XmlBinary) Enum

func (PostgresqlConfig9_6_XmlBinary) EnumDescriptor deprecated

func (PostgresqlConfig9_6_XmlBinary) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig9_6_XmlBinary.Descriptor instead.

func (PostgresqlConfig9_6_XmlBinary) Number

func (PostgresqlConfig9_6_XmlBinary) String

func (PostgresqlConfig9_6_XmlBinary) Type

type PostgresqlConfig9_6_XmlOption

type PostgresqlConfig9_6_XmlOption int32
const (
	PostgresqlConfig9_6_XML_OPTION_UNSPECIFIED PostgresqlConfig9_6_XmlOption = 0
	PostgresqlConfig9_6_XML_OPTION_DOCUMENT    PostgresqlConfig9_6_XmlOption = 1
	PostgresqlConfig9_6_XML_OPTION_CONTENT     PostgresqlConfig9_6_XmlOption = 2
)

func (PostgresqlConfig9_6_XmlOption) Descriptor

func (PostgresqlConfig9_6_XmlOption) Enum

func (PostgresqlConfig9_6_XmlOption) EnumDescriptor deprecated

func (PostgresqlConfig9_6_XmlOption) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfig9_6_XmlOption.Descriptor instead.

func (PostgresqlConfig9_6_XmlOption) Number

func (PostgresqlConfig9_6_XmlOption) String

func (PostgresqlConfig9_6_XmlOption) Type

type PostgresqlConfigSet10

type PostgresqlConfigSet10 struct {

	// Effective settings for a PostgreSQL 10 cluster (a combination of settings defined
	// in [user_config] and [default_config]).
	EffectiveConfig *PostgresqlConfig10 `protobuf:"bytes,1,opt,name=effective_config,json=effectiveConfig,proto3" json:"effective_config,omitempty"`
	// User-defined settings for a PostgreSQL 10 cluster.
	UserConfig *PostgresqlConfig10 `protobuf:"bytes,2,opt,name=user_config,json=userConfig,proto3" json:"user_config,omitempty"`
	// Default configuration for a PostgreSQL 10 cluster.
	DefaultConfig *PostgresqlConfig10 `protobuf:"bytes,3,opt,name=default_config,json=defaultConfig,proto3" json:"default_config,omitempty"`
	// contains filtered or unexported fields
}

func (*PostgresqlConfigSet10) Descriptor deprecated

func (*PostgresqlConfigSet10) Descriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfigSet10.ProtoReflect.Descriptor instead.

func (*PostgresqlConfigSet10) GetDefaultConfig

func (x *PostgresqlConfigSet10) GetDefaultConfig() *PostgresqlConfig10

func (*PostgresqlConfigSet10) GetEffectiveConfig

func (x *PostgresqlConfigSet10) GetEffectiveConfig() *PostgresqlConfig10

func (*PostgresqlConfigSet10) GetUserConfig

func (x *PostgresqlConfigSet10) GetUserConfig() *PostgresqlConfig10

func (*PostgresqlConfigSet10) ProtoMessage

func (*PostgresqlConfigSet10) ProtoMessage()

func (*PostgresqlConfigSet10) ProtoReflect

func (x *PostgresqlConfigSet10) ProtoReflect() protoreflect.Message

func (*PostgresqlConfigSet10) Reset

func (x *PostgresqlConfigSet10) Reset()

func (*PostgresqlConfigSet10) SetDefaultConfig

func (m *PostgresqlConfigSet10) SetDefaultConfig(v *PostgresqlConfig10)

func (*PostgresqlConfigSet10) SetEffectiveConfig

func (m *PostgresqlConfigSet10) SetEffectiveConfig(v *PostgresqlConfig10)

func (*PostgresqlConfigSet10) SetUserConfig

func (m *PostgresqlConfigSet10) SetUserConfig(v *PostgresqlConfig10)

func (*PostgresqlConfigSet10) String

func (x *PostgresqlConfigSet10) String() string

type PostgresqlConfigSet10_1C

type PostgresqlConfigSet10_1C struct {

	// Effective settings for a PostgreSQL 10 1C cluster (a combination of settings defined
	// in [user_config] and [default_config]).
	EffectiveConfig *PostgresqlConfig10_1C `protobuf:"bytes,1,opt,name=effective_config,json=effectiveConfig,proto3" json:"effective_config,omitempty"`
	// User-defined settings for a PostgreSQL 10 1C cluster.
	UserConfig *PostgresqlConfig10_1C `protobuf:"bytes,2,opt,name=user_config,json=userConfig,proto3" json:"user_config,omitempty"`
	// Default configuration for a PostgreSQL 10 1C cluster.
	DefaultConfig *PostgresqlConfig10_1C `protobuf:"bytes,3,opt,name=default_config,json=defaultConfig,proto3" json:"default_config,omitempty"`
	// contains filtered or unexported fields
}

func (*PostgresqlConfigSet10_1C) Descriptor deprecated

func (*PostgresqlConfigSet10_1C) Descriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfigSet10_1C.ProtoReflect.Descriptor instead.

func (*PostgresqlConfigSet10_1C) GetDefaultConfig

func (x *PostgresqlConfigSet10_1C) GetDefaultConfig() *PostgresqlConfig10_1C

func (*PostgresqlConfigSet10_1C) GetEffectiveConfig

func (x *PostgresqlConfigSet10_1C) GetEffectiveConfig() *PostgresqlConfig10_1C

func (*PostgresqlConfigSet10_1C) GetUserConfig

func (x *PostgresqlConfigSet10_1C) GetUserConfig() *PostgresqlConfig10_1C

func (*PostgresqlConfigSet10_1C) ProtoMessage

func (*PostgresqlConfigSet10_1C) ProtoMessage()

func (*PostgresqlConfigSet10_1C) ProtoReflect

func (x *PostgresqlConfigSet10_1C) ProtoReflect() protoreflect.Message

func (*PostgresqlConfigSet10_1C) Reset

func (x *PostgresqlConfigSet10_1C) Reset()

func (*PostgresqlConfigSet10_1C) SetDefaultConfig

func (m *PostgresqlConfigSet10_1C) SetDefaultConfig(v *PostgresqlConfig10_1C)

func (*PostgresqlConfigSet10_1C) SetEffectiveConfig

func (m *PostgresqlConfigSet10_1C) SetEffectiveConfig(v *PostgresqlConfig10_1C)

func (*PostgresqlConfigSet10_1C) SetUserConfig

func (m *PostgresqlConfigSet10_1C) SetUserConfig(v *PostgresqlConfig10_1C)

func (*PostgresqlConfigSet10_1C) String

func (x *PostgresqlConfigSet10_1C) String() string

type PostgresqlConfigSet11

type PostgresqlConfigSet11 struct {

	// Effective settings for a PostgreSQL 11 cluster (a combination of settings defined
	// in [user_config] and [default_config]).
	EffectiveConfig *PostgresqlConfig11 `protobuf:"bytes,1,opt,name=effective_config,json=effectiveConfig,proto3" json:"effective_config,omitempty"`
	// User-defined settings for a PostgreSQL 11 cluster.
	UserConfig *PostgresqlConfig11 `protobuf:"bytes,2,opt,name=user_config,json=userConfig,proto3" json:"user_config,omitempty"`
	// Default configuration for a PostgreSQL 11 cluster.
	DefaultConfig *PostgresqlConfig11 `protobuf:"bytes,3,opt,name=default_config,json=defaultConfig,proto3" json:"default_config,omitempty"`
	// contains filtered or unexported fields
}

func (*PostgresqlConfigSet11) Descriptor deprecated

func (*PostgresqlConfigSet11) Descriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfigSet11.ProtoReflect.Descriptor instead.

func (*PostgresqlConfigSet11) GetDefaultConfig

func (x *PostgresqlConfigSet11) GetDefaultConfig() *PostgresqlConfig11

func (*PostgresqlConfigSet11) GetEffectiveConfig

func (x *PostgresqlConfigSet11) GetEffectiveConfig() *PostgresqlConfig11

func (*PostgresqlConfigSet11) GetUserConfig

func (x *PostgresqlConfigSet11) GetUserConfig() *PostgresqlConfig11

func (*PostgresqlConfigSet11) ProtoMessage

func (*PostgresqlConfigSet11) ProtoMessage()

func (*PostgresqlConfigSet11) ProtoReflect

func (x *PostgresqlConfigSet11) ProtoReflect() protoreflect.Message

func (*PostgresqlConfigSet11) Reset

func (x *PostgresqlConfigSet11) Reset()

func (*PostgresqlConfigSet11) SetDefaultConfig

func (m *PostgresqlConfigSet11) SetDefaultConfig(v *PostgresqlConfig11)

func (*PostgresqlConfigSet11) SetEffectiveConfig

func (m *PostgresqlConfigSet11) SetEffectiveConfig(v *PostgresqlConfig11)

func (*PostgresqlConfigSet11) SetUserConfig

func (m *PostgresqlConfigSet11) SetUserConfig(v *PostgresqlConfig11)

func (*PostgresqlConfigSet11) String

func (x *PostgresqlConfigSet11) String() string

type PostgresqlConfigSet11_1C

type PostgresqlConfigSet11_1C struct {

	// Effective settings for a PostgreSQL 11 1C cluster (a combination of settings defined
	// in [user_config] and [default_config]).
	EffectiveConfig *PostgresqlConfig11_1C `protobuf:"bytes,1,opt,name=effective_config,json=effectiveConfig,proto3" json:"effective_config,omitempty"`
	// User-defined settings for a PostgreSQL 11 1C cluster.
	UserConfig *PostgresqlConfig11_1C `protobuf:"bytes,2,opt,name=user_config,json=userConfig,proto3" json:"user_config,omitempty"`
	// Default configuration for a PostgreSQL 11 1C cluster.
	DefaultConfig *PostgresqlConfig11_1C `protobuf:"bytes,3,opt,name=default_config,json=defaultConfig,proto3" json:"default_config,omitempty"`
	// contains filtered or unexported fields
}

func (*PostgresqlConfigSet11_1C) Descriptor deprecated

func (*PostgresqlConfigSet11_1C) Descriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfigSet11_1C.ProtoReflect.Descriptor instead.

func (*PostgresqlConfigSet11_1C) GetDefaultConfig

func (x *PostgresqlConfigSet11_1C) GetDefaultConfig() *PostgresqlConfig11_1C

func (*PostgresqlConfigSet11_1C) GetEffectiveConfig

func (x *PostgresqlConfigSet11_1C) GetEffectiveConfig() *PostgresqlConfig11_1C

func (*PostgresqlConfigSet11_1C) GetUserConfig

func (x *PostgresqlConfigSet11_1C) GetUserConfig() *PostgresqlConfig11_1C

func (*PostgresqlConfigSet11_1C) ProtoMessage

func (*PostgresqlConfigSet11_1C) ProtoMessage()

func (*PostgresqlConfigSet11_1C) ProtoReflect

func (x *PostgresqlConfigSet11_1C) ProtoReflect() protoreflect.Message

func (*PostgresqlConfigSet11_1C) Reset

func (x *PostgresqlConfigSet11_1C) Reset()

func (*PostgresqlConfigSet11_1C) SetDefaultConfig

func (m *PostgresqlConfigSet11_1C) SetDefaultConfig(v *PostgresqlConfig11_1C)

func (*PostgresqlConfigSet11_1C) SetEffectiveConfig

func (m *PostgresqlConfigSet11_1C) SetEffectiveConfig(v *PostgresqlConfig11_1C)

func (*PostgresqlConfigSet11_1C) SetUserConfig

func (m *PostgresqlConfigSet11_1C) SetUserConfig(v *PostgresqlConfig11_1C)

func (*PostgresqlConfigSet11_1C) String

func (x *PostgresqlConfigSet11_1C) String() string

type PostgresqlConfigSet12

type PostgresqlConfigSet12 struct {

	// Effective settings for a PostgreSQL 12 cluster (a combination of settings defined
	// in [user_config] and [default_config]).
	EffectiveConfig *PostgresqlConfig12 `protobuf:"bytes,1,opt,name=effective_config,json=effectiveConfig,proto3" json:"effective_config,omitempty"`
	// User-defined settings for a PostgreSQL 12 cluster.
	UserConfig *PostgresqlConfig12 `protobuf:"bytes,2,opt,name=user_config,json=userConfig,proto3" json:"user_config,omitempty"`
	// Default configuration for a PostgreSQL 12 cluster.
	DefaultConfig *PostgresqlConfig12 `protobuf:"bytes,3,opt,name=default_config,json=defaultConfig,proto3" json:"default_config,omitempty"`
	// contains filtered or unexported fields
}

func (*PostgresqlConfigSet12) Descriptor deprecated

func (*PostgresqlConfigSet12) Descriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfigSet12.ProtoReflect.Descriptor instead.

func (*PostgresqlConfigSet12) GetDefaultConfig

func (x *PostgresqlConfigSet12) GetDefaultConfig() *PostgresqlConfig12

func (*PostgresqlConfigSet12) GetEffectiveConfig

func (x *PostgresqlConfigSet12) GetEffectiveConfig() *PostgresqlConfig12

func (*PostgresqlConfigSet12) GetUserConfig

func (x *PostgresqlConfigSet12) GetUserConfig() *PostgresqlConfig12

func (*PostgresqlConfigSet12) ProtoMessage

func (*PostgresqlConfigSet12) ProtoMessage()

func (*PostgresqlConfigSet12) ProtoReflect

func (x *PostgresqlConfigSet12) ProtoReflect() protoreflect.Message

func (*PostgresqlConfigSet12) Reset

func (x *PostgresqlConfigSet12) Reset()

func (*PostgresqlConfigSet12) SetDefaultConfig

func (m *PostgresqlConfigSet12) SetDefaultConfig(v *PostgresqlConfig12)

func (*PostgresqlConfigSet12) SetEffectiveConfig

func (m *PostgresqlConfigSet12) SetEffectiveConfig(v *PostgresqlConfig12)

func (*PostgresqlConfigSet12) SetUserConfig

func (m *PostgresqlConfigSet12) SetUserConfig(v *PostgresqlConfig12)

func (*PostgresqlConfigSet12) String

func (x *PostgresqlConfigSet12) String() string

type PostgresqlConfigSet12_1C

type PostgresqlConfigSet12_1C struct {

	// Effective settings for a PostgreSQL 12 1C cluster (a combination of settings defined
	// in [user_config] and [default_config]).
	EffectiveConfig *PostgresqlConfig12_1C `protobuf:"bytes,1,opt,name=effective_config,json=effectiveConfig,proto3" json:"effective_config,omitempty"`
	// User-defined settings for a PostgreSQL 12 1C cluster.
	UserConfig *PostgresqlConfig12_1C `protobuf:"bytes,2,opt,name=user_config,json=userConfig,proto3" json:"user_config,omitempty"`
	// Default configuration for a PostgreSQL 12 1C cluster.
	DefaultConfig *PostgresqlConfig12_1C `protobuf:"bytes,3,opt,name=default_config,json=defaultConfig,proto3" json:"default_config,omitempty"`
	// contains filtered or unexported fields
}

func (*PostgresqlConfigSet12_1C) Descriptor deprecated

func (*PostgresqlConfigSet12_1C) Descriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfigSet12_1C.ProtoReflect.Descriptor instead.

func (*PostgresqlConfigSet12_1C) GetDefaultConfig

func (x *PostgresqlConfigSet12_1C) GetDefaultConfig() *PostgresqlConfig12_1C

func (*PostgresqlConfigSet12_1C) GetEffectiveConfig

func (x *PostgresqlConfigSet12_1C) GetEffectiveConfig() *PostgresqlConfig12_1C

func (*PostgresqlConfigSet12_1C) GetUserConfig

func (x *PostgresqlConfigSet12_1C) GetUserConfig() *PostgresqlConfig12_1C

func (*PostgresqlConfigSet12_1C) ProtoMessage

func (*PostgresqlConfigSet12_1C) ProtoMessage()

func (*PostgresqlConfigSet12_1C) ProtoReflect

func (x *PostgresqlConfigSet12_1C) ProtoReflect() protoreflect.Message

func (*PostgresqlConfigSet12_1C) Reset

func (x *PostgresqlConfigSet12_1C) Reset()

func (*PostgresqlConfigSet12_1C) SetDefaultConfig

func (m *PostgresqlConfigSet12_1C) SetDefaultConfig(v *PostgresqlConfig12_1C)

func (*PostgresqlConfigSet12_1C) SetEffectiveConfig

func (m *PostgresqlConfigSet12_1C) SetEffectiveConfig(v *PostgresqlConfig12_1C)

func (*PostgresqlConfigSet12_1C) SetUserConfig

func (m *PostgresqlConfigSet12_1C) SetUserConfig(v *PostgresqlConfig12_1C)

func (*PostgresqlConfigSet12_1C) String

func (x *PostgresqlConfigSet12_1C) String() string

type PostgresqlConfigSet13

type PostgresqlConfigSet13 struct {

	// Effective settings for a PostgreSQL 13 cluster (a combination of settings defined
	// in [user_config] and [default_config]).
	EffectiveConfig *PostgresqlConfig13 `protobuf:"bytes,1,opt,name=effective_config,json=effectiveConfig,proto3" json:"effective_config,omitempty"`
	// User-defined settings for a PostgreSQL 13 cluster.
	UserConfig *PostgresqlConfig13 `protobuf:"bytes,2,opt,name=user_config,json=userConfig,proto3" json:"user_config,omitempty"`
	// Default configuration for a PostgreSQL 13 cluster.
	DefaultConfig *PostgresqlConfig13 `protobuf:"bytes,3,opt,name=default_config,json=defaultConfig,proto3" json:"default_config,omitempty"`
	// contains filtered or unexported fields
}

func (*PostgresqlConfigSet13) Descriptor deprecated

func (*PostgresqlConfigSet13) Descriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfigSet13.ProtoReflect.Descriptor instead.

func (*PostgresqlConfigSet13) GetDefaultConfig

func (x *PostgresqlConfigSet13) GetDefaultConfig() *PostgresqlConfig13

func (*PostgresqlConfigSet13) GetEffectiveConfig

func (x *PostgresqlConfigSet13) GetEffectiveConfig() *PostgresqlConfig13

func (*PostgresqlConfigSet13) GetUserConfig

func (x *PostgresqlConfigSet13) GetUserConfig() *PostgresqlConfig13

func (*PostgresqlConfigSet13) ProtoMessage

func (*PostgresqlConfigSet13) ProtoMessage()

func (*PostgresqlConfigSet13) ProtoReflect

func (x *PostgresqlConfigSet13) ProtoReflect() protoreflect.Message

func (*PostgresqlConfigSet13) Reset

func (x *PostgresqlConfigSet13) Reset()

func (*PostgresqlConfigSet13) SetDefaultConfig

func (m *PostgresqlConfigSet13) SetDefaultConfig(v *PostgresqlConfig13)

func (*PostgresqlConfigSet13) SetEffectiveConfig

func (m *PostgresqlConfigSet13) SetEffectiveConfig(v *PostgresqlConfig13)

func (*PostgresqlConfigSet13) SetUserConfig

func (m *PostgresqlConfigSet13) SetUserConfig(v *PostgresqlConfig13)

func (*PostgresqlConfigSet13) String

func (x *PostgresqlConfigSet13) String() string

type PostgresqlConfigSet13_1C

type PostgresqlConfigSet13_1C struct {

	// Effective settings for a PostgreSQL 13 1C cluster (a combination of settings defined
	// in [user_config] and [default_config]).
	EffectiveConfig *PostgresqlConfig13_1C `protobuf:"bytes,1,opt,name=effective_config,json=effectiveConfig,proto3" json:"effective_config,omitempty"`
	// User-defined settings for a PostgreSQL 13 1C cluster.
	UserConfig *PostgresqlConfig13_1C `protobuf:"bytes,2,opt,name=user_config,json=userConfig,proto3" json:"user_config,omitempty"`
	// Default configuration for a PostgreSQL 13 1C cluster.
	DefaultConfig *PostgresqlConfig13_1C `protobuf:"bytes,3,opt,name=default_config,json=defaultConfig,proto3" json:"default_config,omitempty"`
	// contains filtered or unexported fields
}

func (*PostgresqlConfigSet13_1C) Descriptor deprecated

func (*PostgresqlConfigSet13_1C) Descriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfigSet13_1C.ProtoReflect.Descriptor instead.

func (*PostgresqlConfigSet13_1C) GetDefaultConfig

func (x *PostgresqlConfigSet13_1C) GetDefaultConfig() *PostgresqlConfig13_1C

func (*PostgresqlConfigSet13_1C) GetEffectiveConfig

func (x *PostgresqlConfigSet13_1C) GetEffectiveConfig() *PostgresqlConfig13_1C

func (*PostgresqlConfigSet13_1C) GetUserConfig

func (x *PostgresqlConfigSet13_1C) GetUserConfig() *PostgresqlConfig13_1C

func (*PostgresqlConfigSet13_1C) ProtoMessage

func (*PostgresqlConfigSet13_1C) ProtoMessage()

func (*PostgresqlConfigSet13_1C) ProtoReflect

func (x *PostgresqlConfigSet13_1C) ProtoReflect() protoreflect.Message

func (*PostgresqlConfigSet13_1C) Reset

func (x *PostgresqlConfigSet13_1C) Reset()

func (*PostgresqlConfigSet13_1C) SetDefaultConfig

func (m *PostgresqlConfigSet13_1C) SetDefaultConfig(v *PostgresqlConfig13_1C)

func (*PostgresqlConfigSet13_1C) SetEffectiveConfig

func (m *PostgresqlConfigSet13_1C) SetEffectiveConfig(v *PostgresqlConfig13_1C)

func (*PostgresqlConfigSet13_1C) SetUserConfig

func (m *PostgresqlConfigSet13_1C) SetUserConfig(v *PostgresqlConfig13_1C)

func (*PostgresqlConfigSet13_1C) String

func (x *PostgresqlConfigSet13_1C) String() string

type PostgresqlConfigSet14

type PostgresqlConfigSet14 struct {

	// Effective settings for a PostgreSQL 14 cluster (a combination of settings defined
	// in [user_config] and [default_config]).
	EffectiveConfig *PostgresqlConfig14 `protobuf:"bytes,1,opt,name=effective_config,json=effectiveConfig,proto3" json:"effective_config,omitempty"`
	// User-defined settings for a PostgreSQL 14 cluster.
	UserConfig *PostgresqlConfig14 `protobuf:"bytes,2,opt,name=user_config,json=userConfig,proto3" json:"user_config,omitempty"`
	// Default configuration for a PostgreSQL 14 cluster.
	DefaultConfig *PostgresqlConfig14 `protobuf:"bytes,3,opt,name=default_config,json=defaultConfig,proto3" json:"default_config,omitempty"`
	// contains filtered or unexported fields
}

func (*PostgresqlConfigSet14) Descriptor deprecated

func (*PostgresqlConfigSet14) Descriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfigSet14.ProtoReflect.Descriptor instead.

func (*PostgresqlConfigSet14) GetDefaultConfig

func (x *PostgresqlConfigSet14) GetDefaultConfig() *PostgresqlConfig14

func (*PostgresqlConfigSet14) GetEffectiveConfig

func (x *PostgresqlConfigSet14) GetEffectiveConfig() *PostgresqlConfig14

func (*PostgresqlConfigSet14) GetUserConfig

func (x *PostgresqlConfigSet14) GetUserConfig() *PostgresqlConfig14

func (*PostgresqlConfigSet14) ProtoMessage

func (*PostgresqlConfigSet14) ProtoMessage()

func (*PostgresqlConfigSet14) ProtoReflect

func (x *PostgresqlConfigSet14) ProtoReflect() protoreflect.Message

func (*PostgresqlConfigSet14) Reset

func (x *PostgresqlConfigSet14) Reset()

func (*PostgresqlConfigSet14) SetDefaultConfig

func (m *PostgresqlConfigSet14) SetDefaultConfig(v *PostgresqlConfig14)

func (*PostgresqlConfigSet14) SetEffectiveConfig

func (m *PostgresqlConfigSet14) SetEffectiveConfig(v *PostgresqlConfig14)

func (*PostgresqlConfigSet14) SetUserConfig

func (m *PostgresqlConfigSet14) SetUserConfig(v *PostgresqlConfig14)

func (*PostgresqlConfigSet14) String

func (x *PostgresqlConfigSet14) String() string

type PostgresqlConfigSet14_1C

type PostgresqlConfigSet14_1C struct {

	// Effective settings for a PostgreSQL 14 1C cluster (a combination of settings defined
	// in [user_config] and [default_config]).
	EffectiveConfig *PostgresqlConfig14_1C `protobuf:"bytes,1,opt,name=effective_config,json=effectiveConfig,proto3" json:"effective_config,omitempty"`
	// User-defined settings for a PostgreSQL 14 1C cluster.
	UserConfig *PostgresqlConfig14_1C `protobuf:"bytes,2,opt,name=user_config,json=userConfig,proto3" json:"user_config,omitempty"`
	// Default configuration for a PostgreSQL 14 1C cluster.
	DefaultConfig *PostgresqlConfig14_1C `protobuf:"bytes,3,opt,name=default_config,json=defaultConfig,proto3" json:"default_config,omitempty"`
	// contains filtered or unexported fields
}

func (*PostgresqlConfigSet14_1C) Descriptor deprecated

func (*PostgresqlConfigSet14_1C) Descriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfigSet14_1C.ProtoReflect.Descriptor instead.

func (*PostgresqlConfigSet14_1C) GetDefaultConfig

func (x *PostgresqlConfigSet14_1C) GetDefaultConfig() *PostgresqlConfig14_1C

func (*PostgresqlConfigSet14_1C) GetEffectiveConfig

func (x *PostgresqlConfigSet14_1C) GetEffectiveConfig() *PostgresqlConfig14_1C

func (*PostgresqlConfigSet14_1C) GetUserConfig

func (x *PostgresqlConfigSet14_1C) GetUserConfig() *PostgresqlConfig14_1C

func (*PostgresqlConfigSet14_1C) ProtoMessage

func (*PostgresqlConfigSet14_1C) ProtoMessage()

func (*PostgresqlConfigSet14_1C) ProtoReflect

func (x *PostgresqlConfigSet14_1C) ProtoReflect() protoreflect.Message

func (*PostgresqlConfigSet14_1C) Reset

func (x *PostgresqlConfigSet14_1C) Reset()

func (*PostgresqlConfigSet14_1C) SetDefaultConfig

func (m *PostgresqlConfigSet14_1C) SetDefaultConfig(v *PostgresqlConfig14_1C)

func (*PostgresqlConfigSet14_1C) SetEffectiveConfig

func (m *PostgresqlConfigSet14_1C) SetEffectiveConfig(v *PostgresqlConfig14_1C)

func (*PostgresqlConfigSet14_1C) SetUserConfig

func (m *PostgresqlConfigSet14_1C) SetUserConfig(v *PostgresqlConfig14_1C)

func (*PostgresqlConfigSet14_1C) String

func (x *PostgresqlConfigSet14_1C) String() string

type PostgresqlConfigSet15

type PostgresqlConfigSet15 struct {

	// Effective settings for a PostgreSQL 15 cluster (a combination of settings defined
	// in [user_config] and [default_config]).
	EffectiveConfig *PostgresqlConfig15 `protobuf:"bytes,1,opt,name=effective_config,json=effectiveConfig,proto3" json:"effective_config,omitempty"`
	// User-defined settings for a PostgreSQL 15 cluster.
	UserConfig *PostgresqlConfig15 `protobuf:"bytes,2,opt,name=user_config,json=userConfig,proto3" json:"user_config,omitempty"`
	// Default configuration for a PostgreSQL 15 cluster.
	DefaultConfig *PostgresqlConfig15 `protobuf:"bytes,3,opt,name=default_config,json=defaultConfig,proto3" json:"default_config,omitempty"`
	// contains filtered or unexported fields
}

func (*PostgresqlConfigSet15) Descriptor deprecated

func (*PostgresqlConfigSet15) Descriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfigSet15.ProtoReflect.Descriptor instead.

func (*PostgresqlConfigSet15) GetDefaultConfig

func (x *PostgresqlConfigSet15) GetDefaultConfig() *PostgresqlConfig15

func (*PostgresqlConfigSet15) GetEffectiveConfig

func (x *PostgresqlConfigSet15) GetEffectiveConfig() *PostgresqlConfig15

func (*PostgresqlConfigSet15) GetUserConfig

func (x *PostgresqlConfigSet15) GetUserConfig() *PostgresqlConfig15

func (*PostgresqlConfigSet15) ProtoMessage

func (*PostgresqlConfigSet15) ProtoMessage()

func (*PostgresqlConfigSet15) ProtoReflect

func (x *PostgresqlConfigSet15) ProtoReflect() protoreflect.Message

func (*PostgresqlConfigSet15) Reset

func (x *PostgresqlConfigSet15) Reset()

func (*PostgresqlConfigSet15) SetDefaultConfig

func (m *PostgresqlConfigSet15) SetDefaultConfig(v *PostgresqlConfig15)

func (*PostgresqlConfigSet15) SetEffectiveConfig

func (m *PostgresqlConfigSet15) SetEffectiveConfig(v *PostgresqlConfig15)

func (*PostgresqlConfigSet15) SetUserConfig

func (m *PostgresqlConfigSet15) SetUserConfig(v *PostgresqlConfig15)

func (*PostgresqlConfigSet15) String

func (x *PostgresqlConfigSet15) String() string

type PostgresqlConfigSet15_1C

type PostgresqlConfigSet15_1C struct {

	// Effective settings for a PostgreSQL 15 1C cluster (a combination of settings defined
	// in [user_config] and [default_config]).
	EffectiveConfig *PostgresqlConfig15_1C `protobuf:"bytes,1,opt,name=effective_config,json=effectiveConfig,proto3" json:"effective_config,omitempty"`
	// User-defined settings for a PostgreSQL 15 1C cluster.
	UserConfig *PostgresqlConfig15_1C `protobuf:"bytes,2,opt,name=user_config,json=userConfig,proto3" json:"user_config,omitempty"`
	// Default configuration for a PostgreSQL 15 1C cluster.
	DefaultConfig *PostgresqlConfig15_1C `protobuf:"bytes,3,opt,name=default_config,json=defaultConfig,proto3" json:"default_config,omitempty"`
	// contains filtered or unexported fields
}

func (*PostgresqlConfigSet15_1C) Descriptor deprecated

func (*PostgresqlConfigSet15_1C) Descriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfigSet15_1C.ProtoReflect.Descriptor instead.

func (*PostgresqlConfigSet15_1C) GetDefaultConfig

func (x *PostgresqlConfigSet15_1C) GetDefaultConfig() *PostgresqlConfig15_1C

func (*PostgresqlConfigSet15_1C) GetEffectiveConfig

func (x *PostgresqlConfigSet15_1C) GetEffectiveConfig() *PostgresqlConfig15_1C

func (*PostgresqlConfigSet15_1C) GetUserConfig

func (x *PostgresqlConfigSet15_1C) GetUserConfig() *PostgresqlConfig15_1C

func (*PostgresqlConfigSet15_1C) ProtoMessage

func (*PostgresqlConfigSet15_1C) ProtoMessage()

func (*PostgresqlConfigSet15_1C) ProtoReflect

func (x *PostgresqlConfigSet15_1C) ProtoReflect() protoreflect.Message

func (*PostgresqlConfigSet15_1C) Reset

func (x *PostgresqlConfigSet15_1C) Reset()

func (*PostgresqlConfigSet15_1C) SetDefaultConfig

func (m *PostgresqlConfigSet15_1C) SetDefaultConfig(v *PostgresqlConfig15_1C)

func (*PostgresqlConfigSet15_1C) SetEffectiveConfig

func (m *PostgresqlConfigSet15_1C) SetEffectiveConfig(v *PostgresqlConfig15_1C)

func (*PostgresqlConfigSet15_1C) SetUserConfig

func (m *PostgresqlConfigSet15_1C) SetUserConfig(v *PostgresqlConfig15_1C)

func (*PostgresqlConfigSet15_1C) String

func (x *PostgresqlConfigSet15_1C) String() string

type PostgresqlConfigSet16

type PostgresqlConfigSet16 struct {

	// Effective settings for a PostgreSQL 16 cluster (a combination of settings defined
	// in [user_config] and [default_config]).
	EffectiveConfig *PostgresqlConfig16 `protobuf:"bytes,1,opt,name=effective_config,json=effectiveConfig,proto3" json:"effective_config,omitempty"`
	// User-defined settings for a PostgreSQL 16 cluster.
	UserConfig *PostgresqlConfig16 `protobuf:"bytes,2,opt,name=user_config,json=userConfig,proto3" json:"user_config,omitempty"`
	// Default configuration for a PostgreSQL 16 cluster.
	DefaultConfig *PostgresqlConfig16 `protobuf:"bytes,3,opt,name=default_config,json=defaultConfig,proto3" json:"default_config,omitempty"`
	// contains filtered or unexported fields
}

func (*PostgresqlConfigSet16) Descriptor deprecated

func (*PostgresqlConfigSet16) Descriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfigSet16.ProtoReflect.Descriptor instead.

func (*PostgresqlConfigSet16) GetDefaultConfig

func (x *PostgresqlConfigSet16) GetDefaultConfig() *PostgresqlConfig16

func (*PostgresqlConfigSet16) GetEffectiveConfig

func (x *PostgresqlConfigSet16) GetEffectiveConfig() *PostgresqlConfig16

func (*PostgresqlConfigSet16) GetUserConfig

func (x *PostgresqlConfigSet16) GetUserConfig() *PostgresqlConfig16

func (*PostgresqlConfigSet16) ProtoMessage

func (*PostgresqlConfigSet16) ProtoMessage()

func (*PostgresqlConfigSet16) ProtoReflect

func (x *PostgresqlConfigSet16) ProtoReflect() protoreflect.Message

func (*PostgresqlConfigSet16) Reset

func (x *PostgresqlConfigSet16) Reset()

func (*PostgresqlConfigSet16) SetDefaultConfig

func (m *PostgresqlConfigSet16) SetDefaultConfig(v *PostgresqlConfig16)

func (*PostgresqlConfigSet16) SetEffectiveConfig

func (m *PostgresqlConfigSet16) SetEffectiveConfig(v *PostgresqlConfig16)

func (*PostgresqlConfigSet16) SetUserConfig

func (m *PostgresqlConfigSet16) SetUserConfig(v *PostgresqlConfig16)

func (*PostgresqlConfigSet16) String

func (x *PostgresqlConfigSet16) String() string

type PostgresqlConfigSet16_1C

type PostgresqlConfigSet16_1C struct {

	// Effective settings for a PostgreSQL 16 1C cluster (a combination of settings defined
	// in [user_config] and [default_config]).
	EffectiveConfig *PostgresqlConfig16_1C `protobuf:"bytes,1,opt,name=effective_config,json=effectiveConfig,proto3" json:"effective_config,omitempty"`
	// User-defined settings for a PostgreSQL 16 1C cluster.
	UserConfig *PostgresqlConfig16_1C `protobuf:"bytes,2,opt,name=user_config,json=userConfig,proto3" json:"user_config,omitempty"`
	// Default configuration for a PostgreSQL 16 1C cluster.
	DefaultConfig *PostgresqlConfig16_1C `protobuf:"bytes,3,opt,name=default_config,json=defaultConfig,proto3" json:"default_config,omitempty"`
	// contains filtered or unexported fields
}

func (*PostgresqlConfigSet16_1C) Descriptor deprecated

func (*PostgresqlConfigSet16_1C) Descriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfigSet16_1C.ProtoReflect.Descriptor instead.

func (*PostgresqlConfigSet16_1C) GetDefaultConfig

func (x *PostgresqlConfigSet16_1C) GetDefaultConfig() *PostgresqlConfig16_1C

func (*PostgresqlConfigSet16_1C) GetEffectiveConfig

func (x *PostgresqlConfigSet16_1C) GetEffectiveConfig() *PostgresqlConfig16_1C

func (*PostgresqlConfigSet16_1C) GetUserConfig

func (x *PostgresqlConfigSet16_1C) GetUserConfig() *PostgresqlConfig16_1C

func (*PostgresqlConfigSet16_1C) ProtoMessage

func (*PostgresqlConfigSet16_1C) ProtoMessage()

func (*PostgresqlConfigSet16_1C) ProtoReflect

func (x *PostgresqlConfigSet16_1C) ProtoReflect() protoreflect.Message

func (*PostgresqlConfigSet16_1C) Reset

func (x *PostgresqlConfigSet16_1C) Reset()

func (*PostgresqlConfigSet16_1C) SetDefaultConfig

func (m *PostgresqlConfigSet16_1C) SetDefaultConfig(v *PostgresqlConfig16_1C)

func (*PostgresqlConfigSet16_1C) SetEffectiveConfig

func (m *PostgresqlConfigSet16_1C) SetEffectiveConfig(v *PostgresqlConfig16_1C)

func (*PostgresqlConfigSet16_1C) SetUserConfig

func (m *PostgresqlConfigSet16_1C) SetUserConfig(v *PostgresqlConfig16_1C)

func (*PostgresqlConfigSet16_1C) String

func (x *PostgresqlConfigSet16_1C) String() string

type PostgresqlConfigSet9_6

type PostgresqlConfigSet9_6 struct {

	// Effective settings for a PostgreSQL 9.6 cluster (a combination of settings defined
	// in [user_config] and [default_config]).
	EffectiveConfig *PostgresqlConfig9_6 `protobuf:"bytes,1,opt,name=effective_config,json=effectiveConfig,proto3" json:"effective_config,omitempty"`
	// User-defined settings for a PostgreSQL 9.6 cluster.
	UserConfig *PostgresqlConfig9_6 `protobuf:"bytes,2,opt,name=user_config,json=userConfig,proto3" json:"user_config,omitempty"`
	// Default configuration for a PostgreSQL 9.6 cluster.
	DefaultConfig *PostgresqlConfig9_6 `protobuf:"bytes,3,opt,name=default_config,json=defaultConfig,proto3" json:"default_config,omitempty"`
	// contains filtered or unexported fields
}

func (*PostgresqlConfigSet9_6) Descriptor deprecated

func (*PostgresqlConfigSet9_6) Descriptor() ([]byte, []int)

Deprecated: Use PostgresqlConfigSet9_6.ProtoReflect.Descriptor instead.

func (*PostgresqlConfigSet9_6) GetDefaultConfig

func (x *PostgresqlConfigSet9_6) GetDefaultConfig() *PostgresqlConfig9_6

func (*PostgresqlConfigSet9_6) GetEffectiveConfig

func (x *PostgresqlConfigSet9_6) GetEffectiveConfig() *PostgresqlConfig9_6

func (*PostgresqlConfigSet9_6) GetUserConfig

func (x *PostgresqlConfigSet9_6) GetUserConfig() *PostgresqlConfig9_6

func (*PostgresqlConfigSet9_6) ProtoMessage

func (*PostgresqlConfigSet9_6) ProtoMessage()

func (*PostgresqlConfigSet9_6) ProtoReflect

func (x *PostgresqlConfigSet9_6) ProtoReflect() protoreflect.Message

func (*PostgresqlConfigSet9_6) Reset

func (x *PostgresqlConfigSet9_6) Reset()

func (*PostgresqlConfigSet9_6) SetDefaultConfig

func (m *PostgresqlConfigSet9_6) SetDefaultConfig(v *PostgresqlConfig9_6)

func (*PostgresqlConfigSet9_6) SetEffectiveConfig

func (m *PostgresqlConfigSet9_6) SetEffectiveConfig(v *PostgresqlConfig9_6)

func (*PostgresqlConfigSet9_6) SetUserConfig

func (m *PostgresqlConfigSet9_6) SetUserConfig(v *PostgresqlConfig9_6)

func (*PostgresqlConfigSet9_6) String

func (x *PostgresqlConfigSet9_6) String() string

type PostgresqlHostConfig10

type PostgresqlHostConfig10 struct {
	RecoveryMinApplyDelay *wrapperspb.Int64Value `` // in milliseconds.
	/* 128-byte string literal not displayed */
	SharedBuffers         *wrapperspb.Int64Value `protobuf:"bytes,2,opt,name=shared_buffers,json=sharedBuffers,proto3" json:"shared_buffers,omitempty"` // in bytes.
	TempBuffers           *wrapperspb.Int64Value `protobuf:"bytes,3,opt,name=temp_buffers,json=tempBuffers,proto3" json:"temp_buffers,omitempty"`       // in bytes.
	WorkMem               *wrapperspb.Int64Value `protobuf:"bytes,4,opt,name=work_mem,json=workMem,proto3" json:"work_mem,omitempty"`                   // in bytes.
	ReplacementSortTuples *wrapperspb.Int64Value ``                                                                                                     // in bytes.
	/* 126-byte string literal not displayed */
	TempFileLimit            *wrapperspb.Int64Value `protobuf:"bytes,6,opt,name=temp_file_limit,json=tempFileLimit,proto3" json:"temp_file_limit,omitempty"` // in bytes.
	BackendFlushAfter        *wrapperspb.Int64Value `protobuf:"bytes,7,opt,name=backend_flush_after,json=backendFlushAfter,proto3" json:"backend_flush_after,omitempty"`
	OldSnapshotThreshold     *wrapperspb.Int64Value `protobuf:"bytes,8,opt,name=old_snapshot_threshold,json=oldSnapshotThreshold,proto3" json:"old_snapshot_threshold,omitempty"`
	MaxStandbyStreamingDelay *wrapperspb.Int64Value `` // in milliseconds.
	/* 137-byte string literal not displayed */
	ConstraintExclusion     PostgresqlHostConfig10_ConstraintExclusion `` /* 206-byte string literal not displayed */
	CursorTupleFraction     *wrapperspb.DoubleValue                    `protobuf:"bytes,11,opt,name=cursor_tuple_fraction,json=cursorTupleFraction,proto3" json:"cursor_tuple_fraction,omitempty"`
	FromCollapseLimit       *wrapperspb.Int64Value                     `protobuf:"bytes,12,opt,name=from_collapse_limit,json=fromCollapseLimit,proto3" json:"from_collapse_limit,omitempty"`
	JoinCollapseLimit       *wrapperspb.Int64Value                     `protobuf:"bytes,13,opt,name=join_collapse_limit,json=joinCollapseLimit,proto3" json:"join_collapse_limit,omitempty"`
	ForceParallelMode       PostgresqlHostConfig10_ForceParallelMode   `` /* 200-byte string literal not displayed */
	ClientMinMessages       PostgresqlHostConfig10_LogLevel            `` /* 191-byte string literal not displayed */
	LogMinMessages          PostgresqlHostConfig10_LogLevel            `` /* 182-byte string literal not displayed */
	LogMinErrorStatement    PostgresqlHostConfig10_LogLevel            `` /* 202-byte string literal not displayed */
	LogMinDurationStatement *wrapperspb.Int64Value                     `` // in milliseconds.
	/* 135-byte string literal not displayed */
	LogCheckpoints                  *wrapperspb.BoolValue                       `protobuf:"bytes,19,opt,name=log_checkpoints,json=logCheckpoints,proto3" json:"log_checkpoints,omitempty"`
	LogConnections                  *wrapperspb.BoolValue                       `protobuf:"bytes,20,opt,name=log_connections,json=logConnections,proto3" json:"log_connections,omitempty"`
	LogDisconnections               *wrapperspb.BoolValue                       `protobuf:"bytes,21,opt,name=log_disconnections,json=logDisconnections,proto3" json:"log_disconnections,omitempty"`
	LogDuration                     *wrapperspb.BoolValue                       `protobuf:"bytes,22,opt,name=log_duration,json=logDuration,proto3" json:"log_duration,omitempty"`
	LogErrorVerbosity               PostgresqlHostConfig10_LogErrorVerbosity    `` /* 200-byte string literal not displayed */
	LogLockWaits                    *wrapperspb.BoolValue                       `protobuf:"bytes,24,opt,name=log_lock_waits,json=logLockWaits,proto3" json:"log_lock_waits,omitempty"`
	LogStatement                    PostgresqlHostConfig10_LogStatement         `` /* 178-byte string literal not displayed */
	LogTempFiles                    *wrapperspb.Int64Value                      `protobuf:"bytes,26,opt,name=log_temp_files,json=logTempFiles,proto3" json:"log_temp_files,omitempty"`
	SearchPath                      string                                      `protobuf:"bytes,27,opt,name=search_path,json=searchPath,proto3" json:"search_path,omitempty"`
	RowSecurity                     *wrapperspb.BoolValue                       `protobuf:"bytes,28,opt,name=row_security,json=rowSecurity,proto3" json:"row_security,omitempty"`
	DefaultTransactionIsolation     PostgresqlHostConfig10_TransactionIsolation ``                                                                                                               /* 233-byte string literal not displayed */
	StatementTimeout                *wrapperspb.Int64Value                      `protobuf:"bytes,30,opt,name=statement_timeout,json=statementTimeout,proto3" json:"statement_timeout,omitempty"` // in milliseconds.
	LockTimeout                     *wrapperspb.Int64Value                      `protobuf:"bytes,31,opt,name=lock_timeout,json=lockTimeout,proto3" json:"lock_timeout,omitempty"`                // in milliseconds.
	IdleInTransactionSessionTimeout *wrapperspb.Int64Value                      ``                                                                                                               // in milliseconds.
	/* 161-byte string literal not displayed */
	ByteaOutput                 PostgresqlHostConfig10_ByteaOutput    ``                                                                                                                            /* 174-byte string literal not displayed */
	Xmlbinary                   PostgresqlHostConfig10_XmlBinary      ``                                                                                                                            /* 149-byte string literal not displayed */
	Xmloption                   PostgresqlHostConfig10_XmlOption      ``                                                                                                                            /* 149-byte string literal not displayed */
	GinPendingListLimit         *wrapperspb.Int64Value                `protobuf:"bytes,36,opt,name=gin_pending_list_limit,json=ginPendingListLimit,proto3" json:"gin_pending_list_limit,omitempty"` // in bytes.
	DeadlockTimeout             *wrapperspb.Int64Value                `protobuf:"bytes,37,opt,name=deadlock_timeout,json=deadlockTimeout,proto3" json:"deadlock_timeout,omitempty"`                 // in milliseconds.
	MaxLocksPerTransaction      *wrapperspb.Int64Value                ``                                                                                                                            /* 132-byte string literal not displayed */
	MaxPredLocksPerTransaction  *wrapperspb.Int64Value                ``                                                                                                                            /* 146-byte string literal not displayed */
	ArrayNulls                  *wrapperspb.BoolValue                 `protobuf:"bytes,40,opt,name=array_nulls,json=arrayNulls,proto3" json:"array_nulls,omitempty"`
	BackslashQuote              PostgresqlHostConfig10_BackslashQuote `` /* 186-byte string literal not displayed */
	DefaultWithOids             *wrapperspb.BoolValue                 `protobuf:"bytes,42,opt,name=default_with_oids,json=defaultWithOids,proto3" json:"default_with_oids,omitempty"`
	EscapeStringWarning         *wrapperspb.BoolValue                 `protobuf:"bytes,43,opt,name=escape_string_warning,json=escapeStringWarning,proto3" json:"escape_string_warning,omitempty"`
	LoCompatPrivileges          *wrapperspb.BoolValue                 `protobuf:"bytes,44,opt,name=lo_compat_privileges,json=loCompatPrivileges,proto3" json:"lo_compat_privileges,omitempty"`
	OperatorPrecedenceWarning   *wrapperspb.BoolValue                 `` /* 139-byte string literal not displayed */
	QuoteAllIdentifiers         *wrapperspb.BoolValue                 `protobuf:"bytes,46,opt,name=quote_all_identifiers,json=quoteAllIdentifiers,proto3" json:"quote_all_identifiers,omitempty"`
	StandardConformingStrings   *wrapperspb.BoolValue                 `` /* 139-byte string literal not displayed */
	SynchronizeSeqscans         *wrapperspb.BoolValue                 `protobuf:"bytes,48,opt,name=synchronize_seqscans,json=synchronizeSeqscans,proto3" json:"synchronize_seqscans,omitempty"`
	TransformNullEquals         *wrapperspb.BoolValue                 `protobuf:"bytes,49,opt,name=transform_null_equals,json=transformNullEquals,proto3" json:"transform_null_equals,omitempty"`
	ExitOnError                 *wrapperspb.BoolValue                 `protobuf:"bytes,50,opt,name=exit_on_error,json=exitOnError,proto3" json:"exit_on_error,omitempty"`
	SeqPageCost                 *wrapperspb.DoubleValue               `protobuf:"bytes,51,opt,name=seq_page_cost,json=seqPageCost,proto3" json:"seq_page_cost,omitempty"`
	RandomPageCost              *wrapperspb.DoubleValue               `protobuf:"bytes,52,opt,name=random_page_cost,json=randomPageCost,proto3" json:"random_page_cost,omitempty"`
	EnableBitmapscan            *wrapperspb.BoolValue                 `protobuf:"bytes,54,opt,name=enable_bitmapscan,json=enableBitmapscan,proto3" json:"enable_bitmapscan,omitempty"`
	EnableHashagg               *wrapperspb.BoolValue                 `protobuf:"bytes,55,opt,name=enable_hashagg,json=enableHashagg,proto3" json:"enable_hashagg,omitempty"`
	EnableHashjoin              *wrapperspb.BoolValue                 `protobuf:"bytes,56,opt,name=enable_hashjoin,json=enableHashjoin,proto3" json:"enable_hashjoin,omitempty"`
	EnableIndexscan             *wrapperspb.BoolValue                 `protobuf:"bytes,57,opt,name=enable_indexscan,json=enableIndexscan,proto3" json:"enable_indexscan,omitempty"`
	EnableIndexonlyscan         *wrapperspb.BoolValue                 `protobuf:"bytes,58,opt,name=enable_indexonlyscan,json=enableIndexonlyscan,proto3" json:"enable_indexonlyscan,omitempty"`
	EnableMaterial              *wrapperspb.BoolValue                 `protobuf:"bytes,59,opt,name=enable_material,json=enableMaterial,proto3" json:"enable_material,omitempty"`
	EnableMergejoin             *wrapperspb.BoolValue                 `protobuf:"bytes,60,opt,name=enable_mergejoin,json=enableMergejoin,proto3" json:"enable_mergejoin,omitempty"`
	EnableNestloop              *wrapperspb.BoolValue                 `protobuf:"bytes,61,opt,name=enable_nestloop,json=enableNestloop,proto3" json:"enable_nestloop,omitempty"`
	EnableSeqscan               *wrapperspb.BoolValue                 `protobuf:"bytes,62,opt,name=enable_seqscan,json=enableSeqscan,proto3" json:"enable_seqscan,omitempty"`
	EnableSort                  *wrapperspb.BoolValue                 `protobuf:"bytes,63,opt,name=enable_sort,json=enableSort,proto3" json:"enable_sort,omitempty"`
	EnableTidscan               *wrapperspb.BoolValue                 `protobuf:"bytes,64,opt,name=enable_tidscan,json=enableTidscan,proto3" json:"enable_tidscan,omitempty"`
	MaxParallelWorkers          *wrapperspb.Int64Value                `protobuf:"bytes,65,opt,name=max_parallel_workers,json=maxParallelWorkers,proto3" json:"max_parallel_workers,omitempty"`
	MaxParallelWorkersPerGather *wrapperspb.Int64Value                `` /* 149-byte string literal not displayed */
	Timezone                    string                                `protobuf:"bytes,67,opt,name=timezone,proto3" json:"timezone,omitempty"`
	EffectiveIoConcurrency      *wrapperspb.Int64Value                `` /* 130-byte string literal not displayed */
	EffectiveCacheSize          *wrapperspb.Int64Value                `protobuf:"bytes,69,opt,name=effective_cache_size,json=effectiveCacheSize,proto3" json:"effective_cache_size,omitempty"`
	// contains filtered or unexported fields
}

Options and structure of `PostgresqlHostConfig` reflects PostgreSQL configuration file parameters whose detailed description is available in [PostgreSQL documentation](https://www.postgresql.org/docs/10/runtime-config.html).

func (*PostgresqlHostConfig10) Descriptor deprecated

func (*PostgresqlHostConfig10) Descriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig10.ProtoReflect.Descriptor instead.

func (*PostgresqlHostConfig10) GetArrayNulls

func (x *PostgresqlHostConfig10) GetArrayNulls() *wrapperspb.BoolValue

func (*PostgresqlHostConfig10) GetBackendFlushAfter

func (x *PostgresqlHostConfig10) GetBackendFlushAfter() *wrapperspb.Int64Value

func (*PostgresqlHostConfig10) GetBackslashQuote

func (*PostgresqlHostConfig10) GetByteaOutput

func (*PostgresqlHostConfig10) GetClientMinMessages

func (x *PostgresqlHostConfig10) GetClientMinMessages() PostgresqlHostConfig10_LogLevel

func (*PostgresqlHostConfig10) GetConstraintExclusion

func (*PostgresqlHostConfig10) GetCursorTupleFraction

func (x *PostgresqlHostConfig10) GetCursorTupleFraction() *wrapperspb.DoubleValue

func (*PostgresqlHostConfig10) GetDeadlockTimeout

func (x *PostgresqlHostConfig10) GetDeadlockTimeout() *wrapperspb.Int64Value

func (*PostgresqlHostConfig10) GetDefaultTransactionIsolation

func (x *PostgresqlHostConfig10) GetDefaultTransactionIsolation() PostgresqlHostConfig10_TransactionIsolation

func (*PostgresqlHostConfig10) GetDefaultWithOids

func (x *PostgresqlHostConfig10) GetDefaultWithOids() *wrapperspb.BoolValue

func (*PostgresqlHostConfig10) GetEffectiveCacheSize

func (x *PostgresqlHostConfig10) GetEffectiveCacheSize() *wrapperspb.Int64Value

func (*PostgresqlHostConfig10) GetEffectiveIoConcurrency

func (x *PostgresqlHostConfig10) GetEffectiveIoConcurrency() *wrapperspb.Int64Value

func (*PostgresqlHostConfig10) GetEnableBitmapscan

func (x *PostgresqlHostConfig10) GetEnableBitmapscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig10) GetEnableHashagg

func (x *PostgresqlHostConfig10) GetEnableHashagg() *wrapperspb.BoolValue

func (*PostgresqlHostConfig10) GetEnableHashjoin

func (x *PostgresqlHostConfig10) GetEnableHashjoin() *wrapperspb.BoolValue

func (*PostgresqlHostConfig10) GetEnableIndexonlyscan

func (x *PostgresqlHostConfig10) GetEnableIndexonlyscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig10) GetEnableIndexscan

func (x *PostgresqlHostConfig10) GetEnableIndexscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig10) GetEnableMaterial

func (x *PostgresqlHostConfig10) GetEnableMaterial() *wrapperspb.BoolValue

func (*PostgresqlHostConfig10) GetEnableMergejoin

func (x *PostgresqlHostConfig10) GetEnableMergejoin() *wrapperspb.BoolValue

func (*PostgresqlHostConfig10) GetEnableNestloop

func (x *PostgresqlHostConfig10) GetEnableNestloop() *wrapperspb.BoolValue

func (*PostgresqlHostConfig10) GetEnableSeqscan

func (x *PostgresqlHostConfig10) GetEnableSeqscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig10) GetEnableSort

func (x *PostgresqlHostConfig10) GetEnableSort() *wrapperspb.BoolValue

func (*PostgresqlHostConfig10) GetEnableTidscan

func (x *PostgresqlHostConfig10) GetEnableTidscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig10) GetEscapeStringWarning

func (x *PostgresqlHostConfig10) GetEscapeStringWarning() *wrapperspb.BoolValue

func (*PostgresqlHostConfig10) GetExitOnError

func (x *PostgresqlHostConfig10) GetExitOnError() *wrapperspb.BoolValue

func (*PostgresqlHostConfig10) GetForceParallelMode

func (*PostgresqlHostConfig10) GetFromCollapseLimit

func (x *PostgresqlHostConfig10) GetFromCollapseLimit() *wrapperspb.Int64Value

func (*PostgresqlHostConfig10) GetGinPendingListLimit

func (x *PostgresqlHostConfig10) GetGinPendingListLimit() *wrapperspb.Int64Value

func (*PostgresqlHostConfig10) GetIdleInTransactionSessionTimeout

func (x *PostgresqlHostConfig10) GetIdleInTransactionSessionTimeout() *wrapperspb.Int64Value

func (*PostgresqlHostConfig10) GetJoinCollapseLimit

func (x *PostgresqlHostConfig10) GetJoinCollapseLimit() *wrapperspb.Int64Value

func (*PostgresqlHostConfig10) GetLoCompatPrivileges

func (x *PostgresqlHostConfig10) GetLoCompatPrivileges() *wrapperspb.BoolValue

func (*PostgresqlHostConfig10) GetLockTimeout

func (x *PostgresqlHostConfig10) GetLockTimeout() *wrapperspb.Int64Value

func (*PostgresqlHostConfig10) GetLogCheckpoints

func (x *PostgresqlHostConfig10) GetLogCheckpoints() *wrapperspb.BoolValue

func (*PostgresqlHostConfig10) GetLogConnections

func (x *PostgresqlHostConfig10) GetLogConnections() *wrapperspb.BoolValue

func (*PostgresqlHostConfig10) GetLogDisconnections

func (x *PostgresqlHostConfig10) GetLogDisconnections() *wrapperspb.BoolValue

func (*PostgresqlHostConfig10) GetLogDuration

func (x *PostgresqlHostConfig10) GetLogDuration() *wrapperspb.BoolValue

func (*PostgresqlHostConfig10) GetLogErrorVerbosity

func (*PostgresqlHostConfig10) GetLogLockWaits

func (x *PostgresqlHostConfig10) GetLogLockWaits() *wrapperspb.BoolValue

func (*PostgresqlHostConfig10) GetLogMinDurationStatement

func (x *PostgresqlHostConfig10) GetLogMinDurationStatement() *wrapperspb.Int64Value

func (*PostgresqlHostConfig10) GetLogMinErrorStatement

func (x *PostgresqlHostConfig10) GetLogMinErrorStatement() PostgresqlHostConfig10_LogLevel

func (*PostgresqlHostConfig10) GetLogMinMessages

func (*PostgresqlHostConfig10) GetLogStatement

func (*PostgresqlHostConfig10) GetLogTempFiles

func (x *PostgresqlHostConfig10) GetLogTempFiles() *wrapperspb.Int64Value

func (*PostgresqlHostConfig10) GetMaxLocksPerTransaction

func (x *PostgresqlHostConfig10) GetMaxLocksPerTransaction() *wrapperspb.Int64Value

func (*PostgresqlHostConfig10) GetMaxParallelWorkers

func (x *PostgresqlHostConfig10) GetMaxParallelWorkers() *wrapperspb.Int64Value

func (*PostgresqlHostConfig10) GetMaxParallelWorkersPerGather

func (x *PostgresqlHostConfig10) GetMaxParallelWorkersPerGather() *wrapperspb.Int64Value

func (*PostgresqlHostConfig10) GetMaxPredLocksPerTransaction

func (x *PostgresqlHostConfig10) GetMaxPredLocksPerTransaction() *wrapperspb.Int64Value

func (*PostgresqlHostConfig10) GetMaxStandbyStreamingDelay

func (x *PostgresqlHostConfig10) GetMaxStandbyStreamingDelay() *wrapperspb.Int64Value

func (*PostgresqlHostConfig10) GetOldSnapshotThreshold

func (x *PostgresqlHostConfig10) GetOldSnapshotThreshold() *wrapperspb.Int64Value

func (*PostgresqlHostConfig10) GetOperatorPrecedenceWarning

func (x *PostgresqlHostConfig10) GetOperatorPrecedenceWarning() *wrapperspb.BoolValue

func (*PostgresqlHostConfig10) GetQuoteAllIdentifiers

func (x *PostgresqlHostConfig10) GetQuoteAllIdentifiers() *wrapperspb.BoolValue

func (*PostgresqlHostConfig10) GetRandomPageCost

func (x *PostgresqlHostConfig10) GetRandomPageCost() *wrapperspb.DoubleValue

func (*PostgresqlHostConfig10) GetRecoveryMinApplyDelay

func (x *PostgresqlHostConfig10) GetRecoveryMinApplyDelay() *wrapperspb.Int64Value

func (*PostgresqlHostConfig10) GetReplacementSortTuples

func (x *PostgresqlHostConfig10) GetReplacementSortTuples() *wrapperspb.Int64Value

func (*PostgresqlHostConfig10) GetRowSecurity

func (x *PostgresqlHostConfig10) GetRowSecurity() *wrapperspb.BoolValue

func (*PostgresqlHostConfig10) GetSearchPath

func (x *PostgresqlHostConfig10) GetSearchPath() string

func (*PostgresqlHostConfig10) GetSeqPageCost

func (x *PostgresqlHostConfig10) GetSeqPageCost() *wrapperspb.DoubleValue

func (*PostgresqlHostConfig10) GetSharedBuffers

func (x *PostgresqlHostConfig10) GetSharedBuffers() *wrapperspb.Int64Value

func (*PostgresqlHostConfig10) GetStandardConformingStrings

func (x *PostgresqlHostConfig10) GetStandardConformingStrings() *wrapperspb.BoolValue

func (*PostgresqlHostConfig10) GetStatementTimeout

func (x *PostgresqlHostConfig10) GetStatementTimeout() *wrapperspb.Int64Value

func (*PostgresqlHostConfig10) GetSynchronizeSeqscans

func (x *PostgresqlHostConfig10) GetSynchronizeSeqscans() *wrapperspb.BoolValue

func (*PostgresqlHostConfig10) GetTempBuffers

func (x *PostgresqlHostConfig10) GetTempBuffers() *wrapperspb.Int64Value

func (*PostgresqlHostConfig10) GetTempFileLimit

func (x *PostgresqlHostConfig10) GetTempFileLimit() *wrapperspb.Int64Value

func (*PostgresqlHostConfig10) GetTimezone

func (x *PostgresqlHostConfig10) GetTimezone() string

func (*PostgresqlHostConfig10) GetTransformNullEquals

func (x *PostgresqlHostConfig10) GetTransformNullEquals() *wrapperspb.BoolValue

func (*PostgresqlHostConfig10) GetWorkMem

func (x *PostgresqlHostConfig10) GetWorkMem() *wrapperspb.Int64Value

func (*PostgresqlHostConfig10) GetXmlbinary

func (*PostgresqlHostConfig10) GetXmloption

func (*PostgresqlHostConfig10) ProtoMessage

func (*PostgresqlHostConfig10) ProtoMessage()

func (*PostgresqlHostConfig10) ProtoReflect

func (x *PostgresqlHostConfig10) ProtoReflect() protoreflect.Message

func (*PostgresqlHostConfig10) Reset

func (x *PostgresqlHostConfig10) Reset()

func (*PostgresqlHostConfig10) SetArrayNulls

func (m *PostgresqlHostConfig10) SetArrayNulls(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig10) SetBackendFlushAfter

func (m *PostgresqlHostConfig10) SetBackendFlushAfter(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig10) SetBackslashQuote

func (*PostgresqlHostConfig10) SetByteaOutput

func (*PostgresqlHostConfig10) SetClientMinMessages

func (m *PostgresqlHostConfig10) SetClientMinMessages(v PostgresqlHostConfig10_LogLevel)

func (*PostgresqlHostConfig10) SetConstraintExclusion

func (*PostgresqlHostConfig10) SetCursorTupleFraction

func (m *PostgresqlHostConfig10) SetCursorTupleFraction(v *wrapperspb.DoubleValue)

func (*PostgresqlHostConfig10) SetDeadlockTimeout

func (m *PostgresqlHostConfig10) SetDeadlockTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig10) SetDefaultTransactionIsolation

func (m *PostgresqlHostConfig10) SetDefaultTransactionIsolation(v PostgresqlHostConfig10_TransactionIsolation)

func (*PostgresqlHostConfig10) SetDefaultWithOids

func (m *PostgresqlHostConfig10) SetDefaultWithOids(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig10) SetEffectiveCacheSize

func (m *PostgresqlHostConfig10) SetEffectiveCacheSize(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig10) SetEffectiveIoConcurrency

func (m *PostgresqlHostConfig10) SetEffectiveIoConcurrency(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig10) SetEnableBitmapscan

func (m *PostgresqlHostConfig10) SetEnableBitmapscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig10) SetEnableHashagg

func (m *PostgresqlHostConfig10) SetEnableHashagg(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig10) SetEnableHashjoin

func (m *PostgresqlHostConfig10) SetEnableHashjoin(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig10) SetEnableIndexonlyscan

func (m *PostgresqlHostConfig10) SetEnableIndexonlyscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig10) SetEnableIndexscan

func (m *PostgresqlHostConfig10) SetEnableIndexscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig10) SetEnableMaterial

func (m *PostgresqlHostConfig10) SetEnableMaterial(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig10) SetEnableMergejoin

func (m *PostgresqlHostConfig10) SetEnableMergejoin(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig10) SetEnableNestloop

func (m *PostgresqlHostConfig10) SetEnableNestloop(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig10) SetEnableSeqscan

func (m *PostgresqlHostConfig10) SetEnableSeqscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig10) SetEnableSort

func (m *PostgresqlHostConfig10) SetEnableSort(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig10) SetEnableTidscan

func (m *PostgresqlHostConfig10) SetEnableTidscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig10) SetEscapeStringWarning

func (m *PostgresqlHostConfig10) SetEscapeStringWarning(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig10) SetExitOnError

func (m *PostgresqlHostConfig10) SetExitOnError(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig10) SetForceParallelMode

func (*PostgresqlHostConfig10) SetFromCollapseLimit

func (m *PostgresqlHostConfig10) SetFromCollapseLimit(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig10) SetGinPendingListLimit

func (m *PostgresqlHostConfig10) SetGinPendingListLimit(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig10) SetIdleInTransactionSessionTimeout

func (m *PostgresqlHostConfig10) SetIdleInTransactionSessionTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig10) SetJoinCollapseLimit

func (m *PostgresqlHostConfig10) SetJoinCollapseLimit(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig10) SetLoCompatPrivileges

func (m *PostgresqlHostConfig10) SetLoCompatPrivileges(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig10) SetLockTimeout

func (m *PostgresqlHostConfig10) SetLockTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig10) SetLogCheckpoints

func (m *PostgresqlHostConfig10) SetLogCheckpoints(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig10) SetLogConnections

func (m *PostgresqlHostConfig10) SetLogConnections(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig10) SetLogDisconnections

func (m *PostgresqlHostConfig10) SetLogDisconnections(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig10) SetLogDuration

func (m *PostgresqlHostConfig10) SetLogDuration(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig10) SetLogErrorVerbosity

func (*PostgresqlHostConfig10) SetLogLockWaits

func (m *PostgresqlHostConfig10) SetLogLockWaits(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig10) SetLogMinDurationStatement

func (m *PostgresqlHostConfig10) SetLogMinDurationStatement(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig10) SetLogMinErrorStatement

func (m *PostgresqlHostConfig10) SetLogMinErrorStatement(v PostgresqlHostConfig10_LogLevel)

func (*PostgresqlHostConfig10) SetLogMinMessages

func (*PostgresqlHostConfig10) SetLogStatement

func (*PostgresqlHostConfig10) SetLogTempFiles

func (m *PostgresqlHostConfig10) SetLogTempFiles(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig10) SetMaxLocksPerTransaction

func (m *PostgresqlHostConfig10) SetMaxLocksPerTransaction(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig10) SetMaxParallelWorkers

func (m *PostgresqlHostConfig10) SetMaxParallelWorkers(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig10) SetMaxParallelWorkersPerGather

func (m *PostgresqlHostConfig10) SetMaxParallelWorkersPerGather(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig10) SetMaxPredLocksPerTransaction

func (m *PostgresqlHostConfig10) SetMaxPredLocksPerTransaction(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig10) SetMaxStandbyStreamingDelay

func (m *PostgresqlHostConfig10) SetMaxStandbyStreamingDelay(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig10) SetOldSnapshotThreshold

func (m *PostgresqlHostConfig10) SetOldSnapshotThreshold(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig10) SetOperatorPrecedenceWarning

func (m *PostgresqlHostConfig10) SetOperatorPrecedenceWarning(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig10) SetQuoteAllIdentifiers

func (m *PostgresqlHostConfig10) SetQuoteAllIdentifiers(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig10) SetRandomPageCost

func (m *PostgresqlHostConfig10) SetRandomPageCost(v *wrapperspb.DoubleValue)

func (*PostgresqlHostConfig10) SetRecoveryMinApplyDelay

func (m *PostgresqlHostConfig10) SetRecoveryMinApplyDelay(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig10) SetReplacementSortTuples

func (m *PostgresqlHostConfig10) SetReplacementSortTuples(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig10) SetRowSecurity

func (m *PostgresqlHostConfig10) SetRowSecurity(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig10) SetSearchPath

func (m *PostgresqlHostConfig10) SetSearchPath(v string)

func (*PostgresqlHostConfig10) SetSeqPageCost

func (m *PostgresqlHostConfig10) SetSeqPageCost(v *wrapperspb.DoubleValue)

func (*PostgresqlHostConfig10) SetSharedBuffers

func (m *PostgresqlHostConfig10) SetSharedBuffers(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig10) SetStandardConformingStrings

func (m *PostgresqlHostConfig10) SetStandardConformingStrings(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig10) SetStatementTimeout

func (m *PostgresqlHostConfig10) SetStatementTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig10) SetSynchronizeSeqscans

func (m *PostgresqlHostConfig10) SetSynchronizeSeqscans(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig10) SetTempBuffers

func (m *PostgresqlHostConfig10) SetTempBuffers(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig10) SetTempFileLimit

func (m *PostgresqlHostConfig10) SetTempFileLimit(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig10) SetTimezone

func (m *PostgresqlHostConfig10) SetTimezone(v string)

func (*PostgresqlHostConfig10) SetTransformNullEquals

func (m *PostgresqlHostConfig10) SetTransformNullEquals(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig10) SetWorkMem

func (m *PostgresqlHostConfig10) SetWorkMem(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig10) SetXmlbinary

func (*PostgresqlHostConfig10) SetXmloption

func (*PostgresqlHostConfig10) String

func (x *PostgresqlHostConfig10) String() string

type PostgresqlHostConfig10_1C

type PostgresqlHostConfig10_1C struct {
	RecoveryMinApplyDelay *wrapperspb.Int64Value `` // in milliseconds.
	/* 128-byte string literal not displayed */
	SharedBuffers         *wrapperspb.Int64Value `protobuf:"bytes,2,opt,name=shared_buffers,json=sharedBuffers,proto3" json:"shared_buffers,omitempty"` // in bytes.
	TempBuffers           *wrapperspb.Int64Value `protobuf:"bytes,3,opt,name=temp_buffers,json=tempBuffers,proto3" json:"temp_buffers,omitempty"`       // in bytes.
	WorkMem               *wrapperspb.Int64Value `protobuf:"bytes,4,opt,name=work_mem,json=workMem,proto3" json:"work_mem,omitempty"`                   // in bytes.
	ReplacementSortTuples *wrapperspb.Int64Value ``                                                                                                     // in bytes.
	/* 126-byte string literal not displayed */
	TempFileLimit            *wrapperspb.Int64Value `protobuf:"bytes,6,opt,name=temp_file_limit,json=tempFileLimit,proto3" json:"temp_file_limit,omitempty"` // in bytes.
	BackendFlushAfter        *wrapperspb.Int64Value `protobuf:"bytes,7,opt,name=backend_flush_after,json=backendFlushAfter,proto3" json:"backend_flush_after,omitempty"`
	OldSnapshotThreshold     *wrapperspb.Int64Value `protobuf:"bytes,8,opt,name=old_snapshot_threshold,json=oldSnapshotThreshold,proto3" json:"old_snapshot_threshold,omitempty"`
	MaxStandbyStreamingDelay *wrapperspb.Int64Value `` // in milliseconds.
	/* 137-byte string literal not displayed */
	ConstraintExclusion     PostgresqlHostConfig10_1C_ConstraintExclusion `` /* 209-byte string literal not displayed */
	CursorTupleFraction     *wrapperspb.DoubleValue                       `protobuf:"bytes,11,opt,name=cursor_tuple_fraction,json=cursorTupleFraction,proto3" json:"cursor_tuple_fraction,omitempty"`
	FromCollapseLimit       *wrapperspb.Int64Value                        `protobuf:"bytes,12,opt,name=from_collapse_limit,json=fromCollapseLimit,proto3" json:"from_collapse_limit,omitempty"`
	JoinCollapseLimit       *wrapperspb.Int64Value                        `protobuf:"bytes,13,opt,name=join_collapse_limit,json=joinCollapseLimit,proto3" json:"join_collapse_limit,omitempty"`
	ForceParallelMode       PostgresqlHostConfig10_1C_ForceParallelMode   `` /* 203-byte string literal not displayed */
	ClientMinMessages       PostgresqlHostConfig10_1C_LogLevel            `` /* 194-byte string literal not displayed */
	LogMinMessages          PostgresqlHostConfig10_1C_LogLevel            `` /* 185-byte string literal not displayed */
	LogMinErrorStatement    PostgresqlHostConfig10_1C_LogLevel            `` /* 205-byte string literal not displayed */
	LogMinDurationStatement *wrapperspb.Int64Value                        `` // in milliseconds.
	/* 135-byte string literal not displayed */
	LogCheckpoints                  *wrapperspb.BoolValue                          `protobuf:"bytes,19,opt,name=log_checkpoints,json=logCheckpoints,proto3" json:"log_checkpoints,omitempty"`
	LogConnections                  *wrapperspb.BoolValue                          `protobuf:"bytes,20,opt,name=log_connections,json=logConnections,proto3" json:"log_connections,omitempty"`
	LogDisconnections               *wrapperspb.BoolValue                          `protobuf:"bytes,21,opt,name=log_disconnections,json=logDisconnections,proto3" json:"log_disconnections,omitempty"`
	LogDuration                     *wrapperspb.BoolValue                          `protobuf:"bytes,22,opt,name=log_duration,json=logDuration,proto3" json:"log_duration,omitempty"`
	LogErrorVerbosity               PostgresqlHostConfig10_1C_LogErrorVerbosity    `` /* 203-byte string literal not displayed */
	LogLockWaits                    *wrapperspb.BoolValue                          `protobuf:"bytes,24,opt,name=log_lock_waits,json=logLockWaits,proto3" json:"log_lock_waits,omitempty"`
	LogStatement                    PostgresqlHostConfig10_1C_LogStatement         `` /* 181-byte string literal not displayed */
	LogTempFiles                    *wrapperspb.Int64Value                         `protobuf:"bytes,26,opt,name=log_temp_files,json=logTempFiles,proto3" json:"log_temp_files,omitempty"`
	SearchPath                      string                                         `protobuf:"bytes,27,opt,name=search_path,json=searchPath,proto3" json:"search_path,omitempty"`
	RowSecurity                     *wrapperspb.BoolValue                          `protobuf:"bytes,28,opt,name=row_security,json=rowSecurity,proto3" json:"row_security,omitempty"`
	DefaultTransactionIsolation     PostgresqlHostConfig10_1C_TransactionIsolation ``                                                                                                               /* 236-byte string literal not displayed */
	StatementTimeout                *wrapperspb.Int64Value                         `protobuf:"bytes,30,opt,name=statement_timeout,json=statementTimeout,proto3" json:"statement_timeout,omitempty"` // in milliseconds.
	LockTimeout                     *wrapperspb.Int64Value                         `protobuf:"bytes,31,opt,name=lock_timeout,json=lockTimeout,proto3" json:"lock_timeout,omitempty"`                // in milliseconds.
	IdleInTransactionSessionTimeout *wrapperspb.Int64Value                         ``                                                                                                               // in milliseconds.
	/* 161-byte string literal not displayed */
	ByteaOutput                 PostgresqlHostConfig10_1C_ByteaOutput    ``                                                                                                                            /* 177-byte string literal not displayed */
	Xmlbinary                   PostgresqlHostConfig10_1C_XmlBinary      ``                                                                                                                            /* 152-byte string literal not displayed */
	Xmloption                   PostgresqlHostConfig10_1C_XmlOption      ``                                                                                                                            /* 152-byte string literal not displayed */
	GinPendingListLimit         *wrapperspb.Int64Value                   `protobuf:"bytes,36,opt,name=gin_pending_list_limit,json=ginPendingListLimit,proto3" json:"gin_pending_list_limit,omitempty"` // in bytes.
	DeadlockTimeout             *wrapperspb.Int64Value                   `protobuf:"bytes,37,opt,name=deadlock_timeout,json=deadlockTimeout,proto3" json:"deadlock_timeout,omitempty"`                 // in milliseconds.
	MaxLocksPerTransaction      *wrapperspb.Int64Value                   ``                                                                                                                            /* 132-byte string literal not displayed */
	MaxPredLocksPerTransaction  *wrapperspb.Int64Value                   ``                                                                                                                            /* 146-byte string literal not displayed */
	ArrayNulls                  *wrapperspb.BoolValue                    `protobuf:"bytes,40,opt,name=array_nulls,json=arrayNulls,proto3" json:"array_nulls,omitempty"`
	BackslashQuote              PostgresqlHostConfig10_1C_BackslashQuote `` /* 189-byte string literal not displayed */
	DefaultWithOids             *wrapperspb.BoolValue                    `protobuf:"bytes,42,opt,name=default_with_oids,json=defaultWithOids,proto3" json:"default_with_oids,omitempty"`
	EscapeStringWarning         *wrapperspb.BoolValue                    `protobuf:"bytes,43,opt,name=escape_string_warning,json=escapeStringWarning,proto3" json:"escape_string_warning,omitempty"`
	LoCompatPrivileges          *wrapperspb.BoolValue                    `protobuf:"bytes,44,opt,name=lo_compat_privileges,json=loCompatPrivileges,proto3" json:"lo_compat_privileges,omitempty"`
	OperatorPrecedenceWarning   *wrapperspb.BoolValue                    `` /* 139-byte string literal not displayed */
	QuoteAllIdentifiers         *wrapperspb.BoolValue                    `protobuf:"bytes,46,opt,name=quote_all_identifiers,json=quoteAllIdentifiers,proto3" json:"quote_all_identifiers,omitempty"`
	StandardConformingStrings   *wrapperspb.BoolValue                    `` /* 139-byte string literal not displayed */
	SynchronizeSeqscans         *wrapperspb.BoolValue                    `protobuf:"bytes,48,opt,name=synchronize_seqscans,json=synchronizeSeqscans,proto3" json:"synchronize_seqscans,omitempty"`
	TransformNullEquals         *wrapperspb.BoolValue                    `protobuf:"bytes,49,opt,name=transform_null_equals,json=transformNullEquals,proto3" json:"transform_null_equals,omitempty"`
	ExitOnError                 *wrapperspb.BoolValue                    `protobuf:"bytes,50,opt,name=exit_on_error,json=exitOnError,proto3" json:"exit_on_error,omitempty"`
	SeqPageCost                 *wrapperspb.DoubleValue                  `protobuf:"bytes,51,opt,name=seq_page_cost,json=seqPageCost,proto3" json:"seq_page_cost,omitempty"`
	RandomPageCost              *wrapperspb.DoubleValue                  `protobuf:"bytes,52,opt,name=random_page_cost,json=randomPageCost,proto3" json:"random_page_cost,omitempty"`
	EnableBitmapscan            *wrapperspb.BoolValue                    `protobuf:"bytes,54,opt,name=enable_bitmapscan,json=enableBitmapscan,proto3" json:"enable_bitmapscan,omitempty"`
	EnableHashagg               *wrapperspb.BoolValue                    `protobuf:"bytes,55,opt,name=enable_hashagg,json=enableHashagg,proto3" json:"enable_hashagg,omitempty"`
	EnableHashjoin              *wrapperspb.BoolValue                    `protobuf:"bytes,56,opt,name=enable_hashjoin,json=enableHashjoin,proto3" json:"enable_hashjoin,omitempty"`
	EnableIndexscan             *wrapperspb.BoolValue                    `protobuf:"bytes,57,opt,name=enable_indexscan,json=enableIndexscan,proto3" json:"enable_indexscan,omitempty"`
	EnableIndexonlyscan         *wrapperspb.BoolValue                    `protobuf:"bytes,58,opt,name=enable_indexonlyscan,json=enableIndexonlyscan,proto3" json:"enable_indexonlyscan,omitempty"`
	EnableMaterial              *wrapperspb.BoolValue                    `protobuf:"bytes,59,opt,name=enable_material,json=enableMaterial,proto3" json:"enable_material,omitempty"`
	EnableMergejoin             *wrapperspb.BoolValue                    `protobuf:"bytes,60,opt,name=enable_mergejoin,json=enableMergejoin,proto3" json:"enable_mergejoin,omitempty"`
	EnableNestloop              *wrapperspb.BoolValue                    `protobuf:"bytes,61,opt,name=enable_nestloop,json=enableNestloop,proto3" json:"enable_nestloop,omitempty"`
	EnableSeqscan               *wrapperspb.BoolValue                    `protobuf:"bytes,62,opt,name=enable_seqscan,json=enableSeqscan,proto3" json:"enable_seqscan,omitempty"`
	EnableSort                  *wrapperspb.BoolValue                    `protobuf:"bytes,63,opt,name=enable_sort,json=enableSort,proto3" json:"enable_sort,omitempty"`
	EnableTidscan               *wrapperspb.BoolValue                    `protobuf:"bytes,64,opt,name=enable_tidscan,json=enableTidscan,proto3" json:"enable_tidscan,omitempty"`
	MaxParallelWorkers          *wrapperspb.Int64Value                   `protobuf:"bytes,65,opt,name=max_parallel_workers,json=maxParallelWorkers,proto3" json:"max_parallel_workers,omitempty"`
	MaxParallelWorkersPerGather *wrapperspb.Int64Value                   `` /* 149-byte string literal not displayed */
	Timezone                    string                                   `protobuf:"bytes,67,opt,name=timezone,proto3" json:"timezone,omitempty"`
	EffectiveIoConcurrency      *wrapperspb.Int64Value                   `` /* 130-byte string literal not displayed */
	EffectiveCacheSize          *wrapperspb.Int64Value                   `protobuf:"bytes,69,opt,name=effective_cache_size,json=effectiveCacheSize,proto3" json:"effective_cache_size,omitempty"`
	// contains filtered or unexported fields
}

Options and structure of `PostgresqlHostConfig` reflects PostgreSQL configuration file parameters whose detailed description is available in [PostgreSQL documentation](https://www.postgresql.org/docs/10/runtime-config.html).

func (*PostgresqlHostConfig10_1C) Descriptor deprecated

func (*PostgresqlHostConfig10_1C) Descriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig10_1C.ProtoReflect.Descriptor instead.

func (*PostgresqlHostConfig10_1C) GetArrayNulls

func (x *PostgresqlHostConfig10_1C) GetArrayNulls() *wrapperspb.BoolValue

func (*PostgresqlHostConfig10_1C) GetBackendFlushAfter

func (x *PostgresqlHostConfig10_1C) GetBackendFlushAfter() *wrapperspb.Int64Value

func (*PostgresqlHostConfig10_1C) GetBackslashQuote

func (*PostgresqlHostConfig10_1C) GetByteaOutput

func (*PostgresqlHostConfig10_1C) GetClientMinMessages

func (*PostgresqlHostConfig10_1C) GetConstraintExclusion

func (*PostgresqlHostConfig10_1C) GetCursorTupleFraction

func (x *PostgresqlHostConfig10_1C) GetCursorTupleFraction() *wrapperspb.DoubleValue

func (*PostgresqlHostConfig10_1C) GetDeadlockTimeout

func (x *PostgresqlHostConfig10_1C) GetDeadlockTimeout() *wrapperspb.Int64Value

func (*PostgresqlHostConfig10_1C) GetDefaultTransactionIsolation

func (*PostgresqlHostConfig10_1C) GetDefaultWithOids

func (x *PostgresqlHostConfig10_1C) GetDefaultWithOids() *wrapperspb.BoolValue

func (*PostgresqlHostConfig10_1C) GetEffectiveCacheSize

func (x *PostgresqlHostConfig10_1C) GetEffectiveCacheSize() *wrapperspb.Int64Value

func (*PostgresqlHostConfig10_1C) GetEffectiveIoConcurrency

func (x *PostgresqlHostConfig10_1C) GetEffectiveIoConcurrency() *wrapperspb.Int64Value

func (*PostgresqlHostConfig10_1C) GetEnableBitmapscan

func (x *PostgresqlHostConfig10_1C) GetEnableBitmapscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig10_1C) GetEnableHashagg

func (x *PostgresqlHostConfig10_1C) GetEnableHashagg() *wrapperspb.BoolValue

func (*PostgresqlHostConfig10_1C) GetEnableHashjoin

func (x *PostgresqlHostConfig10_1C) GetEnableHashjoin() *wrapperspb.BoolValue

func (*PostgresqlHostConfig10_1C) GetEnableIndexonlyscan

func (x *PostgresqlHostConfig10_1C) GetEnableIndexonlyscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig10_1C) GetEnableIndexscan

func (x *PostgresqlHostConfig10_1C) GetEnableIndexscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig10_1C) GetEnableMaterial

func (x *PostgresqlHostConfig10_1C) GetEnableMaterial() *wrapperspb.BoolValue

func (*PostgresqlHostConfig10_1C) GetEnableMergejoin

func (x *PostgresqlHostConfig10_1C) GetEnableMergejoin() *wrapperspb.BoolValue

func (*PostgresqlHostConfig10_1C) GetEnableNestloop

func (x *PostgresqlHostConfig10_1C) GetEnableNestloop() *wrapperspb.BoolValue

func (*PostgresqlHostConfig10_1C) GetEnableSeqscan

func (x *PostgresqlHostConfig10_1C) GetEnableSeqscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig10_1C) GetEnableSort

func (x *PostgresqlHostConfig10_1C) GetEnableSort() *wrapperspb.BoolValue

func (*PostgresqlHostConfig10_1C) GetEnableTidscan

func (x *PostgresqlHostConfig10_1C) GetEnableTidscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig10_1C) GetEscapeStringWarning

func (x *PostgresqlHostConfig10_1C) GetEscapeStringWarning() *wrapperspb.BoolValue

func (*PostgresqlHostConfig10_1C) GetExitOnError

func (x *PostgresqlHostConfig10_1C) GetExitOnError() *wrapperspb.BoolValue

func (*PostgresqlHostConfig10_1C) GetForceParallelMode

func (*PostgresqlHostConfig10_1C) GetFromCollapseLimit

func (x *PostgresqlHostConfig10_1C) GetFromCollapseLimit() *wrapperspb.Int64Value

func (*PostgresqlHostConfig10_1C) GetGinPendingListLimit

func (x *PostgresqlHostConfig10_1C) GetGinPendingListLimit() *wrapperspb.Int64Value

func (*PostgresqlHostConfig10_1C) GetIdleInTransactionSessionTimeout

func (x *PostgresqlHostConfig10_1C) GetIdleInTransactionSessionTimeout() *wrapperspb.Int64Value

func (*PostgresqlHostConfig10_1C) GetJoinCollapseLimit

func (x *PostgresqlHostConfig10_1C) GetJoinCollapseLimit() *wrapperspb.Int64Value

func (*PostgresqlHostConfig10_1C) GetLoCompatPrivileges

func (x *PostgresqlHostConfig10_1C) GetLoCompatPrivileges() *wrapperspb.BoolValue

func (*PostgresqlHostConfig10_1C) GetLockTimeout

func (x *PostgresqlHostConfig10_1C) GetLockTimeout() *wrapperspb.Int64Value

func (*PostgresqlHostConfig10_1C) GetLogCheckpoints

func (x *PostgresqlHostConfig10_1C) GetLogCheckpoints() *wrapperspb.BoolValue

func (*PostgresqlHostConfig10_1C) GetLogConnections

func (x *PostgresqlHostConfig10_1C) GetLogConnections() *wrapperspb.BoolValue

func (*PostgresqlHostConfig10_1C) GetLogDisconnections

func (x *PostgresqlHostConfig10_1C) GetLogDisconnections() *wrapperspb.BoolValue

func (*PostgresqlHostConfig10_1C) GetLogDuration

func (x *PostgresqlHostConfig10_1C) GetLogDuration() *wrapperspb.BoolValue

func (*PostgresqlHostConfig10_1C) GetLogErrorVerbosity

func (*PostgresqlHostConfig10_1C) GetLogLockWaits

func (x *PostgresqlHostConfig10_1C) GetLogLockWaits() *wrapperspb.BoolValue

func (*PostgresqlHostConfig10_1C) GetLogMinDurationStatement

func (x *PostgresqlHostConfig10_1C) GetLogMinDurationStatement() *wrapperspb.Int64Value

func (*PostgresqlHostConfig10_1C) GetLogMinErrorStatement

func (*PostgresqlHostConfig10_1C) GetLogMinMessages

func (*PostgresqlHostConfig10_1C) GetLogStatement

func (*PostgresqlHostConfig10_1C) GetLogTempFiles

func (x *PostgresqlHostConfig10_1C) GetLogTempFiles() *wrapperspb.Int64Value

func (*PostgresqlHostConfig10_1C) GetMaxLocksPerTransaction

func (x *PostgresqlHostConfig10_1C) GetMaxLocksPerTransaction() *wrapperspb.Int64Value

func (*PostgresqlHostConfig10_1C) GetMaxParallelWorkers

func (x *PostgresqlHostConfig10_1C) GetMaxParallelWorkers() *wrapperspb.Int64Value

func (*PostgresqlHostConfig10_1C) GetMaxParallelWorkersPerGather

func (x *PostgresqlHostConfig10_1C) GetMaxParallelWorkersPerGather() *wrapperspb.Int64Value

func (*PostgresqlHostConfig10_1C) GetMaxPredLocksPerTransaction

func (x *PostgresqlHostConfig10_1C) GetMaxPredLocksPerTransaction() *wrapperspb.Int64Value

func (*PostgresqlHostConfig10_1C) GetMaxStandbyStreamingDelay

func (x *PostgresqlHostConfig10_1C) GetMaxStandbyStreamingDelay() *wrapperspb.Int64Value

func (*PostgresqlHostConfig10_1C) GetOldSnapshotThreshold

func (x *PostgresqlHostConfig10_1C) GetOldSnapshotThreshold() *wrapperspb.Int64Value

func (*PostgresqlHostConfig10_1C) GetOperatorPrecedenceWarning

func (x *PostgresqlHostConfig10_1C) GetOperatorPrecedenceWarning() *wrapperspb.BoolValue

func (*PostgresqlHostConfig10_1C) GetQuoteAllIdentifiers

func (x *PostgresqlHostConfig10_1C) GetQuoteAllIdentifiers() *wrapperspb.BoolValue

func (*PostgresqlHostConfig10_1C) GetRandomPageCost

func (x *PostgresqlHostConfig10_1C) GetRandomPageCost() *wrapperspb.DoubleValue

func (*PostgresqlHostConfig10_1C) GetRecoveryMinApplyDelay

func (x *PostgresqlHostConfig10_1C) GetRecoveryMinApplyDelay() *wrapperspb.Int64Value

func (*PostgresqlHostConfig10_1C) GetReplacementSortTuples

func (x *PostgresqlHostConfig10_1C) GetReplacementSortTuples() *wrapperspb.Int64Value

func (*PostgresqlHostConfig10_1C) GetRowSecurity

func (x *PostgresqlHostConfig10_1C) GetRowSecurity() *wrapperspb.BoolValue

func (*PostgresqlHostConfig10_1C) GetSearchPath

func (x *PostgresqlHostConfig10_1C) GetSearchPath() string

func (*PostgresqlHostConfig10_1C) GetSeqPageCost

func (x *PostgresqlHostConfig10_1C) GetSeqPageCost() *wrapperspb.DoubleValue

func (*PostgresqlHostConfig10_1C) GetSharedBuffers

func (x *PostgresqlHostConfig10_1C) GetSharedBuffers() *wrapperspb.Int64Value

func (*PostgresqlHostConfig10_1C) GetStandardConformingStrings

func (x *PostgresqlHostConfig10_1C) GetStandardConformingStrings() *wrapperspb.BoolValue

func (*PostgresqlHostConfig10_1C) GetStatementTimeout

func (x *PostgresqlHostConfig10_1C) GetStatementTimeout() *wrapperspb.Int64Value

func (*PostgresqlHostConfig10_1C) GetSynchronizeSeqscans

func (x *PostgresqlHostConfig10_1C) GetSynchronizeSeqscans() *wrapperspb.BoolValue

func (*PostgresqlHostConfig10_1C) GetTempBuffers

func (x *PostgresqlHostConfig10_1C) GetTempBuffers() *wrapperspb.Int64Value

func (*PostgresqlHostConfig10_1C) GetTempFileLimit

func (x *PostgresqlHostConfig10_1C) GetTempFileLimit() *wrapperspb.Int64Value

func (*PostgresqlHostConfig10_1C) GetTimezone

func (x *PostgresqlHostConfig10_1C) GetTimezone() string

func (*PostgresqlHostConfig10_1C) GetTransformNullEquals

func (x *PostgresqlHostConfig10_1C) GetTransformNullEquals() *wrapperspb.BoolValue

func (*PostgresqlHostConfig10_1C) GetWorkMem

func (*PostgresqlHostConfig10_1C) GetXmlbinary

func (*PostgresqlHostConfig10_1C) GetXmloption

func (*PostgresqlHostConfig10_1C) ProtoMessage

func (*PostgresqlHostConfig10_1C) ProtoMessage()

func (*PostgresqlHostConfig10_1C) ProtoReflect

func (*PostgresqlHostConfig10_1C) Reset

func (x *PostgresqlHostConfig10_1C) Reset()

func (*PostgresqlHostConfig10_1C) SetArrayNulls

func (m *PostgresqlHostConfig10_1C) SetArrayNulls(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig10_1C) SetBackendFlushAfter

func (m *PostgresqlHostConfig10_1C) SetBackendFlushAfter(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig10_1C) SetBackslashQuote

func (*PostgresqlHostConfig10_1C) SetByteaOutput

func (*PostgresqlHostConfig10_1C) SetClientMinMessages

func (*PostgresqlHostConfig10_1C) SetConstraintExclusion

func (*PostgresqlHostConfig10_1C) SetCursorTupleFraction

func (m *PostgresqlHostConfig10_1C) SetCursorTupleFraction(v *wrapperspb.DoubleValue)

func (*PostgresqlHostConfig10_1C) SetDeadlockTimeout

func (m *PostgresqlHostConfig10_1C) SetDeadlockTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig10_1C) SetDefaultTransactionIsolation

func (*PostgresqlHostConfig10_1C) SetDefaultWithOids

func (m *PostgresqlHostConfig10_1C) SetDefaultWithOids(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig10_1C) SetEffectiveCacheSize

func (m *PostgresqlHostConfig10_1C) SetEffectiveCacheSize(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig10_1C) SetEffectiveIoConcurrency

func (m *PostgresqlHostConfig10_1C) SetEffectiveIoConcurrency(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig10_1C) SetEnableBitmapscan

func (m *PostgresqlHostConfig10_1C) SetEnableBitmapscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig10_1C) SetEnableHashagg

func (m *PostgresqlHostConfig10_1C) SetEnableHashagg(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig10_1C) SetEnableHashjoin

func (m *PostgresqlHostConfig10_1C) SetEnableHashjoin(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig10_1C) SetEnableIndexonlyscan

func (m *PostgresqlHostConfig10_1C) SetEnableIndexonlyscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig10_1C) SetEnableIndexscan

func (m *PostgresqlHostConfig10_1C) SetEnableIndexscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig10_1C) SetEnableMaterial

func (m *PostgresqlHostConfig10_1C) SetEnableMaterial(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig10_1C) SetEnableMergejoin

func (m *PostgresqlHostConfig10_1C) SetEnableMergejoin(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig10_1C) SetEnableNestloop

func (m *PostgresqlHostConfig10_1C) SetEnableNestloop(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig10_1C) SetEnableSeqscan

func (m *PostgresqlHostConfig10_1C) SetEnableSeqscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig10_1C) SetEnableSort

func (m *PostgresqlHostConfig10_1C) SetEnableSort(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig10_1C) SetEnableTidscan

func (m *PostgresqlHostConfig10_1C) SetEnableTidscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig10_1C) SetEscapeStringWarning

func (m *PostgresqlHostConfig10_1C) SetEscapeStringWarning(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig10_1C) SetExitOnError

func (m *PostgresqlHostConfig10_1C) SetExitOnError(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig10_1C) SetForceParallelMode

func (*PostgresqlHostConfig10_1C) SetFromCollapseLimit

func (m *PostgresqlHostConfig10_1C) SetFromCollapseLimit(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig10_1C) SetGinPendingListLimit

func (m *PostgresqlHostConfig10_1C) SetGinPendingListLimit(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig10_1C) SetIdleInTransactionSessionTimeout

func (m *PostgresqlHostConfig10_1C) SetIdleInTransactionSessionTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig10_1C) SetJoinCollapseLimit

func (m *PostgresqlHostConfig10_1C) SetJoinCollapseLimit(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig10_1C) SetLoCompatPrivileges

func (m *PostgresqlHostConfig10_1C) SetLoCompatPrivileges(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig10_1C) SetLockTimeout

func (m *PostgresqlHostConfig10_1C) SetLockTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig10_1C) SetLogCheckpoints

func (m *PostgresqlHostConfig10_1C) SetLogCheckpoints(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig10_1C) SetLogConnections

func (m *PostgresqlHostConfig10_1C) SetLogConnections(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig10_1C) SetLogDisconnections

func (m *PostgresqlHostConfig10_1C) SetLogDisconnections(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig10_1C) SetLogDuration

func (m *PostgresqlHostConfig10_1C) SetLogDuration(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig10_1C) SetLogErrorVerbosity

func (*PostgresqlHostConfig10_1C) SetLogLockWaits

func (m *PostgresqlHostConfig10_1C) SetLogLockWaits(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig10_1C) SetLogMinDurationStatement

func (m *PostgresqlHostConfig10_1C) SetLogMinDurationStatement(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig10_1C) SetLogMinErrorStatement

func (m *PostgresqlHostConfig10_1C) SetLogMinErrorStatement(v PostgresqlHostConfig10_1C_LogLevel)

func (*PostgresqlHostConfig10_1C) SetLogMinMessages

func (*PostgresqlHostConfig10_1C) SetLogStatement

func (*PostgresqlHostConfig10_1C) SetLogTempFiles

func (m *PostgresqlHostConfig10_1C) SetLogTempFiles(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig10_1C) SetMaxLocksPerTransaction

func (m *PostgresqlHostConfig10_1C) SetMaxLocksPerTransaction(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig10_1C) SetMaxParallelWorkers

func (m *PostgresqlHostConfig10_1C) SetMaxParallelWorkers(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig10_1C) SetMaxParallelWorkersPerGather

func (m *PostgresqlHostConfig10_1C) SetMaxParallelWorkersPerGather(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig10_1C) SetMaxPredLocksPerTransaction

func (m *PostgresqlHostConfig10_1C) SetMaxPredLocksPerTransaction(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig10_1C) SetMaxStandbyStreamingDelay

func (m *PostgresqlHostConfig10_1C) SetMaxStandbyStreamingDelay(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig10_1C) SetOldSnapshotThreshold

func (m *PostgresqlHostConfig10_1C) SetOldSnapshotThreshold(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig10_1C) SetOperatorPrecedenceWarning

func (m *PostgresqlHostConfig10_1C) SetOperatorPrecedenceWarning(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig10_1C) SetQuoteAllIdentifiers

func (m *PostgresqlHostConfig10_1C) SetQuoteAllIdentifiers(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig10_1C) SetRandomPageCost

func (m *PostgresqlHostConfig10_1C) SetRandomPageCost(v *wrapperspb.DoubleValue)

func (*PostgresqlHostConfig10_1C) SetRecoveryMinApplyDelay

func (m *PostgresqlHostConfig10_1C) SetRecoveryMinApplyDelay(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig10_1C) SetReplacementSortTuples

func (m *PostgresqlHostConfig10_1C) SetReplacementSortTuples(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig10_1C) SetRowSecurity

func (m *PostgresqlHostConfig10_1C) SetRowSecurity(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig10_1C) SetSearchPath

func (m *PostgresqlHostConfig10_1C) SetSearchPath(v string)

func (*PostgresqlHostConfig10_1C) SetSeqPageCost

func (m *PostgresqlHostConfig10_1C) SetSeqPageCost(v *wrapperspb.DoubleValue)

func (*PostgresqlHostConfig10_1C) SetSharedBuffers

func (m *PostgresqlHostConfig10_1C) SetSharedBuffers(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig10_1C) SetStandardConformingStrings

func (m *PostgresqlHostConfig10_1C) SetStandardConformingStrings(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig10_1C) SetStatementTimeout

func (m *PostgresqlHostConfig10_1C) SetStatementTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig10_1C) SetSynchronizeSeqscans

func (m *PostgresqlHostConfig10_1C) SetSynchronizeSeqscans(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig10_1C) SetTempBuffers

func (m *PostgresqlHostConfig10_1C) SetTempBuffers(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig10_1C) SetTempFileLimit

func (m *PostgresqlHostConfig10_1C) SetTempFileLimit(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig10_1C) SetTimezone

func (m *PostgresqlHostConfig10_1C) SetTimezone(v string)

func (*PostgresqlHostConfig10_1C) SetTransformNullEquals

func (m *PostgresqlHostConfig10_1C) SetTransformNullEquals(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig10_1C) SetWorkMem

func (*PostgresqlHostConfig10_1C) SetXmlbinary

func (*PostgresqlHostConfig10_1C) SetXmloption

func (*PostgresqlHostConfig10_1C) String

func (x *PostgresqlHostConfig10_1C) String() string

type PostgresqlHostConfig10_1C_BackslashQuote

type PostgresqlHostConfig10_1C_BackslashQuote int32
const (
	PostgresqlHostConfig10_1C_BACKSLASH_QUOTE_UNSPECIFIED   PostgresqlHostConfig10_1C_BackslashQuote = 0
	PostgresqlHostConfig10_1C_BACKSLASH_QUOTE               PostgresqlHostConfig10_1C_BackslashQuote = 1
	PostgresqlHostConfig10_1C_BACKSLASH_QUOTE_ON            PostgresqlHostConfig10_1C_BackslashQuote = 2
	PostgresqlHostConfig10_1C_BACKSLASH_QUOTE_OFF           PostgresqlHostConfig10_1C_BackslashQuote = 3
	PostgresqlHostConfig10_1C_BACKSLASH_QUOTE_SAFE_ENCODING PostgresqlHostConfig10_1C_BackslashQuote = 4
)

func (PostgresqlHostConfig10_1C_BackslashQuote) Descriptor

func (PostgresqlHostConfig10_1C_BackslashQuote) Enum

func (PostgresqlHostConfig10_1C_BackslashQuote) EnumDescriptor deprecated

func (PostgresqlHostConfig10_1C_BackslashQuote) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig10_1C_BackslashQuote.Descriptor instead.

func (PostgresqlHostConfig10_1C_BackslashQuote) Number

func (PostgresqlHostConfig10_1C_BackslashQuote) String

func (PostgresqlHostConfig10_1C_BackslashQuote) Type

type PostgresqlHostConfig10_1C_ByteaOutput

type PostgresqlHostConfig10_1C_ByteaOutput int32
const (
	PostgresqlHostConfig10_1C_BYTEA_OUTPUT_UNSPECIFIED PostgresqlHostConfig10_1C_ByteaOutput = 0
	PostgresqlHostConfig10_1C_BYTEA_OUTPUT_HEX         PostgresqlHostConfig10_1C_ByteaOutput = 1
	PostgresqlHostConfig10_1C_BYTEA_OUTPUT_ESCAPED     PostgresqlHostConfig10_1C_ByteaOutput = 2
)

func (PostgresqlHostConfig10_1C_ByteaOutput) Descriptor

func (PostgresqlHostConfig10_1C_ByteaOutput) Enum

func (PostgresqlHostConfig10_1C_ByteaOutput) EnumDescriptor deprecated

func (PostgresqlHostConfig10_1C_ByteaOutput) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig10_1C_ByteaOutput.Descriptor instead.

func (PostgresqlHostConfig10_1C_ByteaOutput) Number

func (PostgresqlHostConfig10_1C_ByteaOutput) String

func (PostgresqlHostConfig10_1C_ByteaOutput) Type

type PostgresqlHostConfig10_1C_ConstraintExclusion

type PostgresqlHostConfig10_1C_ConstraintExclusion int32
const (
	PostgresqlHostConfig10_1C_CONSTRAINT_EXCLUSION_UNSPECIFIED PostgresqlHostConfig10_1C_ConstraintExclusion = 0
	PostgresqlHostConfig10_1C_CONSTRAINT_EXCLUSION_ON          PostgresqlHostConfig10_1C_ConstraintExclusion = 1
	PostgresqlHostConfig10_1C_CONSTRAINT_EXCLUSION_OFF         PostgresqlHostConfig10_1C_ConstraintExclusion = 2
	PostgresqlHostConfig10_1C_CONSTRAINT_EXCLUSION_PARTITION   PostgresqlHostConfig10_1C_ConstraintExclusion = 3
)

func (PostgresqlHostConfig10_1C_ConstraintExclusion) Descriptor

func (PostgresqlHostConfig10_1C_ConstraintExclusion) Enum

func (PostgresqlHostConfig10_1C_ConstraintExclusion) EnumDescriptor deprecated

func (PostgresqlHostConfig10_1C_ConstraintExclusion) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig10_1C_ConstraintExclusion.Descriptor instead.

func (PostgresqlHostConfig10_1C_ConstraintExclusion) Number

func (PostgresqlHostConfig10_1C_ConstraintExclusion) String

func (PostgresqlHostConfig10_1C_ConstraintExclusion) Type

type PostgresqlHostConfig10_1C_ForceParallelMode

type PostgresqlHostConfig10_1C_ForceParallelMode int32
const (
	PostgresqlHostConfig10_1C_FORCE_PARALLEL_MODE_UNSPECIFIED PostgresqlHostConfig10_1C_ForceParallelMode = 0
	PostgresqlHostConfig10_1C_FORCE_PARALLEL_MODE_ON          PostgresqlHostConfig10_1C_ForceParallelMode = 1
	PostgresqlHostConfig10_1C_FORCE_PARALLEL_MODE_OFF         PostgresqlHostConfig10_1C_ForceParallelMode = 2
	PostgresqlHostConfig10_1C_FORCE_PARALLEL_MODE_REGRESS     PostgresqlHostConfig10_1C_ForceParallelMode = 3
)

func (PostgresqlHostConfig10_1C_ForceParallelMode) Descriptor

func (PostgresqlHostConfig10_1C_ForceParallelMode) Enum

func (PostgresqlHostConfig10_1C_ForceParallelMode) EnumDescriptor deprecated

func (PostgresqlHostConfig10_1C_ForceParallelMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig10_1C_ForceParallelMode.Descriptor instead.

func (PostgresqlHostConfig10_1C_ForceParallelMode) Number

func (PostgresqlHostConfig10_1C_ForceParallelMode) String

func (PostgresqlHostConfig10_1C_ForceParallelMode) Type

type PostgresqlHostConfig10_1C_LogErrorVerbosity

type PostgresqlHostConfig10_1C_LogErrorVerbosity int32
const (
	PostgresqlHostConfig10_1C_LOG_ERROR_VERBOSITY_UNSPECIFIED PostgresqlHostConfig10_1C_LogErrorVerbosity = 0
	PostgresqlHostConfig10_1C_LOG_ERROR_VERBOSITY_TERSE       PostgresqlHostConfig10_1C_LogErrorVerbosity = 1
	PostgresqlHostConfig10_1C_LOG_ERROR_VERBOSITY_DEFAULT     PostgresqlHostConfig10_1C_LogErrorVerbosity = 2
	PostgresqlHostConfig10_1C_LOG_ERROR_VERBOSITY_VERBOSE     PostgresqlHostConfig10_1C_LogErrorVerbosity = 3
)

func (PostgresqlHostConfig10_1C_LogErrorVerbosity) Descriptor

func (PostgresqlHostConfig10_1C_LogErrorVerbosity) Enum

func (PostgresqlHostConfig10_1C_LogErrorVerbosity) EnumDescriptor deprecated

func (PostgresqlHostConfig10_1C_LogErrorVerbosity) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig10_1C_LogErrorVerbosity.Descriptor instead.

func (PostgresqlHostConfig10_1C_LogErrorVerbosity) Number

func (PostgresqlHostConfig10_1C_LogErrorVerbosity) String

func (PostgresqlHostConfig10_1C_LogErrorVerbosity) Type

type PostgresqlHostConfig10_1C_LogLevel

type PostgresqlHostConfig10_1C_LogLevel int32
const (
	PostgresqlHostConfig10_1C_LOG_LEVEL_UNSPECIFIED PostgresqlHostConfig10_1C_LogLevel = 0
	PostgresqlHostConfig10_1C_LOG_LEVEL_DEBUG5      PostgresqlHostConfig10_1C_LogLevel = 1
	PostgresqlHostConfig10_1C_LOG_LEVEL_DEBUG4      PostgresqlHostConfig10_1C_LogLevel = 2
	PostgresqlHostConfig10_1C_LOG_LEVEL_DEBUG3      PostgresqlHostConfig10_1C_LogLevel = 3
	PostgresqlHostConfig10_1C_LOG_LEVEL_DEBUG2      PostgresqlHostConfig10_1C_LogLevel = 4
	PostgresqlHostConfig10_1C_LOG_LEVEL_DEBUG1      PostgresqlHostConfig10_1C_LogLevel = 5
	PostgresqlHostConfig10_1C_LOG_LEVEL_LOG         PostgresqlHostConfig10_1C_LogLevel = 6
	PostgresqlHostConfig10_1C_LOG_LEVEL_NOTICE      PostgresqlHostConfig10_1C_LogLevel = 7
	PostgresqlHostConfig10_1C_LOG_LEVEL_WARNING     PostgresqlHostConfig10_1C_LogLevel = 8
	PostgresqlHostConfig10_1C_LOG_LEVEL_ERROR       PostgresqlHostConfig10_1C_LogLevel = 9
	PostgresqlHostConfig10_1C_LOG_LEVEL_FATAL       PostgresqlHostConfig10_1C_LogLevel = 10
	PostgresqlHostConfig10_1C_LOG_LEVEL_PANIC       PostgresqlHostConfig10_1C_LogLevel = 11
)

func (PostgresqlHostConfig10_1C_LogLevel) Descriptor

func (PostgresqlHostConfig10_1C_LogLevel) Enum

func (PostgresqlHostConfig10_1C_LogLevel) EnumDescriptor deprecated

func (PostgresqlHostConfig10_1C_LogLevel) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig10_1C_LogLevel.Descriptor instead.

func (PostgresqlHostConfig10_1C_LogLevel) Number

func (PostgresqlHostConfig10_1C_LogLevel) String

func (PostgresqlHostConfig10_1C_LogLevel) Type

type PostgresqlHostConfig10_1C_LogStatement

type PostgresqlHostConfig10_1C_LogStatement int32
const (
	PostgresqlHostConfig10_1C_LOG_STATEMENT_UNSPECIFIED PostgresqlHostConfig10_1C_LogStatement = 0
	PostgresqlHostConfig10_1C_LOG_STATEMENT_NONE        PostgresqlHostConfig10_1C_LogStatement = 1
	PostgresqlHostConfig10_1C_LOG_STATEMENT_DDL         PostgresqlHostConfig10_1C_LogStatement = 2
	PostgresqlHostConfig10_1C_LOG_STATEMENT_MOD         PostgresqlHostConfig10_1C_LogStatement = 3
	PostgresqlHostConfig10_1C_LOG_STATEMENT_ALL         PostgresqlHostConfig10_1C_LogStatement = 4
)

func (PostgresqlHostConfig10_1C_LogStatement) Descriptor

func (PostgresqlHostConfig10_1C_LogStatement) Enum

func (PostgresqlHostConfig10_1C_LogStatement) EnumDescriptor deprecated

func (PostgresqlHostConfig10_1C_LogStatement) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig10_1C_LogStatement.Descriptor instead.

func (PostgresqlHostConfig10_1C_LogStatement) Number

func (PostgresqlHostConfig10_1C_LogStatement) String

func (PostgresqlHostConfig10_1C_LogStatement) Type

type PostgresqlHostConfig10_1C_TransactionIsolation

type PostgresqlHostConfig10_1C_TransactionIsolation int32
const (
	PostgresqlHostConfig10_1C_TRANSACTION_ISOLATION_UNSPECIFIED      PostgresqlHostConfig10_1C_TransactionIsolation = 0
	PostgresqlHostConfig10_1C_TRANSACTION_ISOLATION_READ_UNCOMMITTED PostgresqlHostConfig10_1C_TransactionIsolation = 1
	PostgresqlHostConfig10_1C_TRANSACTION_ISOLATION_READ_COMMITTED   PostgresqlHostConfig10_1C_TransactionIsolation = 2
	PostgresqlHostConfig10_1C_TRANSACTION_ISOLATION_REPEATABLE_READ  PostgresqlHostConfig10_1C_TransactionIsolation = 3
	PostgresqlHostConfig10_1C_TRANSACTION_ISOLATION_SERIALIZABLE     PostgresqlHostConfig10_1C_TransactionIsolation = 4
)

func (PostgresqlHostConfig10_1C_TransactionIsolation) Descriptor

func (PostgresqlHostConfig10_1C_TransactionIsolation) Enum

func (PostgresqlHostConfig10_1C_TransactionIsolation) EnumDescriptor deprecated

Deprecated: Use PostgresqlHostConfig10_1C_TransactionIsolation.Descriptor instead.

func (PostgresqlHostConfig10_1C_TransactionIsolation) Number

func (PostgresqlHostConfig10_1C_TransactionIsolation) String

func (PostgresqlHostConfig10_1C_TransactionIsolation) Type

type PostgresqlHostConfig10_1C_XmlBinary

type PostgresqlHostConfig10_1C_XmlBinary int32
const (
	PostgresqlHostConfig10_1C_XML_BINARY_UNSPECIFIED PostgresqlHostConfig10_1C_XmlBinary = 0
	PostgresqlHostConfig10_1C_XML_BINARY_BASE64      PostgresqlHostConfig10_1C_XmlBinary = 1
	PostgresqlHostConfig10_1C_XML_BINARY_HEX         PostgresqlHostConfig10_1C_XmlBinary = 2
)

func (PostgresqlHostConfig10_1C_XmlBinary) Descriptor

func (PostgresqlHostConfig10_1C_XmlBinary) Enum

func (PostgresqlHostConfig10_1C_XmlBinary) EnumDescriptor deprecated

func (PostgresqlHostConfig10_1C_XmlBinary) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig10_1C_XmlBinary.Descriptor instead.

func (PostgresqlHostConfig10_1C_XmlBinary) Number

func (PostgresqlHostConfig10_1C_XmlBinary) String

func (PostgresqlHostConfig10_1C_XmlBinary) Type

type PostgresqlHostConfig10_1C_XmlOption

type PostgresqlHostConfig10_1C_XmlOption int32
const (
	PostgresqlHostConfig10_1C_XML_OPTION_UNSPECIFIED PostgresqlHostConfig10_1C_XmlOption = 0
	PostgresqlHostConfig10_1C_XML_OPTION_DOCUMENT    PostgresqlHostConfig10_1C_XmlOption = 1
	PostgresqlHostConfig10_1C_XML_OPTION_CONTENT     PostgresqlHostConfig10_1C_XmlOption = 2
)

func (PostgresqlHostConfig10_1C_XmlOption) Descriptor

func (PostgresqlHostConfig10_1C_XmlOption) Enum

func (PostgresqlHostConfig10_1C_XmlOption) EnumDescriptor deprecated

func (PostgresqlHostConfig10_1C_XmlOption) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig10_1C_XmlOption.Descriptor instead.

func (PostgresqlHostConfig10_1C_XmlOption) Number

func (PostgresqlHostConfig10_1C_XmlOption) String

func (PostgresqlHostConfig10_1C_XmlOption) Type

type PostgresqlHostConfig10_BackslashQuote

type PostgresqlHostConfig10_BackslashQuote int32
const (
	PostgresqlHostConfig10_BACKSLASH_QUOTE_UNSPECIFIED   PostgresqlHostConfig10_BackslashQuote = 0
	PostgresqlHostConfig10_BACKSLASH_QUOTE               PostgresqlHostConfig10_BackslashQuote = 1
	PostgresqlHostConfig10_BACKSLASH_QUOTE_ON            PostgresqlHostConfig10_BackslashQuote = 2
	PostgresqlHostConfig10_BACKSLASH_QUOTE_OFF           PostgresqlHostConfig10_BackslashQuote = 3
	PostgresqlHostConfig10_BACKSLASH_QUOTE_SAFE_ENCODING PostgresqlHostConfig10_BackslashQuote = 4
)

func (PostgresqlHostConfig10_BackslashQuote) Descriptor

func (PostgresqlHostConfig10_BackslashQuote) Enum

func (PostgresqlHostConfig10_BackslashQuote) EnumDescriptor deprecated

func (PostgresqlHostConfig10_BackslashQuote) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig10_BackslashQuote.Descriptor instead.

func (PostgresqlHostConfig10_BackslashQuote) Number

func (PostgresqlHostConfig10_BackslashQuote) String

func (PostgresqlHostConfig10_BackslashQuote) Type

type PostgresqlHostConfig10_ByteaOutput

type PostgresqlHostConfig10_ByteaOutput int32
const (
	PostgresqlHostConfig10_BYTEA_OUTPUT_UNSPECIFIED PostgresqlHostConfig10_ByteaOutput = 0
	PostgresqlHostConfig10_BYTEA_OUTPUT_HEX         PostgresqlHostConfig10_ByteaOutput = 1
	PostgresqlHostConfig10_BYTEA_OUTPUT_ESCAPED     PostgresqlHostConfig10_ByteaOutput = 2
)

func (PostgresqlHostConfig10_ByteaOutput) Descriptor

func (PostgresqlHostConfig10_ByteaOutput) Enum

func (PostgresqlHostConfig10_ByteaOutput) EnumDescriptor deprecated

func (PostgresqlHostConfig10_ByteaOutput) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig10_ByteaOutput.Descriptor instead.

func (PostgresqlHostConfig10_ByteaOutput) Number

func (PostgresqlHostConfig10_ByteaOutput) String

func (PostgresqlHostConfig10_ByteaOutput) Type

type PostgresqlHostConfig10_ConstraintExclusion

type PostgresqlHostConfig10_ConstraintExclusion int32
const (
	PostgresqlHostConfig10_CONSTRAINT_EXCLUSION_UNSPECIFIED PostgresqlHostConfig10_ConstraintExclusion = 0
	PostgresqlHostConfig10_CONSTRAINT_EXCLUSION_ON          PostgresqlHostConfig10_ConstraintExclusion = 1
	PostgresqlHostConfig10_CONSTRAINT_EXCLUSION_OFF         PostgresqlHostConfig10_ConstraintExclusion = 2
	PostgresqlHostConfig10_CONSTRAINT_EXCLUSION_PARTITION   PostgresqlHostConfig10_ConstraintExclusion = 3
)

func (PostgresqlHostConfig10_ConstraintExclusion) Descriptor

func (PostgresqlHostConfig10_ConstraintExclusion) Enum

func (PostgresqlHostConfig10_ConstraintExclusion) EnumDescriptor deprecated

func (PostgresqlHostConfig10_ConstraintExclusion) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig10_ConstraintExclusion.Descriptor instead.

func (PostgresqlHostConfig10_ConstraintExclusion) Number

func (PostgresqlHostConfig10_ConstraintExclusion) String

func (PostgresqlHostConfig10_ConstraintExclusion) Type

type PostgresqlHostConfig10_ForceParallelMode

type PostgresqlHostConfig10_ForceParallelMode int32
const (
	PostgresqlHostConfig10_FORCE_PARALLEL_MODE_UNSPECIFIED PostgresqlHostConfig10_ForceParallelMode = 0
	PostgresqlHostConfig10_FORCE_PARALLEL_MODE_ON          PostgresqlHostConfig10_ForceParallelMode = 1
	PostgresqlHostConfig10_FORCE_PARALLEL_MODE_OFF         PostgresqlHostConfig10_ForceParallelMode = 2
	PostgresqlHostConfig10_FORCE_PARALLEL_MODE_REGRESS     PostgresqlHostConfig10_ForceParallelMode = 3
)

func (PostgresqlHostConfig10_ForceParallelMode) Descriptor

func (PostgresqlHostConfig10_ForceParallelMode) Enum

func (PostgresqlHostConfig10_ForceParallelMode) EnumDescriptor deprecated

func (PostgresqlHostConfig10_ForceParallelMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig10_ForceParallelMode.Descriptor instead.

func (PostgresqlHostConfig10_ForceParallelMode) Number

func (PostgresqlHostConfig10_ForceParallelMode) String

func (PostgresqlHostConfig10_ForceParallelMode) Type

type PostgresqlHostConfig10_LogErrorVerbosity

type PostgresqlHostConfig10_LogErrorVerbosity int32
const (
	PostgresqlHostConfig10_LOG_ERROR_VERBOSITY_UNSPECIFIED PostgresqlHostConfig10_LogErrorVerbosity = 0
	PostgresqlHostConfig10_LOG_ERROR_VERBOSITY_TERSE       PostgresqlHostConfig10_LogErrorVerbosity = 1
	PostgresqlHostConfig10_LOG_ERROR_VERBOSITY_DEFAULT     PostgresqlHostConfig10_LogErrorVerbosity = 2
	PostgresqlHostConfig10_LOG_ERROR_VERBOSITY_VERBOSE     PostgresqlHostConfig10_LogErrorVerbosity = 3
)

func (PostgresqlHostConfig10_LogErrorVerbosity) Descriptor

func (PostgresqlHostConfig10_LogErrorVerbosity) Enum

func (PostgresqlHostConfig10_LogErrorVerbosity) EnumDescriptor deprecated

func (PostgresqlHostConfig10_LogErrorVerbosity) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig10_LogErrorVerbosity.Descriptor instead.

func (PostgresqlHostConfig10_LogErrorVerbosity) Number

func (PostgresqlHostConfig10_LogErrorVerbosity) String

func (PostgresqlHostConfig10_LogErrorVerbosity) Type

type PostgresqlHostConfig10_LogLevel

type PostgresqlHostConfig10_LogLevel int32
const (
	PostgresqlHostConfig10_LOG_LEVEL_UNSPECIFIED PostgresqlHostConfig10_LogLevel = 0
	PostgresqlHostConfig10_LOG_LEVEL_DEBUG5      PostgresqlHostConfig10_LogLevel = 1
	PostgresqlHostConfig10_LOG_LEVEL_DEBUG4      PostgresqlHostConfig10_LogLevel = 2
	PostgresqlHostConfig10_LOG_LEVEL_DEBUG3      PostgresqlHostConfig10_LogLevel = 3
	PostgresqlHostConfig10_LOG_LEVEL_DEBUG2      PostgresqlHostConfig10_LogLevel = 4
	PostgresqlHostConfig10_LOG_LEVEL_DEBUG1      PostgresqlHostConfig10_LogLevel = 5
	PostgresqlHostConfig10_LOG_LEVEL_LOG         PostgresqlHostConfig10_LogLevel = 6
	PostgresqlHostConfig10_LOG_LEVEL_NOTICE      PostgresqlHostConfig10_LogLevel = 7
	PostgresqlHostConfig10_LOG_LEVEL_WARNING     PostgresqlHostConfig10_LogLevel = 8
	PostgresqlHostConfig10_LOG_LEVEL_ERROR       PostgresqlHostConfig10_LogLevel = 9
	PostgresqlHostConfig10_LOG_LEVEL_FATAL       PostgresqlHostConfig10_LogLevel = 10
	PostgresqlHostConfig10_LOG_LEVEL_PANIC       PostgresqlHostConfig10_LogLevel = 11
)

func (PostgresqlHostConfig10_LogLevel) Descriptor

func (PostgresqlHostConfig10_LogLevel) Enum

func (PostgresqlHostConfig10_LogLevel) EnumDescriptor deprecated

func (PostgresqlHostConfig10_LogLevel) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig10_LogLevel.Descriptor instead.

func (PostgresqlHostConfig10_LogLevel) Number

func (PostgresqlHostConfig10_LogLevel) String

func (PostgresqlHostConfig10_LogLevel) Type

type PostgresqlHostConfig10_LogStatement

type PostgresqlHostConfig10_LogStatement int32
const (
	PostgresqlHostConfig10_LOG_STATEMENT_UNSPECIFIED PostgresqlHostConfig10_LogStatement = 0
	PostgresqlHostConfig10_LOG_STATEMENT_NONE        PostgresqlHostConfig10_LogStatement = 1
	PostgresqlHostConfig10_LOG_STATEMENT_DDL         PostgresqlHostConfig10_LogStatement = 2
	PostgresqlHostConfig10_LOG_STATEMENT_MOD         PostgresqlHostConfig10_LogStatement = 3
	PostgresqlHostConfig10_LOG_STATEMENT_ALL         PostgresqlHostConfig10_LogStatement = 4
)

func (PostgresqlHostConfig10_LogStatement) Descriptor

func (PostgresqlHostConfig10_LogStatement) Enum

func (PostgresqlHostConfig10_LogStatement) EnumDescriptor deprecated

func (PostgresqlHostConfig10_LogStatement) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig10_LogStatement.Descriptor instead.

func (PostgresqlHostConfig10_LogStatement) Number

func (PostgresqlHostConfig10_LogStatement) String

func (PostgresqlHostConfig10_LogStatement) Type

type PostgresqlHostConfig10_TransactionIsolation

type PostgresqlHostConfig10_TransactionIsolation int32
const (
	PostgresqlHostConfig10_TRANSACTION_ISOLATION_UNSPECIFIED      PostgresqlHostConfig10_TransactionIsolation = 0
	PostgresqlHostConfig10_TRANSACTION_ISOLATION_READ_UNCOMMITTED PostgresqlHostConfig10_TransactionIsolation = 1
	PostgresqlHostConfig10_TRANSACTION_ISOLATION_READ_COMMITTED   PostgresqlHostConfig10_TransactionIsolation = 2
	PostgresqlHostConfig10_TRANSACTION_ISOLATION_REPEATABLE_READ  PostgresqlHostConfig10_TransactionIsolation = 3
	PostgresqlHostConfig10_TRANSACTION_ISOLATION_SERIALIZABLE     PostgresqlHostConfig10_TransactionIsolation = 4
)

func (PostgresqlHostConfig10_TransactionIsolation) Descriptor

func (PostgresqlHostConfig10_TransactionIsolation) Enum

func (PostgresqlHostConfig10_TransactionIsolation) EnumDescriptor deprecated

func (PostgresqlHostConfig10_TransactionIsolation) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig10_TransactionIsolation.Descriptor instead.

func (PostgresqlHostConfig10_TransactionIsolation) Number

func (PostgresqlHostConfig10_TransactionIsolation) String

func (PostgresqlHostConfig10_TransactionIsolation) Type

type PostgresqlHostConfig10_XmlBinary

type PostgresqlHostConfig10_XmlBinary int32
const (
	PostgresqlHostConfig10_XML_BINARY_UNSPECIFIED PostgresqlHostConfig10_XmlBinary = 0
	PostgresqlHostConfig10_XML_BINARY_BASE64      PostgresqlHostConfig10_XmlBinary = 1
	PostgresqlHostConfig10_XML_BINARY_HEX         PostgresqlHostConfig10_XmlBinary = 2
)

func (PostgresqlHostConfig10_XmlBinary) Descriptor

func (PostgresqlHostConfig10_XmlBinary) Enum

func (PostgresqlHostConfig10_XmlBinary) EnumDescriptor deprecated

func (PostgresqlHostConfig10_XmlBinary) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig10_XmlBinary.Descriptor instead.

func (PostgresqlHostConfig10_XmlBinary) Number

func (PostgresqlHostConfig10_XmlBinary) String

func (PostgresqlHostConfig10_XmlBinary) Type

type PostgresqlHostConfig10_XmlOption

type PostgresqlHostConfig10_XmlOption int32
const (
	PostgresqlHostConfig10_XML_OPTION_UNSPECIFIED PostgresqlHostConfig10_XmlOption = 0
	PostgresqlHostConfig10_XML_OPTION_DOCUMENT    PostgresqlHostConfig10_XmlOption = 1
	PostgresqlHostConfig10_XML_OPTION_CONTENT     PostgresqlHostConfig10_XmlOption = 2
)

func (PostgresqlHostConfig10_XmlOption) Descriptor

func (PostgresqlHostConfig10_XmlOption) Enum

func (PostgresqlHostConfig10_XmlOption) EnumDescriptor deprecated

func (PostgresqlHostConfig10_XmlOption) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig10_XmlOption.Descriptor instead.

func (PostgresqlHostConfig10_XmlOption) Number

func (PostgresqlHostConfig10_XmlOption) String

func (PostgresqlHostConfig10_XmlOption) Type

type PostgresqlHostConfig11

type PostgresqlHostConfig11 struct {
	RecoveryMinApplyDelay *wrapperspb.Int64Value `` // in milliseconds.
	/* 128-byte string literal not displayed */
	SharedBuffers            *wrapperspb.Int64Value `protobuf:"bytes,2,opt,name=shared_buffers,json=sharedBuffers,proto3" json:"shared_buffers,omitempty"`   // in bytes.
	TempBuffers              *wrapperspb.Int64Value `protobuf:"bytes,3,opt,name=temp_buffers,json=tempBuffers,proto3" json:"temp_buffers,omitempty"`         // in bytes.
	WorkMem                  *wrapperspb.Int64Value `protobuf:"bytes,4,opt,name=work_mem,json=workMem,proto3" json:"work_mem,omitempty"`                     // in bytes.
	TempFileLimit            *wrapperspb.Int64Value `protobuf:"bytes,5,opt,name=temp_file_limit,json=tempFileLimit,proto3" json:"temp_file_limit,omitempty"` // in bytes.
	BackendFlushAfter        *wrapperspb.Int64Value `protobuf:"bytes,6,opt,name=backend_flush_after,json=backendFlushAfter,proto3" json:"backend_flush_after,omitempty"`
	OldSnapshotThreshold     *wrapperspb.Int64Value `protobuf:"bytes,7,opt,name=old_snapshot_threshold,json=oldSnapshotThreshold,proto3" json:"old_snapshot_threshold,omitempty"`
	MaxStandbyStreamingDelay *wrapperspb.Int64Value `` // in milliseconds.
	/* 137-byte string literal not displayed */
	ConstraintExclusion     PostgresqlHostConfig11_ConstraintExclusion `` /* 205-byte string literal not displayed */
	CursorTupleFraction     *wrapperspb.DoubleValue                    `protobuf:"bytes,10,opt,name=cursor_tuple_fraction,json=cursorTupleFraction,proto3" json:"cursor_tuple_fraction,omitempty"`
	FromCollapseLimit       *wrapperspb.Int64Value                     `protobuf:"bytes,11,opt,name=from_collapse_limit,json=fromCollapseLimit,proto3" json:"from_collapse_limit,omitempty"`
	JoinCollapseLimit       *wrapperspb.Int64Value                     `protobuf:"bytes,12,opt,name=join_collapse_limit,json=joinCollapseLimit,proto3" json:"join_collapse_limit,omitempty"`
	ForceParallelMode       PostgresqlHostConfig11_ForceParallelMode   `` /* 200-byte string literal not displayed */
	ClientMinMessages       PostgresqlHostConfig11_LogLevel            `` /* 191-byte string literal not displayed */
	LogMinMessages          PostgresqlHostConfig11_LogLevel            `` /* 182-byte string literal not displayed */
	LogMinErrorStatement    PostgresqlHostConfig11_LogLevel            `` /* 202-byte string literal not displayed */
	LogMinDurationStatement *wrapperspb.Int64Value                     `` // in milliseconds.
	/* 135-byte string literal not displayed */
	LogCheckpoints                  *wrapperspb.BoolValue                       `protobuf:"bytes,18,opt,name=log_checkpoints,json=logCheckpoints,proto3" json:"log_checkpoints,omitempty"`
	LogConnections                  *wrapperspb.BoolValue                       `protobuf:"bytes,19,opt,name=log_connections,json=logConnections,proto3" json:"log_connections,omitempty"`
	LogDisconnections               *wrapperspb.BoolValue                       `protobuf:"bytes,20,opt,name=log_disconnections,json=logDisconnections,proto3" json:"log_disconnections,omitempty"`
	LogDuration                     *wrapperspb.BoolValue                       `protobuf:"bytes,21,opt,name=log_duration,json=logDuration,proto3" json:"log_duration,omitempty"`
	LogErrorVerbosity               PostgresqlHostConfig11_LogErrorVerbosity    `` /* 200-byte string literal not displayed */
	LogLockWaits                    *wrapperspb.BoolValue                       `protobuf:"bytes,23,opt,name=log_lock_waits,json=logLockWaits,proto3" json:"log_lock_waits,omitempty"`
	LogStatement                    PostgresqlHostConfig11_LogStatement         `` /* 178-byte string literal not displayed */
	LogTempFiles                    *wrapperspb.Int64Value                      `protobuf:"bytes,25,opt,name=log_temp_files,json=logTempFiles,proto3" json:"log_temp_files,omitempty"`
	SearchPath                      string                                      `protobuf:"bytes,26,opt,name=search_path,json=searchPath,proto3" json:"search_path,omitempty"`
	RowSecurity                     *wrapperspb.BoolValue                       `protobuf:"bytes,27,opt,name=row_security,json=rowSecurity,proto3" json:"row_security,omitempty"`
	DefaultTransactionIsolation     PostgresqlHostConfig11_TransactionIsolation ``                                                                                                               /* 233-byte string literal not displayed */
	StatementTimeout                *wrapperspb.Int64Value                      `protobuf:"bytes,29,opt,name=statement_timeout,json=statementTimeout,proto3" json:"statement_timeout,omitempty"` // in milliseconds.
	LockTimeout                     *wrapperspb.Int64Value                      `protobuf:"bytes,30,opt,name=lock_timeout,json=lockTimeout,proto3" json:"lock_timeout,omitempty"`                // in milliseconds.
	IdleInTransactionSessionTimeout *wrapperspb.Int64Value                      ``                                                                                                               // in milliseconds.
	/* 161-byte string literal not displayed */
	ByteaOutput                 PostgresqlHostConfig11_ByteaOutput    ``                                                                                                                            /* 174-byte string literal not displayed */
	Xmlbinary                   PostgresqlHostConfig11_XmlBinary      ``                                                                                                                            /* 149-byte string literal not displayed */
	Xmloption                   PostgresqlHostConfig11_XmlOption      ``                                                                                                                            /* 149-byte string literal not displayed */
	GinPendingListLimit         *wrapperspb.Int64Value                `protobuf:"bytes,35,opt,name=gin_pending_list_limit,json=ginPendingListLimit,proto3" json:"gin_pending_list_limit,omitempty"` // in bytes.
	DeadlockTimeout             *wrapperspb.Int64Value                `protobuf:"bytes,36,opt,name=deadlock_timeout,json=deadlockTimeout,proto3" json:"deadlock_timeout,omitempty"`                 // in milliseconds.
	MaxLocksPerTransaction      *wrapperspb.Int64Value                ``                                                                                                                            /* 132-byte string literal not displayed */
	MaxPredLocksPerTransaction  *wrapperspb.Int64Value                ``                                                                                                                            /* 146-byte string literal not displayed */
	ArrayNulls                  *wrapperspb.BoolValue                 `protobuf:"bytes,39,opt,name=array_nulls,json=arrayNulls,proto3" json:"array_nulls,omitempty"`
	BackslashQuote              PostgresqlHostConfig11_BackslashQuote `` /* 186-byte string literal not displayed */
	DefaultWithOids             *wrapperspb.BoolValue                 `protobuf:"bytes,41,opt,name=default_with_oids,json=defaultWithOids,proto3" json:"default_with_oids,omitempty"`
	EscapeStringWarning         *wrapperspb.BoolValue                 `protobuf:"bytes,42,opt,name=escape_string_warning,json=escapeStringWarning,proto3" json:"escape_string_warning,omitempty"`
	LoCompatPrivileges          *wrapperspb.BoolValue                 `protobuf:"bytes,43,opt,name=lo_compat_privileges,json=loCompatPrivileges,proto3" json:"lo_compat_privileges,omitempty"`
	OperatorPrecedenceWarning   *wrapperspb.BoolValue                 `` /* 139-byte string literal not displayed */
	QuoteAllIdentifiers         *wrapperspb.BoolValue                 `protobuf:"bytes,45,opt,name=quote_all_identifiers,json=quoteAllIdentifiers,proto3" json:"quote_all_identifiers,omitempty"`
	StandardConformingStrings   *wrapperspb.BoolValue                 `` /* 139-byte string literal not displayed */
	SynchronizeSeqscans         *wrapperspb.BoolValue                 `protobuf:"bytes,47,opt,name=synchronize_seqscans,json=synchronizeSeqscans,proto3" json:"synchronize_seqscans,omitempty"`
	TransformNullEquals         *wrapperspb.BoolValue                 `protobuf:"bytes,48,opt,name=transform_null_equals,json=transformNullEquals,proto3" json:"transform_null_equals,omitempty"`
	ExitOnError                 *wrapperspb.BoolValue                 `protobuf:"bytes,49,opt,name=exit_on_error,json=exitOnError,proto3" json:"exit_on_error,omitempty"`
	SeqPageCost                 *wrapperspb.DoubleValue               `protobuf:"bytes,50,opt,name=seq_page_cost,json=seqPageCost,proto3" json:"seq_page_cost,omitempty"`
	RandomPageCost              *wrapperspb.DoubleValue               `protobuf:"bytes,51,opt,name=random_page_cost,json=randomPageCost,proto3" json:"random_page_cost,omitempty"`
	EnableBitmapscan            *wrapperspb.BoolValue                 `protobuf:"bytes,54,opt,name=enable_bitmapscan,json=enableBitmapscan,proto3" json:"enable_bitmapscan,omitempty"`
	EnableHashagg               *wrapperspb.BoolValue                 `protobuf:"bytes,55,opt,name=enable_hashagg,json=enableHashagg,proto3" json:"enable_hashagg,omitempty"`
	EnableHashjoin              *wrapperspb.BoolValue                 `protobuf:"bytes,56,opt,name=enable_hashjoin,json=enableHashjoin,proto3" json:"enable_hashjoin,omitempty"`
	EnableIndexscan             *wrapperspb.BoolValue                 `protobuf:"bytes,57,opt,name=enable_indexscan,json=enableIndexscan,proto3" json:"enable_indexscan,omitempty"`
	EnableIndexonlyscan         *wrapperspb.BoolValue                 `protobuf:"bytes,58,opt,name=enable_indexonlyscan,json=enableIndexonlyscan,proto3" json:"enable_indexonlyscan,omitempty"`
	EnableMaterial              *wrapperspb.BoolValue                 `protobuf:"bytes,59,opt,name=enable_material,json=enableMaterial,proto3" json:"enable_material,omitempty"`
	EnableMergejoin             *wrapperspb.BoolValue                 `protobuf:"bytes,60,opt,name=enable_mergejoin,json=enableMergejoin,proto3" json:"enable_mergejoin,omitempty"`
	EnableNestloop              *wrapperspb.BoolValue                 `protobuf:"bytes,61,opt,name=enable_nestloop,json=enableNestloop,proto3" json:"enable_nestloop,omitempty"`
	EnableSeqscan               *wrapperspb.BoolValue                 `protobuf:"bytes,62,opt,name=enable_seqscan,json=enableSeqscan,proto3" json:"enable_seqscan,omitempty"`
	EnableSort                  *wrapperspb.BoolValue                 `protobuf:"bytes,63,opt,name=enable_sort,json=enableSort,proto3" json:"enable_sort,omitempty"`
	EnableTidscan               *wrapperspb.BoolValue                 `protobuf:"bytes,64,opt,name=enable_tidscan,json=enableTidscan,proto3" json:"enable_tidscan,omitempty"`
	MaxParallelWorkers          *wrapperspb.Int64Value                `protobuf:"bytes,65,opt,name=max_parallel_workers,json=maxParallelWorkers,proto3" json:"max_parallel_workers,omitempty"`
	MaxParallelWorkersPerGather *wrapperspb.Int64Value                `` /* 149-byte string literal not displayed */
	Timezone                    string                                `protobuf:"bytes,67,opt,name=timezone,proto3" json:"timezone,omitempty"`
	EffectiveIoConcurrency      *wrapperspb.Int64Value                `` /* 130-byte string literal not displayed */
	EffectiveCacheSize          *wrapperspb.Int64Value                `protobuf:"bytes,69,opt,name=effective_cache_size,json=effectiveCacheSize,proto3" json:"effective_cache_size,omitempty"`
	// contains filtered or unexported fields
}

Options and structure of `PostgresqlConfig` reflects PostgreSQL configuration file parameters which detailed description is available in [PostgreSQL documentation](https://www.postgresql.org/docs/11/runtime-config.html).

func (*PostgresqlHostConfig11) Descriptor deprecated

func (*PostgresqlHostConfig11) Descriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig11.ProtoReflect.Descriptor instead.

func (*PostgresqlHostConfig11) GetArrayNulls

func (x *PostgresqlHostConfig11) GetArrayNulls() *wrapperspb.BoolValue

func (*PostgresqlHostConfig11) GetBackendFlushAfter

func (x *PostgresqlHostConfig11) GetBackendFlushAfter() *wrapperspb.Int64Value

func (*PostgresqlHostConfig11) GetBackslashQuote

func (*PostgresqlHostConfig11) GetByteaOutput

func (*PostgresqlHostConfig11) GetClientMinMessages

func (x *PostgresqlHostConfig11) GetClientMinMessages() PostgresqlHostConfig11_LogLevel

func (*PostgresqlHostConfig11) GetConstraintExclusion

func (*PostgresqlHostConfig11) GetCursorTupleFraction

func (x *PostgresqlHostConfig11) GetCursorTupleFraction() *wrapperspb.DoubleValue

func (*PostgresqlHostConfig11) GetDeadlockTimeout

func (x *PostgresqlHostConfig11) GetDeadlockTimeout() *wrapperspb.Int64Value

func (*PostgresqlHostConfig11) GetDefaultTransactionIsolation

func (x *PostgresqlHostConfig11) GetDefaultTransactionIsolation() PostgresqlHostConfig11_TransactionIsolation

func (*PostgresqlHostConfig11) GetDefaultWithOids

func (x *PostgresqlHostConfig11) GetDefaultWithOids() *wrapperspb.BoolValue

func (*PostgresqlHostConfig11) GetEffectiveCacheSize

func (x *PostgresqlHostConfig11) GetEffectiveCacheSize() *wrapperspb.Int64Value

func (*PostgresqlHostConfig11) GetEffectiveIoConcurrency

func (x *PostgresqlHostConfig11) GetEffectiveIoConcurrency() *wrapperspb.Int64Value

func (*PostgresqlHostConfig11) GetEnableBitmapscan

func (x *PostgresqlHostConfig11) GetEnableBitmapscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig11) GetEnableHashagg

func (x *PostgresqlHostConfig11) GetEnableHashagg() *wrapperspb.BoolValue

func (*PostgresqlHostConfig11) GetEnableHashjoin

func (x *PostgresqlHostConfig11) GetEnableHashjoin() *wrapperspb.BoolValue

func (*PostgresqlHostConfig11) GetEnableIndexonlyscan

func (x *PostgresqlHostConfig11) GetEnableIndexonlyscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig11) GetEnableIndexscan

func (x *PostgresqlHostConfig11) GetEnableIndexscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig11) GetEnableMaterial

func (x *PostgresqlHostConfig11) GetEnableMaterial() *wrapperspb.BoolValue

func (*PostgresqlHostConfig11) GetEnableMergejoin

func (x *PostgresqlHostConfig11) GetEnableMergejoin() *wrapperspb.BoolValue

func (*PostgresqlHostConfig11) GetEnableNestloop

func (x *PostgresqlHostConfig11) GetEnableNestloop() *wrapperspb.BoolValue

func (*PostgresqlHostConfig11) GetEnableSeqscan

func (x *PostgresqlHostConfig11) GetEnableSeqscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig11) GetEnableSort

func (x *PostgresqlHostConfig11) GetEnableSort() *wrapperspb.BoolValue

func (*PostgresqlHostConfig11) GetEnableTidscan

func (x *PostgresqlHostConfig11) GetEnableTidscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig11) GetEscapeStringWarning

func (x *PostgresqlHostConfig11) GetEscapeStringWarning() *wrapperspb.BoolValue

func (*PostgresqlHostConfig11) GetExitOnError

func (x *PostgresqlHostConfig11) GetExitOnError() *wrapperspb.BoolValue

func (*PostgresqlHostConfig11) GetForceParallelMode

func (*PostgresqlHostConfig11) GetFromCollapseLimit

func (x *PostgresqlHostConfig11) GetFromCollapseLimit() *wrapperspb.Int64Value

func (*PostgresqlHostConfig11) GetGinPendingListLimit

func (x *PostgresqlHostConfig11) GetGinPendingListLimit() *wrapperspb.Int64Value

func (*PostgresqlHostConfig11) GetIdleInTransactionSessionTimeout

func (x *PostgresqlHostConfig11) GetIdleInTransactionSessionTimeout() *wrapperspb.Int64Value

func (*PostgresqlHostConfig11) GetJoinCollapseLimit

func (x *PostgresqlHostConfig11) GetJoinCollapseLimit() *wrapperspb.Int64Value

func (*PostgresqlHostConfig11) GetLoCompatPrivileges

func (x *PostgresqlHostConfig11) GetLoCompatPrivileges() *wrapperspb.BoolValue

func (*PostgresqlHostConfig11) GetLockTimeout

func (x *PostgresqlHostConfig11) GetLockTimeout() *wrapperspb.Int64Value

func (*PostgresqlHostConfig11) GetLogCheckpoints

func (x *PostgresqlHostConfig11) GetLogCheckpoints() *wrapperspb.BoolValue

func (*PostgresqlHostConfig11) GetLogConnections

func (x *PostgresqlHostConfig11) GetLogConnections() *wrapperspb.BoolValue

func (*PostgresqlHostConfig11) GetLogDisconnections

func (x *PostgresqlHostConfig11) GetLogDisconnections() *wrapperspb.BoolValue

func (*PostgresqlHostConfig11) GetLogDuration

func (x *PostgresqlHostConfig11) GetLogDuration() *wrapperspb.BoolValue

func (*PostgresqlHostConfig11) GetLogErrorVerbosity

func (*PostgresqlHostConfig11) GetLogLockWaits

func (x *PostgresqlHostConfig11) GetLogLockWaits() *wrapperspb.BoolValue

func (*PostgresqlHostConfig11) GetLogMinDurationStatement

func (x *PostgresqlHostConfig11) GetLogMinDurationStatement() *wrapperspb.Int64Value

func (*PostgresqlHostConfig11) GetLogMinErrorStatement

func (x *PostgresqlHostConfig11) GetLogMinErrorStatement() PostgresqlHostConfig11_LogLevel

func (*PostgresqlHostConfig11) GetLogMinMessages

func (*PostgresqlHostConfig11) GetLogStatement

func (*PostgresqlHostConfig11) GetLogTempFiles

func (x *PostgresqlHostConfig11) GetLogTempFiles() *wrapperspb.Int64Value

func (*PostgresqlHostConfig11) GetMaxLocksPerTransaction

func (x *PostgresqlHostConfig11) GetMaxLocksPerTransaction() *wrapperspb.Int64Value

func (*PostgresqlHostConfig11) GetMaxParallelWorkers

func (x *PostgresqlHostConfig11) GetMaxParallelWorkers() *wrapperspb.Int64Value

func (*PostgresqlHostConfig11) GetMaxParallelWorkersPerGather

func (x *PostgresqlHostConfig11) GetMaxParallelWorkersPerGather() *wrapperspb.Int64Value

func (*PostgresqlHostConfig11) GetMaxPredLocksPerTransaction

func (x *PostgresqlHostConfig11) GetMaxPredLocksPerTransaction() *wrapperspb.Int64Value

func (*PostgresqlHostConfig11) GetMaxStandbyStreamingDelay

func (x *PostgresqlHostConfig11) GetMaxStandbyStreamingDelay() *wrapperspb.Int64Value

func (*PostgresqlHostConfig11) GetOldSnapshotThreshold

func (x *PostgresqlHostConfig11) GetOldSnapshotThreshold() *wrapperspb.Int64Value

func (*PostgresqlHostConfig11) GetOperatorPrecedenceWarning

func (x *PostgresqlHostConfig11) GetOperatorPrecedenceWarning() *wrapperspb.BoolValue

func (*PostgresqlHostConfig11) GetQuoteAllIdentifiers

func (x *PostgresqlHostConfig11) GetQuoteAllIdentifiers() *wrapperspb.BoolValue

func (*PostgresqlHostConfig11) GetRandomPageCost

func (x *PostgresqlHostConfig11) GetRandomPageCost() *wrapperspb.DoubleValue

func (*PostgresqlHostConfig11) GetRecoveryMinApplyDelay

func (x *PostgresqlHostConfig11) GetRecoveryMinApplyDelay() *wrapperspb.Int64Value

func (*PostgresqlHostConfig11) GetRowSecurity

func (x *PostgresqlHostConfig11) GetRowSecurity() *wrapperspb.BoolValue

func (*PostgresqlHostConfig11) GetSearchPath

func (x *PostgresqlHostConfig11) GetSearchPath() string

func (*PostgresqlHostConfig11) GetSeqPageCost

func (x *PostgresqlHostConfig11) GetSeqPageCost() *wrapperspb.DoubleValue

func (*PostgresqlHostConfig11) GetSharedBuffers

func (x *PostgresqlHostConfig11) GetSharedBuffers() *wrapperspb.Int64Value

func (*PostgresqlHostConfig11) GetStandardConformingStrings

func (x *PostgresqlHostConfig11) GetStandardConformingStrings() *wrapperspb.BoolValue

func (*PostgresqlHostConfig11) GetStatementTimeout

func (x *PostgresqlHostConfig11) GetStatementTimeout() *wrapperspb.Int64Value

func (*PostgresqlHostConfig11) GetSynchronizeSeqscans

func (x *PostgresqlHostConfig11) GetSynchronizeSeqscans() *wrapperspb.BoolValue

func (*PostgresqlHostConfig11) GetTempBuffers

func (x *PostgresqlHostConfig11) GetTempBuffers() *wrapperspb.Int64Value

func (*PostgresqlHostConfig11) GetTempFileLimit

func (x *PostgresqlHostConfig11) GetTempFileLimit() *wrapperspb.Int64Value

func (*PostgresqlHostConfig11) GetTimezone

func (x *PostgresqlHostConfig11) GetTimezone() string

func (*PostgresqlHostConfig11) GetTransformNullEquals

func (x *PostgresqlHostConfig11) GetTransformNullEquals() *wrapperspb.BoolValue

func (*PostgresqlHostConfig11) GetWorkMem

func (x *PostgresqlHostConfig11) GetWorkMem() *wrapperspb.Int64Value

func (*PostgresqlHostConfig11) GetXmlbinary

func (*PostgresqlHostConfig11) GetXmloption

func (*PostgresqlHostConfig11) ProtoMessage

func (*PostgresqlHostConfig11) ProtoMessage()

func (*PostgresqlHostConfig11) ProtoReflect

func (x *PostgresqlHostConfig11) ProtoReflect() protoreflect.Message

func (*PostgresqlHostConfig11) Reset

func (x *PostgresqlHostConfig11) Reset()

func (*PostgresqlHostConfig11) SetArrayNulls

func (m *PostgresqlHostConfig11) SetArrayNulls(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig11) SetBackendFlushAfter

func (m *PostgresqlHostConfig11) SetBackendFlushAfter(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig11) SetBackslashQuote

func (*PostgresqlHostConfig11) SetByteaOutput

func (*PostgresqlHostConfig11) SetClientMinMessages

func (m *PostgresqlHostConfig11) SetClientMinMessages(v PostgresqlHostConfig11_LogLevel)

func (*PostgresqlHostConfig11) SetConstraintExclusion

func (*PostgresqlHostConfig11) SetCursorTupleFraction

func (m *PostgresqlHostConfig11) SetCursorTupleFraction(v *wrapperspb.DoubleValue)

func (*PostgresqlHostConfig11) SetDeadlockTimeout

func (m *PostgresqlHostConfig11) SetDeadlockTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig11) SetDefaultTransactionIsolation

func (m *PostgresqlHostConfig11) SetDefaultTransactionIsolation(v PostgresqlHostConfig11_TransactionIsolation)

func (*PostgresqlHostConfig11) SetDefaultWithOids

func (m *PostgresqlHostConfig11) SetDefaultWithOids(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig11) SetEffectiveCacheSize

func (m *PostgresqlHostConfig11) SetEffectiveCacheSize(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig11) SetEffectiveIoConcurrency

func (m *PostgresqlHostConfig11) SetEffectiveIoConcurrency(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig11) SetEnableBitmapscan

func (m *PostgresqlHostConfig11) SetEnableBitmapscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig11) SetEnableHashagg

func (m *PostgresqlHostConfig11) SetEnableHashagg(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig11) SetEnableHashjoin

func (m *PostgresqlHostConfig11) SetEnableHashjoin(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig11) SetEnableIndexonlyscan

func (m *PostgresqlHostConfig11) SetEnableIndexonlyscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig11) SetEnableIndexscan

func (m *PostgresqlHostConfig11) SetEnableIndexscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig11) SetEnableMaterial

func (m *PostgresqlHostConfig11) SetEnableMaterial(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig11) SetEnableMergejoin

func (m *PostgresqlHostConfig11) SetEnableMergejoin(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig11) SetEnableNestloop

func (m *PostgresqlHostConfig11) SetEnableNestloop(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig11) SetEnableSeqscan

func (m *PostgresqlHostConfig11) SetEnableSeqscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig11) SetEnableSort

func (m *PostgresqlHostConfig11) SetEnableSort(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig11) SetEnableTidscan

func (m *PostgresqlHostConfig11) SetEnableTidscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig11) SetEscapeStringWarning

func (m *PostgresqlHostConfig11) SetEscapeStringWarning(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig11) SetExitOnError

func (m *PostgresqlHostConfig11) SetExitOnError(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig11) SetForceParallelMode

func (*PostgresqlHostConfig11) SetFromCollapseLimit

func (m *PostgresqlHostConfig11) SetFromCollapseLimit(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig11) SetGinPendingListLimit

func (m *PostgresqlHostConfig11) SetGinPendingListLimit(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig11) SetIdleInTransactionSessionTimeout

func (m *PostgresqlHostConfig11) SetIdleInTransactionSessionTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig11) SetJoinCollapseLimit

func (m *PostgresqlHostConfig11) SetJoinCollapseLimit(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig11) SetLoCompatPrivileges

func (m *PostgresqlHostConfig11) SetLoCompatPrivileges(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig11) SetLockTimeout

func (m *PostgresqlHostConfig11) SetLockTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig11) SetLogCheckpoints

func (m *PostgresqlHostConfig11) SetLogCheckpoints(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig11) SetLogConnections

func (m *PostgresqlHostConfig11) SetLogConnections(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig11) SetLogDisconnections

func (m *PostgresqlHostConfig11) SetLogDisconnections(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig11) SetLogDuration

func (m *PostgresqlHostConfig11) SetLogDuration(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig11) SetLogErrorVerbosity

func (*PostgresqlHostConfig11) SetLogLockWaits

func (m *PostgresqlHostConfig11) SetLogLockWaits(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig11) SetLogMinDurationStatement

func (m *PostgresqlHostConfig11) SetLogMinDurationStatement(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig11) SetLogMinErrorStatement

func (m *PostgresqlHostConfig11) SetLogMinErrorStatement(v PostgresqlHostConfig11_LogLevel)

func (*PostgresqlHostConfig11) SetLogMinMessages

func (*PostgresqlHostConfig11) SetLogStatement

func (*PostgresqlHostConfig11) SetLogTempFiles

func (m *PostgresqlHostConfig11) SetLogTempFiles(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig11) SetMaxLocksPerTransaction

func (m *PostgresqlHostConfig11) SetMaxLocksPerTransaction(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig11) SetMaxParallelWorkers

func (m *PostgresqlHostConfig11) SetMaxParallelWorkers(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig11) SetMaxParallelWorkersPerGather

func (m *PostgresqlHostConfig11) SetMaxParallelWorkersPerGather(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig11) SetMaxPredLocksPerTransaction

func (m *PostgresqlHostConfig11) SetMaxPredLocksPerTransaction(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig11) SetMaxStandbyStreamingDelay

func (m *PostgresqlHostConfig11) SetMaxStandbyStreamingDelay(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig11) SetOldSnapshotThreshold

func (m *PostgresqlHostConfig11) SetOldSnapshotThreshold(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig11) SetOperatorPrecedenceWarning

func (m *PostgresqlHostConfig11) SetOperatorPrecedenceWarning(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig11) SetQuoteAllIdentifiers

func (m *PostgresqlHostConfig11) SetQuoteAllIdentifiers(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig11) SetRandomPageCost

func (m *PostgresqlHostConfig11) SetRandomPageCost(v *wrapperspb.DoubleValue)

func (*PostgresqlHostConfig11) SetRecoveryMinApplyDelay

func (m *PostgresqlHostConfig11) SetRecoveryMinApplyDelay(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig11) SetRowSecurity

func (m *PostgresqlHostConfig11) SetRowSecurity(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig11) SetSearchPath

func (m *PostgresqlHostConfig11) SetSearchPath(v string)

func (*PostgresqlHostConfig11) SetSeqPageCost

func (m *PostgresqlHostConfig11) SetSeqPageCost(v *wrapperspb.DoubleValue)

func (*PostgresqlHostConfig11) SetSharedBuffers

func (m *PostgresqlHostConfig11) SetSharedBuffers(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig11) SetStandardConformingStrings

func (m *PostgresqlHostConfig11) SetStandardConformingStrings(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig11) SetStatementTimeout

func (m *PostgresqlHostConfig11) SetStatementTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig11) SetSynchronizeSeqscans

func (m *PostgresqlHostConfig11) SetSynchronizeSeqscans(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig11) SetTempBuffers

func (m *PostgresqlHostConfig11) SetTempBuffers(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig11) SetTempFileLimit

func (m *PostgresqlHostConfig11) SetTempFileLimit(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig11) SetTimezone

func (m *PostgresqlHostConfig11) SetTimezone(v string)

func (*PostgresqlHostConfig11) SetTransformNullEquals

func (m *PostgresqlHostConfig11) SetTransformNullEquals(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig11) SetWorkMem

func (m *PostgresqlHostConfig11) SetWorkMem(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig11) SetXmlbinary

func (*PostgresqlHostConfig11) SetXmloption

func (*PostgresqlHostConfig11) String

func (x *PostgresqlHostConfig11) String() string

type PostgresqlHostConfig11_1C

type PostgresqlHostConfig11_1C struct {
	RecoveryMinApplyDelay *wrapperspb.Int64Value `` // in milliseconds.
	/* 128-byte string literal not displayed */
	SharedBuffers            *wrapperspb.Int64Value `protobuf:"bytes,2,opt,name=shared_buffers,json=sharedBuffers,proto3" json:"shared_buffers,omitempty"`   // in bytes.
	TempBuffers              *wrapperspb.Int64Value `protobuf:"bytes,3,opt,name=temp_buffers,json=tempBuffers,proto3" json:"temp_buffers,omitempty"`         // in bytes.
	WorkMem                  *wrapperspb.Int64Value `protobuf:"bytes,4,opt,name=work_mem,json=workMem,proto3" json:"work_mem,omitempty"`                     // in bytes.
	TempFileLimit            *wrapperspb.Int64Value `protobuf:"bytes,5,opt,name=temp_file_limit,json=tempFileLimit,proto3" json:"temp_file_limit,omitempty"` // in bytes.
	BackendFlushAfter        *wrapperspb.Int64Value `protobuf:"bytes,6,opt,name=backend_flush_after,json=backendFlushAfter,proto3" json:"backend_flush_after,omitempty"`
	OldSnapshotThreshold     *wrapperspb.Int64Value `protobuf:"bytes,7,opt,name=old_snapshot_threshold,json=oldSnapshotThreshold,proto3" json:"old_snapshot_threshold,omitempty"`
	MaxStandbyStreamingDelay *wrapperspb.Int64Value `` // in milliseconds.
	/* 137-byte string literal not displayed */
	ConstraintExclusion     PostgresqlHostConfig11_1C_ConstraintExclusion `` /* 208-byte string literal not displayed */
	CursorTupleFraction     *wrapperspb.DoubleValue                       `protobuf:"bytes,10,opt,name=cursor_tuple_fraction,json=cursorTupleFraction,proto3" json:"cursor_tuple_fraction,omitempty"`
	FromCollapseLimit       *wrapperspb.Int64Value                        `protobuf:"bytes,11,opt,name=from_collapse_limit,json=fromCollapseLimit,proto3" json:"from_collapse_limit,omitempty"`
	JoinCollapseLimit       *wrapperspb.Int64Value                        `protobuf:"bytes,12,opt,name=join_collapse_limit,json=joinCollapseLimit,proto3" json:"join_collapse_limit,omitempty"`
	ForceParallelMode       PostgresqlHostConfig11_1C_ForceParallelMode   `` /* 203-byte string literal not displayed */
	ClientMinMessages       PostgresqlHostConfig11_1C_LogLevel            `` /* 194-byte string literal not displayed */
	LogMinMessages          PostgresqlHostConfig11_1C_LogLevel            `` /* 185-byte string literal not displayed */
	LogMinErrorStatement    PostgresqlHostConfig11_1C_LogLevel            `` /* 205-byte string literal not displayed */
	LogMinDurationStatement *wrapperspb.Int64Value                        `` // in milliseconds.
	/* 135-byte string literal not displayed */
	LogCheckpoints                  *wrapperspb.BoolValue                          `protobuf:"bytes,18,opt,name=log_checkpoints,json=logCheckpoints,proto3" json:"log_checkpoints,omitempty"`
	LogConnections                  *wrapperspb.BoolValue                          `protobuf:"bytes,19,opt,name=log_connections,json=logConnections,proto3" json:"log_connections,omitempty"`
	LogDisconnections               *wrapperspb.BoolValue                          `protobuf:"bytes,20,opt,name=log_disconnections,json=logDisconnections,proto3" json:"log_disconnections,omitempty"`
	LogDuration                     *wrapperspb.BoolValue                          `protobuf:"bytes,21,opt,name=log_duration,json=logDuration,proto3" json:"log_duration,omitempty"`
	LogErrorVerbosity               PostgresqlHostConfig11_1C_LogErrorVerbosity    `` /* 203-byte string literal not displayed */
	LogLockWaits                    *wrapperspb.BoolValue                          `protobuf:"bytes,23,opt,name=log_lock_waits,json=logLockWaits,proto3" json:"log_lock_waits,omitempty"`
	LogStatement                    PostgresqlHostConfig11_1C_LogStatement         `` /* 181-byte string literal not displayed */
	LogTempFiles                    *wrapperspb.Int64Value                         `protobuf:"bytes,25,opt,name=log_temp_files,json=logTempFiles,proto3" json:"log_temp_files,omitempty"`
	SearchPath                      string                                         `protobuf:"bytes,26,opt,name=search_path,json=searchPath,proto3" json:"search_path,omitempty"`
	RowSecurity                     *wrapperspb.BoolValue                          `protobuf:"bytes,27,opt,name=row_security,json=rowSecurity,proto3" json:"row_security,omitempty"`
	DefaultTransactionIsolation     PostgresqlHostConfig11_1C_TransactionIsolation ``                                                                                                               /* 236-byte string literal not displayed */
	StatementTimeout                *wrapperspb.Int64Value                         `protobuf:"bytes,29,opt,name=statement_timeout,json=statementTimeout,proto3" json:"statement_timeout,omitempty"` // in milliseconds.
	LockTimeout                     *wrapperspb.Int64Value                         `protobuf:"bytes,30,opt,name=lock_timeout,json=lockTimeout,proto3" json:"lock_timeout,omitempty"`                // in milliseconds.
	IdleInTransactionSessionTimeout *wrapperspb.Int64Value                         ``                                                                                                               // in milliseconds.
	/* 161-byte string literal not displayed */
	ByteaOutput                 PostgresqlHostConfig11_1C_ByteaOutput    ``                                                                                                                            /* 177-byte string literal not displayed */
	Xmlbinary                   PostgresqlHostConfig11_1C_XmlBinary      ``                                                                                                                            /* 152-byte string literal not displayed */
	Xmloption                   PostgresqlHostConfig11_1C_XmlOption      ``                                                                                                                            /* 152-byte string literal not displayed */
	GinPendingListLimit         *wrapperspb.Int64Value                   `protobuf:"bytes,35,opt,name=gin_pending_list_limit,json=ginPendingListLimit,proto3" json:"gin_pending_list_limit,omitempty"` // in bytes.
	DeadlockTimeout             *wrapperspb.Int64Value                   `protobuf:"bytes,36,opt,name=deadlock_timeout,json=deadlockTimeout,proto3" json:"deadlock_timeout,omitempty"`                 // in milliseconds.
	MaxLocksPerTransaction      *wrapperspb.Int64Value                   ``                                                                                                                            /* 132-byte string literal not displayed */
	MaxPredLocksPerTransaction  *wrapperspb.Int64Value                   ``                                                                                                                            /* 146-byte string literal not displayed */
	ArrayNulls                  *wrapperspb.BoolValue                    `protobuf:"bytes,39,opt,name=array_nulls,json=arrayNulls,proto3" json:"array_nulls,omitempty"`
	BackslashQuote              PostgresqlHostConfig11_1C_BackslashQuote `` /* 189-byte string literal not displayed */
	DefaultWithOids             *wrapperspb.BoolValue                    `protobuf:"bytes,41,opt,name=default_with_oids,json=defaultWithOids,proto3" json:"default_with_oids,omitempty"`
	EscapeStringWarning         *wrapperspb.BoolValue                    `protobuf:"bytes,42,opt,name=escape_string_warning,json=escapeStringWarning,proto3" json:"escape_string_warning,omitempty"`
	LoCompatPrivileges          *wrapperspb.BoolValue                    `protobuf:"bytes,43,opt,name=lo_compat_privileges,json=loCompatPrivileges,proto3" json:"lo_compat_privileges,omitempty"`
	OperatorPrecedenceWarning   *wrapperspb.BoolValue                    `` /* 139-byte string literal not displayed */
	QuoteAllIdentifiers         *wrapperspb.BoolValue                    `protobuf:"bytes,45,opt,name=quote_all_identifiers,json=quoteAllIdentifiers,proto3" json:"quote_all_identifiers,omitempty"`
	StandardConformingStrings   *wrapperspb.BoolValue                    `` /* 139-byte string literal not displayed */
	SynchronizeSeqscans         *wrapperspb.BoolValue                    `protobuf:"bytes,47,opt,name=synchronize_seqscans,json=synchronizeSeqscans,proto3" json:"synchronize_seqscans,omitempty"`
	TransformNullEquals         *wrapperspb.BoolValue                    `protobuf:"bytes,48,opt,name=transform_null_equals,json=transformNullEquals,proto3" json:"transform_null_equals,omitempty"`
	ExitOnError                 *wrapperspb.BoolValue                    `protobuf:"bytes,49,opt,name=exit_on_error,json=exitOnError,proto3" json:"exit_on_error,omitempty"`
	SeqPageCost                 *wrapperspb.DoubleValue                  `protobuf:"bytes,50,opt,name=seq_page_cost,json=seqPageCost,proto3" json:"seq_page_cost,omitempty"`
	RandomPageCost              *wrapperspb.DoubleValue                  `protobuf:"bytes,51,opt,name=random_page_cost,json=randomPageCost,proto3" json:"random_page_cost,omitempty"`
	EnableBitmapscan            *wrapperspb.BoolValue                    `protobuf:"bytes,54,opt,name=enable_bitmapscan,json=enableBitmapscan,proto3" json:"enable_bitmapscan,omitempty"`
	EnableHashagg               *wrapperspb.BoolValue                    `protobuf:"bytes,55,opt,name=enable_hashagg,json=enableHashagg,proto3" json:"enable_hashagg,omitempty"`
	EnableHashjoin              *wrapperspb.BoolValue                    `protobuf:"bytes,56,opt,name=enable_hashjoin,json=enableHashjoin,proto3" json:"enable_hashjoin,omitempty"`
	EnableIndexscan             *wrapperspb.BoolValue                    `protobuf:"bytes,57,opt,name=enable_indexscan,json=enableIndexscan,proto3" json:"enable_indexscan,omitempty"`
	EnableIndexonlyscan         *wrapperspb.BoolValue                    `protobuf:"bytes,58,opt,name=enable_indexonlyscan,json=enableIndexonlyscan,proto3" json:"enable_indexonlyscan,omitempty"`
	EnableMaterial              *wrapperspb.BoolValue                    `protobuf:"bytes,59,opt,name=enable_material,json=enableMaterial,proto3" json:"enable_material,omitempty"`
	EnableMergejoin             *wrapperspb.BoolValue                    `protobuf:"bytes,60,opt,name=enable_mergejoin,json=enableMergejoin,proto3" json:"enable_mergejoin,omitempty"`
	EnableNestloop              *wrapperspb.BoolValue                    `protobuf:"bytes,61,opt,name=enable_nestloop,json=enableNestloop,proto3" json:"enable_nestloop,omitempty"`
	EnableSeqscan               *wrapperspb.BoolValue                    `protobuf:"bytes,62,opt,name=enable_seqscan,json=enableSeqscan,proto3" json:"enable_seqscan,omitempty"`
	EnableSort                  *wrapperspb.BoolValue                    `protobuf:"bytes,63,opt,name=enable_sort,json=enableSort,proto3" json:"enable_sort,omitempty"`
	EnableTidscan               *wrapperspb.BoolValue                    `protobuf:"bytes,64,opt,name=enable_tidscan,json=enableTidscan,proto3" json:"enable_tidscan,omitempty"`
	MaxParallelWorkers          *wrapperspb.Int64Value                   `protobuf:"bytes,65,opt,name=max_parallel_workers,json=maxParallelWorkers,proto3" json:"max_parallel_workers,omitempty"`
	MaxParallelWorkersPerGather *wrapperspb.Int64Value                   `` /* 149-byte string literal not displayed */
	Timezone                    string                                   `protobuf:"bytes,67,opt,name=timezone,proto3" json:"timezone,omitempty"`
	EffectiveIoConcurrency      *wrapperspb.Int64Value                   `` /* 130-byte string literal not displayed */
	EffectiveCacheSize          *wrapperspb.Int64Value                   `protobuf:"bytes,69,opt,name=effective_cache_size,json=effectiveCacheSize,proto3" json:"effective_cache_size,omitempty"`
	// contains filtered or unexported fields
}

Options and structure of `PostgresqlConfig` reflects PostgreSQL configuration file parameters which detailed description is available in [PostgreSQL documentation](https://www.postgresql.org/docs/11/runtime-config.html).

func (*PostgresqlHostConfig11_1C) Descriptor deprecated

func (*PostgresqlHostConfig11_1C) Descriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig11_1C.ProtoReflect.Descriptor instead.

func (*PostgresqlHostConfig11_1C) GetArrayNulls

func (x *PostgresqlHostConfig11_1C) GetArrayNulls() *wrapperspb.BoolValue

func (*PostgresqlHostConfig11_1C) GetBackendFlushAfter

func (x *PostgresqlHostConfig11_1C) GetBackendFlushAfter() *wrapperspb.Int64Value

func (*PostgresqlHostConfig11_1C) GetBackslashQuote

func (*PostgresqlHostConfig11_1C) GetByteaOutput

func (*PostgresqlHostConfig11_1C) GetClientMinMessages

func (*PostgresqlHostConfig11_1C) GetConstraintExclusion

func (*PostgresqlHostConfig11_1C) GetCursorTupleFraction

func (x *PostgresqlHostConfig11_1C) GetCursorTupleFraction() *wrapperspb.DoubleValue

func (*PostgresqlHostConfig11_1C) GetDeadlockTimeout

func (x *PostgresqlHostConfig11_1C) GetDeadlockTimeout() *wrapperspb.Int64Value

func (*PostgresqlHostConfig11_1C) GetDefaultTransactionIsolation

func (*PostgresqlHostConfig11_1C) GetDefaultWithOids

func (x *PostgresqlHostConfig11_1C) GetDefaultWithOids() *wrapperspb.BoolValue

func (*PostgresqlHostConfig11_1C) GetEffectiveCacheSize

func (x *PostgresqlHostConfig11_1C) GetEffectiveCacheSize() *wrapperspb.Int64Value

func (*PostgresqlHostConfig11_1C) GetEffectiveIoConcurrency

func (x *PostgresqlHostConfig11_1C) GetEffectiveIoConcurrency() *wrapperspb.Int64Value

func (*PostgresqlHostConfig11_1C) GetEnableBitmapscan

func (x *PostgresqlHostConfig11_1C) GetEnableBitmapscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig11_1C) GetEnableHashagg

func (x *PostgresqlHostConfig11_1C) GetEnableHashagg() *wrapperspb.BoolValue

func (*PostgresqlHostConfig11_1C) GetEnableHashjoin

func (x *PostgresqlHostConfig11_1C) GetEnableHashjoin() *wrapperspb.BoolValue

func (*PostgresqlHostConfig11_1C) GetEnableIndexonlyscan

func (x *PostgresqlHostConfig11_1C) GetEnableIndexonlyscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig11_1C) GetEnableIndexscan

func (x *PostgresqlHostConfig11_1C) GetEnableIndexscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig11_1C) GetEnableMaterial

func (x *PostgresqlHostConfig11_1C) GetEnableMaterial() *wrapperspb.BoolValue

func (*PostgresqlHostConfig11_1C) GetEnableMergejoin

func (x *PostgresqlHostConfig11_1C) GetEnableMergejoin() *wrapperspb.BoolValue

func (*PostgresqlHostConfig11_1C) GetEnableNestloop

func (x *PostgresqlHostConfig11_1C) GetEnableNestloop() *wrapperspb.BoolValue

func (*PostgresqlHostConfig11_1C) GetEnableSeqscan

func (x *PostgresqlHostConfig11_1C) GetEnableSeqscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig11_1C) GetEnableSort

func (x *PostgresqlHostConfig11_1C) GetEnableSort() *wrapperspb.BoolValue

func (*PostgresqlHostConfig11_1C) GetEnableTidscan

func (x *PostgresqlHostConfig11_1C) GetEnableTidscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig11_1C) GetEscapeStringWarning

func (x *PostgresqlHostConfig11_1C) GetEscapeStringWarning() *wrapperspb.BoolValue

func (*PostgresqlHostConfig11_1C) GetExitOnError

func (x *PostgresqlHostConfig11_1C) GetExitOnError() *wrapperspb.BoolValue

func (*PostgresqlHostConfig11_1C) GetForceParallelMode

func (*PostgresqlHostConfig11_1C) GetFromCollapseLimit

func (x *PostgresqlHostConfig11_1C) GetFromCollapseLimit() *wrapperspb.Int64Value

func (*PostgresqlHostConfig11_1C) GetGinPendingListLimit

func (x *PostgresqlHostConfig11_1C) GetGinPendingListLimit() *wrapperspb.Int64Value

func (*PostgresqlHostConfig11_1C) GetIdleInTransactionSessionTimeout

func (x *PostgresqlHostConfig11_1C) GetIdleInTransactionSessionTimeout() *wrapperspb.Int64Value

func (*PostgresqlHostConfig11_1C) GetJoinCollapseLimit

func (x *PostgresqlHostConfig11_1C) GetJoinCollapseLimit() *wrapperspb.Int64Value

func (*PostgresqlHostConfig11_1C) GetLoCompatPrivileges

func (x *PostgresqlHostConfig11_1C) GetLoCompatPrivileges() *wrapperspb.BoolValue

func (*PostgresqlHostConfig11_1C) GetLockTimeout

func (x *PostgresqlHostConfig11_1C) GetLockTimeout() *wrapperspb.Int64Value

func (*PostgresqlHostConfig11_1C) GetLogCheckpoints

func (x *PostgresqlHostConfig11_1C) GetLogCheckpoints() *wrapperspb.BoolValue

func (*PostgresqlHostConfig11_1C) GetLogConnections

func (x *PostgresqlHostConfig11_1C) GetLogConnections() *wrapperspb.BoolValue

func (*PostgresqlHostConfig11_1C) GetLogDisconnections

func (x *PostgresqlHostConfig11_1C) GetLogDisconnections() *wrapperspb.BoolValue

func (*PostgresqlHostConfig11_1C) GetLogDuration

func (x *PostgresqlHostConfig11_1C) GetLogDuration() *wrapperspb.BoolValue

func (*PostgresqlHostConfig11_1C) GetLogErrorVerbosity

func (*PostgresqlHostConfig11_1C) GetLogLockWaits

func (x *PostgresqlHostConfig11_1C) GetLogLockWaits() *wrapperspb.BoolValue

func (*PostgresqlHostConfig11_1C) GetLogMinDurationStatement

func (x *PostgresqlHostConfig11_1C) GetLogMinDurationStatement() *wrapperspb.Int64Value

func (*PostgresqlHostConfig11_1C) GetLogMinErrorStatement

func (*PostgresqlHostConfig11_1C) GetLogMinMessages

func (*PostgresqlHostConfig11_1C) GetLogStatement

func (*PostgresqlHostConfig11_1C) GetLogTempFiles

func (x *PostgresqlHostConfig11_1C) GetLogTempFiles() *wrapperspb.Int64Value

func (*PostgresqlHostConfig11_1C) GetMaxLocksPerTransaction

func (x *PostgresqlHostConfig11_1C) GetMaxLocksPerTransaction() *wrapperspb.Int64Value

func (*PostgresqlHostConfig11_1C) GetMaxParallelWorkers

func (x *PostgresqlHostConfig11_1C) GetMaxParallelWorkers() *wrapperspb.Int64Value

func (*PostgresqlHostConfig11_1C) GetMaxParallelWorkersPerGather

func (x *PostgresqlHostConfig11_1C) GetMaxParallelWorkersPerGather() *wrapperspb.Int64Value

func (*PostgresqlHostConfig11_1C) GetMaxPredLocksPerTransaction

func (x *PostgresqlHostConfig11_1C) GetMaxPredLocksPerTransaction() *wrapperspb.Int64Value

func (*PostgresqlHostConfig11_1C) GetMaxStandbyStreamingDelay

func (x *PostgresqlHostConfig11_1C) GetMaxStandbyStreamingDelay() *wrapperspb.Int64Value

func (*PostgresqlHostConfig11_1C) GetOldSnapshotThreshold

func (x *PostgresqlHostConfig11_1C) GetOldSnapshotThreshold() *wrapperspb.Int64Value

func (*PostgresqlHostConfig11_1C) GetOperatorPrecedenceWarning

func (x *PostgresqlHostConfig11_1C) GetOperatorPrecedenceWarning() *wrapperspb.BoolValue

func (*PostgresqlHostConfig11_1C) GetQuoteAllIdentifiers

func (x *PostgresqlHostConfig11_1C) GetQuoteAllIdentifiers() *wrapperspb.BoolValue

func (*PostgresqlHostConfig11_1C) GetRandomPageCost

func (x *PostgresqlHostConfig11_1C) GetRandomPageCost() *wrapperspb.DoubleValue

func (*PostgresqlHostConfig11_1C) GetRecoveryMinApplyDelay

func (x *PostgresqlHostConfig11_1C) GetRecoveryMinApplyDelay() *wrapperspb.Int64Value

func (*PostgresqlHostConfig11_1C) GetRowSecurity

func (x *PostgresqlHostConfig11_1C) GetRowSecurity() *wrapperspb.BoolValue

func (*PostgresqlHostConfig11_1C) GetSearchPath

func (x *PostgresqlHostConfig11_1C) GetSearchPath() string

func (*PostgresqlHostConfig11_1C) GetSeqPageCost

func (x *PostgresqlHostConfig11_1C) GetSeqPageCost() *wrapperspb.DoubleValue

func (*PostgresqlHostConfig11_1C) GetSharedBuffers

func (x *PostgresqlHostConfig11_1C) GetSharedBuffers() *wrapperspb.Int64Value

func (*PostgresqlHostConfig11_1C) GetStandardConformingStrings

func (x *PostgresqlHostConfig11_1C) GetStandardConformingStrings() *wrapperspb.BoolValue

func (*PostgresqlHostConfig11_1C) GetStatementTimeout

func (x *PostgresqlHostConfig11_1C) GetStatementTimeout() *wrapperspb.Int64Value

func (*PostgresqlHostConfig11_1C) GetSynchronizeSeqscans

func (x *PostgresqlHostConfig11_1C) GetSynchronizeSeqscans() *wrapperspb.BoolValue

func (*PostgresqlHostConfig11_1C) GetTempBuffers

func (x *PostgresqlHostConfig11_1C) GetTempBuffers() *wrapperspb.Int64Value

func (*PostgresqlHostConfig11_1C) GetTempFileLimit

func (x *PostgresqlHostConfig11_1C) GetTempFileLimit() *wrapperspb.Int64Value

func (*PostgresqlHostConfig11_1C) GetTimezone

func (x *PostgresqlHostConfig11_1C) GetTimezone() string

func (*PostgresqlHostConfig11_1C) GetTransformNullEquals

func (x *PostgresqlHostConfig11_1C) GetTransformNullEquals() *wrapperspb.BoolValue

func (*PostgresqlHostConfig11_1C) GetWorkMem

func (*PostgresqlHostConfig11_1C) GetXmlbinary

func (*PostgresqlHostConfig11_1C) GetXmloption

func (*PostgresqlHostConfig11_1C) ProtoMessage

func (*PostgresqlHostConfig11_1C) ProtoMessage()

func (*PostgresqlHostConfig11_1C) ProtoReflect

func (*PostgresqlHostConfig11_1C) Reset

func (x *PostgresqlHostConfig11_1C) Reset()

func (*PostgresqlHostConfig11_1C) SetArrayNulls

func (m *PostgresqlHostConfig11_1C) SetArrayNulls(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig11_1C) SetBackendFlushAfter

func (m *PostgresqlHostConfig11_1C) SetBackendFlushAfter(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig11_1C) SetBackslashQuote

func (*PostgresqlHostConfig11_1C) SetByteaOutput

func (*PostgresqlHostConfig11_1C) SetClientMinMessages

func (*PostgresqlHostConfig11_1C) SetConstraintExclusion

func (*PostgresqlHostConfig11_1C) SetCursorTupleFraction

func (m *PostgresqlHostConfig11_1C) SetCursorTupleFraction(v *wrapperspb.DoubleValue)

func (*PostgresqlHostConfig11_1C) SetDeadlockTimeout

func (m *PostgresqlHostConfig11_1C) SetDeadlockTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig11_1C) SetDefaultTransactionIsolation

func (*PostgresqlHostConfig11_1C) SetDefaultWithOids

func (m *PostgresqlHostConfig11_1C) SetDefaultWithOids(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig11_1C) SetEffectiveCacheSize

func (m *PostgresqlHostConfig11_1C) SetEffectiveCacheSize(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig11_1C) SetEffectiveIoConcurrency

func (m *PostgresqlHostConfig11_1C) SetEffectiveIoConcurrency(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig11_1C) SetEnableBitmapscan

func (m *PostgresqlHostConfig11_1C) SetEnableBitmapscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig11_1C) SetEnableHashagg

func (m *PostgresqlHostConfig11_1C) SetEnableHashagg(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig11_1C) SetEnableHashjoin

func (m *PostgresqlHostConfig11_1C) SetEnableHashjoin(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig11_1C) SetEnableIndexonlyscan

func (m *PostgresqlHostConfig11_1C) SetEnableIndexonlyscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig11_1C) SetEnableIndexscan

func (m *PostgresqlHostConfig11_1C) SetEnableIndexscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig11_1C) SetEnableMaterial

func (m *PostgresqlHostConfig11_1C) SetEnableMaterial(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig11_1C) SetEnableMergejoin

func (m *PostgresqlHostConfig11_1C) SetEnableMergejoin(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig11_1C) SetEnableNestloop

func (m *PostgresqlHostConfig11_1C) SetEnableNestloop(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig11_1C) SetEnableSeqscan

func (m *PostgresqlHostConfig11_1C) SetEnableSeqscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig11_1C) SetEnableSort

func (m *PostgresqlHostConfig11_1C) SetEnableSort(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig11_1C) SetEnableTidscan

func (m *PostgresqlHostConfig11_1C) SetEnableTidscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig11_1C) SetEscapeStringWarning

func (m *PostgresqlHostConfig11_1C) SetEscapeStringWarning(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig11_1C) SetExitOnError

func (m *PostgresqlHostConfig11_1C) SetExitOnError(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig11_1C) SetForceParallelMode

func (*PostgresqlHostConfig11_1C) SetFromCollapseLimit

func (m *PostgresqlHostConfig11_1C) SetFromCollapseLimit(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig11_1C) SetGinPendingListLimit

func (m *PostgresqlHostConfig11_1C) SetGinPendingListLimit(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig11_1C) SetIdleInTransactionSessionTimeout

func (m *PostgresqlHostConfig11_1C) SetIdleInTransactionSessionTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig11_1C) SetJoinCollapseLimit

func (m *PostgresqlHostConfig11_1C) SetJoinCollapseLimit(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig11_1C) SetLoCompatPrivileges

func (m *PostgresqlHostConfig11_1C) SetLoCompatPrivileges(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig11_1C) SetLockTimeout

func (m *PostgresqlHostConfig11_1C) SetLockTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig11_1C) SetLogCheckpoints

func (m *PostgresqlHostConfig11_1C) SetLogCheckpoints(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig11_1C) SetLogConnections

func (m *PostgresqlHostConfig11_1C) SetLogConnections(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig11_1C) SetLogDisconnections

func (m *PostgresqlHostConfig11_1C) SetLogDisconnections(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig11_1C) SetLogDuration

func (m *PostgresqlHostConfig11_1C) SetLogDuration(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig11_1C) SetLogErrorVerbosity

func (*PostgresqlHostConfig11_1C) SetLogLockWaits

func (m *PostgresqlHostConfig11_1C) SetLogLockWaits(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig11_1C) SetLogMinDurationStatement

func (m *PostgresqlHostConfig11_1C) SetLogMinDurationStatement(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig11_1C) SetLogMinErrorStatement

func (m *PostgresqlHostConfig11_1C) SetLogMinErrorStatement(v PostgresqlHostConfig11_1C_LogLevel)

func (*PostgresqlHostConfig11_1C) SetLogMinMessages

func (*PostgresqlHostConfig11_1C) SetLogStatement

func (*PostgresqlHostConfig11_1C) SetLogTempFiles

func (m *PostgresqlHostConfig11_1C) SetLogTempFiles(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig11_1C) SetMaxLocksPerTransaction

func (m *PostgresqlHostConfig11_1C) SetMaxLocksPerTransaction(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig11_1C) SetMaxParallelWorkers

func (m *PostgresqlHostConfig11_1C) SetMaxParallelWorkers(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig11_1C) SetMaxParallelWorkersPerGather

func (m *PostgresqlHostConfig11_1C) SetMaxParallelWorkersPerGather(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig11_1C) SetMaxPredLocksPerTransaction

func (m *PostgresqlHostConfig11_1C) SetMaxPredLocksPerTransaction(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig11_1C) SetMaxStandbyStreamingDelay

func (m *PostgresqlHostConfig11_1C) SetMaxStandbyStreamingDelay(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig11_1C) SetOldSnapshotThreshold

func (m *PostgresqlHostConfig11_1C) SetOldSnapshotThreshold(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig11_1C) SetOperatorPrecedenceWarning

func (m *PostgresqlHostConfig11_1C) SetOperatorPrecedenceWarning(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig11_1C) SetQuoteAllIdentifiers

func (m *PostgresqlHostConfig11_1C) SetQuoteAllIdentifiers(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig11_1C) SetRandomPageCost

func (m *PostgresqlHostConfig11_1C) SetRandomPageCost(v *wrapperspb.DoubleValue)

func (*PostgresqlHostConfig11_1C) SetRecoveryMinApplyDelay

func (m *PostgresqlHostConfig11_1C) SetRecoveryMinApplyDelay(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig11_1C) SetRowSecurity

func (m *PostgresqlHostConfig11_1C) SetRowSecurity(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig11_1C) SetSearchPath

func (m *PostgresqlHostConfig11_1C) SetSearchPath(v string)

func (*PostgresqlHostConfig11_1C) SetSeqPageCost

func (m *PostgresqlHostConfig11_1C) SetSeqPageCost(v *wrapperspb.DoubleValue)

func (*PostgresqlHostConfig11_1C) SetSharedBuffers

func (m *PostgresqlHostConfig11_1C) SetSharedBuffers(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig11_1C) SetStandardConformingStrings

func (m *PostgresqlHostConfig11_1C) SetStandardConformingStrings(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig11_1C) SetStatementTimeout

func (m *PostgresqlHostConfig11_1C) SetStatementTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig11_1C) SetSynchronizeSeqscans

func (m *PostgresqlHostConfig11_1C) SetSynchronizeSeqscans(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig11_1C) SetTempBuffers

func (m *PostgresqlHostConfig11_1C) SetTempBuffers(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig11_1C) SetTempFileLimit

func (m *PostgresqlHostConfig11_1C) SetTempFileLimit(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig11_1C) SetTimezone

func (m *PostgresqlHostConfig11_1C) SetTimezone(v string)

func (*PostgresqlHostConfig11_1C) SetTransformNullEquals

func (m *PostgresqlHostConfig11_1C) SetTransformNullEquals(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig11_1C) SetWorkMem

func (*PostgresqlHostConfig11_1C) SetXmlbinary

func (*PostgresqlHostConfig11_1C) SetXmloption

func (*PostgresqlHostConfig11_1C) String

func (x *PostgresqlHostConfig11_1C) String() string

type PostgresqlHostConfig11_1C_BackslashQuote

type PostgresqlHostConfig11_1C_BackslashQuote int32
const (
	PostgresqlHostConfig11_1C_BACKSLASH_QUOTE_UNSPECIFIED   PostgresqlHostConfig11_1C_BackslashQuote = 0
	PostgresqlHostConfig11_1C_BACKSLASH_QUOTE               PostgresqlHostConfig11_1C_BackslashQuote = 1
	PostgresqlHostConfig11_1C_BACKSLASH_QUOTE_ON            PostgresqlHostConfig11_1C_BackslashQuote = 2
	PostgresqlHostConfig11_1C_BACKSLASH_QUOTE_OFF           PostgresqlHostConfig11_1C_BackslashQuote = 3
	PostgresqlHostConfig11_1C_BACKSLASH_QUOTE_SAFE_ENCODING PostgresqlHostConfig11_1C_BackslashQuote = 4
)

func (PostgresqlHostConfig11_1C_BackslashQuote) Descriptor

func (PostgresqlHostConfig11_1C_BackslashQuote) Enum

func (PostgresqlHostConfig11_1C_BackslashQuote) EnumDescriptor deprecated

func (PostgresqlHostConfig11_1C_BackslashQuote) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig11_1C_BackslashQuote.Descriptor instead.

func (PostgresqlHostConfig11_1C_BackslashQuote) Number

func (PostgresqlHostConfig11_1C_BackslashQuote) String

func (PostgresqlHostConfig11_1C_BackslashQuote) Type

type PostgresqlHostConfig11_1C_ByteaOutput

type PostgresqlHostConfig11_1C_ByteaOutput int32
const (
	PostgresqlHostConfig11_1C_BYTEA_OUTPUT_UNSPECIFIED PostgresqlHostConfig11_1C_ByteaOutput = 0
	PostgresqlHostConfig11_1C_BYTEA_OUTPUT_HEX         PostgresqlHostConfig11_1C_ByteaOutput = 1
	PostgresqlHostConfig11_1C_BYTEA_OUTPUT_ESCAPED     PostgresqlHostConfig11_1C_ByteaOutput = 2
)

func (PostgresqlHostConfig11_1C_ByteaOutput) Descriptor

func (PostgresqlHostConfig11_1C_ByteaOutput) Enum

func (PostgresqlHostConfig11_1C_ByteaOutput) EnumDescriptor deprecated

func (PostgresqlHostConfig11_1C_ByteaOutput) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig11_1C_ByteaOutput.Descriptor instead.

func (PostgresqlHostConfig11_1C_ByteaOutput) Number

func (PostgresqlHostConfig11_1C_ByteaOutput) String

func (PostgresqlHostConfig11_1C_ByteaOutput) Type

type PostgresqlHostConfig11_1C_ConstraintExclusion

type PostgresqlHostConfig11_1C_ConstraintExclusion int32
const (
	PostgresqlHostConfig11_1C_CONSTRAINT_EXCLUSION_UNSPECIFIED PostgresqlHostConfig11_1C_ConstraintExclusion = 0
	PostgresqlHostConfig11_1C_CONSTRAINT_EXCLUSION_ON          PostgresqlHostConfig11_1C_ConstraintExclusion = 1
	PostgresqlHostConfig11_1C_CONSTRAINT_EXCLUSION_OFF         PostgresqlHostConfig11_1C_ConstraintExclusion = 2
	PostgresqlHostConfig11_1C_CONSTRAINT_EXCLUSION_PARTITION   PostgresqlHostConfig11_1C_ConstraintExclusion = 3
)

func (PostgresqlHostConfig11_1C_ConstraintExclusion) Descriptor

func (PostgresqlHostConfig11_1C_ConstraintExclusion) Enum

func (PostgresqlHostConfig11_1C_ConstraintExclusion) EnumDescriptor deprecated

func (PostgresqlHostConfig11_1C_ConstraintExclusion) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig11_1C_ConstraintExclusion.Descriptor instead.

func (PostgresqlHostConfig11_1C_ConstraintExclusion) Number

func (PostgresqlHostConfig11_1C_ConstraintExclusion) String

func (PostgresqlHostConfig11_1C_ConstraintExclusion) Type

type PostgresqlHostConfig11_1C_ForceParallelMode

type PostgresqlHostConfig11_1C_ForceParallelMode int32
const (
	PostgresqlHostConfig11_1C_FORCE_PARALLEL_MODE_UNSPECIFIED PostgresqlHostConfig11_1C_ForceParallelMode = 0
	PostgresqlHostConfig11_1C_FORCE_PARALLEL_MODE_ON          PostgresqlHostConfig11_1C_ForceParallelMode = 1
	PostgresqlHostConfig11_1C_FORCE_PARALLEL_MODE_OFF         PostgresqlHostConfig11_1C_ForceParallelMode = 2
	PostgresqlHostConfig11_1C_FORCE_PARALLEL_MODE_REGRESS     PostgresqlHostConfig11_1C_ForceParallelMode = 3
)

func (PostgresqlHostConfig11_1C_ForceParallelMode) Descriptor

func (PostgresqlHostConfig11_1C_ForceParallelMode) Enum

func (PostgresqlHostConfig11_1C_ForceParallelMode) EnumDescriptor deprecated

func (PostgresqlHostConfig11_1C_ForceParallelMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig11_1C_ForceParallelMode.Descriptor instead.

func (PostgresqlHostConfig11_1C_ForceParallelMode) Number

func (PostgresqlHostConfig11_1C_ForceParallelMode) String

func (PostgresqlHostConfig11_1C_ForceParallelMode) Type

type PostgresqlHostConfig11_1C_LogErrorVerbosity

type PostgresqlHostConfig11_1C_LogErrorVerbosity int32
const (
	PostgresqlHostConfig11_1C_LOG_ERROR_VERBOSITY_UNSPECIFIED PostgresqlHostConfig11_1C_LogErrorVerbosity = 0
	PostgresqlHostConfig11_1C_LOG_ERROR_VERBOSITY_TERSE       PostgresqlHostConfig11_1C_LogErrorVerbosity = 1
	PostgresqlHostConfig11_1C_LOG_ERROR_VERBOSITY_DEFAULT     PostgresqlHostConfig11_1C_LogErrorVerbosity = 2
	PostgresqlHostConfig11_1C_LOG_ERROR_VERBOSITY_VERBOSE     PostgresqlHostConfig11_1C_LogErrorVerbosity = 3
)

func (PostgresqlHostConfig11_1C_LogErrorVerbosity) Descriptor

func (PostgresqlHostConfig11_1C_LogErrorVerbosity) Enum

func (PostgresqlHostConfig11_1C_LogErrorVerbosity) EnumDescriptor deprecated

func (PostgresqlHostConfig11_1C_LogErrorVerbosity) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig11_1C_LogErrorVerbosity.Descriptor instead.

func (PostgresqlHostConfig11_1C_LogErrorVerbosity) Number

func (PostgresqlHostConfig11_1C_LogErrorVerbosity) String

func (PostgresqlHostConfig11_1C_LogErrorVerbosity) Type

type PostgresqlHostConfig11_1C_LogLevel

type PostgresqlHostConfig11_1C_LogLevel int32
const (
	PostgresqlHostConfig11_1C_LOG_LEVEL_UNSPECIFIED PostgresqlHostConfig11_1C_LogLevel = 0
	PostgresqlHostConfig11_1C_LOG_LEVEL_DEBUG5      PostgresqlHostConfig11_1C_LogLevel = 1
	PostgresqlHostConfig11_1C_LOG_LEVEL_DEBUG4      PostgresqlHostConfig11_1C_LogLevel = 2
	PostgresqlHostConfig11_1C_LOG_LEVEL_DEBUG3      PostgresqlHostConfig11_1C_LogLevel = 3
	PostgresqlHostConfig11_1C_LOG_LEVEL_DEBUG2      PostgresqlHostConfig11_1C_LogLevel = 4
	PostgresqlHostConfig11_1C_LOG_LEVEL_DEBUG1      PostgresqlHostConfig11_1C_LogLevel = 5
	PostgresqlHostConfig11_1C_LOG_LEVEL_LOG         PostgresqlHostConfig11_1C_LogLevel = 6
	PostgresqlHostConfig11_1C_LOG_LEVEL_NOTICE      PostgresqlHostConfig11_1C_LogLevel = 7
	PostgresqlHostConfig11_1C_LOG_LEVEL_WARNING     PostgresqlHostConfig11_1C_LogLevel = 8
	PostgresqlHostConfig11_1C_LOG_LEVEL_ERROR       PostgresqlHostConfig11_1C_LogLevel = 9
	PostgresqlHostConfig11_1C_LOG_LEVEL_FATAL       PostgresqlHostConfig11_1C_LogLevel = 10
	PostgresqlHostConfig11_1C_LOG_LEVEL_PANIC       PostgresqlHostConfig11_1C_LogLevel = 11
)

func (PostgresqlHostConfig11_1C_LogLevel) Descriptor

func (PostgresqlHostConfig11_1C_LogLevel) Enum

func (PostgresqlHostConfig11_1C_LogLevel) EnumDescriptor deprecated

func (PostgresqlHostConfig11_1C_LogLevel) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig11_1C_LogLevel.Descriptor instead.

func (PostgresqlHostConfig11_1C_LogLevel) Number

func (PostgresqlHostConfig11_1C_LogLevel) String

func (PostgresqlHostConfig11_1C_LogLevel) Type

type PostgresqlHostConfig11_1C_LogStatement

type PostgresqlHostConfig11_1C_LogStatement int32
const (
	PostgresqlHostConfig11_1C_LOG_STATEMENT_UNSPECIFIED PostgresqlHostConfig11_1C_LogStatement = 0
	PostgresqlHostConfig11_1C_LOG_STATEMENT_NONE        PostgresqlHostConfig11_1C_LogStatement = 1
	PostgresqlHostConfig11_1C_LOG_STATEMENT_DDL         PostgresqlHostConfig11_1C_LogStatement = 2
	PostgresqlHostConfig11_1C_LOG_STATEMENT_MOD         PostgresqlHostConfig11_1C_LogStatement = 3
	PostgresqlHostConfig11_1C_LOG_STATEMENT_ALL         PostgresqlHostConfig11_1C_LogStatement = 4
)

func (PostgresqlHostConfig11_1C_LogStatement) Descriptor

func (PostgresqlHostConfig11_1C_LogStatement) Enum

func (PostgresqlHostConfig11_1C_LogStatement) EnumDescriptor deprecated

func (PostgresqlHostConfig11_1C_LogStatement) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig11_1C_LogStatement.Descriptor instead.

func (PostgresqlHostConfig11_1C_LogStatement) Number

func (PostgresqlHostConfig11_1C_LogStatement) String

func (PostgresqlHostConfig11_1C_LogStatement) Type

type PostgresqlHostConfig11_1C_TransactionIsolation

type PostgresqlHostConfig11_1C_TransactionIsolation int32
const (
	PostgresqlHostConfig11_1C_TRANSACTION_ISOLATION_UNSPECIFIED      PostgresqlHostConfig11_1C_TransactionIsolation = 0
	PostgresqlHostConfig11_1C_TRANSACTION_ISOLATION_READ_UNCOMMITTED PostgresqlHostConfig11_1C_TransactionIsolation = 1
	PostgresqlHostConfig11_1C_TRANSACTION_ISOLATION_READ_COMMITTED   PostgresqlHostConfig11_1C_TransactionIsolation = 2
	PostgresqlHostConfig11_1C_TRANSACTION_ISOLATION_REPEATABLE_READ  PostgresqlHostConfig11_1C_TransactionIsolation = 3
	PostgresqlHostConfig11_1C_TRANSACTION_ISOLATION_SERIALIZABLE     PostgresqlHostConfig11_1C_TransactionIsolation = 4
)

func (PostgresqlHostConfig11_1C_TransactionIsolation) Descriptor

func (PostgresqlHostConfig11_1C_TransactionIsolation) Enum

func (PostgresqlHostConfig11_1C_TransactionIsolation) EnumDescriptor deprecated

Deprecated: Use PostgresqlHostConfig11_1C_TransactionIsolation.Descriptor instead.

func (PostgresqlHostConfig11_1C_TransactionIsolation) Number

func (PostgresqlHostConfig11_1C_TransactionIsolation) String

func (PostgresqlHostConfig11_1C_TransactionIsolation) Type

type PostgresqlHostConfig11_1C_XmlBinary

type PostgresqlHostConfig11_1C_XmlBinary int32
const (
	PostgresqlHostConfig11_1C_XML_BINARY_UNSPECIFIED PostgresqlHostConfig11_1C_XmlBinary = 0
	PostgresqlHostConfig11_1C_XML_BINARY_BASE64      PostgresqlHostConfig11_1C_XmlBinary = 1
	PostgresqlHostConfig11_1C_XML_BINARY_HEX         PostgresqlHostConfig11_1C_XmlBinary = 2
)

func (PostgresqlHostConfig11_1C_XmlBinary) Descriptor

func (PostgresqlHostConfig11_1C_XmlBinary) Enum

func (PostgresqlHostConfig11_1C_XmlBinary) EnumDescriptor deprecated

func (PostgresqlHostConfig11_1C_XmlBinary) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig11_1C_XmlBinary.Descriptor instead.

func (PostgresqlHostConfig11_1C_XmlBinary) Number

func (PostgresqlHostConfig11_1C_XmlBinary) String

func (PostgresqlHostConfig11_1C_XmlBinary) Type

type PostgresqlHostConfig11_1C_XmlOption

type PostgresqlHostConfig11_1C_XmlOption int32
const (
	PostgresqlHostConfig11_1C_XML_OPTION_UNSPECIFIED PostgresqlHostConfig11_1C_XmlOption = 0
	PostgresqlHostConfig11_1C_XML_OPTION_DOCUMENT    PostgresqlHostConfig11_1C_XmlOption = 1
	PostgresqlHostConfig11_1C_XML_OPTION_CONTENT     PostgresqlHostConfig11_1C_XmlOption = 2
)

func (PostgresqlHostConfig11_1C_XmlOption) Descriptor

func (PostgresqlHostConfig11_1C_XmlOption) Enum

func (PostgresqlHostConfig11_1C_XmlOption) EnumDescriptor deprecated

func (PostgresqlHostConfig11_1C_XmlOption) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig11_1C_XmlOption.Descriptor instead.

func (PostgresqlHostConfig11_1C_XmlOption) Number

func (PostgresqlHostConfig11_1C_XmlOption) String

func (PostgresqlHostConfig11_1C_XmlOption) Type

type PostgresqlHostConfig11_BackslashQuote

type PostgresqlHostConfig11_BackslashQuote int32
const (
	PostgresqlHostConfig11_BACKSLASH_QUOTE_UNSPECIFIED   PostgresqlHostConfig11_BackslashQuote = 0
	PostgresqlHostConfig11_BACKSLASH_QUOTE               PostgresqlHostConfig11_BackslashQuote = 1
	PostgresqlHostConfig11_BACKSLASH_QUOTE_ON            PostgresqlHostConfig11_BackslashQuote = 2
	PostgresqlHostConfig11_BACKSLASH_QUOTE_OFF           PostgresqlHostConfig11_BackslashQuote = 3
	PostgresqlHostConfig11_BACKSLASH_QUOTE_SAFE_ENCODING PostgresqlHostConfig11_BackslashQuote = 4
)

func (PostgresqlHostConfig11_BackslashQuote) Descriptor

func (PostgresqlHostConfig11_BackslashQuote) Enum

func (PostgresqlHostConfig11_BackslashQuote) EnumDescriptor deprecated

func (PostgresqlHostConfig11_BackslashQuote) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig11_BackslashQuote.Descriptor instead.

func (PostgresqlHostConfig11_BackslashQuote) Number

func (PostgresqlHostConfig11_BackslashQuote) String

func (PostgresqlHostConfig11_BackslashQuote) Type

type PostgresqlHostConfig11_ByteaOutput

type PostgresqlHostConfig11_ByteaOutput int32
const (
	PostgresqlHostConfig11_BYTEA_OUTPUT_UNSPECIFIED PostgresqlHostConfig11_ByteaOutput = 0
	PostgresqlHostConfig11_BYTEA_OUTPUT_HEX         PostgresqlHostConfig11_ByteaOutput = 1
	PostgresqlHostConfig11_BYTEA_OUTPUT_ESCAPED     PostgresqlHostConfig11_ByteaOutput = 2
)

func (PostgresqlHostConfig11_ByteaOutput) Descriptor

func (PostgresqlHostConfig11_ByteaOutput) Enum

func (PostgresqlHostConfig11_ByteaOutput) EnumDescriptor deprecated

func (PostgresqlHostConfig11_ByteaOutput) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig11_ByteaOutput.Descriptor instead.

func (PostgresqlHostConfig11_ByteaOutput) Number

func (PostgresqlHostConfig11_ByteaOutput) String

func (PostgresqlHostConfig11_ByteaOutput) Type

type PostgresqlHostConfig11_ConstraintExclusion

type PostgresqlHostConfig11_ConstraintExclusion int32
const (
	PostgresqlHostConfig11_CONSTRAINT_EXCLUSION_UNSPECIFIED PostgresqlHostConfig11_ConstraintExclusion = 0
	PostgresqlHostConfig11_CONSTRAINT_EXCLUSION_ON          PostgresqlHostConfig11_ConstraintExclusion = 1
	PostgresqlHostConfig11_CONSTRAINT_EXCLUSION_OFF         PostgresqlHostConfig11_ConstraintExclusion = 2
	PostgresqlHostConfig11_CONSTRAINT_EXCLUSION_PARTITION   PostgresqlHostConfig11_ConstraintExclusion = 3
)

func (PostgresqlHostConfig11_ConstraintExclusion) Descriptor

func (PostgresqlHostConfig11_ConstraintExclusion) Enum

func (PostgresqlHostConfig11_ConstraintExclusion) EnumDescriptor deprecated

func (PostgresqlHostConfig11_ConstraintExclusion) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig11_ConstraintExclusion.Descriptor instead.

func (PostgresqlHostConfig11_ConstraintExclusion) Number

func (PostgresqlHostConfig11_ConstraintExclusion) String

func (PostgresqlHostConfig11_ConstraintExclusion) Type

type PostgresqlHostConfig11_ForceParallelMode

type PostgresqlHostConfig11_ForceParallelMode int32
const (
	PostgresqlHostConfig11_FORCE_PARALLEL_MODE_UNSPECIFIED PostgresqlHostConfig11_ForceParallelMode = 0
	PostgresqlHostConfig11_FORCE_PARALLEL_MODE_ON          PostgresqlHostConfig11_ForceParallelMode = 1
	PostgresqlHostConfig11_FORCE_PARALLEL_MODE_OFF         PostgresqlHostConfig11_ForceParallelMode = 2
	PostgresqlHostConfig11_FORCE_PARALLEL_MODE_REGRESS     PostgresqlHostConfig11_ForceParallelMode = 3
)

func (PostgresqlHostConfig11_ForceParallelMode) Descriptor

func (PostgresqlHostConfig11_ForceParallelMode) Enum

func (PostgresqlHostConfig11_ForceParallelMode) EnumDescriptor deprecated

func (PostgresqlHostConfig11_ForceParallelMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig11_ForceParallelMode.Descriptor instead.

func (PostgresqlHostConfig11_ForceParallelMode) Number

func (PostgresqlHostConfig11_ForceParallelMode) String

func (PostgresqlHostConfig11_ForceParallelMode) Type

type PostgresqlHostConfig11_LogErrorVerbosity

type PostgresqlHostConfig11_LogErrorVerbosity int32
const (
	PostgresqlHostConfig11_LOG_ERROR_VERBOSITY_UNSPECIFIED PostgresqlHostConfig11_LogErrorVerbosity = 0
	PostgresqlHostConfig11_LOG_ERROR_VERBOSITY_TERSE       PostgresqlHostConfig11_LogErrorVerbosity = 1
	PostgresqlHostConfig11_LOG_ERROR_VERBOSITY_DEFAULT     PostgresqlHostConfig11_LogErrorVerbosity = 2
	PostgresqlHostConfig11_LOG_ERROR_VERBOSITY_VERBOSE     PostgresqlHostConfig11_LogErrorVerbosity = 3
)

func (PostgresqlHostConfig11_LogErrorVerbosity) Descriptor

func (PostgresqlHostConfig11_LogErrorVerbosity) Enum

func (PostgresqlHostConfig11_LogErrorVerbosity) EnumDescriptor deprecated

func (PostgresqlHostConfig11_LogErrorVerbosity) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig11_LogErrorVerbosity.Descriptor instead.

func (PostgresqlHostConfig11_LogErrorVerbosity) Number

func (PostgresqlHostConfig11_LogErrorVerbosity) String

func (PostgresqlHostConfig11_LogErrorVerbosity) Type

type PostgresqlHostConfig11_LogLevel

type PostgresqlHostConfig11_LogLevel int32
const (
	PostgresqlHostConfig11_LOG_LEVEL_UNSPECIFIED PostgresqlHostConfig11_LogLevel = 0
	PostgresqlHostConfig11_LOG_LEVEL_DEBUG5      PostgresqlHostConfig11_LogLevel = 1
	PostgresqlHostConfig11_LOG_LEVEL_DEBUG4      PostgresqlHostConfig11_LogLevel = 2
	PostgresqlHostConfig11_LOG_LEVEL_DEBUG3      PostgresqlHostConfig11_LogLevel = 3
	PostgresqlHostConfig11_LOG_LEVEL_DEBUG2      PostgresqlHostConfig11_LogLevel = 4
	PostgresqlHostConfig11_LOG_LEVEL_DEBUG1      PostgresqlHostConfig11_LogLevel = 5
	PostgresqlHostConfig11_LOG_LEVEL_LOG         PostgresqlHostConfig11_LogLevel = 6
	PostgresqlHostConfig11_LOG_LEVEL_NOTICE      PostgresqlHostConfig11_LogLevel = 7
	PostgresqlHostConfig11_LOG_LEVEL_WARNING     PostgresqlHostConfig11_LogLevel = 8
	PostgresqlHostConfig11_LOG_LEVEL_ERROR       PostgresqlHostConfig11_LogLevel = 9
	PostgresqlHostConfig11_LOG_LEVEL_FATAL       PostgresqlHostConfig11_LogLevel = 10
	PostgresqlHostConfig11_LOG_LEVEL_PANIC       PostgresqlHostConfig11_LogLevel = 11
)

func (PostgresqlHostConfig11_LogLevel) Descriptor

func (PostgresqlHostConfig11_LogLevel) Enum

func (PostgresqlHostConfig11_LogLevel) EnumDescriptor deprecated

func (PostgresqlHostConfig11_LogLevel) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig11_LogLevel.Descriptor instead.

func (PostgresqlHostConfig11_LogLevel) Number

func (PostgresqlHostConfig11_LogLevel) String

func (PostgresqlHostConfig11_LogLevel) Type

type PostgresqlHostConfig11_LogStatement

type PostgresqlHostConfig11_LogStatement int32
const (
	PostgresqlHostConfig11_LOG_STATEMENT_UNSPECIFIED PostgresqlHostConfig11_LogStatement = 0
	PostgresqlHostConfig11_LOG_STATEMENT_NONE        PostgresqlHostConfig11_LogStatement = 1
	PostgresqlHostConfig11_LOG_STATEMENT_DDL         PostgresqlHostConfig11_LogStatement = 2
	PostgresqlHostConfig11_LOG_STATEMENT_MOD         PostgresqlHostConfig11_LogStatement = 3
	PostgresqlHostConfig11_LOG_STATEMENT_ALL         PostgresqlHostConfig11_LogStatement = 4
)

func (PostgresqlHostConfig11_LogStatement) Descriptor

func (PostgresqlHostConfig11_LogStatement) Enum

func (PostgresqlHostConfig11_LogStatement) EnumDescriptor deprecated

func (PostgresqlHostConfig11_LogStatement) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig11_LogStatement.Descriptor instead.

func (PostgresqlHostConfig11_LogStatement) Number

func (PostgresqlHostConfig11_LogStatement) String

func (PostgresqlHostConfig11_LogStatement) Type

type PostgresqlHostConfig11_TransactionIsolation

type PostgresqlHostConfig11_TransactionIsolation int32
const (
	PostgresqlHostConfig11_TRANSACTION_ISOLATION_UNSPECIFIED      PostgresqlHostConfig11_TransactionIsolation = 0
	PostgresqlHostConfig11_TRANSACTION_ISOLATION_READ_UNCOMMITTED PostgresqlHostConfig11_TransactionIsolation = 1
	PostgresqlHostConfig11_TRANSACTION_ISOLATION_READ_COMMITTED   PostgresqlHostConfig11_TransactionIsolation = 2
	PostgresqlHostConfig11_TRANSACTION_ISOLATION_REPEATABLE_READ  PostgresqlHostConfig11_TransactionIsolation = 3
	PostgresqlHostConfig11_TRANSACTION_ISOLATION_SERIALIZABLE     PostgresqlHostConfig11_TransactionIsolation = 4
)

func (PostgresqlHostConfig11_TransactionIsolation) Descriptor

func (PostgresqlHostConfig11_TransactionIsolation) Enum

func (PostgresqlHostConfig11_TransactionIsolation) EnumDescriptor deprecated

func (PostgresqlHostConfig11_TransactionIsolation) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig11_TransactionIsolation.Descriptor instead.

func (PostgresqlHostConfig11_TransactionIsolation) Number

func (PostgresqlHostConfig11_TransactionIsolation) String

func (PostgresqlHostConfig11_TransactionIsolation) Type

type PostgresqlHostConfig11_XmlBinary

type PostgresqlHostConfig11_XmlBinary int32
const (
	PostgresqlHostConfig11_XML_BINARY_UNSPECIFIED PostgresqlHostConfig11_XmlBinary = 0
	PostgresqlHostConfig11_XML_BINARY_BASE64      PostgresqlHostConfig11_XmlBinary = 1
	PostgresqlHostConfig11_XML_BINARY_HEX         PostgresqlHostConfig11_XmlBinary = 2
)

func (PostgresqlHostConfig11_XmlBinary) Descriptor

func (PostgresqlHostConfig11_XmlBinary) Enum

func (PostgresqlHostConfig11_XmlBinary) EnumDescriptor deprecated

func (PostgresqlHostConfig11_XmlBinary) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig11_XmlBinary.Descriptor instead.

func (PostgresqlHostConfig11_XmlBinary) Number

func (PostgresqlHostConfig11_XmlBinary) String

func (PostgresqlHostConfig11_XmlBinary) Type

type PostgresqlHostConfig11_XmlOption

type PostgresqlHostConfig11_XmlOption int32
const (
	PostgresqlHostConfig11_XML_OPTION_UNSPECIFIED PostgresqlHostConfig11_XmlOption = 0
	PostgresqlHostConfig11_XML_OPTION_DOCUMENT    PostgresqlHostConfig11_XmlOption = 1
	PostgresqlHostConfig11_XML_OPTION_CONTENT     PostgresqlHostConfig11_XmlOption = 2
)

func (PostgresqlHostConfig11_XmlOption) Descriptor

func (PostgresqlHostConfig11_XmlOption) Enum

func (PostgresqlHostConfig11_XmlOption) EnumDescriptor deprecated

func (PostgresqlHostConfig11_XmlOption) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig11_XmlOption.Descriptor instead.

func (PostgresqlHostConfig11_XmlOption) Number

func (PostgresqlHostConfig11_XmlOption) String

func (PostgresqlHostConfig11_XmlOption) Type

type PostgresqlHostConfig12

type PostgresqlHostConfig12 struct {
	RecoveryMinApplyDelay *wrapperspb.Int64Value `` // in milliseconds.
	/* 128-byte string literal not displayed */
	SharedBuffers            *wrapperspb.Int64Value `protobuf:"bytes,2,opt,name=shared_buffers,json=sharedBuffers,proto3" json:"shared_buffers,omitempty"`   // in bytes.
	TempBuffers              *wrapperspb.Int64Value `protobuf:"bytes,3,opt,name=temp_buffers,json=tempBuffers,proto3" json:"temp_buffers,omitempty"`         // in bytes.
	WorkMem                  *wrapperspb.Int64Value `protobuf:"bytes,4,opt,name=work_mem,json=workMem,proto3" json:"work_mem,omitempty"`                     // in bytes.
	TempFileLimit            *wrapperspb.Int64Value `protobuf:"bytes,5,opt,name=temp_file_limit,json=tempFileLimit,proto3" json:"temp_file_limit,omitempty"` // in bytes.
	BackendFlushAfter        *wrapperspb.Int64Value `protobuf:"bytes,6,opt,name=backend_flush_after,json=backendFlushAfter,proto3" json:"backend_flush_after,omitempty"`
	OldSnapshotThreshold     *wrapperspb.Int64Value `protobuf:"bytes,7,opt,name=old_snapshot_threshold,json=oldSnapshotThreshold,proto3" json:"old_snapshot_threshold,omitempty"`
	MaxStandbyStreamingDelay *wrapperspb.Int64Value `` // in milliseconds.
	/* 137-byte string literal not displayed */
	ConstraintExclusion     PostgresqlHostConfig12_ConstraintExclusion `` /* 205-byte string literal not displayed */
	CursorTupleFraction     *wrapperspb.DoubleValue                    `protobuf:"bytes,10,opt,name=cursor_tuple_fraction,json=cursorTupleFraction,proto3" json:"cursor_tuple_fraction,omitempty"`
	FromCollapseLimit       *wrapperspb.Int64Value                     `protobuf:"bytes,11,opt,name=from_collapse_limit,json=fromCollapseLimit,proto3" json:"from_collapse_limit,omitempty"`
	JoinCollapseLimit       *wrapperspb.Int64Value                     `protobuf:"bytes,12,opt,name=join_collapse_limit,json=joinCollapseLimit,proto3" json:"join_collapse_limit,omitempty"`
	ForceParallelMode       PostgresqlHostConfig12_ForceParallelMode   `` /* 200-byte string literal not displayed */
	ClientMinMessages       PostgresqlHostConfig12_LogLevel            `` /* 191-byte string literal not displayed */
	LogMinMessages          PostgresqlHostConfig12_LogLevel            `` /* 182-byte string literal not displayed */
	LogMinErrorStatement    PostgresqlHostConfig12_LogLevel            `` /* 202-byte string literal not displayed */
	LogMinDurationStatement *wrapperspb.Int64Value                     `` // in milliseconds.
	/* 135-byte string literal not displayed */
	LogCheckpoints                  *wrapperspb.BoolValue                       `protobuf:"bytes,18,opt,name=log_checkpoints,json=logCheckpoints,proto3" json:"log_checkpoints,omitempty"`
	LogConnections                  *wrapperspb.BoolValue                       `protobuf:"bytes,19,opt,name=log_connections,json=logConnections,proto3" json:"log_connections,omitempty"`
	LogDisconnections               *wrapperspb.BoolValue                       `protobuf:"bytes,20,opt,name=log_disconnections,json=logDisconnections,proto3" json:"log_disconnections,omitempty"`
	LogDuration                     *wrapperspb.BoolValue                       `protobuf:"bytes,21,opt,name=log_duration,json=logDuration,proto3" json:"log_duration,omitempty"`
	LogErrorVerbosity               PostgresqlHostConfig12_LogErrorVerbosity    `` /* 200-byte string literal not displayed */
	LogLockWaits                    *wrapperspb.BoolValue                       `protobuf:"bytes,23,opt,name=log_lock_waits,json=logLockWaits,proto3" json:"log_lock_waits,omitempty"`
	LogStatement                    PostgresqlHostConfig12_LogStatement         `` /* 178-byte string literal not displayed */
	LogTempFiles                    *wrapperspb.Int64Value                      `protobuf:"bytes,25,opt,name=log_temp_files,json=logTempFiles,proto3" json:"log_temp_files,omitempty"`
	SearchPath                      string                                      `protobuf:"bytes,26,opt,name=search_path,json=searchPath,proto3" json:"search_path,omitempty"`
	RowSecurity                     *wrapperspb.BoolValue                       `protobuf:"bytes,27,opt,name=row_security,json=rowSecurity,proto3" json:"row_security,omitempty"`
	DefaultTransactionIsolation     PostgresqlHostConfig12_TransactionIsolation ``                                                                                                               /* 233-byte string literal not displayed */
	StatementTimeout                *wrapperspb.Int64Value                      `protobuf:"bytes,29,opt,name=statement_timeout,json=statementTimeout,proto3" json:"statement_timeout,omitempty"` // in milliseconds.
	LockTimeout                     *wrapperspb.Int64Value                      `protobuf:"bytes,30,opt,name=lock_timeout,json=lockTimeout,proto3" json:"lock_timeout,omitempty"`                // in milliseconds.
	IdleInTransactionSessionTimeout *wrapperspb.Int64Value                      ``                                                                                                               // in milliseconds.
	/* 161-byte string literal not displayed */
	ByteaOutput                 PostgresqlHostConfig12_ByteaOutput    ``                                                                                                                            /* 174-byte string literal not displayed */
	Xmlbinary                   PostgresqlHostConfig12_XmlBinary      ``                                                                                                                            /* 149-byte string literal not displayed */
	Xmloption                   PostgresqlHostConfig12_XmlOption      ``                                                                                                                            /* 149-byte string literal not displayed */
	GinPendingListLimit         *wrapperspb.Int64Value                `protobuf:"bytes,35,opt,name=gin_pending_list_limit,json=ginPendingListLimit,proto3" json:"gin_pending_list_limit,omitempty"` // in bytes.
	DeadlockTimeout             *wrapperspb.Int64Value                `protobuf:"bytes,36,opt,name=deadlock_timeout,json=deadlockTimeout,proto3" json:"deadlock_timeout,omitempty"`                 // in milliseconds.
	MaxLocksPerTransaction      *wrapperspb.Int64Value                ``                                                                                                                            /* 132-byte string literal not displayed */
	MaxPredLocksPerTransaction  *wrapperspb.Int64Value                ``                                                                                                                            /* 146-byte string literal not displayed */
	ArrayNulls                  *wrapperspb.BoolValue                 `protobuf:"bytes,39,opt,name=array_nulls,json=arrayNulls,proto3" json:"array_nulls,omitempty"`
	BackslashQuote              PostgresqlHostConfig12_BackslashQuote `` /* 186-byte string literal not displayed */
	DefaultWithOids             *wrapperspb.BoolValue                 `protobuf:"bytes,41,opt,name=default_with_oids,json=defaultWithOids,proto3" json:"default_with_oids,omitempty"`
	EscapeStringWarning         *wrapperspb.BoolValue                 `protobuf:"bytes,42,opt,name=escape_string_warning,json=escapeStringWarning,proto3" json:"escape_string_warning,omitempty"`
	LoCompatPrivileges          *wrapperspb.BoolValue                 `protobuf:"bytes,43,opt,name=lo_compat_privileges,json=loCompatPrivileges,proto3" json:"lo_compat_privileges,omitempty"`
	OperatorPrecedenceWarning   *wrapperspb.BoolValue                 `` /* 139-byte string literal not displayed */
	QuoteAllIdentifiers         *wrapperspb.BoolValue                 `protobuf:"bytes,45,opt,name=quote_all_identifiers,json=quoteAllIdentifiers,proto3" json:"quote_all_identifiers,omitempty"`
	StandardConformingStrings   *wrapperspb.BoolValue                 `` /* 139-byte string literal not displayed */
	SynchronizeSeqscans         *wrapperspb.BoolValue                 `protobuf:"bytes,47,opt,name=synchronize_seqscans,json=synchronizeSeqscans,proto3" json:"synchronize_seqscans,omitempty"`
	TransformNullEquals         *wrapperspb.BoolValue                 `protobuf:"bytes,48,opt,name=transform_null_equals,json=transformNullEquals,proto3" json:"transform_null_equals,omitempty"`
	ExitOnError                 *wrapperspb.BoolValue                 `protobuf:"bytes,49,opt,name=exit_on_error,json=exitOnError,proto3" json:"exit_on_error,omitempty"`
	SeqPageCost                 *wrapperspb.DoubleValue               `protobuf:"bytes,50,opt,name=seq_page_cost,json=seqPageCost,proto3" json:"seq_page_cost,omitempty"`
	RandomPageCost              *wrapperspb.DoubleValue               `protobuf:"bytes,51,opt,name=random_page_cost,json=randomPageCost,proto3" json:"random_page_cost,omitempty"`
	EnableBitmapscan            *wrapperspb.BoolValue                 `protobuf:"bytes,54,opt,name=enable_bitmapscan,json=enableBitmapscan,proto3" json:"enable_bitmapscan,omitempty"`
	EnableHashagg               *wrapperspb.BoolValue                 `protobuf:"bytes,55,opt,name=enable_hashagg,json=enableHashagg,proto3" json:"enable_hashagg,omitempty"`
	EnableHashjoin              *wrapperspb.BoolValue                 `protobuf:"bytes,56,opt,name=enable_hashjoin,json=enableHashjoin,proto3" json:"enable_hashjoin,omitempty"`
	EnableIndexscan             *wrapperspb.BoolValue                 `protobuf:"bytes,57,opt,name=enable_indexscan,json=enableIndexscan,proto3" json:"enable_indexscan,omitempty"`
	EnableIndexonlyscan         *wrapperspb.BoolValue                 `protobuf:"bytes,58,opt,name=enable_indexonlyscan,json=enableIndexonlyscan,proto3" json:"enable_indexonlyscan,omitempty"`
	EnableMaterial              *wrapperspb.BoolValue                 `protobuf:"bytes,59,opt,name=enable_material,json=enableMaterial,proto3" json:"enable_material,omitempty"`
	EnableMergejoin             *wrapperspb.BoolValue                 `protobuf:"bytes,60,opt,name=enable_mergejoin,json=enableMergejoin,proto3" json:"enable_mergejoin,omitempty"`
	EnableNestloop              *wrapperspb.BoolValue                 `protobuf:"bytes,61,opt,name=enable_nestloop,json=enableNestloop,proto3" json:"enable_nestloop,omitempty"`
	EnableSeqscan               *wrapperspb.BoolValue                 `protobuf:"bytes,62,opt,name=enable_seqscan,json=enableSeqscan,proto3" json:"enable_seqscan,omitempty"`
	EnableSort                  *wrapperspb.BoolValue                 `protobuf:"bytes,63,opt,name=enable_sort,json=enableSort,proto3" json:"enable_sort,omitempty"`
	EnableTidscan               *wrapperspb.BoolValue                 `protobuf:"bytes,64,opt,name=enable_tidscan,json=enableTidscan,proto3" json:"enable_tidscan,omitempty"`
	MaxParallelWorkers          *wrapperspb.Int64Value                `protobuf:"bytes,65,opt,name=max_parallel_workers,json=maxParallelWorkers,proto3" json:"max_parallel_workers,omitempty"`
	MaxParallelWorkersPerGather *wrapperspb.Int64Value                `` /* 149-byte string literal not displayed */
	Timezone                    string                                `protobuf:"bytes,67,opt,name=timezone,proto3" json:"timezone,omitempty"`
	EffectiveIoConcurrency      *wrapperspb.Int64Value                `` /* 130-byte string literal not displayed */
	EffectiveCacheSize          *wrapperspb.Int64Value                `protobuf:"bytes,69,opt,name=effective_cache_size,json=effectiveCacheSize,proto3" json:"effective_cache_size,omitempty"`
	// contains filtered or unexported fields
}

Options and structure of `PostgresqlConfig` reflects PostgreSQL configuration file parameters which detailed description is available in [PostgreSQL documentation](https://www.postgresql.org/docs/11/runtime-config.html).

func (*PostgresqlHostConfig12) Descriptor deprecated

func (*PostgresqlHostConfig12) Descriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig12.ProtoReflect.Descriptor instead.

func (*PostgresqlHostConfig12) GetArrayNulls

func (x *PostgresqlHostConfig12) GetArrayNulls() *wrapperspb.BoolValue

func (*PostgresqlHostConfig12) GetBackendFlushAfter

func (x *PostgresqlHostConfig12) GetBackendFlushAfter() *wrapperspb.Int64Value

func (*PostgresqlHostConfig12) GetBackslashQuote

func (*PostgresqlHostConfig12) GetByteaOutput

func (*PostgresqlHostConfig12) GetClientMinMessages

func (x *PostgresqlHostConfig12) GetClientMinMessages() PostgresqlHostConfig12_LogLevel

func (*PostgresqlHostConfig12) GetConstraintExclusion

func (*PostgresqlHostConfig12) GetCursorTupleFraction

func (x *PostgresqlHostConfig12) GetCursorTupleFraction() *wrapperspb.DoubleValue

func (*PostgresqlHostConfig12) GetDeadlockTimeout

func (x *PostgresqlHostConfig12) GetDeadlockTimeout() *wrapperspb.Int64Value

func (*PostgresqlHostConfig12) GetDefaultTransactionIsolation

func (x *PostgresqlHostConfig12) GetDefaultTransactionIsolation() PostgresqlHostConfig12_TransactionIsolation

func (*PostgresqlHostConfig12) GetDefaultWithOids

func (x *PostgresqlHostConfig12) GetDefaultWithOids() *wrapperspb.BoolValue

func (*PostgresqlHostConfig12) GetEffectiveCacheSize

func (x *PostgresqlHostConfig12) GetEffectiveCacheSize() *wrapperspb.Int64Value

func (*PostgresqlHostConfig12) GetEffectiveIoConcurrency

func (x *PostgresqlHostConfig12) GetEffectiveIoConcurrency() *wrapperspb.Int64Value

func (*PostgresqlHostConfig12) GetEnableBitmapscan

func (x *PostgresqlHostConfig12) GetEnableBitmapscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig12) GetEnableHashagg

func (x *PostgresqlHostConfig12) GetEnableHashagg() *wrapperspb.BoolValue

func (*PostgresqlHostConfig12) GetEnableHashjoin

func (x *PostgresqlHostConfig12) GetEnableHashjoin() *wrapperspb.BoolValue

func (*PostgresqlHostConfig12) GetEnableIndexonlyscan

func (x *PostgresqlHostConfig12) GetEnableIndexonlyscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig12) GetEnableIndexscan

func (x *PostgresqlHostConfig12) GetEnableIndexscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig12) GetEnableMaterial

func (x *PostgresqlHostConfig12) GetEnableMaterial() *wrapperspb.BoolValue

func (*PostgresqlHostConfig12) GetEnableMergejoin

func (x *PostgresqlHostConfig12) GetEnableMergejoin() *wrapperspb.BoolValue

func (*PostgresqlHostConfig12) GetEnableNestloop

func (x *PostgresqlHostConfig12) GetEnableNestloop() *wrapperspb.BoolValue

func (*PostgresqlHostConfig12) GetEnableSeqscan

func (x *PostgresqlHostConfig12) GetEnableSeqscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig12) GetEnableSort

func (x *PostgresqlHostConfig12) GetEnableSort() *wrapperspb.BoolValue

func (*PostgresqlHostConfig12) GetEnableTidscan

func (x *PostgresqlHostConfig12) GetEnableTidscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig12) GetEscapeStringWarning

func (x *PostgresqlHostConfig12) GetEscapeStringWarning() *wrapperspb.BoolValue

func (*PostgresqlHostConfig12) GetExitOnError

func (x *PostgresqlHostConfig12) GetExitOnError() *wrapperspb.BoolValue

func (*PostgresqlHostConfig12) GetForceParallelMode

func (*PostgresqlHostConfig12) GetFromCollapseLimit

func (x *PostgresqlHostConfig12) GetFromCollapseLimit() *wrapperspb.Int64Value

func (*PostgresqlHostConfig12) GetGinPendingListLimit

func (x *PostgresqlHostConfig12) GetGinPendingListLimit() *wrapperspb.Int64Value

func (*PostgresqlHostConfig12) GetIdleInTransactionSessionTimeout

func (x *PostgresqlHostConfig12) GetIdleInTransactionSessionTimeout() *wrapperspb.Int64Value

func (*PostgresqlHostConfig12) GetJoinCollapseLimit

func (x *PostgresqlHostConfig12) GetJoinCollapseLimit() *wrapperspb.Int64Value

func (*PostgresqlHostConfig12) GetLoCompatPrivileges

func (x *PostgresqlHostConfig12) GetLoCompatPrivileges() *wrapperspb.BoolValue

func (*PostgresqlHostConfig12) GetLockTimeout

func (x *PostgresqlHostConfig12) GetLockTimeout() *wrapperspb.Int64Value

func (*PostgresqlHostConfig12) GetLogCheckpoints

func (x *PostgresqlHostConfig12) GetLogCheckpoints() *wrapperspb.BoolValue

func (*PostgresqlHostConfig12) GetLogConnections

func (x *PostgresqlHostConfig12) GetLogConnections() *wrapperspb.BoolValue

func (*PostgresqlHostConfig12) GetLogDisconnections

func (x *PostgresqlHostConfig12) GetLogDisconnections() *wrapperspb.BoolValue

func (*PostgresqlHostConfig12) GetLogDuration

func (x *PostgresqlHostConfig12) GetLogDuration() *wrapperspb.BoolValue

func (*PostgresqlHostConfig12) GetLogErrorVerbosity

func (*PostgresqlHostConfig12) GetLogLockWaits

func (x *PostgresqlHostConfig12) GetLogLockWaits() *wrapperspb.BoolValue

func (*PostgresqlHostConfig12) GetLogMinDurationStatement

func (x *PostgresqlHostConfig12) GetLogMinDurationStatement() *wrapperspb.Int64Value

func (*PostgresqlHostConfig12) GetLogMinErrorStatement

func (x *PostgresqlHostConfig12) GetLogMinErrorStatement() PostgresqlHostConfig12_LogLevel

func (*PostgresqlHostConfig12) GetLogMinMessages

func (*PostgresqlHostConfig12) GetLogStatement

func (*PostgresqlHostConfig12) GetLogTempFiles

func (x *PostgresqlHostConfig12) GetLogTempFiles() *wrapperspb.Int64Value

func (*PostgresqlHostConfig12) GetMaxLocksPerTransaction

func (x *PostgresqlHostConfig12) GetMaxLocksPerTransaction() *wrapperspb.Int64Value

func (*PostgresqlHostConfig12) GetMaxParallelWorkers

func (x *PostgresqlHostConfig12) GetMaxParallelWorkers() *wrapperspb.Int64Value

func (*PostgresqlHostConfig12) GetMaxParallelWorkersPerGather

func (x *PostgresqlHostConfig12) GetMaxParallelWorkersPerGather() *wrapperspb.Int64Value

func (*PostgresqlHostConfig12) GetMaxPredLocksPerTransaction

func (x *PostgresqlHostConfig12) GetMaxPredLocksPerTransaction() *wrapperspb.Int64Value

func (*PostgresqlHostConfig12) GetMaxStandbyStreamingDelay

func (x *PostgresqlHostConfig12) GetMaxStandbyStreamingDelay() *wrapperspb.Int64Value

func (*PostgresqlHostConfig12) GetOldSnapshotThreshold

func (x *PostgresqlHostConfig12) GetOldSnapshotThreshold() *wrapperspb.Int64Value

func (*PostgresqlHostConfig12) GetOperatorPrecedenceWarning

func (x *PostgresqlHostConfig12) GetOperatorPrecedenceWarning() *wrapperspb.BoolValue

func (*PostgresqlHostConfig12) GetQuoteAllIdentifiers

func (x *PostgresqlHostConfig12) GetQuoteAllIdentifiers() *wrapperspb.BoolValue

func (*PostgresqlHostConfig12) GetRandomPageCost

func (x *PostgresqlHostConfig12) GetRandomPageCost() *wrapperspb.DoubleValue

func (*PostgresqlHostConfig12) GetRecoveryMinApplyDelay

func (x *PostgresqlHostConfig12) GetRecoveryMinApplyDelay() *wrapperspb.Int64Value

func (*PostgresqlHostConfig12) GetRowSecurity

func (x *PostgresqlHostConfig12) GetRowSecurity() *wrapperspb.BoolValue

func (*PostgresqlHostConfig12) GetSearchPath

func (x *PostgresqlHostConfig12) GetSearchPath() string

func (*PostgresqlHostConfig12) GetSeqPageCost

func (x *PostgresqlHostConfig12) GetSeqPageCost() *wrapperspb.DoubleValue

func (*PostgresqlHostConfig12) GetSharedBuffers

func (x *PostgresqlHostConfig12) GetSharedBuffers() *wrapperspb.Int64Value

func (*PostgresqlHostConfig12) GetStandardConformingStrings

func (x *PostgresqlHostConfig12) GetStandardConformingStrings() *wrapperspb.BoolValue

func (*PostgresqlHostConfig12) GetStatementTimeout

func (x *PostgresqlHostConfig12) GetStatementTimeout() *wrapperspb.Int64Value

func (*PostgresqlHostConfig12) GetSynchronizeSeqscans

func (x *PostgresqlHostConfig12) GetSynchronizeSeqscans() *wrapperspb.BoolValue

func (*PostgresqlHostConfig12) GetTempBuffers

func (x *PostgresqlHostConfig12) GetTempBuffers() *wrapperspb.Int64Value

func (*PostgresqlHostConfig12) GetTempFileLimit

func (x *PostgresqlHostConfig12) GetTempFileLimit() *wrapperspb.Int64Value

func (*PostgresqlHostConfig12) GetTimezone

func (x *PostgresqlHostConfig12) GetTimezone() string

func (*PostgresqlHostConfig12) GetTransformNullEquals

func (x *PostgresqlHostConfig12) GetTransformNullEquals() *wrapperspb.BoolValue

func (*PostgresqlHostConfig12) GetWorkMem

func (x *PostgresqlHostConfig12) GetWorkMem() *wrapperspb.Int64Value

func (*PostgresqlHostConfig12) GetXmlbinary

func (*PostgresqlHostConfig12) GetXmloption

func (*PostgresqlHostConfig12) ProtoMessage

func (*PostgresqlHostConfig12) ProtoMessage()

func (*PostgresqlHostConfig12) ProtoReflect

func (x *PostgresqlHostConfig12) ProtoReflect() protoreflect.Message

func (*PostgresqlHostConfig12) Reset

func (x *PostgresqlHostConfig12) Reset()

func (*PostgresqlHostConfig12) SetArrayNulls

func (m *PostgresqlHostConfig12) SetArrayNulls(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig12) SetBackendFlushAfter

func (m *PostgresqlHostConfig12) SetBackendFlushAfter(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig12) SetBackslashQuote

func (*PostgresqlHostConfig12) SetByteaOutput

func (*PostgresqlHostConfig12) SetClientMinMessages

func (m *PostgresqlHostConfig12) SetClientMinMessages(v PostgresqlHostConfig12_LogLevel)

func (*PostgresqlHostConfig12) SetConstraintExclusion

func (*PostgresqlHostConfig12) SetCursorTupleFraction

func (m *PostgresqlHostConfig12) SetCursorTupleFraction(v *wrapperspb.DoubleValue)

func (*PostgresqlHostConfig12) SetDeadlockTimeout

func (m *PostgresqlHostConfig12) SetDeadlockTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig12) SetDefaultTransactionIsolation

func (m *PostgresqlHostConfig12) SetDefaultTransactionIsolation(v PostgresqlHostConfig12_TransactionIsolation)

func (*PostgresqlHostConfig12) SetDefaultWithOids

func (m *PostgresqlHostConfig12) SetDefaultWithOids(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig12) SetEffectiveCacheSize

func (m *PostgresqlHostConfig12) SetEffectiveCacheSize(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig12) SetEffectiveIoConcurrency

func (m *PostgresqlHostConfig12) SetEffectiveIoConcurrency(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig12) SetEnableBitmapscan

func (m *PostgresqlHostConfig12) SetEnableBitmapscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig12) SetEnableHashagg

func (m *PostgresqlHostConfig12) SetEnableHashagg(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig12) SetEnableHashjoin

func (m *PostgresqlHostConfig12) SetEnableHashjoin(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig12) SetEnableIndexonlyscan

func (m *PostgresqlHostConfig12) SetEnableIndexonlyscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig12) SetEnableIndexscan

func (m *PostgresqlHostConfig12) SetEnableIndexscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig12) SetEnableMaterial

func (m *PostgresqlHostConfig12) SetEnableMaterial(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig12) SetEnableMergejoin

func (m *PostgresqlHostConfig12) SetEnableMergejoin(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig12) SetEnableNestloop

func (m *PostgresqlHostConfig12) SetEnableNestloop(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig12) SetEnableSeqscan

func (m *PostgresqlHostConfig12) SetEnableSeqscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig12) SetEnableSort

func (m *PostgresqlHostConfig12) SetEnableSort(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig12) SetEnableTidscan

func (m *PostgresqlHostConfig12) SetEnableTidscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig12) SetEscapeStringWarning

func (m *PostgresqlHostConfig12) SetEscapeStringWarning(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig12) SetExitOnError

func (m *PostgresqlHostConfig12) SetExitOnError(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig12) SetForceParallelMode

func (*PostgresqlHostConfig12) SetFromCollapseLimit

func (m *PostgresqlHostConfig12) SetFromCollapseLimit(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig12) SetGinPendingListLimit

func (m *PostgresqlHostConfig12) SetGinPendingListLimit(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig12) SetIdleInTransactionSessionTimeout

func (m *PostgresqlHostConfig12) SetIdleInTransactionSessionTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig12) SetJoinCollapseLimit

func (m *PostgresqlHostConfig12) SetJoinCollapseLimit(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig12) SetLoCompatPrivileges

func (m *PostgresqlHostConfig12) SetLoCompatPrivileges(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig12) SetLockTimeout

func (m *PostgresqlHostConfig12) SetLockTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig12) SetLogCheckpoints

func (m *PostgresqlHostConfig12) SetLogCheckpoints(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig12) SetLogConnections

func (m *PostgresqlHostConfig12) SetLogConnections(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig12) SetLogDisconnections

func (m *PostgresqlHostConfig12) SetLogDisconnections(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig12) SetLogDuration

func (m *PostgresqlHostConfig12) SetLogDuration(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig12) SetLogErrorVerbosity

func (*PostgresqlHostConfig12) SetLogLockWaits

func (m *PostgresqlHostConfig12) SetLogLockWaits(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig12) SetLogMinDurationStatement

func (m *PostgresqlHostConfig12) SetLogMinDurationStatement(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig12) SetLogMinErrorStatement

func (m *PostgresqlHostConfig12) SetLogMinErrorStatement(v PostgresqlHostConfig12_LogLevel)

func (*PostgresqlHostConfig12) SetLogMinMessages

func (*PostgresqlHostConfig12) SetLogStatement

func (*PostgresqlHostConfig12) SetLogTempFiles

func (m *PostgresqlHostConfig12) SetLogTempFiles(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig12) SetMaxLocksPerTransaction

func (m *PostgresqlHostConfig12) SetMaxLocksPerTransaction(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig12) SetMaxParallelWorkers

func (m *PostgresqlHostConfig12) SetMaxParallelWorkers(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig12) SetMaxParallelWorkersPerGather

func (m *PostgresqlHostConfig12) SetMaxParallelWorkersPerGather(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig12) SetMaxPredLocksPerTransaction

func (m *PostgresqlHostConfig12) SetMaxPredLocksPerTransaction(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig12) SetMaxStandbyStreamingDelay

func (m *PostgresqlHostConfig12) SetMaxStandbyStreamingDelay(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig12) SetOldSnapshotThreshold

func (m *PostgresqlHostConfig12) SetOldSnapshotThreshold(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig12) SetOperatorPrecedenceWarning

func (m *PostgresqlHostConfig12) SetOperatorPrecedenceWarning(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig12) SetQuoteAllIdentifiers

func (m *PostgresqlHostConfig12) SetQuoteAllIdentifiers(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig12) SetRandomPageCost

func (m *PostgresqlHostConfig12) SetRandomPageCost(v *wrapperspb.DoubleValue)

func (*PostgresqlHostConfig12) SetRecoveryMinApplyDelay

func (m *PostgresqlHostConfig12) SetRecoveryMinApplyDelay(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig12) SetRowSecurity

func (m *PostgresqlHostConfig12) SetRowSecurity(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig12) SetSearchPath

func (m *PostgresqlHostConfig12) SetSearchPath(v string)

func (*PostgresqlHostConfig12) SetSeqPageCost

func (m *PostgresqlHostConfig12) SetSeqPageCost(v *wrapperspb.DoubleValue)

func (*PostgresqlHostConfig12) SetSharedBuffers

func (m *PostgresqlHostConfig12) SetSharedBuffers(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig12) SetStandardConformingStrings

func (m *PostgresqlHostConfig12) SetStandardConformingStrings(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig12) SetStatementTimeout

func (m *PostgresqlHostConfig12) SetStatementTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig12) SetSynchronizeSeqscans

func (m *PostgresqlHostConfig12) SetSynchronizeSeqscans(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig12) SetTempBuffers

func (m *PostgresqlHostConfig12) SetTempBuffers(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig12) SetTempFileLimit

func (m *PostgresqlHostConfig12) SetTempFileLimit(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig12) SetTimezone

func (m *PostgresqlHostConfig12) SetTimezone(v string)

func (*PostgresqlHostConfig12) SetTransformNullEquals

func (m *PostgresqlHostConfig12) SetTransformNullEquals(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig12) SetWorkMem

func (m *PostgresqlHostConfig12) SetWorkMem(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig12) SetXmlbinary

func (*PostgresqlHostConfig12) SetXmloption

func (*PostgresqlHostConfig12) String

func (x *PostgresqlHostConfig12) String() string

type PostgresqlHostConfig12_1C

type PostgresqlHostConfig12_1C struct {
	RecoveryMinApplyDelay *wrapperspb.Int64Value `` // in milliseconds.
	/* 128-byte string literal not displayed */
	SharedBuffers            *wrapperspb.Int64Value `protobuf:"bytes,2,opt,name=shared_buffers,json=sharedBuffers,proto3" json:"shared_buffers,omitempty"`   // in bytes.
	TempBuffers              *wrapperspb.Int64Value `protobuf:"bytes,3,opt,name=temp_buffers,json=tempBuffers,proto3" json:"temp_buffers,omitempty"`         // in bytes.
	WorkMem                  *wrapperspb.Int64Value `protobuf:"bytes,4,opt,name=work_mem,json=workMem,proto3" json:"work_mem,omitempty"`                     // in bytes.
	TempFileLimit            *wrapperspb.Int64Value `protobuf:"bytes,5,opt,name=temp_file_limit,json=tempFileLimit,proto3" json:"temp_file_limit,omitempty"` // in bytes.
	BackendFlushAfter        *wrapperspb.Int64Value `protobuf:"bytes,6,opt,name=backend_flush_after,json=backendFlushAfter,proto3" json:"backend_flush_after,omitempty"`
	OldSnapshotThreshold     *wrapperspb.Int64Value `protobuf:"bytes,7,opt,name=old_snapshot_threshold,json=oldSnapshotThreshold,proto3" json:"old_snapshot_threshold,omitempty"`
	MaxStandbyStreamingDelay *wrapperspb.Int64Value `` // in milliseconds.
	/* 137-byte string literal not displayed */
	ConstraintExclusion     PostgresqlHostConfig12_1C_ConstraintExclusion `` /* 208-byte string literal not displayed */
	CursorTupleFraction     *wrapperspb.DoubleValue                       `protobuf:"bytes,10,opt,name=cursor_tuple_fraction,json=cursorTupleFraction,proto3" json:"cursor_tuple_fraction,omitempty"`
	FromCollapseLimit       *wrapperspb.Int64Value                        `protobuf:"bytes,11,opt,name=from_collapse_limit,json=fromCollapseLimit,proto3" json:"from_collapse_limit,omitempty"`
	JoinCollapseLimit       *wrapperspb.Int64Value                        `protobuf:"bytes,12,opt,name=join_collapse_limit,json=joinCollapseLimit,proto3" json:"join_collapse_limit,omitempty"`
	ForceParallelMode       PostgresqlHostConfig12_1C_ForceParallelMode   `` /* 203-byte string literal not displayed */
	ClientMinMessages       PostgresqlHostConfig12_1C_LogLevel            `` /* 194-byte string literal not displayed */
	LogMinMessages          PostgresqlHostConfig12_1C_LogLevel            `` /* 185-byte string literal not displayed */
	LogMinErrorStatement    PostgresqlHostConfig12_1C_LogLevel            `` /* 205-byte string literal not displayed */
	LogMinDurationStatement *wrapperspb.Int64Value                        `` // in milliseconds.
	/* 135-byte string literal not displayed */
	LogCheckpoints                  *wrapperspb.BoolValue                          `protobuf:"bytes,18,opt,name=log_checkpoints,json=logCheckpoints,proto3" json:"log_checkpoints,omitempty"`
	LogConnections                  *wrapperspb.BoolValue                          `protobuf:"bytes,19,opt,name=log_connections,json=logConnections,proto3" json:"log_connections,omitempty"`
	LogDisconnections               *wrapperspb.BoolValue                          `protobuf:"bytes,20,opt,name=log_disconnections,json=logDisconnections,proto3" json:"log_disconnections,omitempty"`
	LogDuration                     *wrapperspb.BoolValue                          `protobuf:"bytes,21,opt,name=log_duration,json=logDuration,proto3" json:"log_duration,omitempty"`
	LogErrorVerbosity               PostgresqlHostConfig12_1C_LogErrorVerbosity    `` /* 203-byte string literal not displayed */
	LogLockWaits                    *wrapperspb.BoolValue                          `protobuf:"bytes,23,opt,name=log_lock_waits,json=logLockWaits,proto3" json:"log_lock_waits,omitempty"`
	LogStatement                    PostgresqlHostConfig12_1C_LogStatement         `` /* 181-byte string literal not displayed */
	LogTempFiles                    *wrapperspb.Int64Value                         `protobuf:"bytes,25,opt,name=log_temp_files,json=logTempFiles,proto3" json:"log_temp_files,omitempty"`
	SearchPath                      string                                         `protobuf:"bytes,26,opt,name=search_path,json=searchPath,proto3" json:"search_path,omitempty"`
	RowSecurity                     *wrapperspb.BoolValue                          `protobuf:"bytes,27,opt,name=row_security,json=rowSecurity,proto3" json:"row_security,omitempty"`
	DefaultTransactionIsolation     PostgresqlHostConfig12_1C_TransactionIsolation ``                                                                                                               /* 236-byte string literal not displayed */
	StatementTimeout                *wrapperspb.Int64Value                         `protobuf:"bytes,29,opt,name=statement_timeout,json=statementTimeout,proto3" json:"statement_timeout,omitempty"` // in milliseconds.
	LockTimeout                     *wrapperspb.Int64Value                         `protobuf:"bytes,30,opt,name=lock_timeout,json=lockTimeout,proto3" json:"lock_timeout,omitempty"`                // in milliseconds.
	IdleInTransactionSessionTimeout *wrapperspb.Int64Value                         ``                                                                                                               // in milliseconds.
	/* 161-byte string literal not displayed */
	ByteaOutput                 PostgresqlHostConfig12_1C_ByteaOutput    ``                                                                                                                            /* 177-byte string literal not displayed */
	Xmlbinary                   PostgresqlHostConfig12_1C_XmlBinary      ``                                                                                                                            /* 152-byte string literal not displayed */
	Xmloption                   PostgresqlHostConfig12_1C_XmlOption      ``                                                                                                                            /* 152-byte string literal not displayed */
	GinPendingListLimit         *wrapperspb.Int64Value                   `protobuf:"bytes,35,opt,name=gin_pending_list_limit,json=ginPendingListLimit,proto3" json:"gin_pending_list_limit,omitempty"` // in bytes.
	DeadlockTimeout             *wrapperspb.Int64Value                   `protobuf:"bytes,36,opt,name=deadlock_timeout,json=deadlockTimeout,proto3" json:"deadlock_timeout,omitempty"`                 // in milliseconds.
	MaxLocksPerTransaction      *wrapperspb.Int64Value                   ``                                                                                                                            /* 132-byte string literal not displayed */
	MaxPredLocksPerTransaction  *wrapperspb.Int64Value                   ``                                                                                                                            /* 146-byte string literal not displayed */
	ArrayNulls                  *wrapperspb.BoolValue                    `protobuf:"bytes,39,opt,name=array_nulls,json=arrayNulls,proto3" json:"array_nulls,omitempty"`
	BackslashQuote              PostgresqlHostConfig12_1C_BackslashQuote `` /* 189-byte string literal not displayed */
	DefaultWithOids             *wrapperspb.BoolValue                    `protobuf:"bytes,41,opt,name=default_with_oids,json=defaultWithOids,proto3" json:"default_with_oids,omitempty"`
	EscapeStringWarning         *wrapperspb.BoolValue                    `protobuf:"bytes,42,opt,name=escape_string_warning,json=escapeStringWarning,proto3" json:"escape_string_warning,omitempty"`
	LoCompatPrivileges          *wrapperspb.BoolValue                    `protobuf:"bytes,43,opt,name=lo_compat_privileges,json=loCompatPrivileges,proto3" json:"lo_compat_privileges,omitempty"`
	OperatorPrecedenceWarning   *wrapperspb.BoolValue                    `` /* 139-byte string literal not displayed */
	QuoteAllIdentifiers         *wrapperspb.BoolValue                    `protobuf:"bytes,45,opt,name=quote_all_identifiers,json=quoteAllIdentifiers,proto3" json:"quote_all_identifiers,omitempty"`
	StandardConformingStrings   *wrapperspb.BoolValue                    `` /* 139-byte string literal not displayed */
	SynchronizeSeqscans         *wrapperspb.BoolValue                    `protobuf:"bytes,47,opt,name=synchronize_seqscans,json=synchronizeSeqscans,proto3" json:"synchronize_seqscans,omitempty"`
	TransformNullEquals         *wrapperspb.BoolValue                    `protobuf:"bytes,48,opt,name=transform_null_equals,json=transformNullEquals,proto3" json:"transform_null_equals,omitempty"`
	ExitOnError                 *wrapperspb.BoolValue                    `protobuf:"bytes,49,opt,name=exit_on_error,json=exitOnError,proto3" json:"exit_on_error,omitempty"`
	SeqPageCost                 *wrapperspb.DoubleValue                  `protobuf:"bytes,50,opt,name=seq_page_cost,json=seqPageCost,proto3" json:"seq_page_cost,omitempty"`
	RandomPageCost              *wrapperspb.DoubleValue                  `protobuf:"bytes,51,opt,name=random_page_cost,json=randomPageCost,proto3" json:"random_page_cost,omitempty"`
	EnableBitmapscan            *wrapperspb.BoolValue                    `protobuf:"bytes,54,opt,name=enable_bitmapscan,json=enableBitmapscan,proto3" json:"enable_bitmapscan,omitempty"`
	EnableHashagg               *wrapperspb.BoolValue                    `protobuf:"bytes,55,opt,name=enable_hashagg,json=enableHashagg,proto3" json:"enable_hashagg,omitempty"`
	EnableHashjoin              *wrapperspb.BoolValue                    `protobuf:"bytes,56,opt,name=enable_hashjoin,json=enableHashjoin,proto3" json:"enable_hashjoin,omitempty"`
	EnableIndexscan             *wrapperspb.BoolValue                    `protobuf:"bytes,57,opt,name=enable_indexscan,json=enableIndexscan,proto3" json:"enable_indexscan,omitempty"`
	EnableIndexonlyscan         *wrapperspb.BoolValue                    `protobuf:"bytes,58,opt,name=enable_indexonlyscan,json=enableIndexonlyscan,proto3" json:"enable_indexonlyscan,omitempty"`
	EnableMaterial              *wrapperspb.BoolValue                    `protobuf:"bytes,59,opt,name=enable_material,json=enableMaterial,proto3" json:"enable_material,omitempty"`
	EnableMergejoin             *wrapperspb.BoolValue                    `protobuf:"bytes,60,opt,name=enable_mergejoin,json=enableMergejoin,proto3" json:"enable_mergejoin,omitempty"`
	EnableNestloop              *wrapperspb.BoolValue                    `protobuf:"bytes,61,opt,name=enable_nestloop,json=enableNestloop,proto3" json:"enable_nestloop,omitempty"`
	EnableSeqscan               *wrapperspb.BoolValue                    `protobuf:"bytes,62,opt,name=enable_seqscan,json=enableSeqscan,proto3" json:"enable_seqscan,omitempty"`
	EnableSort                  *wrapperspb.BoolValue                    `protobuf:"bytes,63,opt,name=enable_sort,json=enableSort,proto3" json:"enable_sort,omitempty"`
	EnableTidscan               *wrapperspb.BoolValue                    `protobuf:"bytes,64,opt,name=enable_tidscan,json=enableTidscan,proto3" json:"enable_tidscan,omitempty"`
	MaxParallelWorkers          *wrapperspb.Int64Value                   `protobuf:"bytes,65,opt,name=max_parallel_workers,json=maxParallelWorkers,proto3" json:"max_parallel_workers,omitempty"`
	MaxParallelWorkersPerGather *wrapperspb.Int64Value                   `` /* 149-byte string literal not displayed */
	Timezone                    string                                   `protobuf:"bytes,67,opt,name=timezone,proto3" json:"timezone,omitempty"`
	EffectiveIoConcurrency      *wrapperspb.Int64Value                   `` /* 130-byte string literal not displayed */
	EffectiveCacheSize          *wrapperspb.Int64Value                   `protobuf:"bytes,69,opt,name=effective_cache_size,json=effectiveCacheSize,proto3" json:"effective_cache_size,omitempty"`
	// contains filtered or unexported fields
}

Options and structure of `PostgresqlConfig` reflects PostgreSQL configuration file parameters which detailed description is available in [PostgreSQL documentation](https://www.postgresql.org/docs/11/runtime-config.html).

func (*PostgresqlHostConfig12_1C) Descriptor deprecated

func (*PostgresqlHostConfig12_1C) Descriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig12_1C.ProtoReflect.Descriptor instead.

func (*PostgresqlHostConfig12_1C) GetArrayNulls

func (x *PostgresqlHostConfig12_1C) GetArrayNulls() *wrapperspb.BoolValue

func (*PostgresqlHostConfig12_1C) GetBackendFlushAfter

func (x *PostgresqlHostConfig12_1C) GetBackendFlushAfter() *wrapperspb.Int64Value

func (*PostgresqlHostConfig12_1C) GetBackslashQuote

func (*PostgresqlHostConfig12_1C) GetByteaOutput

func (*PostgresqlHostConfig12_1C) GetClientMinMessages

func (*PostgresqlHostConfig12_1C) GetConstraintExclusion

func (*PostgresqlHostConfig12_1C) GetCursorTupleFraction

func (x *PostgresqlHostConfig12_1C) GetCursorTupleFraction() *wrapperspb.DoubleValue

func (*PostgresqlHostConfig12_1C) GetDeadlockTimeout

func (x *PostgresqlHostConfig12_1C) GetDeadlockTimeout() *wrapperspb.Int64Value

func (*PostgresqlHostConfig12_1C) GetDefaultTransactionIsolation

func (*PostgresqlHostConfig12_1C) GetDefaultWithOids

func (x *PostgresqlHostConfig12_1C) GetDefaultWithOids() *wrapperspb.BoolValue

func (*PostgresqlHostConfig12_1C) GetEffectiveCacheSize

func (x *PostgresqlHostConfig12_1C) GetEffectiveCacheSize() *wrapperspb.Int64Value

func (*PostgresqlHostConfig12_1C) GetEffectiveIoConcurrency

func (x *PostgresqlHostConfig12_1C) GetEffectiveIoConcurrency() *wrapperspb.Int64Value

func (*PostgresqlHostConfig12_1C) GetEnableBitmapscan

func (x *PostgresqlHostConfig12_1C) GetEnableBitmapscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig12_1C) GetEnableHashagg

func (x *PostgresqlHostConfig12_1C) GetEnableHashagg() *wrapperspb.BoolValue

func (*PostgresqlHostConfig12_1C) GetEnableHashjoin

func (x *PostgresqlHostConfig12_1C) GetEnableHashjoin() *wrapperspb.BoolValue

func (*PostgresqlHostConfig12_1C) GetEnableIndexonlyscan

func (x *PostgresqlHostConfig12_1C) GetEnableIndexonlyscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig12_1C) GetEnableIndexscan

func (x *PostgresqlHostConfig12_1C) GetEnableIndexscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig12_1C) GetEnableMaterial

func (x *PostgresqlHostConfig12_1C) GetEnableMaterial() *wrapperspb.BoolValue

func (*PostgresqlHostConfig12_1C) GetEnableMergejoin

func (x *PostgresqlHostConfig12_1C) GetEnableMergejoin() *wrapperspb.BoolValue

func (*PostgresqlHostConfig12_1C) GetEnableNestloop

func (x *PostgresqlHostConfig12_1C) GetEnableNestloop() *wrapperspb.BoolValue

func (*PostgresqlHostConfig12_1C) GetEnableSeqscan

func (x *PostgresqlHostConfig12_1C) GetEnableSeqscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig12_1C) GetEnableSort

func (x *PostgresqlHostConfig12_1C) GetEnableSort() *wrapperspb.BoolValue

func (*PostgresqlHostConfig12_1C) GetEnableTidscan

func (x *PostgresqlHostConfig12_1C) GetEnableTidscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig12_1C) GetEscapeStringWarning

func (x *PostgresqlHostConfig12_1C) GetEscapeStringWarning() *wrapperspb.BoolValue

func (*PostgresqlHostConfig12_1C) GetExitOnError

func (x *PostgresqlHostConfig12_1C) GetExitOnError() *wrapperspb.BoolValue

func (*PostgresqlHostConfig12_1C) GetForceParallelMode

func (*PostgresqlHostConfig12_1C) GetFromCollapseLimit

func (x *PostgresqlHostConfig12_1C) GetFromCollapseLimit() *wrapperspb.Int64Value

func (*PostgresqlHostConfig12_1C) GetGinPendingListLimit

func (x *PostgresqlHostConfig12_1C) GetGinPendingListLimit() *wrapperspb.Int64Value

func (*PostgresqlHostConfig12_1C) GetIdleInTransactionSessionTimeout

func (x *PostgresqlHostConfig12_1C) GetIdleInTransactionSessionTimeout() *wrapperspb.Int64Value

func (*PostgresqlHostConfig12_1C) GetJoinCollapseLimit

func (x *PostgresqlHostConfig12_1C) GetJoinCollapseLimit() *wrapperspb.Int64Value

func (*PostgresqlHostConfig12_1C) GetLoCompatPrivileges

func (x *PostgresqlHostConfig12_1C) GetLoCompatPrivileges() *wrapperspb.BoolValue

func (*PostgresqlHostConfig12_1C) GetLockTimeout

func (x *PostgresqlHostConfig12_1C) GetLockTimeout() *wrapperspb.Int64Value

func (*PostgresqlHostConfig12_1C) GetLogCheckpoints

func (x *PostgresqlHostConfig12_1C) GetLogCheckpoints() *wrapperspb.BoolValue

func (*PostgresqlHostConfig12_1C) GetLogConnections

func (x *PostgresqlHostConfig12_1C) GetLogConnections() *wrapperspb.BoolValue

func (*PostgresqlHostConfig12_1C) GetLogDisconnections

func (x *PostgresqlHostConfig12_1C) GetLogDisconnections() *wrapperspb.BoolValue

func (*PostgresqlHostConfig12_1C) GetLogDuration

func (x *PostgresqlHostConfig12_1C) GetLogDuration() *wrapperspb.BoolValue

func (*PostgresqlHostConfig12_1C) GetLogErrorVerbosity

func (*PostgresqlHostConfig12_1C) GetLogLockWaits

func (x *PostgresqlHostConfig12_1C) GetLogLockWaits() *wrapperspb.BoolValue

func (*PostgresqlHostConfig12_1C) GetLogMinDurationStatement

func (x *PostgresqlHostConfig12_1C) GetLogMinDurationStatement() *wrapperspb.Int64Value

func (*PostgresqlHostConfig12_1C) GetLogMinErrorStatement

func (*PostgresqlHostConfig12_1C) GetLogMinMessages

func (*PostgresqlHostConfig12_1C) GetLogStatement

func (*PostgresqlHostConfig12_1C) GetLogTempFiles

func (x *PostgresqlHostConfig12_1C) GetLogTempFiles() *wrapperspb.Int64Value

func (*PostgresqlHostConfig12_1C) GetMaxLocksPerTransaction

func (x *PostgresqlHostConfig12_1C) GetMaxLocksPerTransaction() *wrapperspb.Int64Value

func (*PostgresqlHostConfig12_1C) GetMaxParallelWorkers

func (x *PostgresqlHostConfig12_1C) GetMaxParallelWorkers() *wrapperspb.Int64Value

func (*PostgresqlHostConfig12_1C) GetMaxParallelWorkersPerGather

func (x *PostgresqlHostConfig12_1C) GetMaxParallelWorkersPerGather() *wrapperspb.Int64Value

func (*PostgresqlHostConfig12_1C) GetMaxPredLocksPerTransaction

func (x *PostgresqlHostConfig12_1C) GetMaxPredLocksPerTransaction() *wrapperspb.Int64Value

func (*PostgresqlHostConfig12_1C) GetMaxStandbyStreamingDelay

func (x *PostgresqlHostConfig12_1C) GetMaxStandbyStreamingDelay() *wrapperspb.Int64Value

func (*PostgresqlHostConfig12_1C) GetOldSnapshotThreshold

func (x *PostgresqlHostConfig12_1C) GetOldSnapshotThreshold() *wrapperspb.Int64Value

func (*PostgresqlHostConfig12_1C) GetOperatorPrecedenceWarning

func (x *PostgresqlHostConfig12_1C) GetOperatorPrecedenceWarning() *wrapperspb.BoolValue

func (*PostgresqlHostConfig12_1C) GetQuoteAllIdentifiers

func (x *PostgresqlHostConfig12_1C) GetQuoteAllIdentifiers() *wrapperspb.BoolValue

func (*PostgresqlHostConfig12_1C) GetRandomPageCost

func (x *PostgresqlHostConfig12_1C) GetRandomPageCost() *wrapperspb.DoubleValue

func (*PostgresqlHostConfig12_1C) GetRecoveryMinApplyDelay

func (x *PostgresqlHostConfig12_1C) GetRecoveryMinApplyDelay() *wrapperspb.Int64Value

func (*PostgresqlHostConfig12_1C) GetRowSecurity

func (x *PostgresqlHostConfig12_1C) GetRowSecurity() *wrapperspb.BoolValue

func (*PostgresqlHostConfig12_1C) GetSearchPath

func (x *PostgresqlHostConfig12_1C) GetSearchPath() string

func (*PostgresqlHostConfig12_1C) GetSeqPageCost

func (x *PostgresqlHostConfig12_1C) GetSeqPageCost() *wrapperspb.DoubleValue

func (*PostgresqlHostConfig12_1C) GetSharedBuffers

func (x *PostgresqlHostConfig12_1C) GetSharedBuffers() *wrapperspb.Int64Value

func (*PostgresqlHostConfig12_1C) GetStandardConformingStrings

func (x *PostgresqlHostConfig12_1C) GetStandardConformingStrings() *wrapperspb.BoolValue

func (*PostgresqlHostConfig12_1C) GetStatementTimeout

func (x *PostgresqlHostConfig12_1C) GetStatementTimeout() *wrapperspb.Int64Value

func (*PostgresqlHostConfig12_1C) GetSynchronizeSeqscans

func (x *PostgresqlHostConfig12_1C) GetSynchronizeSeqscans() *wrapperspb.BoolValue

func (*PostgresqlHostConfig12_1C) GetTempBuffers

func (x *PostgresqlHostConfig12_1C) GetTempBuffers() *wrapperspb.Int64Value

func (*PostgresqlHostConfig12_1C) GetTempFileLimit

func (x *PostgresqlHostConfig12_1C) GetTempFileLimit() *wrapperspb.Int64Value

func (*PostgresqlHostConfig12_1C) GetTimezone

func (x *PostgresqlHostConfig12_1C) GetTimezone() string

func (*PostgresqlHostConfig12_1C) GetTransformNullEquals

func (x *PostgresqlHostConfig12_1C) GetTransformNullEquals() *wrapperspb.BoolValue

func (*PostgresqlHostConfig12_1C) GetWorkMem

func (*PostgresqlHostConfig12_1C) GetXmlbinary

func (*PostgresqlHostConfig12_1C) GetXmloption

func (*PostgresqlHostConfig12_1C) ProtoMessage

func (*PostgresqlHostConfig12_1C) ProtoMessage()

func (*PostgresqlHostConfig12_1C) ProtoReflect

func (*PostgresqlHostConfig12_1C) Reset

func (x *PostgresqlHostConfig12_1C) Reset()

func (*PostgresqlHostConfig12_1C) SetArrayNulls

func (m *PostgresqlHostConfig12_1C) SetArrayNulls(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig12_1C) SetBackendFlushAfter

func (m *PostgresqlHostConfig12_1C) SetBackendFlushAfter(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig12_1C) SetBackslashQuote

func (*PostgresqlHostConfig12_1C) SetByteaOutput

func (*PostgresqlHostConfig12_1C) SetClientMinMessages

func (*PostgresqlHostConfig12_1C) SetConstraintExclusion

func (*PostgresqlHostConfig12_1C) SetCursorTupleFraction

func (m *PostgresqlHostConfig12_1C) SetCursorTupleFraction(v *wrapperspb.DoubleValue)

func (*PostgresqlHostConfig12_1C) SetDeadlockTimeout

func (m *PostgresqlHostConfig12_1C) SetDeadlockTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig12_1C) SetDefaultTransactionIsolation

func (*PostgresqlHostConfig12_1C) SetDefaultWithOids

func (m *PostgresqlHostConfig12_1C) SetDefaultWithOids(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig12_1C) SetEffectiveCacheSize

func (m *PostgresqlHostConfig12_1C) SetEffectiveCacheSize(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig12_1C) SetEffectiveIoConcurrency

func (m *PostgresqlHostConfig12_1C) SetEffectiveIoConcurrency(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig12_1C) SetEnableBitmapscan

func (m *PostgresqlHostConfig12_1C) SetEnableBitmapscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig12_1C) SetEnableHashagg

func (m *PostgresqlHostConfig12_1C) SetEnableHashagg(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig12_1C) SetEnableHashjoin

func (m *PostgresqlHostConfig12_1C) SetEnableHashjoin(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig12_1C) SetEnableIndexonlyscan

func (m *PostgresqlHostConfig12_1C) SetEnableIndexonlyscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig12_1C) SetEnableIndexscan

func (m *PostgresqlHostConfig12_1C) SetEnableIndexscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig12_1C) SetEnableMaterial

func (m *PostgresqlHostConfig12_1C) SetEnableMaterial(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig12_1C) SetEnableMergejoin

func (m *PostgresqlHostConfig12_1C) SetEnableMergejoin(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig12_1C) SetEnableNestloop

func (m *PostgresqlHostConfig12_1C) SetEnableNestloop(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig12_1C) SetEnableSeqscan

func (m *PostgresqlHostConfig12_1C) SetEnableSeqscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig12_1C) SetEnableSort

func (m *PostgresqlHostConfig12_1C) SetEnableSort(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig12_1C) SetEnableTidscan

func (m *PostgresqlHostConfig12_1C) SetEnableTidscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig12_1C) SetEscapeStringWarning

func (m *PostgresqlHostConfig12_1C) SetEscapeStringWarning(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig12_1C) SetExitOnError

func (m *PostgresqlHostConfig12_1C) SetExitOnError(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig12_1C) SetForceParallelMode

func (*PostgresqlHostConfig12_1C) SetFromCollapseLimit

func (m *PostgresqlHostConfig12_1C) SetFromCollapseLimit(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig12_1C) SetGinPendingListLimit

func (m *PostgresqlHostConfig12_1C) SetGinPendingListLimit(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig12_1C) SetIdleInTransactionSessionTimeout

func (m *PostgresqlHostConfig12_1C) SetIdleInTransactionSessionTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig12_1C) SetJoinCollapseLimit

func (m *PostgresqlHostConfig12_1C) SetJoinCollapseLimit(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig12_1C) SetLoCompatPrivileges

func (m *PostgresqlHostConfig12_1C) SetLoCompatPrivileges(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig12_1C) SetLockTimeout

func (m *PostgresqlHostConfig12_1C) SetLockTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig12_1C) SetLogCheckpoints

func (m *PostgresqlHostConfig12_1C) SetLogCheckpoints(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig12_1C) SetLogConnections

func (m *PostgresqlHostConfig12_1C) SetLogConnections(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig12_1C) SetLogDisconnections

func (m *PostgresqlHostConfig12_1C) SetLogDisconnections(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig12_1C) SetLogDuration

func (m *PostgresqlHostConfig12_1C) SetLogDuration(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig12_1C) SetLogErrorVerbosity

func (*PostgresqlHostConfig12_1C) SetLogLockWaits

func (m *PostgresqlHostConfig12_1C) SetLogLockWaits(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig12_1C) SetLogMinDurationStatement

func (m *PostgresqlHostConfig12_1C) SetLogMinDurationStatement(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig12_1C) SetLogMinErrorStatement

func (m *PostgresqlHostConfig12_1C) SetLogMinErrorStatement(v PostgresqlHostConfig12_1C_LogLevel)

func (*PostgresqlHostConfig12_1C) SetLogMinMessages

func (*PostgresqlHostConfig12_1C) SetLogStatement

func (*PostgresqlHostConfig12_1C) SetLogTempFiles

func (m *PostgresqlHostConfig12_1C) SetLogTempFiles(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig12_1C) SetMaxLocksPerTransaction

func (m *PostgresqlHostConfig12_1C) SetMaxLocksPerTransaction(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig12_1C) SetMaxParallelWorkers

func (m *PostgresqlHostConfig12_1C) SetMaxParallelWorkers(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig12_1C) SetMaxParallelWorkersPerGather

func (m *PostgresqlHostConfig12_1C) SetMaxParallelWorkersPerGather(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig12_1C) SetMaxPredLocksPerTransaction

func (m *PostgresqlHostConfig12_1C) SetMaxPredLocksPerTransaction(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig12_1C) SetMaxStandbyStreamingDelay

func (m *PostgresqlHostConfig12_1C) SetMaxStandbyStreamingDelay(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig12_1C) SetOldSnapshotThreshold

func (m *PostgresqlHostConfig12_1C) SetOldSnapshotThreshold(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig12_1C) SetOperatorPrecedenceWarning

func (m *PostgresqlHostConfig12_1C) SetOperatorPrecedenceWarning(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig12_1C) SetQuoteAllIdentifiers

func (m *PostgresqlHostConfig12_1C) SetQuoteAllIdentifiers(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig12_1C) SetRandomPageCost

func (m *PostgresqlHostConfig12_1C) SetRandomPageCost(v *wrapperspb.DoubleValue)

func (*PostgresqlHostConfig12_1C) SetRecoveryMinApplyDelay

func (m *PostgresqlHostConfig12_1C) SetRecoveryMinApplyDelay(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig12_1C) SetRowSecurity

func (m *PostgresqlHostConfig12_1C) SetRowSecurity(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig12_1C) SetSearchPath

func (m *PostgresqlHostConfig12_1C) SetSearchPath(v string)

func (*PostgresqlHostConfig12_1C) SetSeqPageCost

func (m *PostgresqlHostConfig12_1C) SetSeqPageCost(v *wrapperspb.DoubleValue)

func (*PostgresqlHostConfig12_1C) SetSharedBuffers

func (m *PostgresqlHostConfig12_1C) SetSharedBuffers(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig12_1C) SetStandardConformingStrings

func (m *PostgresqlHostConfig12_1C) SetStandardConformingStrings(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig12_1C) SetStatementTimeout

func (m *PostgresqlHostConfig12_1C) SetStatementTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig12_1C) SetSynchronizeSeqscans

func (m *PostgresqlHostConfig12_1C) SetSynchronizeSeqscans(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig12_1C) SetTempBuffers

func (m *PostgresqlHostConfig12_1C) SetTempBuffers(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig12_1C) SetTempFileLimit

func (m *PostgresqlHostConfig12_1C) SetTempFileLimit(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig12_1C) SetTimezone

func (m *PostgresqlHostConfig12_1C) SetTimezone(v string)

func (*PostgresqlHostConfig12_1C) SetTransformNullEquals

func (m *PostgresqlHostConfig12_1C) SetTransformNullEquals(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig12_1C) SetWorkMem

func (*PostgresqlHostConfig12_1C) SetXmlbinary

func (*PostgresqlHostConfig12_1C) SetXmloption

func (*PostgresqlHostConfig12_1C) String

func (x *PostgresqlHostConfig12_1C) String() string

type PostgresqlHostConfig12_1C_BackslashQuote

type PostgresqlHostConfig12_1C_BackslashQuote int32
const (
	PostgresqlHostConfig12_1C_BACKSLASH_QUOTE_UNSPECIFIED   PostgresqlHostConfig12_1C_BackslashQuote = 0
	PostgresqlHostConfig12_1C_BACKSLASH_QUOTE               PostgresqlHostConfig12_1C_BackslashQuote = 1
	PostgresqlHostConfig12_1C_BACKSLASH_QUOTE_ON            PostgresqlHostConfig12_1C_BackslashQuote = 2
	PostgresqlHostConfig12_1C_BACKSLASH_QUOTE_OFF           PostgresqlHostConfig12_1C_BackslashQuote = 3
	PostgresqlHostConfig12_1C_BACKSLASH_QUOTE_SAFE_ENCODING PostgresqlHostConfig12_1C_BackslashQuote = 4
)

func (PostgresqlHostConfig12_1C_BackslashQuote) Descriptor

func (PostgresqlHostConfig12_1C_BackslashQuote) Enum

func (PostgresqlHostConfig12_1C_BackslashQuote) EnumDescriptor deprecated

func (PostgresqlHostConfig12_1C_BackslashQuote) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig12_1C_BackslashQuote.Descriptor instead.

func (PostgresqlHostConfig12_1C_BackslashQuote) Number

func (PostgresqlHostConfig12_1C_BackslashQuote) String

func (PostgresqlHostConfig12_1C_BackslashQuote) Type

type PostgresqlHostConfig12_1C_ByteaOutput

type PostgresqlHostConfig12_1C_ByteaOutput int32
const (
	PostgresqlHostConfig12_1C_BYTEA_OUTPUT_UNSPECIFIED PostgresqlHostConfig12_1C_ByteaOutput = 0
	PostgresqlHostConfig12_1C_BYTEA_OUTPUT_HEX         PostgresqlHostConfig12_1C_ByteaOutput = 1
	PostgresqlHostConfig12_1C_BYTEA_OUTPUT_ESCAPED     PostgresqlHostConfig12_1C_ByteaOutput = 2
)

func (PostgresqlHostConfig12_1C_ByteaOutput) Descriptor

func (PostgresqlHostConfig12_1C_ByteaOutput) Enum

func (PostgresqlHostConfig12_1C_ByteaOutput) EnumDescriptor deprecated

func (PostgresqlHostConfig12_1C_ByteaOutput) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig12_1C_ByteaOutput.Descriptor instead.

func (PostgresqlHostConfig12_1C_ByteaOutput) Number

func (PostgresqlHostConfig12_1C_ByteaOutput) String

func (PostgresqlHostConfig12_1C_ByteaOutput) Type

type PostgresqlHostConfig12_1C_ConstraintExclusion

type PostgresqlHostConfig12_1C_ConstraintExclusion int32
const (
	PostgresqlHostConfig12_1C_CONSTRAINT_EXCLUSION_UNSPECIFIED PostgresqlHostConfig12_1C_ConstraintExclusion = 0
	PostgresqlHostConfig12_1C_CONSTRAINT_EXCLUSION_ON          PostgresqlHostConfig12_1C_ConstraintExclusion = 1
	PostgresqlHostConfig12_1C_CONSTRAINT_EXCLUSION_OFF         PostgresqlHostConfig12_1C_ConstraintExclusion = 2
	PostgresqlHostConfig12_1C_CONSTRAINT_EXCLUSION_PARTITION   PostgresqlHostConfig12_1C_ConstraintExclusion = 3
)

func (PostgresqlHostConfig12_1C_ConstraintExclusion) Descriptor

func (PostgresqlHostConfig12_1C_ConstraintExclusion) Enum

func (PostgresqlHostConfig12_1C_ConstraintExclusion) EnumDescriptor deprecated

func (PostgresqlHostConfig12_1C_ConstraintExclusion) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig12_1C_ConstraintExclusion.Descriptor instead.

func (PostgresqlHostConfig12_1C_ConstraintExclusion) Number

func (PostgresqlHostConfig12_1C_ConstraintExclusion) String

func (PostgresqlHostConfig12_1C_ConstraintExclusion) Type

type PostgresqlHostConfig12_1C_ForceParallelMode

type PostgresqlHostConfig12_1C_ForceParallelMode int32
const (
	PostgresqlHostConfig12_1C_FORCE_PARALLEL_MODE_UNSPECIFIED PostgresqlHostConfig12_1C_ForceParallelMode = 0
	PostgresqlHostConfig12_1C_FORCE_PARALLEL_MODE_ON          PostgresqlHostConfig12_1C_ForceParallelMode = 1
	PostgresqlHostConfig12_1C_FORCE_PARALLEL_MODE_OFF         PostgresqlHostConfig12_1C_ForceParallelMode = 2
	PostgresqlHostConfig12_1C_FORCE_PARALLEL_MODE_REGRESS     PostgresqlHostConfig12_1C_ForceParallelMode = 3
)

func (PostgresqlHostConfig12_1C_ForceParallelMode) Descriptor

func (PostgresqlHostConfig12_1C_ForceParallelMode) Enum

func (PostgresqlHostConfig12_1C_ForceParallelMode) EnumDescriptor deprecated

func (PostgresqlHostConfig12_1C_ForceParallelMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig12_1C_ForceParallelMode.Descriptor instead.

func (PostgresqlHostConfig12_1C_ForceParallelMode) Number

func (PostgresqlHostConfig12_1C_ForceParallelMode) String

func (PostgresqlHostConfig12_1C_ForceParallelMode) Type

type PostgresqlHostConfig12_1C_LogErrorVerbosity

type PostgresqlHostConfig12_1C_LogErrorVerbosity int32
const (
	PostgresqlHostConfig12_1C_LOG_ERROR_VERBOSITY_UNSPECIFIED PostgresqlHostConfig12_1C_LogErrorVerbosity = 0
	PostgresqlHostConfig12_1C_LOG_ERROR_VERBOSITY_TERSE       PostgresqlHostConfig12_1C_LogErrorVerbosity = 1
	PostgresqlHostConfig12_1C_LOG_ERROR_VERBOSITY_DEFAULT     PostgresqlHostConfig12_1C_LogErrorVerbosity = 2
	PostgresqlHostConfig12_1C_LOG_ERROR_VERBOSITY_VERBOSE     PostgresqlHostConfig12_1C_LogErrorVerbosity = 3
)

func (PostgresqlHostConfig12_1C_LogErrorVerbosity) Descriptor

func (PostgresqlHostConfig12_1C_LogErrorVerbosity) Enum

func (PostgresqlHostConfig12_1C_LogErrorVerbosity) EnumDescriptor deprecated

func (PostgresqlHostConfig12_1C_LogErrorVerbosity) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig12_1C_LogErrorVerbosity.Descriptor instead.

func (PostgresqlHostConfig12_1C_LogErrorVerbosity) Number

func (PostgresqlHostConfig12_1C_LogErrorVerbosity) String

func (PostgresqlHostConfig12_1C_LogErrorVerbosity) Type

type PostgresqlHostConfig12_1C_LogLevel

type PostgresqlHostConfig12_1C_LogLevel int32
const (
	PostgresqlHostConfig12_1C_LOG_LEVEL_UNSPECIFIED PostgresqlHostConfig12_1C_LogLevel = 0
	PostgresqlHostConfig12_1C_LOG_LEVEL_DEBUG5      PostgresqlHostConfig12_1C_LogLevel = 1
	PostgresqlHostConfig12_1C_LOG_LEVEL_DEBUG4      PostgresqlHostConfig12_1C_LogLevel = 2
	PostgresqlHostConfig12_1C_LOG_LEVEL_DEBUG3      PostgresqlHostConfig12_1C_LogLevel = 3
	PostgresqlHostConfig12_1C_LOG_LEVEL_DEBUG2      PostgresqlHostConfig12_1C_LogLevel = 4
	PostgresqlHostConfig12_1C_LOG_LEVEL_DEBUG1      PostgresqlHostConfig12_1C_LogLevel = 5
	PostgresqlHostConfig12_1C_LOG_LEVEL_LOG         PostgresqlHostConfig12_1C_LogLevel = 6
	PostgresqlHostConfig12_1C_LOG_LEVEL_NOTICE      PostgresqlHostConfig12_1C_LogLevel = 7
	PostgresqlHostConfig12_1C_LOG_LEVEL_WARNING     PostgresqlHostConfig12_1C_LogLevel = 8
	PostgresqlHostConfig12_1C_LOG_LEVEL_ERROR       PostgresqlHostConfig12_1C_LogLevel = 9
	PostgresqlHostConfig12_1C_LOG_LEVEL_FATAL       PostgresqlHostConfig12_1C_LogLevel = 10
	PostgresqlHostConfig12_1C_LOG_LEVEL_PANIC       PostgresqlHostConfig12_1C_LogLevel = 11
)

func (PostgresqlHostConfig12_1C_LogLevel) Descriptor

func (PostgresqlHostConfig12_1C_LogLevel) Enum

func (PostgresqlHostConfig12_1C_LogLevel) EnumDescriptor deprecated

func (PostgresqlHostConfig12_1C_LogLevel) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig12_1C_LogLevel.Descriptor instead.

func (PostgresqlHostConfig12_1C_LogLevel) Number

func (PostgresqlHostConfig12_1C_LogLevel) String

func (PostgresqlHostConfig12_1C_LogLevel) Type

type PostgresqlHostConfig12_1C_LogStatement

type PostgresqlHostConfig12_1C_LogStatement int32
const (
	PostgresqlHostConfig12_1C_LOG_STATEMENT_UNSPECIFIED PostgresqlHostConfig12_1C_LogStatement = 0
	PostgresqlHostConfig12_1C_LOG_STATEMENT_NONE        PostgresqlHostConfig12_1C_LogStatement = 1
	PostgresqlHostConfig12_1C_LOG_STATEMENT_DDL         PostgresqlHostConfig12_1C_LogStatement = 2
	PostgresqlHostConfig12_1C_LOG_STATEMENT_MOD         PostgresqlHostConfig12_1C_LogStatement = 3
	PostgresqlHostConfig12_1C_LOG_STATEMENT_ALL         PostgresqlHostConfig12_1C_LogStatement = 4
)

func (PostgresqlHostConfig12_1C_LogStatement) Descriptor

func (PostgresqlHostConfig12_1C_LogStatement) Enum

func (PostgresqlHostConfig12_1C_LogStatement) EnumDescriptor deprecated

func (PostgresqlHostConfig12_1C_LogStatement) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig12_1C_LogStatement.Descriptor instead.

func (PostgresqlHostConfig12_1C_LogStatement) Number

func (PostgresqlHostConfig12_1C_LogStatement) String

func (PostgresqlHostConfig12_1C_LogStatement) Type

type PostgresqlHostConfig12_1C_TransactionIsolation

type PostgresqlHostConfig12_1C_TransactionIsolation int32
const (
	PostgresqlHostConfig12_1C_TRANSACTION_ISOLATION_UNSPECIFIED      PostgresqlHostConfig12_1C_TransactionIsolation = 0
	PostgresqlHostConfig12_1C_TRANSACTION_ISOLATION_READ_UNCOMMITTED PostgresqlHostConfig12_1C_TransactionIsolation = 1
	PostgresqlHostConfig12_1C_TRANSACTION_ISOLATION_READ_COMMITTED   PostgresqlHostConfig12_1C_TransactionIsolation = 2
	PostgresqlHostConfig12_1C_TRANSACTION_ISOLATION_REPEATABLE_READ  PostgresqlHostConfig12_1C_TransactionIsolation = 3
	PostgresqlHostConfig12_1C_TRANSACTION_ISOLATION_SERIALIZABLE     PostgresqlHostConfig12_1C_TransactionIsolation = 4
)

func (PostgresqlHostConfig12_1C_TransactionIsolation) Descriptor

func (PostgresqlHostConfig12_1C_TransactionIsolation) Enum

func (PostgresqlHostConfig12_1C_TransactionIsolation) EnumDescriptor deprecated

Deprecated: Use PostgresqlHostConfig12_1C_TransactionIsolation.Descriptor instead.

func (PostgresqlHostConfig12_1C_TransactionIsolation) Number

func (PostgresqlHostConfig12_1C_TransactionIsolation) String

func (PostgresqlHostConfig12_1C_TransactionIsolation) Type

type PostgresqlHostConfig12_1C_XmlBinary

type PostgresqlHostConfig12_1C_XmlBinary int32
const (
	PostgresqlHostConfig12_1C_XML_BINARY_UNSPECIFIED PostgresqlHostConfig12_1C_XmlBinary = 0
	PostgresqlHostConfig12_1C_XML_BINARY_BASE64      PostgresqlHostConfig12_1C_XmlBinary = 1
	PostgresqlHostConfig12_1C_XML_BINARY_HEX         PostgresqlHostConfig12_1C_XmlBinary = 2
)

func (PostgresqlHostConfig12_1C_XmlBinary) Descriptor

func (PostgresqlHostConfig12_1C_XmlBinary) Enum

func (PostgresqlHostConfig12_1C_XmlBinary) EnumDescriptor deprecated

func (PostgresqlHostConfig12_1C_XmlBinary) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig12_1C_XmlBinary.Descriptor instead.

func (PostgresqlHostConfig12_1C_XmlBinary) Number

func (PostgresqlHostConfig12_1C_XmlBinary) String

func (PostgresqlHostConfig12_1C_XmlBinary) Type

type PostgresqlHostConfig12_1C_XmlOption

type PostgresqlHostConfig12_1C_XmlOption int32
const (
	PostgresqlHostConfig12_1C_XML_OPTION_UNSPECIFIED PostgresqlHostConfig12_1C_XmlOption = 0
	PostgresqlHostConfig12_1C_XML_OPTION_DOCUMENT    PostgresqlHostConfig12_1C_XmlOption = 1
	PostgresqlHostConfig12_1C_XML_OPTION_CONTENT     PostgresqlHostConfig12_1C_XmlOption = 2
)

func (PostgresqlHostConfig12_1C_XmlOption) Descriptor

func (PostgresqlHostConfig12_1C_XmlOption) Enum

func (PostgresqlHostConfig12_1C_XmlOption) EnumDescriptor deprecated

func (PostgresqlHostConfig12_1C_XmlOption) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig12_1C_XmlOption.Descriptor instead.

func (PostgresqlHostConfig12_1C_XmlOption) Number

func (PostgresqlHostConfig12_1C_XmlOption) String

func (PostgresqlHostConfig12_1C_XmlOption) Type

type PostgresqlHostConfig12_BackslashQuote

type PostgresqlHostConfig12_BackslashQuote int32
const (
	PostgresqlHostConfig12_BACKSLASH_QUOTE_UNSPECIFIED   PostgresqlHostConfig12_BackslashQuote = 0
	PostgresqlHostConfig12_BACKSLASH_QUOTE               PostgresqlHostConfig12_BackslashQuote = 1
	PostgresqlHostConfig12_BACKSLASH_QUOTE_ON            PostgresqlHostConfig12_BackslashQuote = 2
	PostgresqlHostConfig12_BACKSLASH_QUOTE_OFF           PostgresqlHostConfig12_BackslashQuote = 3
	PostgresqlHostConfig12_BACKSLASH_QUOTE_SAFE_ENCODING PostgresqlHostConfig12_BackslashQuote = 4
)

func (PostgresqlHostConfig12_BackslashQuote) Descriptor

func (PostgresqlHostConfig12_BackslashQuote) Enum

func (PostgresqlHostConfig12_BackslashQuote) EnumDescriptor deprecated

func (PostgresqlHostConfig12_BackslashQuote) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig12_BackslashQuote.Descriptor instead.

func (PostgresqlHostConfig12_BackslashQuote) Number

func (PostgresqlHostConfig12_BackslashQuote) String

func (PostgresqlHostConfig12_BackslashQuote) Type

type PostgresqlHostConfig12_ByteaOutput

type PostgresqlHostConfig12_ByteaOutput int32
const (
	PostgresqlHostConfig12_BYTEA_OUTPUT_UNSPECIFIED PostgresqlHostConfig12_ByteaOutput = 0
	PostgresqlHostConfig12_BYTEA_OUTPUT_HEX         PostgresqlHostConfig12_ByteaOutput = 1
	PostgresqlHostConfig12_BYTEA_OUTPUT_ESCAPED     PostgresqlHostConfig12_ByteaOutput = 2
)

func (PostgresqlHostConfig12_ByteaOutput) Descriptor

func (PostgresqlHostConfig12_ByteaOutput) Enum

func (PostgresqlHostConfig12_ByteaOutput) EnumDescriptor deprecated

func (PostgresqlHostConfig12_ByteaOutput) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig12_ByteaOutput.Descriptor instead.

func (PostgresqlHostConfig12_ByteaOutput) Number

func (PostgresqlHostConfig12_ByteaOutput) String

func (PostgresqlHostConfig12_ByteaOutput) Type

type PostgresqlHostConfig12_ConstraintExclusion

type PostgresqlHostConfig12_ConstraintExclusion int32
const (
	PostgresqlHostConfig12_CONSTRAINT_EXCLUSION_UNSPECIFIED PostgresqlHostConfig12_ConstraintExclusion = 0
	PostgresqlHostConfig12_CONSTRAINT_EXCLUSION_ON          PostgresqlHostConfig12_ConstraintExclusion = 1
	PostgresqlHostConfig12_CONSTRAINT_EXCLUSION_OFF         PostgresqlHostConfig12_ConstraintExclusion = 2
	PostgresqlHostConfig12_CONSTRAINT_EXCLUSION_PARTITION   PostgresqlHostConfig12_ConstraintExclusion = 3
)

func (PostgresqlHostConfig12_ConstraintExclusion) Descriptor

func (PostgresqlHostConfig12_ConstraintExclusion) Enum

func (PostgresqlHostConfig12_ConstraintExclusion) EnumDescriptor deprecated

func (PostgresqlHostConfig12_ConstraintExclusion) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig12_ConstraintExclusion.Descriptor instead.

func (PostgresqlHostConfig12_ConstraintExclusion) Number

func (PostgresqlHostConfig12_ConstraintExclusion) String

func (PostgresqlHostConfig12_ConstraintExclusion) Type

type PostgresqlHostConfig12_ForceParallelMode

type PostgresqlHostConfig12_ForceParallelMode int32
const (
	PostgresqlHostConfig12_FORCE_PARALLEL_MODE_UNSPECIFIED PostgresqlHostConfig12_ForceParallelMode = 0
	PostgresqlHostConfig12_FORCE_PARALLEL_MODE_ON          PostgresqlHostConfig12_ForceParallelMode = 1
	PostgresqlHostConfig12_FORCE_PARALLEL_MODE_OFF         PostgresqlHostConfig12_ForceParallelMode = 2
	PostgresqlHostConfig12_FORCE_PARALLEL_MODE_REGRESS     PostgresqlHostConfig12_ForceParallelMode = 3
)

func (PostgresqlHostConfig12_ForceParallelMode) Descriptor

func (PostgresqlHostConfig12_ForceParallelMode) Enum

func (PostgresqlHostConfig12_ForceParallelMode) EnumDescriptor deprecated

func (PostgresqlHostConfig12_ForceParallelMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig12_ForceParallelMode.Descriptor instead.

func (PostgresqlHostConfig12_ForceParallelMode) Number

func (PostgresqlHostConfig12_ForceParallelMode) String

func (PostgresqlHostConfig12_ForceParallelMode) Type

type PostgresqlHostConfig12_LogErrorVerbosity

type PostgresqlHostConfig12_LogErrorVerbosity int32
const (
	PostgresqlHostConfig12_LOG_ERROR_VERBOSITY_UNSPECIFIED PostgresqlHostConfig12_LogErrorVerbosity = 0
	PostgresqlHostConfig12_LOG_ERROR_VERBOSITY_TERSE       PostgresqlHostConfig12_LogErrorVerbosity = 1
	PostgresqlHostConfig12_LOG_ERROR_VERBOSITY_DEFAULT     PostgresqlHostConfig12_LogErrorVerbosity = 2
	PostgresqlHostConfig12_LOG_ERROR_VERBOSITY_VERBOSE     PostgresqlHostConfig12_LogErrorVerbosity = 3
)

func (PostgresqlHostConfig12_LogErrorVerbosity) Descriptor

func (PostgresqlHostConfig12_LogErrorVerbosity) Enum

func (PostgresqlHostConfig12_LogErrorVerbosity) EnumDescriptor deprecated

func (PostgresqlHostConfig12_LogErrorVerbosity) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig12_LogErrorVerbosity.Descriptor instead.

func (PostgresqlHostConfig12_LogErrorVerbosity) Number

func (PostgresqlHostConfig12_LogErrorVerbosity) String

func (PostgresqlHostConfig12_LogErrorVerbosity) Type

type PostgresqlHostConfig12_LogLevel

type PostgresqlHostConfig12_LogLevel int32
const (
	PostgresqlHostConfig12_LOG_LEVEL_UNSPECIFIED PostgresqlHostConfig12_LogLevel = 0
	PostgresqlHostConfig12_LOG_LEVEL_DEBUG5      PostgresqlHostConfig12_LogLevel = 1
	PostgresqlHostConfig12_LOG_LEVEL_DEBUG4      PostgresqlHostConfig12_LogLevel = 2
	PostgresqlHostConfig12_LOG_LEVEL_DEBUG3      PostgresqlHostConfig12_LogLevel = 3
	PostgresqlHostConfig12_LOG_LEVEL_DEBUG2      PostgresqlHostConfig12_LogLevel = 4
	PostgresqlHostConfig12_LOG_LEVEL_DEBUG1      PostgresqlHostConfig12_LogLevel = 5
	PostgresqlHostConfig12_LOG_LEVEL_LOG         PostgresqlHostConfig12_LogLevel = 6
	PostgresqlHostConfig12_LOG_LEVEL_NOTICE      PostgresqlHostConfig12_LogLevel = 7
	PostgresqlHostConfig12_LOG_LEVEL_WARNING     PostgresqlHostConfig12_LogLevel = 8
	PostgresqlHostConfig12_LOG_LEVEL_ERROR       PostgresqlHostConfig12_LogLevel = 9
	PostgresqlHostConfig12_LOG_LEVEL_FATAL       PostgresqlHostConfig12_LogLevel = 10
	PostgresqlHostConfig12_LOG_LEVEL_PANIC       PostgresqlHostConfig12_LogLevel = 11
)

func (PostgresqlHostConfig12_LogLevel) Descriptor

func (PostgresqlHostConfig12_LogLevel) Enum

func (PostgresqlHostConfig12_LogLevel) EnumDescriptor deprecated

func (PostgresqlHostConfig12_LogLevel) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig12_LogLevel.Descriptor instead.

func (PostgresqlHostConfig12_LogLevel) Number

func (PostgresqlHostConfig12_LogLevel) String

func (PostgresqlHostConfig12_LogLevel) Type

type PostgresqlHostConfig12_LogStatement

type PostgresqlHostConfig12_LogStatement int32
const (
	PostgresqlHostConfig12_LOG_STATEMENT_UNSPECIFIED PostgresqlHostConfig12_LogStatement = 0
	PostgresqlHostConfig12_LOG_STATEMENT_NONE        PostgresqlHostConfig12_LogStatement = 1
	PostgresqlHostConfig12_LOG_STATEMENT_DDL         PostgresqlHostConfig12_LogStatement = 2
	PostgresqlHostConfig12_LOG_STATEMENT_MOD         PostgresqlHostConfig12_LogStatement = 3
	PostgresqlHostConfig12_LOG_STATEMENT_ALL         PostgresqlHostConfig12_LogStatement = 4
)

func (PostgresqlHostConfig12_LogStatement) Descriptor

func (PostgresqlHostConfig12_LogStatement) Enum

func (PostgresqlHostConfig12_LogStatement) EnumDescriptor deprecated

func (PostgresqlHostConfig12_LogStatement) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig12_LogStatement.Descriptor instead.

func (PostgresqlHostConfig12_LogStatement) Number

func (PostgresqlHostConfig12_LogStatement) String

func (PostgresqlHostConfig12_LogStatement) Type

type PostgresqlHostConfig12_TransactionIsolation

type PostgresqlHostConfig12_TransactionIsolation int32
const (
	PostgresqlHostConfig12_TRANSACTION_ISOLATION_UNSPECIFIED      PostgresqlHostConfig12_TransactionIsolation = 0
	PostgresqlHostConfig12_TRANSACTION_ISOLATION_READ_UNCOMMITTED PostgresqlHostConfig12_TransactionIsolation = 1
	PostgresqlHostConfig12_TRANSACTION_ISOLATION_READ_COMMITTED   PostgresqlHostConfig12_TransactionIsolation = 2
	PostgresqlHostConfig12_TRANSACTION_ISOLATION_REPEATABLE_READ  PostgresqlHostConfig12_TransactionIsolation = 3
	PostgresqlHostConfig12_TRANSACTION_ISOLATION_SERIALIZABLE     PostgresqlHostConfig12_TransactionIsolation = 4
)

func (PostgresqlHostConfig12_TransactionIsolation) Descriptor

func (PostgresqlHostConfig12_TransactionIsolation) Enum

func (PostgresqlHostConfig12_TransactionIsolation) EnumDescriptor deprecated

func (PostgresqlHostConfig12_TransactionIsolation) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig12_TransactionIsolation.Descriptor instead.

func (PostgresqlHostConfig12_TransactionIsolation) Number

func (PostgresqlHostConfig12_TransactionIsolation) String

func (PostgresqlHostConfig12_TransactionIsolation) Type

type PostgresqlHostConfig12_XmlBinary

type PostgresqlHostConfig12_XmlBinary int32
const (
	PostgresqlHostConfig12_XML_BINARY_UNSPECIFIED PostgresqlHostConfig12_XmlBinary = 0
	PostgresqlHostConfig12_XML_BINARY_BASE64      PostgresqlHostConfig12_XmlBinary = 1
	PostgresqlHostConfig12_XML_BINARY_HEX         PostgresqlHostConfig12_XmlBinary = 2
)

func (PostgresqlHostConfig12_XmlBinary) Descriptor

func (PostgresqlHostConfig12_XmlBinary) Enum

func (PostgresqlHostConfig12_XmlBinary) EnumDescriptor deprecated

func (PostgresqlHostConfig12_XmlBinary) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig12_XmlBinary.Descriptor instead.

func (PostgresqlHostConfig12_XmlBinary) Number

func (PostgresqlHostConfig12_XmlBinary) String

func (PostgresqlHostConfig12_XmlBinary) Type

type PostgresqlHostConfig12_XmlOption

type PostgresqlHostConfig12_XmlOption int32
const (
	PostgresqlHostConfig12_XML_OPTION_UNSPECIFIED PostgresqlHostConfig12_XmlOption = 0
	PostgresqlHostConfig12_XML_OPTION_DOCUMENT    PostgresqlHostConfig12_XmlOption = 1
	PostgresqlHostConfig12_XML_OPTION_CONTENT     PostgresqlHostConfig12_XmlOption = 2
)

func (PostgresqlHostConfig12_XmlOption) Descriptor

func (PostgresqlHostConfig12_XmlOption) Enum

func (PostgresqlHostConfig12_XmlOption) EnumDescriptor deprecated

func (PostgresqlHostConfig12_XmlOption) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig12_XmlOption.Descriptor instead.

func (PostgresqlHostConfig12_XmlOption) Number

func (PostgresqlHostConfig12_XmlOption) String

func (PostgresqlHostConfig12_XmlOption) Type

type PostgresqlHostConfig13

type PostgresqlHostConfig13 struct {
	RecoveryMinApplyDelay *wrapperspb.Int64Value `` // in milliseconds.
	/* 128-byte string literal not displayed */
	SharedBuffers            *wrapperspb.Int64Value `protobuf:"bytes,2,opt,name=shared_buffers,json=sharedBuffers,proto3" json:"shared_buffers,omitempty"`   // in bytes.
	TempBuffers              *wrapperspb.Int64Value `protobuf:"bytes,3,opt,name=temp_buffers,json=tempBuffers,proto3" json:"temp_buffers,omitempty"`         // in bytes.
	WorkMem                  *wrapperspb.Int64Value `protobuf:"bytes,4,opt,name=work_mem,json=workMem,proto3" json:"work_mem,omitempty"`                     // in bytes.
	TempFileLimit            *wrapperspb.Int64Value `protobuf:"bytes,5,opt,name=temp_file_limit,json=tempFileLimit,proto3" json:"temp_file_limit,omitempty"` // in bytes.
	BackendFlushAfter        *wrapperspb.Int64Value `protobuf:"bytes,6,opt,name=backend_flush_after,json=backendFlushAfter,proto3" json:"backend_flush_after,omitempty"`
	OldSnapshotThreshold     *wrapperspb.Int64Value `protobuf:"bytes,7,opt,name=old_snapshot_threshold,json=oldSnapshotThreshold,proto3" json:"old_snapshot_threshold,omitempty"`
	MaxStandbyStreamingDelay *wrapperspb.Int64Value `` // in milliseconds.
	/* 137-byte string literal not displayed */
	ConstraintExclusion     PostgresqlHostConfig13_ConstraintExclusion `` /* 205-byte string literal not displayed */
	CursorTupleFraction     *wrapperspb.DoubleValue                    `protobuf:"bytes,10,opt,name=cursor_tuple_fraction,json=cursorTupleFraction,proto3" json:"cursor_tuple_fraction,omitempty"`
	FromCollapseLimit       *wrapperspb.Int64Value                     `protobuf:"bytes,11,opt,name=from_collapse_limit,json=fromCollapseLimit,proto3" json:"from_collapse_limit,omitempty"`
	JoinCollapseLimit       *wrapperspb.Int64Value                     `protobuf:"bytes,12,opt,name=join_collapse_limit,json=joinCollapseLimit,proto3" json:"join_collapse_limit,omitempty"`
	ForceParallelMode       PostgresqlHostConfig13_ForceParallelMode   `` /* 200-byte string literal not displayed */
	ClientMinMessages       PostgresqlHostConfig13_LogLevel            `` /* 191-byte string literal not displayed */
	LogMinMessages          PostgresqlHostConfig13_LogLevel            `` /* 182-byte string literal not displayed */
	LogMinErrorStatement    PostgresqlHostConfig13_LogLevel            `` /* 202-byte string literal not displayed */
	LogMinDurationStatement *wrapperspb.Int64Value                     `` // in milliseconds.
	/* 135-byte string literal not displayed */
	LogCheckpoints                  *wrapperspb.BoolValue                       `protobuf:"bytes,18,opt,name=log_checkpoints,json=logCheckpoints,proto3" json:"log_checkpoints,omitempty"`
	LogConnections                  *wrapperspb.BoolValue                       `protobuf:"bytes,19,opt,name=log_connections,json=logConnections,proto3" json:"log_connections,omitempty"`
	LogDisconnections               *wrapperspb.BoolValue                       `protobuf:"bytes,20,opt,name=log_disconnections,json=logDisconnections,proto3" json:"log_disconnections,omitempty"`
	LogDuration                     *wrapperspb.BoolValue                       `protobuf:"bytes,21,opt,name=log_duration,json=logDuration,proto3" json:"log_duration,omitempty"`
	LogErrorVerbosity               PostgresqlHostConfig13_LogErrorVerbosity    `` /* 200-byte string literal not displayed */
	LogLockWaits                    *wrapperspb.BoolValue                       `protobuf:"bytes,23,opt,name=log_lock_waits,json=logLockWaits,proto3" json:"log_lock_waits,omitempty"`
	LogStatement                    PostgresqlHostConfig13_LogStatement         `` /* 178-byte string literal not displayed */
	LogTempFiles                    *wrapperspb.Int64Value                      `protobuf:"bytes,25,opt,name=log_temp_files,json=logTempFiles,proto3" json:"log_temp_files,omitempty"`
	SearchPath                      string                                      `protobuf:"bytes,26,opt,name=search_path,json=searchPath,proto3" json:"search_path,omitempty"`
	RowSecurity                     *wrapperspb.BoolValue                       `protobuf:"bytes,27,opt,name=row_security,json=rowSecurity,proto3" json:"row_security,omitempty"`
	DefaultTransactionIsolation     PostgresqlHostConfig13_TransactionIsolation ``                                                                                                               /* 233-byte string literal not displayed */
	StatementTimeout                *wrapperspb.Int64Value                      `protobuf:"bytes,29,opt,name=statement_timeout,json=statementTimeout,proto3" json:"statement_timeout,omitempty"` // in milliseconds.
	LockTimeout                     *wrapperspb.Int64Value                      `protobuf:"bytes,30,opt,name=lock_timeout,json=lockTimeout,proto3" json:"lock_timeout,omitempty"`                // in milliseconds.
	IdleInTransactionSessionTimeout *wrapperspb.Int64Value                      ``                                                                                                               // in milliseconds.
	/* 161-byte string literal not displayed */
	ByteaOutput                 PostgresqlHostConfig13_ByteaOutput    ``                                                                                                                            /* 174-byte string literal not displayed */
	Xmlbinary                   PostgresqlHostConfig13_XmlBinary      ``                                                                                                                            /* 149-byte string literal not displayed */
	Xmloption                   PostgresqlHostConfig13_XmlOption      ``                                                                                                                            /* 149-byte string literal not displayed */
	GinPendingListLimit         *wrapperspb.Int64Value                `protobuf:"bytes,35,opt,name=gin_pending_list_limit,json=ginPendingListLimit,proto3" json:"gin_pending_list_limit,omitempty"` // in bytes.
	DeadlockTimeout             *wrapperspb.Int64Value                `protobuf:"bytes,36,opt,name=deadlock_timeout,json=deadlockTimeout,proto3" json:"deadlock_timeout,omitempty"`                 // in milliseconds.
	MaxLocksPerTransaction      *wrapperspb.Int64Value                ``                                                                                                                            /* 132-byte string literal not displayed */
	MaxPredLocksPerTransaction  *wrapperspb.Int64Value                ``                                                                                                                            /* 146-byte string literal not displayed */
	ArrayNulls                  *wrapperspb.BoolValue                 `protobuf:"bytes,39,opt,name=array_nulls,json=arrayNulls,proto3" json:"array_nulls,omitempty"`
	BackslashQuote              PostgresqlHostConfig13_BackslashQuote `` /* 186-byte string literal not displayed */
	DefaultWithOids             *wrapperspb.BoolValue                 `protobuf:"bytes,41,opt,name=default_with_oids,json=defaultWithOids,proto3" json:"default_with_oids,omitempty"`
	EscapeStringWarning         *wrapperspb.BoolValue                 `protobuf:"bytes,42,opt,name=escape_string_warning,json=escapeStringWarning,proto3" json:"escape_string_warning,omitempty"`
	LoCompatPrivileges          *wrapperspb.BoolValue                 `protobuf:"bytes,43,opt,name=lo_compat_privileges,json=loCompatPrivileges,proto3" json:"lo_compat_privileges,omitempty"`
	OperatorPrecedenceWarning   *wrapperspb.BoolValue                 `` /* 139-byte string literal not displayed */
	QuoteAllIdentifiers         *wrapperspb.BoolValue                 `protobuf:"bytes,45,opt,name=quote_all_identifiers,json=quoteAllIdentifiers,proto3" json:"quote_all_identifiers,omitempty"`
	StandardConformingStrings   *wrapperspb.BoolValue                 `` /* 139-byte string literal not displayed */
	SynchronizeSeqscans         *wrapperspb.BoolValue                 `protobuf:"bytes,47,opt,name=synchronize_seqscans,json=synchronizeSeqscans,proto3" json:"synchronize_seqscans,omitempty"`
	TransformNullEquals         *wrapperspb.BoolValue                 `protobuf:"bytes,48,opt,name=transform_null_equals,json=transformNullEquals,proto3" json:"transform_null_equals,omitempty"`
	ExitOnError                 *wrapperspb.BoolValue                 `protobuf:"bytes,49,opt,name=exit_on_error,json=exitOnError,proto3" json:"exit_on_error,omitempty"`
	SeqPageCost                 *wrapperspb.DoubleValue               `protobuf:"bytes,50,opt,name=seq_page_cost,json=seqPageCost,proto3" json:"seq_page_cost,omitempty"`
	RandomPageCost              *wrapperspb.DoubleValue               `protobuf:"bytes,51,opt,name=random_page_cost,json=randomPageCost,proto3" json:"random_page_cost,omitempty"`
	EnableBitmapscan            *wrapperspb.BoolValue                 `protobuf:"bytes,54,opt,name=enable_bitmapscan,json=enableBitmapscan,proto3" json:"enable_bitmapscan,omitempty"`
	EnableHashagg               *wrapperspb.BoolValue                 `protobuf:"bytes,55,opt,name=enable_hashagg,json=enableHashagg,proto3" json:"enable_hashagg,omitempty"`
	EnableHashjoin              *wrapperspb.BoolValue                 `protobuf:"bytes,56,opt,name=enable_hashjoin,json=enableHashjoin,proto3" json:"enable_hashjoin,omitempty"`
	EnableIndexscan             *wrapperspb.BoolValue                 `protobuf:"bytes,57,opt,name=enable_indexscan,json=enableIndexscan,proto3" json:"enable_indexscan,omitempty"`
	EnableIndexonlyscan         *wrapperspb.BoolValue                 `protobuf:"bytes,58,opt,name=enable_indexonlyscan,json=enableIndexonlyscan,proto3" json:"enable_indexonlyscan,omitempty"`
	EnableMaterial              *wrapperspb.BoolValue                 `protobuf:"bytes,59,opt,name=enable_material,json=enableMaterial,proto3" json:"enable_material,omitempty"`
	EnableMergejoin             *wrapperspb.BoolValue                 `protobuf:"bytes,60,opt,name=enable_mergejoin,json=enableMergejoin,proto3" json:"enable_mergejoin,omitempty"`
	EnableNestloop              *wrapperspb.BoolValue                 `protobuf:"bytes,61,opt,name=enable_nestloop,json=enableNestloop,proto3" json:"enable_nestloop,omitempty"`
	EnableSeqscan               *wrapperspb.BoolValue                 `protobuf:"bytes,62,opt,name=enable_seqscan,json=enableSeqscan,proto3" json:"enable_seqscan,omitempty"`
	EnableSort                  *wrapperspb.BoolValue                 `protobuf:"bytes,63,opt,name=enable_sort,json=enableSort,proto3" json:"enable_sort,omitempty"`
	EnableTidscan               *wrapperspb.BoolValue                 `protobuf:"bytes,64,opt,name=enable_tidscan,json=enableTidscan,proto3" json:"enable_tidscan,omitempty"`
	MaxParallelWorkers          *wrapperspb.Int64Value                `protobuf:"bytes,65,opt,name=max_parallel_workers,json=maxParallelWorkers,proto3" json:"max_parallel_workers,omitempty"`
	MaxParallelWorkersPerGather *wrapperspb.Int64Value                `` /* 149-byte string literal not displayed */
	Timezone                    string                                `protobuf:"bytes,67,opt,name=timezone,proto3" json:"timezone,omitempty"`
	EffectiveIoConcurrency      *wrapperspb.Int64Value                `` /* 130-byte string literal not displayed */
	EffectiveCacheSize          *wrapperspb.Int64Value                `protobuf:"bytes,69,opt,name=effective_cache_size,json=effectiveCacheSize,proto3" json:"effective_cache_size,omitempty"`
	// contains filtered or unexported fields
}

Options and structure of `PostgresqlConfig` reflects PostgreSQL configuration file parameters which detailed description is available in [PostgreSQL documentation](https://www.postgresql.org/docs/11/runtime-config.html).

func (*PostgresqlHostConfig13) Descriptor deprecated

func (*PostgresqlHostConfig13) Descriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig13.ProtoReflect.Descriptor instead.

func (*PostgresqlHostConfig13) GetArrayNulls

func (x *PostgresqlHostConfig13) GetArrayNulls() *wrapperspb.BoolValue

func (*PostgresqlHostConfig13) GetBackendFlushAfter

func (x *PostgresqlHostConfig13) GetBackendFlushAfter() *wrapperspb.Int64Value

func (*PostgresqlHostConfig13) GetBackslashQuote

func (*PostgresqlHostConfig13) GetByteaOutput

func (*PostgresqlHostConfig13) GetClientMinMessages

func (x *PostgresqlHostConfig13) GetClientMinMessages() PostgresqlHostConfig13_LogLevel

func (*PostgresqlHostConfig13) GetConstraintExclusion

func (*PostgresqlHostConfig13) GetCursorTupleFraction

func (x *PostgresqlHostConfig13) GetCursorTupleFraction() *wrapperspb.DoubleValue

func (*PostgresqlHostConfig13) GetDeadlockTimeout

func (x *PostgresqlHostConfig13) GetDeadlockTimeout() *wrapperspb.Int64Value

func (*PostgresqlHostConfig13) GetDefaultTransactionIsolation

func (x *PostgresqlHostConfig13) GetDefaultTransactionIsolation() PostgresqlHostConfig13_TransactionIsolation

func (*PostgresqlHostConfig13) GetDefaultWithOids

func (x *PostgresqlHostConfig13) GetDefaultWithOids() *wrapperspb.BoolValue

func (*PostgresqlHostConfig13) GetEffectiveCacheSize

func (x *PostgresqlHostConfig13) GetEffectiveCacheSize() *wrapperspb.Int64Value

func (*PostgresqlHostConfig13) GetEffectiveIoConcurrency

func (x *PostgresqlHostConfig13) GetEffectiveIoConcurrency() *wrapperspb.Int64Value

func (*PostgresqlHostConfig13) GetEnableBitmapscan

func (x *PostgresqlHostConfig13) GetEnableBitmapscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig13) GetEnableHashagg

func (x *PostgresqlHostConfig13) GetEnableHashagg() *wrapperspb.BoolValue

func (*PostgresqlHostConfig13) GetEnableHashjoin

func (x *PostgresqlHostConfig13) GetEnableHashjoin() *wrapperspb.BoolValue

func (*PostgresqlHostConfig13) GetEnableIndexonlyscan

func (x *PostgresqlHostConfig13) GetEnableIndexonlyscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig13) GetEnableIndexscan

func (x *PostgresqlHostConfig13) GetEnableIndexscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig13) GetEnableMaterial

func (x *PostgresqlHostConfig13) GetEnableMaterial() *wrapperspb.BoolValue

func (*PostgresqlHostConfig13) GetEnableMergejoin

func (x *PostgresqlHostConfig13) GetEnableMergejoin() *wrapperspb.BoolValue

func (*PostgresqlHostConfig13) GetEnableNestloop

func (x *PostgresqlHostConfig13) GetEnableNestloop() *wrapperspb.BoolValue

func (*PostgresqlHostConfig13) GetEnableSeqscan

func (x *PostgresqlHostConfig13) GetEnableSeqscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig13) GetEnableSort

func (x *PostgresqlHostConfig13) GetEnableSort() *wrapperspb.BoolValue

func (*PostgresqlHostConfig13) GetEnableTidscan

func (x *PostgresqlHostConfig13) GetEnableTidscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig13) GetEscapeStringWarning

func (x *PostgresqlHostConfig13) GetEscapeStringWarning() *wrapperspb.BoolValue

func (*PostgresqlHostConfig13) GetExitOnError

func (x *PostgresqlHostConfig13) GetExitOnError() *wrapperspb.BoolValue

func (*PostgresqlHostConfig13) GetForceParallelMode

func (*PostgresqlHostConfig13) GetFromCollapseLimit

func (x *PostgresqlHostConfig13) GetFromCollapseLimit() *wrapperspb.Int64Value

func (*PostgresqlHostConfig13) GetGinPendingListLimit

func (x *PostgresqlHostConfig13) GetGinPendingListLimit() *wrapperspb.Int64Value

func (*PostgresqlHostConfig13) GetIdleInTransactionSessionTimeout

func (x *PostgresqlHostConfig13) GetIdleInTransactionSessionTimeout() *wrapperspb.Int64Value

func (*PostgresqlHostConfig13) GetJoinCollapseLimit

func (x *PostgresqlHostConfig13) GetJoinCollapseLimit() *wrapperspb.Int64Value

func (*PostgresqlHostConfig13) GetLoCompatPrivileges

func (x *PostgresqlHostConfig13) GetLoCompatPrivileges() *wrapperspb.BoolValue

func (*PostgresqlHostConfig13) GetLockTimeout

func (x *PostgresqlHostConfig13) GetLockTimeout() *wrapperspb.Int64Value

func (*PostgresqlHostConfig13) GetLogCheckpoints

func (x *PostgresqlHostConfig13) GetLogCheckpoints() *wrapperspb.BoolValue

func (*PostgresqlHostConfig13) GetLogConnections

func (x *PostgresqlHostConfig13) GetLogConnections() *wrapperspb.BoolValue

func (*PostgresqlHostConfig13) GetLogDisconnections

func (x *PostgresqlHostConfig13) GetLogDisconnections() *wrapperspb.BoolValue

func (*PostgresqlHostConfig13) GetLogDuration

func (x *PostgresqlHostConfig13) GetLogDuration() *wrapperspb.BoolValue

func (*PostgresqlHostConfig13) GetLogErrorVerbosity

func (*PostgresqlHostConfig13) GetLogLockWaits

func (x *PostgresqlHostConfig13) GetLogLockWaits() *wrapperspb.BoolValue

func (*PostgresqlHostConfig13) GetLogMinDurationStatement

func (x *PostgresqlHostConfig13) GetLogMinDurationStatement() *wrapperspb.Int64Value

func (*PostgresqlHostConfig13) GetLogMinErrorStatement

func (x *PostgresqlHostConfig13) GetLogMinErrorStatement() PostgresqlHostConfig13_LogLevel

func (*PostgresqlHostConfig13) GetLogMinMessages

func (*PostgresqlHostConfig13) GetLogStatement

func (*PostgresqlHostConfig13) GetLogTempFiles

func (x *PostgresqlHostConfig13) GetLogTempFiles() *wrapperspb.Int64Value

func (*PostgresqlHostConfig13) GetMaxLocksPerTransaction

func (x *PostgresqlHostConfig13) GetMaxLocksPerTransaction() *wrapperspb.Int64Value

func (*PostgresqlHostConfig13) GetMaxParallelWorkers

func (x *PostgresqlHostConfig13) GetMaxParallelWorkers() *wrapperspb.Int64Value

func (*PostgresqlHostConfig13) GetMaxParallelWorkersPerGather

func (x *PostgresqlHostConfig13) GetMaxParallelWorkersPerGather() *wrapperspb.Int64Value

func (*PostgresqlHostConfig13) GetMaxPredLocksPerTransaction

func (x *PostgresqlHostConfig13) GetMaxPredLocksPerTransaction() *wrapperspb.Int64Value

func (*PostgresqlHostConfig13) GetMaxStandbyStreamingDelay

func (x *PostgresqlHostConfig13) GetMaxStandbyStreamingDelay() *wrapperspb.Int64Value

func (*PostgresqlHostConfig13) GetOldSnapshotThreshold

func (x *PostgresqlHostConfig13) GetOldSnapshotThreshold() *wrapperspb.Int64Value

func (*PostgresqlHostConfig13) GetOperatorPrecedenceWarning

func (x *PostgresqlHostConfig13) GetOperatorPrecedenceWarning() *wrapperspb.BoolValue

func (*PostgresqlHostConfig13) GetQuoteAllIdentifiers

func (x *PostgresqlHostConfig13) GetQuoteAllIdentifiers() *wrapperspb.BoolValue

func (*PostgresqlHostConfig13) GetRandomPageCost

func (x *PostgresqlHostConfig13) GetRandomPageCost() *wrapperspb.DoubleValue

func (*PostgresqlHostConfig13) GetRecoveryMinApplyDelay

func (x *PostgresqlHostConfig13) GetRecoveryMinApplyDelay() *wrapperspb.Int64Value

func (*PostgresqlHostConfig13) GetRowSecurity

func (x *PostgresqlHostConfig13) GetRowSecurity() *wrapperspb.BoolValue

func (*PostgresqlHostConfig13) GetSearchPath

func (x *PostgresqlHostConfig13) GetSearchPath() string

func (*PostgresqlHostConfig13) GetSeqPageCost

func (x *PostgresqlHostConfig13) GetSeqPageCost() *wrapperspb.DoubleValue

func (*PostgresqlHostConfig13) GetSharedBuffers

func (x *PostgresqlHostConfig13) GetSharedBuffers() *wrapperspb.Int64Value

func (*PostgresqlHostConfig13) GetStandardConformingStrings

func (x *PostgresqlHostConfig13) GetStandardConformingStrings() *wrapperspb.BoolValue

func (*PostgresqlHostConfig13) GetStatementTimeout

func (x *PostgresqlHostConfig13) GetStatementTimeout() *wrapperspb.Int64Value

func (*PostgresqlHostConfig13) GetSynchronizeSeqscans

func (x *PostgresqlHostConfig13) GetSynchronizeSeqscans() *wrapperspb.BoolValue

func (*PostgresqlHostConfig13) GetTempBuffers

func (x *PostgresqlHostConfig13) GetTempBuffers() *wrapperspb.Int64Value

func (*PostgresqlHostConfig13) GetTempFileLimit

func (x *PostgresqlHostConfig13) GetTempFileLimit() *wrapperspb.Int64Value

func (*PostgresqlHostConfig13) GetTimezone

func (x *PostgresqlHostConfig13) GetTimezone() string

func (*PostgresqlHostConfig13) GetTransformNullEquals

func (x *PostgresqlHostConfig13) GetTransformNullEquals() *wrapperspb.BoolValue

func (*PostgresqlHostConfig13) GetWorkMem

func (x *PostgresqlHostConfig13) GetWorkMem() *wrapperspb.Int64Value

func (*PostgresqlHostConfig13) GetXmlbinary

func (*PostgresqlHostConfig13) GetXmloption

func (*PostgresqlHostConfig13) ProtoMessage

func (*PostgresqlHostConfig13) ProtoMessage()

func (*PostgresqlHostConfig13) ProtoReflect

func (x *PostgresqlHostConfig13) ProtoReflect() protoreflect.Message

func (*PostgresqlHostConfig13) Reset

func (x *PostgresqlHostConfig13) Reset()

func (*PostgresqlHostConfig13) SetArrayNulls

func (m *PostgresqlHostConfig13) SetArrayNulls(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig13) SetBackendFlushAfter

func (m *PostgresqlHostConfig13) SetBackendFlushAfter(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig13) SetBackslashQuote

func (*PostgresqlHostConfig13) SetByteaOutput

func (*PostgresqlHostConfig13) SetClientMinMessages

func (m *PostgresqlHostConfig13) SetClientMinMessages(v PostgresqlHostConfig13_LogLevel)

func (*PostgresqlHostConfig13) SetConstraintExclusion

func (*PostgresqlHostConfig13) SetCursorTupleFraction

func (m *PostgresqlHostConfig13) SetCursorTupleFraction(v *wrapperspb.DoubleValue)

func (*PostgresqlHostConfig13) SetDeadlockTimeout

func (m *PostgresqlHostConfig13) SetDeadlockTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig13) SetDefaultTransactionIsolation

func (m *PostgresqlHostConfig13) SetDefaultTransactionIsolation(v PostgresqlHostConfig13_TransactionIsolation)

func (*PostgresqlHostConfig13) SetDefaultWithOids

func (m *PostgresqlHostConfig13) SetDefaultWithOids(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig13) SetEffectiveCacheSize

func (m *PostgresqlHostConfig13) SetEffectiveCacheSize(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig13) SetEffectiveIoConcurrency

func (m *PostgresqlHostConfig13) SetEffectiveIoConcurrency(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig13) SetEnableBitmapscan

func (m *PostgresqlHostConfig13) SetEnableBitmapscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig13) SetEnableHashagg

func (m *PostgresqlHostConfig13) SetEnableHashagg(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig13) SetEnableHashjoin

func (m *PostgresqlHostConfig13) SetEnableHashjoin(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig13) SetEnableIndexonlyscan

func (m *PostgresqlHostConfig13) SetEnableIndexonlyscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig13) SetEnableIndexscan

func (m *PostgresqlHostConfig13) SetEnableIndexscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig13) SetEnableMaterial

func (m *PostgresqlHostConfig13) SetEnableMaterial(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig13) SetEnableMergejoin

func (m *PostgresqlHostConfig13) SetEnableMergejoin(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig13) SetEnableNestloop

func (m *PostgresqlHostConfig13) SetEnableNestloop(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig13) SetEnableSeqscan

func (m *PostgresqlHostConfig13) SetEnableSeqscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig13) SetEnableSort

func (m *PostgresqlHostConfig13) SetEnableSort(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig13) SetEnableTidscan

func (m *PostgresqlHostConfig13) SetEnableTidscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig13) SetEscapeStringWarning

func (m *PostgresqlHostConfig13) SetEscapeStringWarning(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig13) SetExitOnError

func (m *PostgresqlHostConfig13) SetExitOnError(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig13) SetForceParallelMode

func (*PostgresqlHostConfig13) SetFromCollapseLimit

func (m *PostgresqlHostConfig13) SetFromCollapseLimit(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig13) SetGinPendingListLimit

func (m *PostgresqlHostConfig13) SetGinPendingListLimit(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig13) SetIdleInTransactionSessionTimeout

func (m *PostgresqlHostConfig13) SetIdleInTransactionSessionTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig13) SetJoinCollapseLimit

func (m *PostgresqlHostConfig13) SetJoinCollapseLimit(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig13) SetLoCompatPrivileges

func (m *PostgresqlHostConfig13) SetLoCompatPrivileges(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig13) SetLockTimeout

func (m *PostgresqlHostConfig13) SetLockTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig13) SetLogCheckpoints

func (m *PostgresqlHostConfig13) SetLogCheckpoints(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig13) SetLogConnections

func (m *PostgresqlHostConfig13) SetLogConnections(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig13) SetLogDisconnections

func (m *PostgresqlHostConfig13) SetLogDisconnections(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig13) SetLogDuration

func (m *PostgresqlHostConfig13) SetLogDuration(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig13) SetLogErrorVerbosity

func (*PostgresqlHostConfig13) SetLogLockWaits

func (m *PostgresqlHostConfig13) SetLogLockWaits(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig13) SetLogMinDurationStatement

func (m *PostgresqlHostConfig13) SetLogMinDurationStatement(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig13) SetLogMinErrorStatement

func (m *PostgresqlHostConfig13) SetLogMinErrorStatement(v PostgresqlHostConfig13_LogLevel)

func (*PostgresqlHostConfig13) SetLogMinMessages

func (*PostgresqlHostConfig13) SetLogStatement

func (*PostgresqlHostConfig13) SetLogTempFiles

func (m *PostgresqlHostConfig13) SetLogTempFiles(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig13) SetMaxLocksPerTransaction

func (m *PostgresqlHostConfig13) SetMaxLocksPerTransaction(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig13) SetMaxParallelWorkers

func (m *PostgresqlHostConfig13) SetMaxParallelWorkers(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig13) SetMaxParallelWorkersPerGather

func (m *PostgresqlHostConfig13) SetMaxParallelWorkersPerGather(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig13) SetMaxPredLocksPerTransaction

func (m *PostgresqlHostConfig13) SetMaxPredLocksPerTransaction(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig13) SetMaxStandbyStreamingDelay

func (m *PostgresqlHostConfig13) SetMaxStandbyStreamingDelay(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig13) SetOldSnapshotThreshold

func (m *PostgresqlHostConfig13) SetOldSnapshotThreshold(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig13) SetOperatorPrecedenceWarning

func (m *PostgresqlHostConfig13) SetOperatorPrecedenceWarning(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig13) SetQuoteAllIdentifiers

func (m *PostgresqlHostConfig13) SetQuoteAllIdentifiers(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig13) SetRandomPageCost

func (m *PostgresqlHostConfig13) SetRandomPageCost(v *wrapperspb.DoubleValue)

func (*PostgresqlHostConfig13) SetRecoveryMinApplyDelay

func (m *PostgresqlHostConfig13) SetRecoveryMinApplyDelay(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig13) SetRowSecurity

func (m *PostgresqlHostConfig13) SetRowSecurity(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig13) SetSearchPath

func (m *PostgresqlHostConfig13) SetSearchPath(v string)

func (*PostgresqlHostConfig13) SetSeqPageCost

func (m *PostgresqlHostConfig13) SetSeqPageCost(v *wrapperspb.DoubleValue)

func (*PostgresqlHostConfig13) SetSharedBuffers

func (m *PostgresqlHostConfig13) SetSharedBuffers(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig13) SetStandardConformingStrings

func (m *PostgresqlHostConfig13) SetStandardConformingStrings(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig13) SetStatementTimeout

func (m *PostgresqlHostConfig13) SetStatementTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig13) SetSynchronizeSeqscans

func (m *PostgresqlHostConfig13) SetSynchronizeSeqscans(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig13) SetTempBuffers

func (m *PostgresqlHostConfig13) SetTempBuffers(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig13) SetTempFileLimit

func (m *PostgresqlHostConfig13) SetTempFileLimit(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig13) SetTimezone

func (m *PostgresqlHostConfig13) SetTimezone(v string)

func (*PostgresqlHostConfig13) SetTransformNullEquals

func (m *PostgresqlHostConfig13) SetTransformNullEquals(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig13) SetWorkMem

func (m *PostgresqlHostConfig13) SetWorkMem(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig13) SetXmlbinary

func (*PostgresqlHostConfig13) SetXmloption

func (*PostgresqlHostConfig13) String

func (x *PostgresqlHostConfig13) String() string

type PostgresqlHostConfig13_1C

type PostgresqlHostConfig13_1C struct {
	RecoveryMinApplyDelay *wrapperspb.Int64Value `` // in milliseconds.
	/* 128-byte string literal not displayed */
	SharedBuffers            *wrapperspb.Int64Value `protobuf:"bytes,2,opt,name=shared_buffers,json=sharedBuffers,proto3" json:"shared_buffers,omitempty"`   // in bytes.
	TempBuffers              *wrapperspb.Int64Value `protobuf:"bytes,3,opt,name=temp_buffers,json=tempBuffers,proto3" json:"temp_buffers,omitempty"`         // in bytes.
	WorkMem                  *wrapperspb.Int64Value `protobuf:"bytes,4,opt,name=work_mem,json=workMem,proto3" json:"work_mem,omitempty"`                     // in bytes.
	TempFileLimit            *wrapperspb.Int64Value `protobuf:"bytes,5,opt,name=temp_file_limit,json=tempFileLimit,proto3" json:"temp_file_limit,omitempty"` // in bytes.
	BackendFlushAfter        *wrapperspb.Int64Value `protobuf:"bytes,6,opt,name=backend_flush_after,json=backendFlushAfter,proto3" json:"backend_flush_after,omitempty"`
	OldSnapshotThreshold     *wrapperspb.Int64Value `protobuf:"bytes,7,opt,name=old_snapshot_threshold,json=oldSnapshotThreshold,proto3" json:"old_snapshot_threshold,omitempty"`
	MaxStandbyStreamingDelay *wrapperspb.Int64Value `` // in milliseconds.
	/* 137-byte string literal not displayed */
	ConstraintExclusion     PostgresqlHostConfig13_1C_ConstraintExclusion `` /* 208-byte string literal not displayed */
	CursorTupleFraction     *wrapperspb.DoubleValue                       `protobuf:"bytes,10,opt,name=cursor_tuple_fraction,json=cursorTupleFraction,proto3" json:"cursor_tuple_fraction,omitempty"`
	FromCollapseLimit       *wrapperspb.Int64Value                        `protobuf:"bytes,11,opt,name=from_collapse_limit,json=fromCollapseLimit,proto3" json:"from_collapse_limit,omitempty"`
	JoinCollapseLimit       *wrapperspb.Int64Value                        `protobuf:"bytes,12,opt,name=join_collapse_limit,json=joinCollapseLimit,proto3" json:"join_collapse_limit,omitempty"`
	ForceParallelMode       PostgresqlHostConfig13_1C_ForceParallelMode   `` /* 203-byte string literal not displayed */
	ClientMinMessages       PostgresqlHostConfig13_1C_LogLevel            `` /* 194-byte string literal not displayed */
	LogMinMessages          PostgresqlHostConfig13_1C_LogLevel            `` /* 185-byte string literal not displayed */
	LogMinErrorStatement    PostgresqlHostConfig13_1C_LogLevel            `` /* 205-byte string literal not displayed */
	LogMinDurationStatement *wrapperspb.Int64Value                        `` // in milliseconds.
	/* 135-byte string literal not displayed */
	LogCheckpoints                  *wrapperspb.BoolValue                          `protobuf:"bytes,18,opt,name=log_checkpoints,json=logCheckpoints,proto3" json:"log_checkpoints,omitempty"`
	LogConnections                  *wrapperspb.BoolValue                          `protobuf:"bytes,19,opt,name=log_connections,json=logConnections,proto3" json:"log_connections,omitempty"`
	LogDisconnections               *wrapperspb.BoolValue                          `protobuf:"bytes,20,opt,name=log_disconnections,json=logDisconnections,proto3" json:"log_disconnections,omitempty"`
	LogDuration                     *wrapperspb.BoolValue                          `protobuf:"bytes,21,opt,name=log_duration,json=logDuration,proto3" json:"log_duration,omitempty"`
	LogErrorVerbosity               PostgresqlHostConfig13_1C_LogErrorVerbosity    `` /* 203-byte string literal not displayed */
	LogLockWaits                    *wrapperspb.BoolValue                          `protobuf:"bytes,23,opt,name=log_lock_waits,json=logLockWaits,proto3" json:"log_lock_waits,omitempty"`
	LogStatement                    PostgresqlHostConfig13_1C_LogStatement         `` /* 181-byte string literal not displayed */
	LogTempFiles                    *wrapperspb.Int64Value                         `protobuf:"bytes,25,opt,name=log_temp_files,json=logTempFiles,proto3" json:"log_temp_files,omitempty"`
	SearchPath                      string                                         `protobuf:"bytes,26,opt,name=search_path,json=searchPath,proto3" json:"search_path,omitempty"`
	RowSecurity                     *wrapperspb.BoolValue                          `protobuf:"bytes,27,opt,name=row_security,json=rowSecurity,proto3" json:"row_security,omitempty"`
	DefaultTransactionIsolation     PostgresqlHostConfig13_1C_TransactionIsolation ``                                                                                                               /* 236-byte string literal not displayed */
	StatementTimeout                *wrapperspb.Int64Value                         `protobuf:"bytes,29,opt,name=statement_timeout,json=statementTimeout,proto3" json:"statement_timeout,omitempty"` // in milliseconds.
	LockTimeout                     *wrapperspb.Int64Value                         `protobuf:"bytes,30,opt,name=lock_timeout,json=lockTimeout,proto3" json:"lock_timeout,omitempty"`                // in milliseconds.
	IdleInTransactionSessionTimeout *wrapperspb.Int64Value                         ``                                                                                                               // in milliseconds.
	/* 161-byte string literal not displayed */
	ByteaOutput                 PostgresqlHostConfig13_1C_ByteaOutput    ``                                                                                                                            /* 177-byte string literal not displayed */
	Xmlbinary                   PostgresqlHostConfig13_1C_XmlBinary      ``                                                                                                                            /* 152-byte string literal not displayed */
	Xmloption                   PostgresqlHostConfig13_1C_XmlOption      ``                                                                                                                            /* 152-byte string literal not displayed */
	GinPendingListLimit         *wrapperspb.Int64Value                   `protobuf:"bytes,35,opt,name=gin_pending_list_limit,json=ginPendingListLimit,proto3" json:"gin_pending_list_limit,omitempty"` // in bytes.
	DeadlockTimeout             *wrapperspb.Int64Value                   `protobuf:"bytes,36,opt,name=deadlock_timeout,json=deadlockTimeout,proto3" json:"deadlock_timeout,omitempty"`                 // in milliseconds.
	MaxLocksPerTransaction      *wrapperspb.Int64Value                   ``                                                                                                                            /* 132-byte string literal not displayed */
	MaxPredLocksPerTransaction  *wrapperspb.Int64Value                   ``                                                                                                                            /* 146-byte string literal not displayed */
	ArrayNulls                  *wrapperspb.BoolValue                    `protobuf:"bytes,39,opt,name=array_nulls,json=arrayNulls,proto3" json:"array_nulls,omitempty"`
	BackslashQuote              PostgresqlHostConfig13_1C_BackslashQuote `` /* 189-byte string literal not displayed */
	DefaultWithOids             *wrapperspb.BoolValue                    `protobuf:"bytes,41,opt,name=default_with_oids,json=defaultWithOids,proto3" json:"default_with_oids,omitempty"`
	EscapeStringWarning         *wrapperspb.BoolValue                    `protobuf:"bytes,42,opt,name=escape_string_warning,json=escapeStringWarning,proto3" json:"escape_string_warning,omitempty"`
	LoCompatPrivileges          *wrapperspb.BoolValue                    `protobuf:"bytes,43,opt,name=lo_compat_privileges,json=loCompatPrivileges,proto3" json:"lo_compat_privileges,omitempty"`
	OperatorPrecedenceWarning   *wrapperspb.BoolValue                    `` /* 139-byte string literal not displayed */
	QuoteAllIdentifiers         *wrapperspb.BoolValue                    `protobuf:"bytes,45,opt,name=quote_all_identifiers,json=quoteAllIdentifiers,proto3" json:"quote_all_identifiers,omitempty"`
	StandardConformingStrings   *wrapperspb.BoolValue                    `` /* 139-byte string literal not displayed */
	SynchronizeSeqscans         *wrapperspb.BoolValue                    `protobuf:"bytes,47,opt,name=synchronize_seqscans,json=synchronizeSeqscans,proto3" json:"synchronize_seqscans,omitempty"`
	TransformNullEquals         *wrapperspb.BoolValue                    `protobuf:"bytes,48,opt,name=transform_null_equals,json=transformNullEquals,proto3" json:"transform_null_equals,omitempty"`
	ExitOnError                 *wrapperspb.BoolValue                    `protobuf:"bytes,49,opt,name=exit_on_error,json=exitOnError,proto3" json:"exit_on_error,omitempty"`
	SeqPageCost                 *wrapperspb.DoubleValue                  `protobuf:"bytes,50,opt,name=seq_page_cost,json=seqPageCost,proto3" json:"seq_page_cost,omitempty"`
	RandomPageCost              *wrapperspb.DoubleValue                  `protobuf:"bytes,51,opt,name=random_page_cost,json=randomPageCost,proto3" json:"random_page_cost,omitempty"`
	EnableBitmapscan            *wrapperspb.BoolValue                    `protobuf:"bytes,54,opt,name=enable_bitmapscan,json=enableBitmapscan,proto3" json:"enable_bitmapscan,omitempty"`
	EnableHashagg               *wrapperspb.BoolValue                    `protobuf:"bytes,55,opt,name=enable_hashagg,json=enableHashagg,proto3" json:"enable_hashagg,omitempty"`
	EnableHashjoin              *wrapperspb.BoolValue                    `protobuf:"bytes,56,opt,name=enable_hashjoin,json=enableHashjoin,proto3" json:"enable_hashjoin,omitempty"`
	EnableIndexscan             *wrapperspb.BoolValue                    `protobuf:"bytes,57,opt,name=enable_indexscan,json=enableIndexscan,proto3" json:"enable_indexscan,omitempty"`
	EnableIndexonlyscan         *wrapperspb.BoolValue                    `protobuf:"bytes,58,opt,name=enable_indexonlyscan,json=enableIndexonlyscan,proto3" json:"enable_indexonlyscan,omitempty"`
	EnableMaterial              *wrapperspb.BoolValue                    `protobuf:"bytes,59,opt,name=enable_material,json=enableMaterial,proto3" json:"enable_material,omitempty"`
	EnableMergejoin             *wrapperspb.BoolValue                    `protobuf:"bytes,60,opt,name=enable_mergejoin,json=enableMergejoin,proto3" json:"enable_mergejoin,omitempty"`
	EnableNestloop              *wrapperspb.BoolValue                    `protobuf:"bytes,61,opt,name=enable_nestloop,json=enableNestloop,proto3" json:"enable_nestloop,omitempty"`
	EnableSeqscan               *wrapperspb.BoolValue                    `protobuf:"bytes,62,opt,name=enable_seqscan,json=enableSeqscan,proto3" json:"enable_seqscan,omitempty"`
	EnableSort                  *wrapperspb.BoolValue                    `protobuf:"bytes,63,opt,name=enable_sort,json=enableSort,proto3" json:"enable_sort,omitempty"`
	EnableTidscan               *wrapperspb.BoolValue                    `protobuf:"bytes,64,opt,name=enable_tidscan,json=enableTidscan,proto3" json:"enable_tidscan,omitempty"`
	MaxParallelWorkers          *wrapperspb.Int64Value                   `protobuf:"bytes,65,opt,name=max_parallel_workers,json=maxParallelWorkers,proto3" json:"max_parallel_workers,omitempty"`
	MaxParallelWorkersPerGather *wrapperspb.Int64Value                   `` /* 149-byte string literal not displayed */
	Timezone                    string                                   `protobuf:"bytes,67,opt,name=timezone,proto3" json:"timezone,omitempty"`
	EffectiveIoConcurrency      *wrapperspb.Int64Value                   `` /* 130-byte string literal not displayed */
	EffectiveCacheSize          *wrapperspb.Int64Value                   `protobuf:"bytes,69,opt,name=effective_cache_size,json=effectiveCacheSize,proto3" json:"effective_cache_size,omitempty"`
	// contains filtered or unexported fields
}

Options and structure of `PostgresqlConfig` reflects PostgreSQL configuration file parameters which detailed description is available in [PostgreSQL documentation](https://www.postgresql.org/docs/11/runtime-config.html).

func (*PostgresqlHostConfig13_1C) Descriptor deprecated

func (*PostgresqlHostConfig13_1C) Descriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig13_1C.ProtoReflect.Descriptor instead.

func (*PostgresqlHostConfig13_1C) GetArrayNulls

func (x *PostgresqlHostConfig13_1C) GetArrayNulls() *wrapperspb.BoolValue

func (*PostgresqlHostConfig13_1C) GetBackendFlushAfter

func (x *PostgresqlHostConfig13_1C) GetBackendFlushAfter() *wrapperspb.Int64Value

func (*PostgresqlHostConfig13_1C) GetBackslashQuote

func (*PostgresqlHostConfig13_1C) GetByteaOutput

func (*PostgresqlHostConfig13_1C) GetClientMinMessages

func (*PostgresqlHostConfig13_1C) GetConstraintExclusion

func (*PostgresqlHostConfig13_1C) GetCursorTupleFraction

func (x *PostgresqlHostConfig13_1C) GetCursorTupleFraction() *wrapperspb.DoubleValue

func (*PostgresqlHostConfig13_1C) GetDeadlockTimeout

func (x *PostgresqlHostConfig13_1C) GetDeadlockTimeout() *wrapperspb.Int64Value

func (*PostgresqlHostConfig13_1C) GetDefaultTransactionIsolation

func (*PostgresqlHostConfig13_1C) GetDefaultWithOids

func (x *PostgresqlHostConfig13_1C) GetDefaultWithOids() *wrapperspb.BoolValue

func (*PostgresqlHostConfig13_1C) GetEffectiveCacheSize

func (x *PostgresqlHostConfig13_1C) GetEffectiveCacheSize() *wrapperspb.Int64Value

func (*PostgresqlHostConfig13_1C) GetEffectiveIoConcurrency

func (x *PostgresqlHostConfig13_1C) GetEffectiveIoConcurrency() *wrapperspb.Int64Value

func (*PostgresqlHostConfig13_1C) GetEnableBitmapscan

func (x *PostgresqlHostConfig13_1C) GetEnableBitmapscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig13_1C) GetEnableHashagg

func (x *PostgresqlHostConfig13_1C) GetEnableHashagg() *wrapperspb.BoolValue

func (*PostgresqlHostConfig13_1C) GetEnableHashjoin

func (x *PostgresqlHostConfig13_1C) GetEnableHashjoin() *wrapperspb.BoolValue

func (*PostgresqlHostConfig13_1C) GetEnableIndexonlyscan

func (x *PostgresqlHostConfig13_1C) GetEnableIndexonlyscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig13_1C) GetEnableIndexscan

func (x *PostgresqlHostConfig13_1C) GetEnableIndexscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig13_1C) GetEnableMaterial

func (x *PostgresqlHostConfig13_1C) GetEnableMaterial() *wrapperspb.BoolValue

func (*PostgresqlHostConfig13_1C) GetEnableMergejoin

func (x *PostgresqlHostConfig13_1C) GetEnableMergejoin() *wrapperspb.BoolValue

func (*PostgresqlHostConfig13_1C) GetEnableNestloop

func (x *PostgresqlHostConfig13_1C) GetEnableNestloop() *wrapperspb.BoolValue

func (*PostgresqlHostConfig13_1C) GetEnableSeqscan

func (x *PostgresqlHostConfig13_1C) GetEnableSeqscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig13_1C) GetEnableSort

func (x *PostgresqlHostConfig13_1C) GetEnableSort() *wrapperspb.BoolValue

func (*PostgresqlHostConfig13_1C) GetEnableTidscan

func (x *PostgresqlHostConfig13_1C) GetEnableTidscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig13_1C) GetEscapeStringWarning

func (x *PostgresqlHostConfig13_1C) GetEscapeStringWarning() *wrapperspb.BoolValue

func (*PostgresqlHostConfig13_1C) GetExitOnError

func (x *PostgresqlHostConfig13_1C) GetExitOnError() *wrapperspb.BoolValue

func (*PostgresqlHostConfig13_1C) GetForceParallelMode

func (*PostgresqlHostConfig13_1C) GetFromCollapseLimit

func (x *PostgresqlHostConfig13_1C) GetFromCollapseLimit() *wrapperspb.Int64Value

func (*PostgresqlHostConfig13_1C) GetGinPendingListLimit

func (x *PostgresqlHostConfig13_1C) GetGinPendingListLimit() *wrapperspb.Int64Value

func (*PostgresqlHostConfig13_1C) GetIdleInTransactionSessionTimeout

func (x *PostgresqlHostConfig13_1C) GetIdleInTransactionSessionTimeout() *wrapperspb.Int64Value

func (*PostgresqlHostConfig13_1C) GetJoinCollapseLimit

func (x *PostgresqlHostConfig13_1C) GetJoinCollapseLimit() *wrapperspb.Int64Value

func (*PostgresqlHostConfig13_1C) GetLoCompatPrivileges

func (x *PostgresqlHostConfig13_1C) GetLoCompatPrivileges() *wrapperspb.BoolValue

func (*PostgresqlHostConfig13_1C) GetLockTimeout

func (x *PostgresqlHostConfig13_1C) GetLockTimeout() *wrapperspb.Int64Value

func (*PostgresqlHostConfig13_1C) GetLogCheckpoints

func (x *PostgresqlHostConfig13_1C) GetLogCheckpoints() *wrapperspb.BoolValue

func (*PostgresqlHostConfig13_1C) GetLogConnections

func (x *PostgresqlHostConfig13_1C) GetLogConnections() *wrapperspb.BoolValue

func (*PostgresqlHostConfig13_1C) GetLogDisconnections

func (x *PostgresqlHostConfig13_1C) GetLogDisconnections() *wrapperspb.BoolValue

func (*PostgresqlHostConfig13_1C) GetLogDuration

func (x *PostgresqlHostConfig13_1C) GetLogDuration() *wrapperspb.BoolValue

func (*PostgresqlHostConfig13_1C) GetLogErrorVerbosity

func (*PostgresqlHostConfig13_1C) GetLogLockWaits

func (x *PostgresqlHostConfig13_1C) GetLogLockWaits() *wrapperspb.BoolValue

func (*PostgresqlHostConfig13_1C) GetLogMinDurationStatement

func (x *PostgresqlHostConfig13_1C) GetLogMinDurationStatement() *wrapperspb.Int64Value

func (*PostgresqlHostConfig13_1C) GetLogMinErrorStatement

func (*PostgresqlHostConfig13_1C) GetLogMinMessages

func (*PostgresqlHostConfig13_1C) GetLogStatement

func (*PostgresqlHostConfig13_1C) GetLogTempFiles

func (x *PostgresqlHostConfig13_1C) GetLogTempFiles() *wrapperspb.Int64Value

func (*PostgresqlHostConfig13_1C) GetMaxLocksPerTransaction

func (x *PostgresqlHostConfig13_1C) GetMaxLocksPerTransaction() *wrapperspb.Int64Value

func (*PostgresqlHostConfig13_1C) GetMaxParallelWorkers

func (x *PostgresqlHostConfig13_1C) GetMaxParallelWorkers() *wrapperspb.Int64Value

func (*PostgresqlHostConfig13_1C) GetMaxParallelWorkersPerGather

func (x *PostgresqlHostConfig13_1C) GetMaxParallelWorkersPerGather() *wrapperspb.Int64Value

func (*PostgresqlHostConfig13_1C) GetMaxPredLocksPerTransaction

func (x *PostgresqlHostConfig13_1C) GetMaxPredLocksPerTransaction() *wrapperspb.Int64Value

func (*PostgresqlHostConfig13_1C) GetMaxStandbyStreamingDelay

func (x *PostgresqlHostConfig13_1C) GetMaxStandbyStreamingDelay() *wrapperspb.Int64Value

func (*PostgresqlHostConfig13_1C) GetOldSnapshotThreshold

func (x *PostgresqlHostConfig13_1C) GetOldSnapshotThreshold() *wrapperspb.Int64Value

func (*PostgresqlHostConfig13_1C) GetOperatorPrecedenceWarning

func (x *PostgresqlHostConfig13_1C) GetOperatorPrecedenceWarning() *wrapperspb.BoolValue

func (*PostgresqlHostConfig13_1C) GetQuoteAllIdentifiers

func (x *PostgresqlHostConfig13_1C) GetQuoteAllIdentifiers() *wrapperspb.BoolValue

func (*PostgresqlHostConfig13_1C) GetRandomPageCost

func (x *PostgresqlHostConfig13_1C) GetRandomPageCost() *wrapperspb.DoubleValue

func (*PostgresqlHostConfig13_1C) GetRecoveryMinApplyDelay

func (x *PostgresqlHostConfig13_1C) GetRecoveryMinApplyDelay() *wrapperspb.Int64Value

func (*PostgresqlHostConfig13_1C) GetRowSecurity

func (x *PostgresqlHostConfig13_1C) GetRowSecurity() *wrapperspb.BoolValue

func (*PostgresqlHostConfig13_1C) GetSearchPath

func (x *PostgresqlHostConfig13_1C) GetSearchPath() string

func (*PostgresqlHostConfig13_1C) GetSeqPageCost

func (x *PostgresqlHostConfig13_1C) GetSeqPageCost() *wrapperspb.DoubleValue

func (*PostgresqlHostConfig13_1C) GetSharedBuffers

func (x *PostgresqlHostConfig13_1C) GetSharedBuffers() *wrapperspb.Int64Value

func (*PostgresqlHostConfig13_1C) GetStandardConformingStrings

func (x *PostgresqlHostConfig13_1C) GetStandardConformingStrings() *wrapperspb.BoolValue

func (*PostgresqlHostConfig13_1C) GetStatementTimeout

func (x *PostgresqlHostConfig13_1C) GetStatementTimeout() *wrapperspb.Int64Value

func (*PostgresqlHostConfig13_1C) GetSynchronizeSeqscans

func (x *PostgresqlHostConfig13_1C) GetSynchronizeSeqscans() *wrapperspb.BoolValue

func (*PostgresqlHostConfig13_1C) GetTempBuffers

func (x *PostgresqlHostConfig13_1C) GetTempBuffers() *wrapperspb.Int64Value

func (*PostgresqlHostConfig13_1C) GetTempFileLimit

func (x *PostgresqlHostConfig13_1C) GetTempFileLimit() *wrapperspb.Int64Value

func (*PostgresqlHostConfig13_1C) GetTimezone

func (x *PostgresqlHostConfig13_1C) GetTimezone() string

func (*PostgresqlHostConfig13_1C) GetTransformNullEquals

func (x *PostgresqlHostConfig13_1C) GetTransformNullEquals() *wrapperspb.BoolValue

func (*PostgresqlHostConfig13_1C) GetWorkMem

func (*PostgresqlHostConfig13_1C) GetXmlbinary

func (*PostgresqlHostConfig13_1C) GetXmloption

func (*PostgresqlHostConfig13_1C) ProtoMessage

func (*PostgresqlHostConfig13_1C) ProtoMessage()

func (*PostgresqlHostConfig13_1C) ProtoReflect

func (*PostgresqlHostConfig13_1C) Reset

func (x *PostgresqlHostConfig13_1C) Reset()

func (*PostgresqlHostConfig13_1C) SetArrayNulls

func (m *PostgresqlHostConfig13_1C) SetArrayNulls(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig13_1C) SetBackendFlushAfter

func (m *PostgresqlHostConfig13_1C) SetBackendFlushAfter(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig13_1C) SetBackslashQuote

func (*PostgresqlHostConfig13_1C) SetByteaOutput

func (*PostgresqlHostConfig13_1C) SetClientMinMessages

func (*PostgresqlHostConfig13_1C) SetConstraintExclusion

func (*PostgresqlHostConfig13_1C) SetCursorTupleFraction

func (m *PostgresqlHostConfig13_1C) SetCursorTupleFraction(v *wrapperspb.DoubleValue)

func (*PostgresqlHostConfig13_1C) SetDeadlockTimeout

func (m *PostgresqlHostConfig13_1C) SetDeadlockTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig13_1C) SetDefaultTransactionIsolation

func (*PostgresqlHostConfig13_1C) SetDefaultWithOids

func (m *PostgresqlHostConfig13_1C) SetDefaultWithOids(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig13_1C) SetEffectiveCacheSize

func (m *PostgresqlHostConfig13_1C) SetEffectiveCacheSize(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig13_1C) SetEffectiveIoConcurrency

func (m *PostgresqlHostConfig13_1C) SetEffectiveIoConcurrency(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig13_1C) SetEnableBitmapscan

func (m *PostgresqlHostConfig13_1C) SetEnableBitmapscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig13_1C) SetEnableHashagg

func (m *PostgresqlHostConfig13_1C) SetEnableHashagg(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig13_1C) SetEnableHashjoin

func (m *PostgresqlHostConfig13_1C) SetEnableHashjoin(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig13_1C) SetEnableIndexonlyscan

func (m *PostgresqlHostConfig13_1C) SetEnableIndexonlyscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig13_1C) SetEnableIndexscan

func (m *PostgresqlHostConfig13_1C) SetEnableIndexscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig13_1C) SetEnableMaterial

func (m *PostgresqlHostConfig13_1C) SetEnableMaterial(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig13_1C) SetEnableMergejoin

func (m *PostgresqlHostConfig13_1C) SetEnableMergejoin(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig13_1C) SetEnableNestloop

func (m *PostgresqlHostConfig13_1C) SetEnableNestloop(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig13_1C) SetEnableSeqscan

func (m *PostgresqlHostConfig13_1C) SetEnableSeqscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig13_1C) SetEnableSort

func (m *PostgresqlHostConfig13_1C) SetEnableSort(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig13_1C) SetEnableTidscan

func (m *PostgresqlHostConfig13_1C) SetEnableTidscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig13_1C) SetEscapeStringWarning

func (m *PostgresqlHostConfig13_1C) SetEscapeStringWarning(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig13_1C) SetExitOnError

func (m *PostgresqlHostConfig13_1C) SetExitOnError(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig13_1C) SetForceParallelMode

func (*PostgresqlHostConfig13_1C) SetFromCollapseLimit

func (m *PostgresqlHostConfig13_1C) SetFromCollapseLimit(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig13_1C) SetGinPendingListLimit

func (m *PostgresqlHostConfig13_1C) SetGinPendingListLimit(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig13_1C) SetIdleInTransactionSessionTimeout

func (m *PostgresqlHostConfig13_1C) SetIdleInTransactionSessionTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig13_1C) SetJoinCollapseLimit

func (m *PostgresqlHostConfig13_1C) SetJoinCollapseLimit(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig13_1C) SetLoCompatPrivileges

func (m *PostgresqlHostConfig13_1C) SetLoCompatPrivileges(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig13_1C) SetLockTimeout

func (m *PostgresqlHostConfig13_1C) SetLockTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig13_1C) SetLogCheckpoints

func (m *PostgresqlHostConfig13_1C) SetLogCheckpoints(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig13_1C) SetLogConnections

func (m *PostgresqlHostConfig13_1C) SetLogConnections(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig13_1C) SetLogDisconnections

func (m *PostgresqlHostConfig13_1C) SetLogDisconnections(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig13_1C) SetLogDuration

func (m *PostgresqlHostConfig13_1C) SetLogDuration(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig13_1C) SetLogErrorVerbosity

func (*PostgresqlHostConfig13_1C) SetLogLockWaits

func (m *PostgresqlHostConfig13_1C) SetLogLockWaits(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig13_1C) SetLogMinDurationStatement

func (m *PostgresqlHostConfig13_1C) SetLogMinDurationStatement(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig13_1C) SetLogMinErrorStatement

func (m *PostgresqlHostConfig13_1C) SetLogMinErrorStatement(v PostgresqlHostConfig13_1C_LogLevel)

func (*PostgresqlHostConfig13_1C) SetLogMinMessages

func (*PostgresqlHostConfig13_1C) SetLogStatement

func (*PostgresqlHostConfig13_1C) SetLogTempFiles

func (m *PostgresqlHostConfig13_1C) SetLogTempFiles(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig13_1C) SetMaxLocksPerTransaction

func (m *PostgresqlHostConfig13_1C) SetMaxLocksPerTransaction(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig13_1C) SetMaxParallelWorkers

func (m *PostgresqlHostConfig13_1C) SetMaxParallelWorkers(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig13_1C) SetMaxParallelWorkersPerGather

func (m *PostgresqlHostConfig13_1C) SetMaxParallelWorkersPerGather(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig13_1C) SetMaxPredLocksPerTransaction

func (m *PostgresqlHostConfig13_1C) SetMaxPredLocksPerTransaction(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig13_1C) SetMaxStandbyStreamingDelay

func (m *PostgresqlHostConfig13_1C) SetMaxStandbyStreamingDelay(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig13_1C) SetOldSnapshotThreshold

func (m *PostgresqlHostConfig13_1C) SetOldSnapshotThreshold(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig13_1C) SetOperatorPrecedenceWarning

func (m *PostgresqlHostConfig13_1C) SetOperatorPrecedenceWarning(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig13_1C) SetQuoteAllIdentifiers

func (m *PostgresqlHostConfig13_1C) SetQuoteAllIdentifiers(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig13_1C) SetRandomPageCost

func (m *PostgresqlHostConfig13_1C) SetRandomPageCost(v *wrapperspb.DoubleValue)

func (*PostgresqlHostConfig13_1C) SetRecoveryMinApplyDelay

func (m *PostgresqlHostConfig13_1C) SetRecoveryMinApplyDelay(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig13_1C) SetRowSecurity

func (m *PostgresqlHostConfig13_1C) SetRowSecurity(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig13_1C) SetSearchPath

func (m *PostgresqlHostConfig13_1C) SetSearchPath(v string)

func (*PostgresqlHostConfig13_1C) SetSeqPageCost

func (m *PostgresqlHostConfig13_1C) SetSeqPageCost(v *wrapperspb.DoubleValue)

func (*PostgresqlHostConfig13_1C) SetSharedBuffers

func (m *PostgresqlHostConfig13_1C) SetSharedBuffers(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig13_1C) SetStandardConformingStrings

func (m *PostgresqlHostConfig13_1C) SetStandardConformingStrings(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig13_1C) SetStatementTimeout

func (m *PostgresqlHostConfig13_1C) SetStatementTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig13_1C) SetSynchronizeSeqscans

func (m *PostgresqlHostConfig13_1C) SetSynchronizeSeqscans(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig13_1C) SetTempBuffers

func (m *PostgresqlHostConfig13_1C) SetTempBuffers(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig13_1C) SetTempFileLimit

func (m *PostgresqlHostConfig13_1C) SetTempFileLimit(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig13_1C) SetTimezone

func (m *PostgresqlHostConfig13_1C) SetTimezone(v string)

func (*PostgresqlHostConfig13_1C) SetTransformNullEquals

func (m *PostgresqlHostConfig13_1C) SetTransformNullEquals(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig13_1C) SetWorkMem

func (*PostgresqlHostConfig13_1C) SetXmlbinary

func (*PostgresqlHostConfig13_1C) SetXmloption

func (*PostgresqlHostConfig13_1C) String

func (x *PostgresqlHostConfig13_1C) String() string

type PostgresqlHostConfig13_1C_BackslashQuote

type PostgresqlHostConfig13_1C_BackslashQuote int32
const (
	PostgresqlHostConfig13_1C_BACKSLASH_QUOTE_UNSPECIFIED   PostgresqlHostConfig13_1C_BackslashQuote = 0
	PostgresqlHostConfig13_1C_BACKSLASH_QUOTE               PostgresqlHostConfig13_1C_BackslashQuote = 1
	PostgresqlHostConfig13_1C_BACKSLASH_QUOTE_ON            PostgresqlHostConfig13_1C_BackslashQuote = 2
	PostgresqlHostConfig13_1C_BACKSLASH_QUOTE_OFF           PostgresqlHostConfig13_1C_BackslashQuote = 3
	PostgresqlHostConfig13_1C_BACKSLASH_QUOTE_SAFE_ENCODING PostgresqlHostConfig13_1C_BackslashQuote = 4
)

func (PostgresqlHostConfig13_1C_BackslashQuote) Descriptor

func (PostgresqlHostConfig13_1C_BackslashQuote) Enum

func (PostgresqlHostConfig13_1C_BackslashQuote) EnumDescriptor deprecated

func (PostgresqlHostConfig13_1C_BackslashQuote) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig13_1C_BackslashQuote.Descriptor instead.

func (PostgresqlHostConfig13_1C_BackslashQuote) Number

func (PostgresqlHostConfig13_1C_BackslashQuote) String

func (PostgresqlHostConfig13_1C_BackslashQuote) Type

type PostgresqlHostConfig13_1C_ByteaOutput

type PostgresqlHostConfig13_1C_ByteaOutput int32
const (
	PostgresqlHostConfig13_1C_BYTEA_OUTPUT_UNSPECIFIED PostgresqlHostConfig13_1C_ByteaOutput = 0
	PostgresqlHostConfig13_1C_BYTEA_OUTPUT_HEX         PostgresqlHostConfig13_1C_ByteaOutput = 1
	PostgresqlHostConfig13_1C_BYTEA_OUTPUT_ESCAPED     PostgresqlHostConfig13_1C_ByteaOutput = 2
)

func (PostgresqlHostConfig13_1C_ByteaOutput) Descriptor

func (PostgresqlHostConfig13_1C_ByteaOutput) Enum

func (PostgresqlHostConfig13_1C_ByteaOutput) EnumDescriptor deprecated

func (PostgresqlHostConfig13_1C_ByteaOutput) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig13_1C_ByteaOutput.Descriptor instead.

func (PostgresqlHostConfig13_1C_ByteaOutput) Number

func (PostgresqlHostConfig13_1C_ByteaOutput) String

func (PostgresqlHostConfig13_1C_ByteaOutput) Type

type PostgresqlHostConfig13_1C_ConstraintExclusion

type PostgresqlHostConfig13_1C_ConstraintExclusion int32
const (
	PostgresqlHostConfig13_1C_CONSTRAINT_EXCLUSION_UNSPECIFIED PostgresqlHostConfig13_1C_ConstraintExclusion = 0
	PostgresqlHostConfig13_1C_CONSTRAINT_EXCLUSION_ON          PostgresqlHostConfig13_1C_ConstraintExclusion = 1
	PostgresqlHostConfig13_1C_CONSTRAINT_EXCLUSION_OFF         PostgresqlHostConfig13_1C_ConstraintExclusion = 2
	PostgresqlHostConfig13_1C_CONSTRAINT_EXCLUSION_PARTITION   PostgresqlHostConfig13_1C_ConstraintExclusion = 3
)

func (PostgresqlHostConfig13_1C_ConstraintExclusion) Descriptor

func (PostgresqlHostConfig13_1C_ConstraintExclusion) Enum

func (PostgresqlHostConfig13_1C_ConstraintExclusion) EnumDescriptor deprecated

func (PostgresqlHostConfig13_1C_ConstraintExclusion) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig13_1C_ConstraintExclusion.Descriptor instead.

func (PostgresqlHostConfig13_1C_ConstraintExclusion) Number

func (PostgresqlHostConfig13_1C_ConstraintExclusion) String

func (PostgresqlHostConfig13_1C_ConstraintExclusion) Type

type PostgresqlHostConfig13_1C_ForceParallelMode

type PostgresqlHostConfig13_1C_ForceParallelMode int32
const (
	PostgresqlHostConfig13_1C_FORCE_PARALLEL_MODE_UNSPECIFIED PostgresqlHostConfig13_1C_ForceParallelMode = 0
	PostgresqlHostConfig13_1C_FORCE_PARALLEL_MODE_ON          PostgresqlHostConfig13_1C_ForceParallelMode = 1
	PostgresqlHostConfig13_1C_FORCE_PARALLEL_MODE_OFF         PostgresqlHostConfig13_1C_ForceParallelMode = 2
	PostgresqlHostConfig13_1C_FORCE_PARALLEL_MODE_REGRESS     PostgresqlHostConfig13_1C_ForceParallelMode = 3
)

func (PostgresqlHostConfig13_1C_ForceParallelMode) Descriptor

func (PostgresqlHostConfig13_1C_ForceParallelMode) Enum

func (PostgresqlHostConfig13_1C_ForceParallelMode) EnumDescriptor deprecated

func (PostgresqlHostConfig13_1C_ForceParallelMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig13_1C_ForceParallelMode.Descriptor instead.

func (PostgresqlHostConfig13_1C_ForceParallelMode) Number

func (PostgresqlHostConfig13_1C_ForceParallelMode) String

func (PostgresqlHostConfig13_1C_ForceParallelMode) Type

type PostgresqlHostConfig13_1C_LogErrorVerbosity

type PostgresqlHostConfig13_1C_LogErrorVerbosity int32
const (
	PostgresqlHostConfig13_1C_LOG_ERROR_VERBOSITY_UNSPECIFIED PostgresqlHostConfig13_1C_LogErrorVerbosity = 0
	PostgresqlHostConfig13_1C_LOG_ERROR_VERBOSITY_TERSE       PostgresqlHostConfig13_1C_LogErrorVerbosity = 1
	PostgresqlHostConfig13_1C_LOG_ERROR_VERBOSITY_DEFAULT     PostgresqlHostConfig13_1C_LogErrorVerbosity = 2
	PostgresqlHostConfig13_1C_LOG_ERROR_VERBOSITY_VERBOSE     PostgresqlHostConfig13_1C_LogErrorVerbosity = 3
)

func (PostgresqlHostConfig13_1C_LogErrorVerbosity) Descriptor

func (PostgresqlHostConfig13_1C_LogErrorVerbosity) Enum

func (PostgresqlHostConfig13_1C_LogErrorVerbosity) EnumDescriptor deprecated

func (PostgresqlHostConfig13_1C_LogErrorVerbosity) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig13_1C_LogErrorVerbosity.Descriptor instead.

func (PostgresqlHostConfig13_1C_LogErrorVerbosity) Number

func (PostgresqlHostConfig13_1C_LogErrorVerbosity) String

func (PostgresqlHostConfig13_1C_LogErrorVerbosity) Type

type PostgresqlHostConfig13_1C_LogLevel

type PostgresqlHostConfig13_1C_LogLevel int32
const (
	PostgresqlHostConfig13_1C_LOG_LEVEL_UNSPECIFIED PostgresqlHostConfig13_1C_LogLevel = 0
	PostgresqlHostConfig13_1C_LOG_LEVEL_DEBUG5      PostgresqlHostConfig13_1C_LogLevel = 1
	PostgresqlHostConfig13_1C_LOG_LEVEL_DEBUG4      PostgresqlHostConfig13_1C_LogLevel = 2
	PostgresqlHostConfig13_1C_LOG_LEVEL_DEBUG3      PostgresqlHostConfig13_1C_LogLevel = 3
	PostgresqlHostConfig13_1C_LOG_LEVEL_DEBUG2      PostgresqlHostConfig13_1C_LogLevel = 4
	PostgresqlHostConfig13_1C_LOG_LEVEL_DEBUG1      PostgresqlHostConfig13_1C_LogLevel = 5
	PostgresqlHostConfig13_1C_LOG_LEVEL_LOG         PostgresqlHostConfig13_1C_LogLevel = 6
	PostgresqlHostConfig13_1C_LOG_LEVEL_NOTICE      PostgresqlHostConfig13_1C_LogLevel = 7
	PostgresqlHostConfig13_1C_LOG_LEVEL_WARNING     PostgresqlHostConfig13_1C_LogLevel = 8
	PostgresqlHostConfig13_1C_LOG_LEVEL_ERROR       PostgresqlHostConfig13_1C_LogLevel = 9
	PostgresqlHostConfig13_1C_LOG_LEVEL_FATAL       PostgresqlHostConfig13_1C_LogLevel = 10
	PostgresqlHostConfig13_1C_LOG_LEVEL_PANIC       PostgresqlHostConfig13_1C_LogLevel = 11
)

func (PostgresqlHostConfig13_1C_LogLevel) Descriptor

func (PostgresqlHostConfig13_1C_LogLevel) Enum

func (PostgresqlHostConfig13_1C_LogLevel) EnumDescriptor deprecated

func (PostgresqlHostConfig13_1C_LogLevel) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig13_1C_LogLevel.Descriptor instead.

func (PostgresqlHostConfig13_1C_LogLevel) Number

func (PostgresqlHostConfig13_1C_LogLevel) String

func (PostgresqlHostConfig13_1C_LogLevel) Type

type PostgresqlHostConfig13_1C_LogStatement

type PostgresqlHostConfig13_1C_LogStatement int32
const (
	PostgresqlHostConfig13_1C_LOG_STATEMENT_UNSPECIFIED PostgresqlHostConfig13_1C_LogStatement = 0
	PostgresqlHostConfig13_1C_LOG_STATEMENT_NONE        PostgresqlHostConfig13_1C_LogStatement = 1
	PostgresqlHostConfig13_1C_LOG_STATEMENT_DDL         PostgresqlHostConfig13_1C_LogStatement = 2
	PostgresqlHostConfig13_1C_LOG_STATEMENT_MOD         PostgresqlHostConfig13_1C_LogStatement = 3
	PostgresqlHostConfig13_1C_LOG_STATEMENT_ALL         PostgresqlHostConfig13_1C_LogStatement = 4
)

func (PostgresqlHostConfig13_1C_LogStatement) Descriptor

func (PostgresqlHostConfig13_1C_LogStatement) Enum

func (PostgresqlHostConfig13_1C_LogStatement) EnumDescriptor deprecated

func (PostgresqlHostConfig13_1C_LogStatement) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig13_1C_LogStatement.Descriptor instead.

func (PostgresqlHostConfig13_1C_LogStatement) Number

func (PostgresqlHostConfig13_1C_LogStatement) String

func (PostgresqlHostConfig13_1C_LogStatement) Type

type PostgresqlHostConfig13_1C_TransactionIsolation

type PostgresqlHostConfig13_1C_TransactionIsolation int32
const (
	PostgresqlHostConfig13_1C_TRANSACTION_ISOLATION_UNSPECIFIED      PostgresqlHostConfig13_1C_TransactionIsolation = 0
	PostgresqlHostConfig13_1C_TRANSACTION_ISOLATION_READ_UNCOMMITTED PostgresqlHostConfig13_1C_TransactionIsolation = 1
	PostgresqlHostConfig13_1C_TRANSACTION_ISOLATION_READ_COMMITTED   PostgresqlHostConfig13_1C_TransactionIsolation = 2
	PostgresqlHostConfig13_1C_TRANSACTION_ISOLATION_REPEATABLE_READ  PostgresqlHostConfig13_1C_TransactionIsolation = 3
	PostgresqlHostConfig13_1C_TRANSACTION_ISOLATION_SERIALIZABLE     PostgresqlHostConfig13_1C_TransactionIsolation = 4
)

func (PostgresqlHostConfig13_1C_TransactionIsolation) Descriptor

func (PostgresqlHostConfig13_1C_TransactionIsolation) Enum

func (PostgresqlHostConfig13_1C_TransactionIsolation) EnumDescriptor deprecated

Deprecated: Use PostgresqlHostConfig13_1C_TransactionIsolation.Descriptor instead.

func (PostgresqlHostConfig13_1C_TransactionIsolation) Number

func (PostgresqlHostConfig13_1C_TransactionIsolation) String

func (PostgresqlHostConfig13_1C_TransactionIsolation) Type

type PostgresqlHostConfig13_1C_XmlBinary

type PostgresqlHostConfig13_1C_XmlBinary int32
const (
	PostgresqlHostConfig13_1C_XML_BINARY_UNSPECIFIED PostgresqlHostConfig13_1C_XmlBinary = 0
	PostgresqlHostConfig13_1C_XML_BINARY_BASE64      PostgresqlHostConfig13_1C_XmlBinary = 1
	PostgresqlHostConfig13_1C_XML_BINARY_HEX         PostgresqlHostConfig13_1C_XmlBinary = 2
)

func (PostgresqlHostConfig13_1C_XmlBinary) Descriptor

func (PostgresqlHostConfig13_1C_XmlBinary) Enum

func (PostgresqlHostConfig13_1C_XmlBinary) EnumDescriptor deprecated

func (PostgresqlHostConfig13_1C_XmlBinary) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig13_1C_XmlBinary.Descriptor instead.

func (PostgresqlHostConfig13_1C_XmlBinary) Number

func (PostgresqlHostConfig13_1C_XmlBinary) String

func (PostgresqlHostConfig13_1C_XmlBinary) Type

type PostgresqlHostConfig13_1C_XmlOption

type PostgresqlHostConfig13_1C_XmlOption int32
const (
	PostgresqlHostConfig13_1C_XML_OPTION_UNSPECIFIED PostgresqlHostConfig13_1C_XmlOption = 0
	PostgresqlHostConfig13_1C_XML_OPTION_DOCUMENT    PostgresqlHostConfig13_1C_XmlOption = 1
	PostgresqlHostConfig13_1C_XML_OPTION_CONTENT     PostgresqlHostConfig13_1C_XmlOption = 2
)

func (PostgresqlHostConfig13_1C_XmlOption) Descriptor

func (PostgresqlHostConfig13_1C_XmlOption) Enum

func (PostgresqlHostConfig13_1C_XmlOption) EnumDescriptor deprecated

func (PostgresqlHostConfig13_1C_XmlOption) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig13_1C_XmlOption.Descriptor instead.

func (PostgresqlHostConfig13_1C_XmlOption) Number

func (PostgresqlHostConfig13_1C_XmlOption) String

func (PostgresqlHostConfig13_1C_XmlOption) Type

type PostgresqlHostConfig13_BackslashQuote

type PostgresqlHostConfig13_BackslashQuote int32
const (
	PostgresqlHostConfig13_BACKSLASH_QUOTE_UNSPECIFIED   PostgresqlHostConfig13_BackslashQuote = 0
	PostgresqlHostConfig13_BACKSLASH_QUOTE               PostgresqlHostConfig13_BackslashQuote = 1
	PostgresqlHostConfig13_BACKSLASH_QUOTE_ON            PostgresqlHostConfig13_BackslashQuote = 2
	PostgresqlHostConfig13_BACKSLASH_QUOTE_OFF           PostgresqlHostConfig13_BackslashQuote = 3
	PostgresqlHostConfig13_BACKSLASH_QUOTE_SAFE_ENCODING PostgresqlHostConfig13_BackslashQuote = 4
)

func (PostgresqlHostConfig13_BackslashQuote) Descriptor

func (PostgresqlHostConfig13_BackslashQuote) Enum

func (PostgresqlHostConfig13_BackslashQuote) EnumDescriptor deprecated

func (PostgresqlHostConfig13_BackslashQuote) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig13_BackslashQuote.Descriptor instead.

func (PostgresqlHostConfig13_BackslashQuote) Number

func (PostgresqlHostConfig13_BackslashQuote) String

func (PostgresqlHostConfig13_BackslashQuote) Type

type PostgresqlHostConfig13_ByteaOutput

type PostgresqlHostConfig13_ByteaOutput int32
const (
	PostgresqlHostConfig13_BYTEA_OUTPUT_UNSPECIFIED PostgresqlHostConfig13_ByteaOutput = 0
	PostgresqlHostConfig13_BYTEA_OUTPUT_HEX         PostgresqlHostConfig13_ByteaOutput = 1
	PostgresqlHostConfig13_BYTEA_OUTPUT_ESCAPED     PostgresqlHostConfig13_ByteaOutput = 2
)

func (PostgresqlHostConfig13_ByteaOutput) Descriptor

func (PostgresqlHostConfig13_ByteaOutput) Enum

func (PostgresqlHostConfig13_ByteaOutput) EnumDescriptor deprecated

func (PostgresqlHostConfig13_ByteaOutput) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig13_ByteaOutput.Descriptor instead.

func (PostgresqlHostConfig13_ByteaOutput) Number

func (PostgresqlHostConfig13_ByteaOutput) String

func (PostgresqlHostConfig13_ByteaOutput) Type

type PostgresqlHostConfig13_ConstraintExclusion

type PostgresqlHostConfig13_ConstraintExclusion int32
const (
	PostgresqlHostConfig13_CONSTRAINT_EXCLUSION_UNSPECIFIED PostgresqlHostConfig13_ConstraintExclusion = 0
	PostgresqlHostConfig13_CONSTRAINT_EXCLUSION_ON          PostgresqlHostConfig13_ConstraintExclusion = 1
	PostgresqlHostConfig13_CONSTRAINT_EXCLUSION_OFF         PostgresqlHostConfig13_ConstraintExclusion = 2
	PostgresqlHostConfig13_CONSTRAINT_EXCLUSION_PARTITION   PostgresqlHostConfig13_ConstraintExclusion = 3
)

func (PostgresqlHostConfig13_ConstraintExclusion) Descriptor

func (PostgresqlHostConfig13_ConstraintExclusion) Enum

func (PostgresqlHostConfig13_ConstraintExclusion) EnumDescriptor deprecated

func (PostgresqlHostConfig13_ConstraintExclusion) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig13_ConstraintExclusion.Descriptor instead.

func (PostgresqlHostConfig13_ConstraintExclusion) Number

func (PostgresqlHostConfig13_ConstraintExclusion) String

func (PostgresqlHostConfig13_ConstraintExclusion) Type

type PostgresqlHostConfig13_ForceParallelMode

type PostgresqlHostConfig13_ForceParallelMode int32
const (
	PostgresqlHostConfig13_FORCE_PARALLEL_MODE_UNSPECIFIED PostgresqlHostConfig13_ForceParallelMode = 0
	PostgresqlHostConfig13_FORCE_PARALLEL_MODE_ON          PostgresqlHostConfig13_ForceParallelMode = 1
	PostgresqlHostConfig13_FORCE_PARALLEL_MODE_OFF         PostgresqlHostConfig13_ForceParallelMode = 2
	PostgresqlHostConfig13_FORCE_PARALLEL_MODE_REGRESS     PostgresqlHostConfig13_ForceParallelMode = 3
)

func (PostgresqlHostConfig13_ForceParallelMode) Descriptor

func (PostgresqlHostConfig13_ForceParallelMode) Enum

func (PostgresqlHostConfig13_ForceParallelMode) EnumDescriptor deprecated

func (PostgresqlHostConfig13_ForceParallelMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig13_ForceParallelMode.Descriptor instead.

func (PostgresqlHostConfig13_ForceParallelMode) Number

func (PostgresqlHostConfig13_ForceParallelMode) String

func (PostgresqlHostConfig13_ForceParallelMode) Type

type PostgresqlHostConfig13_LogErrorVerbosity

type PostgresqlHostConfig13_LogErrorVerbosity int32
const (
	PostgresqlHostConfig13_LOG_ERROR_VERBOSITY_UNSPECIFIED PostgresqlHostConfig13_LogErrorVerbosity = 0
	PostgresqlHostConfig13_LOG_ERROR_VERBOSITY_TERSE       PostgresqlHostConfig13_LogErrorVerbosity = 1
	PostgresqlHostConfig13_LOG_ERROR_VERBOSITY_DEFAULT     PostgresqlHostConfig13_LogErrorVerbosity = 2
	PostgresqlHostConfig13_LOG_ERROR_VERBOSITY_VERBOSE     PostgresqlHostConfig13_LogErrorVerbosity = 3
)

func (PostgresqlHostConfig13_LogErrorVerbosity) Descriptor

func (PostgresqlHostConfig13_LogErrorVerbosity) Enum

func (PostgresqlHostConfig13_LogErrorVerbosity) EnumDescriptor deprecated

func (PostgresqlHostConfig13_LogErrorVerbosity) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig13_LogErrorVerbosity.Descriptor instead.

func (PostgresqlHostConfig13_LogErrorVerbosity) Number

func (PostgresqlHostConfig13_LogErrorVerbosity) String

func (PostgresqlHostConfig13_LogErrorVerbosity) Type

type PostgresqlHostConfig13_LogLevel

type PostgresqlHostConfig13_LogLevel int32
const (
	PostgresqlHostConfig13_LOG_LEVEL_UNSPECIFIED PostgresqlHostConfig13_LogLevel = 0
	PostgresqlHostConfig13_LOG_LEVEL_DEBUG5      PostgresqlHostConfig13_LogLevel = 1
	PostgresqlHostConfig13_LOG_LEVEL_DEBUG4      PostgresqlHostConfig13_LogLevel = 2
	PostgresqlHostConfig13_LOG_LEVEL_DEBUG3      PostgresqlHostConfig13_LogLevel = 3
	PostgresqlHostConfig13_LOG_LEVEL_DEBUG2      PostgresqlHostConfig13_LogLevel = 4
	PostgresqlHostConfig13_LOG_LEVEL_DEBUG1      PostgresqlHostConfig13_LogLevel = 5
	PostgresqlHostConfig13_LOG_LEVEL_LOG         PostgresqlHostConfig13_LogLevel = 6
	PostgresqlHostConfig13_LOG_LEVEL_NOTICE      PostgresqlHostConfig13_LogLevel = 7
	PostgresqlHostConfig13_LOG_LEVEL_WARNING     PostgresqlHostConfig13_LogLevel = 8
	PostgresqlHostConfig13_LOG_LEVEL_ERROR       PostgresqlHostConfig13_LogLevel = 9
	PostgresqlHostConfig13_LOG_LEVEL_FATAL       PostgresqlHostConfig13_LogLevel = 10
	PostgresqlHostConfig13_LOG_LEVEL_PANIC       PostgresqlHostConfig13_LogLevel = 11
)

func (PostgresqlHostConfig13_LogLevel) Descriptor

func (PostgresqlHostConfig13_LogLevel) Enum

func (PostgresqlHostConfig13_LogLevel) EnumDescriptor deprecated

func (PostgresqlHostConfig13_LogLevel) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig13_LogLevel.Descriptor instead.

func (PostgresqlHostConfig13_LogLevel) Number

func (PostgresqlHostConfig13_LogLevel) String

func (PostgresqlHostConfig13_LogLevel) Type

type PostgresqlHostConfig13_LogStatement

type PostgresqlHostConfig13_LogStatement int32
const (
	PostgresqlHostConfig13_LOG_STATEMENT_UNSPECIFIED PostgresqlHostConfig13_LogStatement = 0
	PostgresqlHostConfig13_LOG_STATEMENT_NONE        PostgresqlHostConfig13_LogStatement = 1
	PostgresqlHostConfig13_LOG_STATEMENT_DDL         PostgresqlHostConfig13_LogStatement = 2
	PostgresqlHostConfig13_LOG_STATEMENT_MOD         PostgresqlHostConfig13_LogStatement = 3
	PostgresqlHostConfig13_LOG_STATEMENT_ALL         PostgresqlHostConfig13_LogStatement = 4
)

func (PostgresqlHostConfig13_LogStatement) Descriptor

func (PostgresqlHostConfig13_LogStatement) Enum

func (PostgresqlHostConfig13_LogStatement) EnumDescriptor deprecated

func (PostgresqlHostConfig13_LogStatement) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig13_LogStatement.Descriptor instead.

func (PostgresqlHostConfig13_LogStatement) Number

func (PostgresqlHostConfig13_LogStatement) String

func (PostgresqlHostConfig13_LogStatement) Type

type PostgresqlHostConfig13_TransactionIsolation

type PostgresqlHostConfig13_TransactionIsolation int32
const (
	PostgresqlHostConfig13_TRANSACTION_ISOLATION_UNSPECIFIED      PostgresqlHostConfig13_TransactionIsolation = 0
	PostgresqlHostConfig13_TRANSACTION_ISOLATION_READ_UNCOMMITTED PostgresqlHostConfig13_TransactionIsolation = 1
	PostgresqlHostConfig13_TRANSACTION_ISOLATION_READ_COMMITTED   PostgresqlHostConfig13_TransactionIsolation = 2
	PostgresqlHostConfig13_TRANSACTION_ISOLATION_REPEATABLE_READ  PostgresqlHostConfig13_TransactionIsolation = 3
	PostgresqlHostConfig13_TRANSACTION_ISOLATION_SERIALIZABLE     PostgresqlHostConfig13_TransactionIsolation = 4
)

func (PostgresqlHostConfig13_TransactionIsolation) Descriptor

func (PostgresqlHostConfig13_TransactionIsolation) Enum

func (PostgresqlHostConfig13_TransactionIsolation) EnumDescriptor deprecated

func (PostgresqlHostConfig13_TransactionIsolation) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig13_TransactionIsolation.Descriptor instead.

func (PostgresqlHostConfig13_TransactionIsolation) Number

func (PostgresqlHostConfig13_TransactionIsolation) String

func (PostgresqlHostConfig13_TransactionIsolation) Type

type PostgresqlHostConfig13_XmlBinary

type PostgresqlHostConfig13_XmlBinary int32
const (
	PostgresqlHostConfig13_XML_BINARY_UNSPECIFIED PostgresqlHostConfig13_XmlBinary = 0
	PostgresqlHostConfig13_XML_BINARY_BASE64      PostgresqlHostConfig13_XmlBinary = 1
	PostgresqlHostConfig13_XML_BINARY_HEX         PostgresqlHostConfig13_XmlBinary = 2
)

func (PostgresqlHostConfig13_XmlBinary) Descriptor

func (PostgresqlHostConfig13_XmlBinary) Enum

func (PostgresqlHostConfig13_XmlBinary) EnumDescriptor deprecated

func (PostgresqlHostConfig13_XmlBinary) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig13_XmlBinary.Descriptor instead.

func (PostgresqlHostConfig13_XmlBinary) Number

func (PostgresqlHostConfig13_XmlBinary) String

func (PostgresqlHostConfig13_XmlBinary) Type

type PostgresqlHostConfig13_XmlOption

type PostgresqlHostConfig13_XmlOption int32
const (
	PostgresqlHostConfig13_XML_OPTION_UNSPECIFIED PostgresqlHostConfig13_XmlOption = 0
	PostgresqlHostConfig13_XML_OPTION_DOCUMENT    PostgresqlHostConfig13_XmlOption = 1
	PostgresqlHostConfig13_XML_OPTION_CONTENT     PostgresqlHostConfig13_XmlOption = 2
)

func (PostgresqlHostConfig13_XmlOption) Descriptor

func (PostgresqlHostConfig13_XmlOption) Enum

func (PostgresqlHostConfig13_XmlOption) EnumDescriptor deprecated

func (PostgresqlHostConfig13_XmlOption) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig13_XmlOption.Descriptor instead.

func (PostgresqlHostConfig13_XmlOption) Number

func (PostgresqlHostConfig13_XmlOption) String

func (PostgresqlHostConfig13_XmlOption) Type

type PostgresqlHostConfig14

type PostgresqlHostConfig14 struct {
	RecoveryMinApplyDelay *wrapperspb.Int64Value `` // in milliseconds.
	/* 128-byte string literal not displayed */
	SharedBuffers            *wrapperspb.Int64Value `protobuf:"bytes,2,opt,name=shared_buffers,json=sharedBuffers,proto3" json:"shared_buffers,omitempty"`   // in bytes.
	TempBuffers              *wrapperspb.Int64Value `protobuf:"bytes,3,opt,name=temp_buffers,json=tempBuffers,proto3" json:"temp_buffers,omitempty"`         // in bytes.
	WorkMem                  *wrapperspb.Int64Value `protobuf:"bytes,4,opt,name=work_mem,json=workMem,proto3" json:"work_mem,omitempty"`                     // in bytes.
	TempFileLimit            *wrapperspb.Int64Value `protobuf:"bytes,5,opt,name=temp_file_limit,json=tempFileLimit,proto3" json:"temp_file_limit,omitempty"` // in bytes.
	BackendFlushAfter        *wrapperspb.Int64Value `protobuf:"bytes,6,opt,name=backend_flush_after,json=backendFlushAfter,proto3" json:"backend_flush_after,omitempty"`
	OldSnapshotThreshold     *wrapperspb.Int64Value `protobuf:"bytes,7,opt,name=old_snapshot_threshold,json=oldSnapshotThreshold,proto3" json:"old_snapshot_threshold,omitempty"`
	MaxStandbyStreamingDelay *wrapperspb.Int64Value `` // in milliseconds.
	/* 137-byte string literal not displayed */
	ConstraintExclusion     PostgresqlHostConfig14_ConstraintExclusion `` /* 205-byte string literal not displayed */
	CursorTupleFraction     *wrapperspb.DoubleValue                    `protobuf:"bytes,10,opt,name=cursor_tuple_fraction,json=cursorTupleFraction,proto3" json:"cursor_tuple_fraction,omitempty"`
	FromCollapseLimit       *wrapperspb.Int64Value                     `protobuf:"bytes,11,opt,name=from_collapse_limit,json=fromCollapseLimit,proto3" json:"from_collapse_limit,omitempty"`
	JoinCollapseLimit       *wrapperspb.Int64Value                     `protobuf:"bytes,12,opt,name=join_collapse_limit,json=joinCollapseLimit,proto3" json:"join_collapse_limit,omitempty"`
	ForceParallelMode       PostgresqlHostConfig14_ForceParallelMode   `` /* 200-byte string literal not displayed */
	ClientMinMessages       PostgresqlHostConfig14_LogLevel            `` /* 191-byte string literal not displayed */
	LogMinMessages          PostgresqlHostConfig14_LogLevel            `` /* 182-byte string literal not displayed */
	LogMinErrorStatement    PostgresqlHostConfig14_LogLevel            `` /* 202-byte string literal not displayed */
	LogMinDurationStatement *wrapperspb.Int64Value                     `` // in milliseconds.
	/* 135-byte string literal not displayed */
	LogCheckpoints                  *wrapperspb.BoolValue                       `protobuf:"bytes,18,opt,name=log_checkpoints,json=logCheckpoints,proto3" json:"log_checkpoints,omitempty"`
	LogConnections                  *wrapperspb.BoolValue                       `protobuf:"bytes,19,opt,name=log_connections,json=logConnections,proto3" json:"log_connections,omitempty"`
	LogDisconnections               *wrapperspb.BoolValue                       `protobuf:"bytes,20,opt,name=log_disconnections,json=logDisconnections,proto3" json:"log_disconnections,omitempty"`
	LogDuration                     *wrapperspb.BoolValue                       `protobuf:"bytes,21,opt,name=log_duration,json=logDuration,proto3" json:"log_duration,omitempty"`
	LogErrorVerbosity               PostgresqlHostConfig14_LogErrorVerbosity    `` /* 200-byte string literal not displayed */
	LogLockWaits                    *wrapperspb.BoolValue                       `protobuf:"bytes,23,opt,name=log_lock_waits,json=logLockWaits,proto3" json:"log_lock_waits,omitempty"`
	LogStatement                    PostgresqlHostConfig14_LogStatement         `` /* 178-byte string literal not displayed */
	LogTempFiles                    *wrapperspb.Int64Value                      `protobuf:"bytes,25,opt,name=log_temp_files,json=logTempFiles,proto3" json:"log_temp_files,omitempty"`
	SearchPath                      string                                      `protobuf:"bytes,26,opt,name=search_path,json=searchPath,proto3" json:"search_path,omitempty"`
	RowSecurity                     *wrapperspb.BoolValue                       `protobuf:"bytes,27,opt,name=row_security,json=rowSecurity,proto3" json:"row_security,omitempty"`
	DefaultTransactionIsolation     PostgresqlHostConfig14_TransactionIsolation ``                                                                                                               /* 233-byte string literal not displayed */
	StatementTimeout                *wrapperspb.Int64Value                      `protobuf:"bytes,29,opt,name=statement_timeout,json=statementTimeout,proto3" json:"statement_timeout,omitempty"` // in milliseconds.
	LockTimeout                     *wrapperspb.Int64Value                      `protobuf:"bytes,30,opt,name=lock_timeout,json=lockTimeout,proto3" json:"lock_timeout,omitempty"`                // in milliseconds.
	IdleInTransactionSessionTimeout *wrapperspb.Int64Value                      ``                                                                                                               // in milliseconds.
	/* 161-byte string literal not displayed */
	ByteaOutput                 PostgresqlHostConfig14_ByteaOutput    ``                                                                                                                            /* 174-byte string literal not displayed */
	Xmlbinary                   PostgresqlHostConfig14_XmlBinary      ``                                                                                                                            /* 149-byte string literal not displayed */
	Xmloption                   PostgresqlHostConfig14_XmlOption      ``                                                                                                                            /* 149-byte string literal not displayed */
	GinPendingListLimit         *wrapperspb.Int64Value                `protobuf:"bytes,35,opt,name=gin_pending_list_limit,json=ginPendingListLimit,proto3" json:"gin_pending_list_limit,omitempty"` // in bytes.
	DeadlockTimeout             *wrapperspb.Int64Value                `protobuf:"bytes,36,opt,name=deadlock_timeout,json=deadlockTimeout,proto3" json:"deadlock_timeout,omitempty"`                 // in milliseconds.
	MaxLocksPerTransaction      *wrapperspb.Int64Value                ``                                                                                                                            /* 132-byte string literal not displayed */
	MaxPredLocksPerTransaction  *wrapperspb.Int64Value                ``                                                                                                                            /* 146-byte string literal not displayed */
	ArrayNulls                  *wrapperspb.BoolValue                 `protobuf:"bytes,39,opt,name=array_nulls,json=arrayNulls,proto3" json:"array_nulls,omitempty"`
	BackslashQuote              PostgresqlHostConfig14_BackslashQuote `` /* 186-byte string literal not displayed */
	DefaultWithOids             *wrapperspb.BoolValue                 `protobuf:"bytes,41,opt,name=default_with_oids,json=defaultWithOids,proto3" json:"default_with_oids,omitempty"`
	EscapeStringWarning         *wrapperspb.BoolValue                 `protobuf:"bytes,42,opt,name=escape_string_warning,json=escapeStringWarning,proto3" json:"escape_string_warning,omitempty"`
	LoCompatPrivileges          *wrapperspb.BoolValue                 `protobuf:"bytes,43,opt,name=lo_compat_privileges,json=loCompatPrivileges,proto3" json:"lo_compat_privileges,omitempty"`
	QuoteAllIdentifiers         *wrapperspb.BoolValue                 `protobuf:"bytes,45,opt,name=quote_all_identifiers,json=quoteAllIdentifiers,proto3" json:"quote_all_identifiers,omitempty"`
	StandardConformingStrings   *wrapperspb.BoolValue                 `` /* 139-byte string literal not displayed */
	SynchronizeSeqscans         *wrapperspb.BoolValue                 `protobuf:"bytes,47,opt,name=synchronize_seqscans,json=synchronizeSeqscans,proto3" json:"synchronize_seqscans,omitempty"`
	TransformNullEquals         *wrapperspb.BoolValue                 `protobuf:"bytes,48,opt,name=transform_null_equals,json=transformNullEquals,proto3" json:"transform_null_equals,omitempty"`
	ExitOnError                 *wrapperspb.BoolValue                 `protobuf:"bytes,49,opt,name=exit_on_error,json=exitOnError,proto3" json:"exit_on_error,omitempty"`
	SeqPageCost                 *wrapperspb.DoubleValue               `protobuf:"bytes,50,opt,name=seq_page_cost,json=seqPageCost,proto3" json:"seq_page_cost,omitempty"`
	RandomPageCost              *wrapperspb.DoubleValue               `protobuf:"bytes,51,opt,name=random_page_cost,json=randomPageCost,proto3" json:"random_page_cost,omitempty"`
	EnableBitmapscan            *wrapperspb.BoolValue                 `protobuf:"bytes,54,opt,name=enable_bitmapscan,json=enableBitmapscan,proto3" json:"enable_bitmapscan,omitempty"`
	EnableHashagg               *wrapperspb.BoolValue                 `protobuf:"bytes,55,opt,name=enable_hashagg,json=enableHashagg,proto3" json:"enable_hashagg,omitempty"`
	EnableHashjoin              *wrapperspb.BoolValue                 `protobuf:"bytes,56,opt,name=enable_hashjoin,json=enableHashjoin,proto3" json:"enable_hashjoin,omitempty"`
	EnableIndexscan             *wrapperspb.BoolValue                 `protobuf:"bytes,57,opt,name=enable_indexscan,json=enableIndexscan,proto3" json:"enable_indexscan,omitempty"`
	EnableIndexonlyscan         *wrapperspb.BoolValue                 `protobuf:"bytes,58,opt,name=enable_indexonlyscan,json=enableIndexonlyscan,proto3" json:"enable_indexonlyscan,omitempty"`
	EnableMaterial              *wrapperspb.BoolValue                 `protobuf:"bytes,59,opt,name=enable_material,json=enableMaterial,proto3" json:"enable_material,omitempty"`
	EnableMergejoin             *wrapperspb.BoolValue                 `protobuf:"bytes,60,opt,name=enable_mergejoin,json=enableMergejoin,proto3" json:"enable_mergejoin,omitempty"`
	EnableNestloop              *wrapperspb.BoolValue                 `protobuf:"bytes,61,opt,name=enable_nestloop,json=enableNestloop,proto3" json:"enable_nestloop,omitempty"`
	EnableSeqscan               *wrapperspb.BoolValue                 `protobuf:"bytes,62,opt,name=enable_seqscan,json=enableSeqscan,proto3" json:"enable_seqscan,omitempty"`
	EnableSort                  *wrapperspb.BoolValue                 `protobuf:"bytes,63,opt,name=enable_sort,json=enableSort,proto3" json:"enable_sort,omitempty"`
	EnableTidscan               *wrapperspb.BoolValue                 `protobuf:"bytes,64,opt,name=enable_tidscan,json=enableTidscan,proto3" json:"enable_tidscan,omitempty"`
	MaxParallelWorkers          *wrapperspb.Int64Value                `protobuf:"bytes,65,opt,name=max_parallel_workers,json=maxParallelWorkers,proto3" json:"max_parallel_workers,omitempty"`
	MaxParallelWorkersPerGather *wrapperspb.Int64Value                `` /* 149-byte string literal not displayed */
	Timezone                    string                                `protobuf:"bytes,67,opt,name=timezone,proto3" json:"timezone,omitempty"`
	EffectiveIoConcurrency      *wrapperspb.Int64Value                `` /* 130-byte string literal not displayed */
	EffectiveCacheSize          *wrapperspb.Int64Value                `protobuf:"bytes,69,opt,name=effective_cache_size,json=effectiveCacheSize,proto3" json:"effective_cache_size,omitempty"`
	// contains filtered or unexported fields
}

Options and structure of `PostgresqlConfig` reflects PostgreSQL configuration file parameters which detailed description is available in [PostgreSQL documentation](https://www.postgresql.org/docs/11/runtime-config.html).

func (*PostgresqlHostConfig14) Descriptor deprecated

func (*PostgresqlHostConfig14) Descriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig14.ProtoReflect.Descriptor instead.

func (*PostgresqlHostConfig14) GetArrayNulls

func (x *PostgresqlHostConfig14) GetArrayNulls() *wrapperspb.BoolValue

func (*PostgresqlHostConfig14) GetBackendFlushAfter

func (x *PostgresqlHostConfig14) GetBackendFlushAfter() *wrapperspb.Int64Value

func (*PostgresqlHostConfig14) GetBackslashQuote

func (*PostgresqlHostConfig14) GetByteaOutput

func (*PostgresqlHostConfig14) GetClientMinMessages

func (x *PostgresqlHostConfig14) GetClientMinMessages() PostgresqlHostConfig14_LogLevel

func (*PostgresqlHostConfig14) GetConstraintExclusion

func (*PostgresqlHostConfig14) GetCursorTupleFraction

func (x *PostgresqlHostConfig14) GetCursorTupleFraction() *wrapperspb.DoubleValue

func (*PostgresqlHostConfig14) GetDeadlockTimeout

func (x *PostgresqlHostConfig14) GetDeadlockTimeout() *wrapperspb.Int64Value

func (*PostgresqlHostConfig14) GetDefaultTransactionIsolation

func (x *PostgresqlHostConfig14) GetDefaultTransactionIsolation() PostgresqlHostConfig14_TransactionIsolation

func (*PostgresqlHostConfig14) GetDefaultWithOids

func (x *PostgresqlHostConfig14) GetDefaultWithOids() *wrapperspb.BoolValue

func (*PostgresqlHostConfig14) GetEffectiveCacheSize

func (x *PostgresqlHostConfig14) GetEffectiveCacheSize() *wrapperspb.Int64Value

func (*PostgresqlHostConfig14) GetEffectiveIoConcurrency

func (x *PostgresqlHostConfig14) GetEffectiveIoConcurrency() *wrapperspb.Int64Value

func (*PostgresqlHostConfig14) GetEnableBitmapscan

func (x *PostgresqlHostConfig14) GetEnableBitmapscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig14) GetEnableHashagg

func (x *PostgresqlHostConfig14) GetEnableHashagg() *wrapperspb.BoolValue

func (*PostgresqlHostConfig14) GetEnableHashjoin

func (x *PostgresqlHostConfig14) GetEnableHashjoin() *wrapperspb.BoolValue

func (*PostgresqlHostConfig14) GetEnableIndexonlyscan

func (x *PostgresqlHostConfig14) GetEnableIndexonlyscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig14) GetEnableIndexscan

func (x *PostgresqlHostConfig14) GetEnableIndexscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig14) GetEnableMaterial

func (x *PostgresqlHostConfig14) GetEnableMaterial() *wrapperspb.BoolValue

func (*PostgresqlHostConfig14) GetEnableMergejoin

func (x *PostgresqlHostConfig14) GetEnableMergejoin() *wrapperspb.BoolValue

func (*PostgresqlHostConfig14) GetEnableNestloop

func (x *PostgresqlHostConfig14) GetEnableNestloop() *wrapperspb.BoolValue

func (*PostgresqlHostConfig14) GetEnableSeqscan

func (x *PostgresqlHostConfig14) GetEnableSeqscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig14) GetEnableSort

func (x *PostgresqlHostConfig14) GetEnableSort() *wrapperspb.BoolValue

func (*PostgresqlHostConfig14) GetEnableTidscan

func (x *PostgresqlHostConfig14) GetEnableTidscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig14) GetEscapeStringWarning

func (x *PostgresqlHostConfig14) GetEscapeStringWarning() *wrapperspb.BoolValue

func (*PostgresqlHostConfig14) GetExitOnError

func (x *PostgresqlHostConfig14) GetExitOnError() *wrapperspb.BoolValue

func (*PostgresqlHostConfig14) GetForceParallelMode

func (*PostgresqlHostConfig14) GetFromCollapseLimit

func (x *PostgresqlHostConfig14) GetFromCollapseLimit() *wrapperspb.Int64Value

func (*PostgresqlHostConfig14) GetGinPendingListLimit

func (x *PostgresqlHostConfig14) GetGinPendingListLimit() *wrapperspb.Int64Value

func (*PostgresqlHostConfig14) GetIdleInTransactionSessionTimeout

func (x *PostgresqlHostConfig14) GetIdleInTransactionSessionTimeout() *wrapperspb.Int64Value

func (*PostgresqlHostConfig14) GetJoinCollapseLimit

func (x *PostgresqlHostConfig14) GetJoinCollapseLimit() *wrapperspb.Int64Value

func (*PostgresqlHostConfig14) GetLoCompatPrivileges

func (x *PostgresqlHostConfig14) GetLoCompatPrivileges() *wrapperspb.BoolValue

func (*PostgresqlHostConfig14) GetLockTimeout

func (x *PostgresqlHostConfig14) GetLockTimeout() *wrapperspb.Int64Value

func (*PostgresqlHostConfig14) GetLogCheckpoints

func (x *PostgresqlHostConfig14) GetLogCheckpoints() *wrapperspb.BoolValue

func (*PostgresqlHostConfig14) GetLogConnections

func (x *PostgresqlHostConfig14) GetLogConnections() *wrapperspb.BoolValue

func (*PostgresqlHostConfig14) GetLogDisconnections

func (x *PostgresqlHostConfig14) GetLogDisconnections() *wrapperspb.BoolValue

func (*PostgresqlHostConfig14) GetLogDuration

func (x *PostgresqlHostConfig14) GetLogDuration() *wrapperspb.BoolValue

func (*PostgresqlHostConfig14) GetLogErrorVerbosity

func (*PostgresqlHostConfig14) GetLogLockWaits

func (x *PostgresqlHostConfig14) GetLogLockWaits() *wrapperspb.BoolValue

func (*PostgresqlHostConfig14) GetLogMinDurationStatement

func (x *PostgresqlHostConfig14) GetLogMinDurationStatement() *wrapperspb.Int64Value

func (*PostgresqlHostConfig14) GetLogMinErrorStatement

func (x *PostgresqlHostConfig14) GetLogMinErrorStatement() PostgresqlHostConfig14_LogLevel

func (*PostgresqlHostConfig14) GetLogMinMessages

func (*PostgresqlHostConfig14) GetLogStatement

func (*PostgresqlHostConfig14) GetLogTempFiles

func (x *PostgresqlHostConfig14) GetLogTempFiles() *wrapperspb.Int64Value

func (*PostgresqlHostConfig14) GetMaxLocksPerTransaction

func (x *PostgresqlHostConfig14) GetMaxLocksPerTransaction() *wrapperspb.Int64Value

func (*PostgresqlHostConfig14) GetMaxParallelWorkers

func (x *PostgresqlHostConfig14) GetMaxParallelWorkers() *wrapperspb.Int64Value

func (*PostgresqlHostConfig14) GetMaxParallelWorkersPerGather

func (x *PostgresqlHostConfig14) GetMaxParallelWorkersPerGather() *wrapperspb.Int64Value

func (*PostgresqlHostConfig14) GetMaxPredLocksPerTransaction

func (x *PostgresqlHostConfig14) GetMaxPredLocksPerTransaction() *wrapperspb.Int64Value

func (*PostgresqlHostConfig14) GetMaxStandbyStreamingDelay

func (x *PostgresqlHostConfig14) GetMaxStandbyStreamingDelay() *wrapperspb.Int64Value

func (*PostgresqlHostConfig14) GetOldSnapshotThreshold

func (x *PostgresqlHostConfig14) GetOldSnapshotThreshold() *wrapperspb.Int64Value

func (*PostgresqlHostConfig14) GetQuoteAllIdentifiers

func (x *PostgresqlHostConfig14) GetQuoteAllIdentifiers() *wrapperspb.BoolValue

func (*PostgresqlHostConfig14) GetRandomPageCost

func (x *PostgresqlHostConfig14) GetRandomPageCost() *wrapperspb.DoubleValue

func (*PostgresqlHostConfig14) GetRecoveryMinApplyDelay

func (x *PostgresqlHostConfig14) GetRecoveryMinApplyDelay() *wrapperspb.Int64Value

func (*PostgresqlHostConfig14) GetRowSecurity

func (x *PostgresqlHostConfig14) GetRowSecurity() *wrapperspb.BoolValue

func (*PostgresqlHostConfig14) GetSearchPath

func (x *PostgresqlHostConfig14) GetSearchPath() string

func (*PostgresqlHostConfig14) GetSeqPageCost

func (x *PostgresqlHostConfig14) GetSeqPageCost() *wrapperspb.DoubleValue

func (*PostgresqlHostConfig14) GetSharedBuffers

func (x *PostgresqlHostConfig14) GetSharedBuffers() *wrapperspb.Int64Value

func (*PostgresqlHostConfig14) GetStandardConformingStrings

func (x *PostgresqlHostConfig14) GetStandardConformingStrings() *wrapperspb.BoolValue

func (*PostgresqlHostConfig14) GetStatementTimeout

func (x *PostgresqlHostConfig14) GetStatementTimeout() *wrapperspb.Int64Value

func (*PostgresqlHostConfig14) GetSynchronizeSeqscans

func (x *PostgresqlHostConfig14) GetSynchronizeSeqscans() *wrapperspb.BoolValue

func (*PostgresqlHostConfig14) GetTempBuffers

func (x *PostgresqlHostConfig14) GetTempBuffers() *wrapperspb.Int64Value

func (*PostgresqlHostConfig14) GetTempFileLimit

func (x *PostgresqlHostConfig14) GetTempFileLimit() *wrapperspb.Int64Value

func (*PostgresqlHostConfig14) GetTimezone

func (x *PostgresqlHostConfig14) GetTimezone() string

func (*PostgresqlHostConfig14) GetTransformNullEquals

func (x *PostgresqlHostConfig14) GetTransformNullEquals() *wrapperspb.BoolValue

func (*PostgresqlHostConfig14) GetWorkMem

func (x *PostgresqlHostConfig14) GetWorkMem() *wrapperspb.Int64Value

func (*PostgresqlHostConfig14) GetXmlbinary

func (*PostgresqlHostConfig14) GetXmloption

func (*PostgresqlHostConfig14) ProtoMessage

func (*PostgresqlHostConfig14) ProtoMessage()

func (*PostgresqlHostConfig14) ProtoReflect

func (x *PostgresqlHostConfig14) ProtoReflect() protoreflect.Message

func (*PostgresqlHostConfig14) Reset

func (x *PostgresqlHostConfig14) Reset()

func (*PostgresqlHostConfig14) SetArrayNulls

func (m *PostgresqlHostConfig14) SetArrayNulls(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig14) SetBackendFlushAfter

func (m *PostgresqlHostConfig14) SetBackendFlushAfter(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig14) SetBackslashQuote

func (*PostgresqlHostConfig14) SetByteaOutput

func (*PostgresqlHostConfig14) SetClientMinMessages

func (m *PostgresqlHostConfig14) SetClientMinMessages(v PostgresqlHostConfig14_LogLevel)

func (*PostgresqlHostConfig14) SetConstraintExclusion

func (*PostgresqlHostConfig14) SetCursorTupleFraction

func (m *PostgresqlHostConfig14) SetCursorTupleFraction(v *wrapperspb.DoubleValue)

func (*PostgresqlHostConfig14) SetDeadlockTimeout

func (m *PostgresqlHostConfig14) SetDeadlockTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig14) SetDefaultTransactionIsolation

func (m *PostgresqlHostConfig14) SetDefaultTransactionIsolation(v PostgresqlHostConfig14_TransactionIsolation)

func (*PostgresqlHostConfig14) SetDefaultWithOids

func (m *PostgresqlHostConfig14) SetDefaultWithOids(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig14) SetEffectiveCacheSize

func (m *PostgresqlHostConfig14) SetEffectiveCacheSize(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig14) SetEffectiveIoConcurrency

func (m *PostgresqlHostConfig14) SetEffectiveIoConcurrency(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig14) SetEnableBitmapscan

func (m *PostgresqlHostConfig14) SetEnableBitmapscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig14) SetEnableHashagg

func (m *PostgresqlHostConfig14) SetEnableHashagg(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig14) SetEnableHashjoin

func (m *PostgresqlHostConfig14) SetEnableHashjoin(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig14) SetEnableIndexonlyscan

func (m *PostgresqlHostConfig14) SetEnableIndexonlyscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig14) SetEnableIndexscan

func (m *PostgresqlHostConfig14) SetEnableIndexscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig14) SetEnableMaterial

func (m *PostgresqlHostConfig14) SetEnableMaterial(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig14) SetEnableMergejoin

func (m *PostgresqlHostConfig14) SetEnableMergejoin(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig14) SetEnableNestloop

func (m *PostgresqlHostConfig14) SetEnableNestloop(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig14) SetEnableSeqscan

func (m *PostgresqlHostConfig14) SetEnableSeqscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig14) SetEnableSort

func (m *PostgresqlHostConfig14) SetEnableSort(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig14) SetEnableTidscan

func (m *PostgresqlHostConfig14) SetEnableTidscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig14) SetEscapeStringWarning

func (m *PostgresqlHostConfig14) SetEscapeStringWarning(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig14) SetExitOnError

func (m *PostgresqlHostConfig14) SetExitOnError(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig14) SetForceParallelMode

func (*PostgresqlHostConfig14) SetFromCollapseLimit

func (m *PostgresqlHostConfig14) SetFromCollapseLimit(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig14) SetGinPendingListLimit

func (m *PostgresqlHostConfig14) SetGinPendingListLimit(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig14) SetIdleInTransactionSessionTimeout

func (m *PostgresqlHostConfig14) SetIdleInTransactionSessionTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig14) SetJoinCollapseLimit

func (m *PostgresqlHostConfig14) SetJoinCollapseLimit(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig14) SetLoCompatPrivileges

func (m *PostgresqlHostConfig14) SetLoCompatPrivileges(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig14) SetLockTimeout

func (m *PostgresqlHostConfig14) SetLockTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig14) SetLogCheckpoints

func (m *PostgresqlHostConfig14) SetLogCheckpoints(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig14) SetLogConnections

func (m *PostgresqlHostConfig14) SetLogConnections(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig14) SetLogDisconnections

func (m *PostgresqlHostConfig14) SetLogDisconnections(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig14) SetLogDuration

func (m *PostgresqlHostConfig14) SetLogDuration(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig14) SetLogErrorVerbosity

func (*PostgresqlHostConfig14) SetLogLockWaits

func (m *PostgresqlHostConfig14) SetLogLockWaits(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig14) SetLogMinDurationStatement

func (m *PostgresqlHostConfig14) SetLogMinDurationStatement(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig14) SetLogMinErrorStatement

func (m *PostgresqlHostConfig14) SetLogMinErrorStatement(v PostgresqlHostConfig14_LogLevel)

func (*PostgresqlHostConfig14) SetLogMinMessages

func (*PostgresqlHostConfig14) SetLogStatement

func (*PostgresqlHostConfig14) SetLogTempFiles

func (m *PostgresqlHostConfig14) SetLogTempFiles(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig14) SetMaxLocksPerTransaction

func (m *PostgresqlHostConfig14) SetMaxLocksPerTransaction(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig14) SetMaxParallelWorkers

func (m *PostgresqlHostConfig14) SetMaxParallelWorkers(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig14) SetMaxParallelWorkersPerGather

func (m *PostgresqlHostConfig14) SetMaxParallelWorkersPerGather(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig14) SetMaxPredLocksPerTransaction

func (m *PostgresqlHostConfig14) SetMaxPredLocksPerTransaction(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig14) SetMaxStandbyStreamingDelay

func (m *PostgresqlHostConfig14) SetMaxStandbyStreamingDelay(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig14) SetOldSnapshotThreshold

func (m *PostgresqlHostConfig14) SetOldSnapshotThreshold(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig14) SetQuoteAllIdentifiers

func (m *PostgresqlHostConfig14) SetQuoteAllIdentifiers(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig14) SetRandomPageCost

func (m *PostgresqlHostConfig14) SetRandomPageCost(v *wrapperspb.DoubleValue)

func (*PostgresqlHostConfig14) SetRecoveryMinApplyDelay

func (m *PostgresqlHostConfig14) SetRecoveryMinApplyDelay(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig14) SetRowSecurity

func (m *PostgresqlHostConfig14) SetRowSecurity(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig14) SetSearchPath

func (m *PostgresqlHostConfig14) SetSearchPath(v string)

func (*PostgresqlHostConfig14) SetSeqPageCost

func (m *PostgresqlHostConfig14) SetSeqPageCost(v *wrapperspb.DoubleValue)

func (*PostgresqlHostConfig14) SetSharedBuffers

func (m *PostgresqlHostConfig14) SetSharedBuffers(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig14) SetStandardConformingStrings

func (m *PostgresqlHostConfig14) SetStandardConformingStrings(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig14) SetStatementTimeout

func (m *PostgresqlHostConfig14) SetStatementTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig14) SetSynchronizeSeqscans

func (m *PostgresqlHostConfig14) SetSynchronizeSeqscans(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig14) SetTempBuffers

func (m *PostgresqlHostConfig14) SetTempBuffers(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig14) SetTempFileLimit

func (m *PostgresqlHostConfig14) SetTempFileLimit(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig14) SetTimezone

func (m *PostgresqlHostConfig14) SetTimezone(v string)

func (*PostgresqlHostConfig14) SetTransformNullEquals

func (m *PostgresqlHostConfig14) SetTransformNullEquals(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig14) SetWorkMem

func (m *PostgresqlHostConfig14) SetWorkMem(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig14) SetXmlbinary

func (*PostgresqlHostConfig14) SetXmloption

func (*PostgresqlHostConfig14) String

func (x *PostgresqlHostConfig14) String() string

type PostgresqlHostConfig14_1C

type PostgresqlHostConfig14_1C struct {
	RecoveryMinApplyDelay *wrapperspb.Int64Value `` // in milliseconds.
	/* 128-byte string literal not displayed */
	SharedBuffers            *wrapperspb.Int64Value `protobuf:"bytes,2,opt,name=shared_buffers,json=sharedBuffers,proto3" json:"shared_buffers,omitempty"`   // in bytes.
	TempBuffers              *wrapperspb.Int64Value `protobuf:"bytes,3,opt,name=temp_buffers,json=tempBuffers,proto3" json:"temp_buffers,omitempty"`         // in bytes.
	WorkMem                  *wrapperspb.Int64Value `protobuf:"bytes,4,opt,name=work_mem,json=workMem,proto3" json:"work_mem,omitempty"`                     // in bytes.
	TempFileLimit            *wrapperspb.Int64Value `protobuf:"bytes,5,opt,name=temp_file_limit,json=tempFileLimit,proto3" json:"temp_file_limit,omitempty"` // in bytes.
	BackendFlushAfter        *wrapperspb.Int64Value `protobuf:"bytes,6,opt,name=backend_flush_after,json=backendFlushAfter,proto3" json:"backend_flush_after,omitempty"`
	OldSnapshotThreshold     *wrapperspb.Int64Value `protobuf:"bytes,7,opt,name=old_snapshot_threshold,json=oldSnapshotThreshold,proto3" json:"old_snapshot_threshold,omitempty"`
	MaxStandbyStreamingDelay *wrapperspb.Int64Value `` // in milliseconds.
	/* 137-byte string literal not displayed */
	ConstraintExclusion     PostgresqlHostConfig14_1C_ConstraintExclusion `` /* 208-byte string literal not displayed */
	CursorTupleFraction     *wrapperspb.DoubleValue                       `protobuf:"bytes,10,opt,name=cursor_tuple_fraction,json=cursorTupleFraction,proto3" json:"cursor_tuple_fraction,omitempty"`
	FromCollapseLimit       *wrapperspb.Int64Value                        `protobuf:"bytes,11,opt,name=from_collapse_limit,json=fromCollapseLimit,proto3" json:"from_collapse_limit,omitempty"`
	JoinCollapseLimit       *wrapperspb.Int64Value                        `protobuf:"bytes,12,opt,name=join_collapse_limit,json=joinCollapseLimit,proto3" json:"join_collapse_limit,omitempty"`
	ForceParallelMode       PostgresqlHostConfig14_1C_ForceParallelMode   `` /* 203-byte string literal not displayed */
	ClientMinMessages       PostgresqlHostConfig14_1C_LogLevel            `` /* 194-byte string literal not displayed */
	LogMinMessages          PostgresqlHostConfig14_1C_LogLevel            `` /* 185-byte string literal not displayed */
	LogMinErrorStatement    PostgresqlHostConfig14_1C_LogLevel            `` /* 205-byte string literal not displayed */
	LogMinDurationStatement *wrapperspb.Int64Value                        `` // in milliseconds.
	/* 135-byte string literal not displayed */
	LogCheckpoints                  *wrapperspb.BoolValue                          `protobuf:"bytes,18,opt,name=log_checkpoints,json=logCheckpoints,proto3" json:"log_checkpoints,omitempty"`
	LogConnections                  *wrapperspb.BoolValue                          `protobuf:"bytes,19,opt,name=log_connections,json=logConnections,proto3" json:"log_connections,omitempty"`
	LogDisconnections               *wrapperspb.BoolValue                          `protobuf:"bytes,20,opt,name=log_disconnections,json=logDisconnections,proto3" json:"log_disconnections,omitempty"`
	LogDuration                     *wrapperspb.BoolValue                          `protobuf:"bytes,21,opt,name=log_duration,json=logDuration,proto3" json:"log_duration,omitempty"`
	LogErrorVerbosity               PostgresqlHostConfig14_1C_LogErrorVerbosity    `` /* 203-byte string literal not displayed */
	LogLockWaits                    *wrapperspb.BoolValue                          `protobuf:"bytes,23,opt,name=log_lock_waits,json=logLockWaits,proto3" json:"log_lock_waits,omitempty"`
	LogStatement                    PostgresqlHostConfig14_1C_LogStatement         `` /* 181-byte string literal not displayed */
	LogTempFiles                    *wrapperspb.Int64Value                         `protobuf:"bytes,25,opt,name=log_temp_files,json=logTempFiles,proto3" json:"log_temp_files,omitempty"`
	SearchPath                      string                                         `protobuf:"bytes,26,opt,name=search_path,json=searchPath,proto3" json:"search_path,omitempty"`
	RowSecurity                     *wrapperspb.BoolValue                          `protobuf:"bytes,27,opt,name=row_security,json=rowSecurity,proto3" json:"row_security,omitempty"`
	DefaultTransactionIsolation     PostgresqlHostConfig14_1C_TransactionIsolation ``                                                                                                               /* 236-byte string literal not displayed */
	StatementTimeout                *wrapperspb.Int64Value                         `protobuf:"bytes,29,opt,name=statement_timeout,json=statementTimeout,proto3" json:"statement_timeout,omitempty"` // in milliseconds.
	LockTimeout                     *wrapperspb.Int64Value                         `protobuf:"bytes,30,opt,name=lock_timeout,json=lockTimeout,proto3" json:"lock_timeout,omitempty"`                // in milliseconds.
	IdleInTransactionSessionTimeout *wrapperspb.Int64Value                         ``                                                                                                               // in milliseconds.
	/* 161-byte string literal not displayed */
	ByteaOutput                 PostgresqlHostConfig14_1C_ByteaOutput    ``                                                                                                                            /* 177-byte string literal not displayed */
	Xmlbinary                   PostgresqlHostConfig14_1C_XmlBinary      ``                                                                                                                            /* 152-byte string literal not displayed */
	Xmloption                   PostgresqlHostConfig14_1C_XmlOption      ``                                                                                                                            /* 152-byte string literal not displayed */
	GinPendingListLimit         *wrapperspb.Int64Value                   `protobuf:"bytes,35,opt,name=gin_pending_list_limit,json=ginPendingListLimit,proto3" json:"gin_pending_list_limit,omitempty"` // in bytes.
	DeadlockTimeout             *wrapperspb.Int64Value                   `protobuf:"bytes,36,opt,name=deadlock_timeout,json=deadlockTimeout,proto3" json:"deadlock_timeout,omitempty"`                 // in milliseconds.
	MaxLocksPerTransaction      *wrapperspb.Int64Value                   ``                                                                                                                            /* 132-byte string literal not displayed */
	MaxPredLocksPerTransaction  *wrapperspb.Int64Value                   ``                                                                                                                            /* 146-byte string literal not displayed */
	ArrayNulls                  *wrapperspb.BoolValue                    `protobuf:"bytes,39,opt,name=array_nulls,json=arrayNulls,proto3" json:"array_nulls,omitempty"`
	BackslashQuote              PostgresqlHostConfig14_1C_BackslashQuote `` /* 189-byte string literal not displayed */
	DefaultWithOids             *wrapperspb.BoolValue                    `protobuf:"bytes,41,opt,name=default_with_oids,json=defaultWithOids,proto3" json:"default_with_oids,omitempty"`
	EscapeStringWarning         *wrapperspb.BoolValue                    `protobuf:"bytes,42,opt,name=escape_string_warning,json=escapeStringWarning,proto3" json:"escape_string_warning,omitempty"`
	LoCompatPrivileges          *wrapperspb.BoolValue                    `protobuf:"bytes,43,opt,name=lo_compat_privileges,json=loCompatPrivileges,proto3" json:"lo_compat_privileges,omitempty"`
	QuoteAllIdentifiers         *wrapperspb.BoolValue                    `protobuf:"bytes,45,opt,name=quote_all_identifiers,json=quoteAllIdentifiers,proto3" json:"quote_all_identifiers,omitempty"`
	StandardConformingStrings   *wrapperspb.BoolValue                    `` /* 139-byte string literal not displayed */
	SynchronizeSeqscans         *wrapperspb.BoolValue                    `protobuf:"bytes,47,opt,name=synchronize_seqscans,json=synchronizeSeqscans,proto3" json:"synchronize_seqscans,omitempty"`
	TransformNullEquals         *wrapperspb.BoolValue                    `protobuf:"bytes,48,opt,name=transform_null_equals,json=transformNullEquals,proto3" json:"transform_null_equals,omitempty"`
	ExitOnError                 *wrapperspb.BoolValue                    `protobuf:"bytes,49,opt,name=exit_on_error,json=exitOnError,proto3" json:"exit_on_error,omitempty"`
	SeqPageCost                 *wrapperspb.DoubleValue                  `protobuf:"bytes,50,opt,name=seq_page_cost,json=seqPageCost,proto3" json:"seq_page_cost,omitempty"`
	RandomPageCost              *wrapperspb.DoubleValue                  `protobuf:"bytes,51,opt,name=random_page_cost,json=randomPageCost,proto3" json:"random_page_cost,omitempty"`
	EnableBitmapscan            *wrapperspb.BoolValue                    `protobuf:"bytes,54,opt,name=enable_bitmapscan,json=enableBitmapscan,proto3" json:"enable_bitmapscan,omitempty"`
	EnableHashagg               *wrapperspb.BoolValue                    `protobuf:"bytes,55,opt,name=enable_hashagg,json=enableHashagg,proto3" json:"enable_hashagg,omitempty"`
	EnableHashjoin              *wrapperspb.BoolValue                    `protobuf:"bytes,56,opt,name=enable_hashjoin,json=enableHashjoin,proto3" json:"enable_hashjoin,omitempty"`
	EnableIndexscan             *wrapperspb.BoolValue                    `protobuf:"bytes,57,opt,name=enable_indexscan,json=enableIndexscan,proto3" json:"enable_indexscan,omitempty"`
	EnableIndexonlyscan         *wrapperspb.BoolValue                    `protobuf:"bytes,58,opt,name=enable_indexonlyscan,json=enableIndexonlyscan,proto3" json:"enable_indexonlyscan,omitempty"`
	EnableMaterial              *wrapperspb.BoolValue                    `protobuf:"bytes,59,opt,name=enable_material,json=enableMaterial,proto3" json:"enable_material,omitempty"`
	EnableMergejoin             *wrapperspb.BoolValue                    `protobuf:"bytes,60,opt,name=enable_mergejoin,json=enableMergejoin,proto3" json:"enable_mergejoin,omitempty"`
	EnableNestloop              *wrapperspb.BoolValue                    `protobuf:"bytes,61,opt,name=enable_nestloop,json=enableNestloop,proto3" json:"enable_nestloop,omitempty"`
	EnableSeqscan               *wrapperspb.BoolValue                    `protobuf:"bytes,62,opt,name=enable_seqscan,json=enableSeqscan,proto3" json:"enable_seqscan,omitempty"`
	EnableSort                  *wrapperspb.BoolValue                    `protobuf:"bytes,63,opt,name=enable_sort,json=enableSort,proto3" json:"enable_sort,omitempty"`
	EnableTidscan               *wrapperspb.BoolValue                    `protobuf:"bytes,64,opt,name=enable_tidscan,json=enableTidscan,proto3" json:"enable_tidscan,omitempty"`
	MaxParallelWorkers          *wrapperspb.Int64Value                   `protobuf:"bytes,65,opt,name=max_parallel_workers,json=maxParallelWorkers,proto3" json:"max_parallel_workers,omitempty"`
	MaxParallelWorkersPerGather *wrapperspb.Int64Value                   `` /* 149-byte string literal not displayed */
	Timezone                    string                                   `protobuf:"bytes,67,opt,name=timezone,proto3" json:"timezone,omitempty"`
	EffectiveIoConcurrency      *wrapperspb.Int64Value                   `` /* 130-byte string literal not displayed */
	EffectiveCacheSize          *wrapperspb.Int64Value                   `protobuf:"bytes,69,opt,name=effective_cache_size,json=effectiveCacheSize,proto3" json:"effective_cache_size,omitempty"`
	// contains filtered or unexported fields
}

Options and structure of `PostgresqlConfig` reflects PostgreSQL configuration file parameters which detailed description is available in [PostgreSQL documentation](https://www.postgresql.org/docs/11/runtime-config.html).

func (*PostgresqlHostConfig14_1C) Descriptor deprecated

func (*PostgresqlHostConfig14_1C) Descriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig14_1C.ProtoReflect.Descriptor instead.

func (*PostgresqlHostConfig14_1C) GetArrayNulls

func (x *PostgresqlHostConfig14_1C) GetArrayNulls() *wrapperspb.BoolValue

func (*PostgresqlHostConfig14_1C) GetBackendFlushAfter

func (x *PostgresqlHostConfig14_1C) GetBackendFlushAfter() *wrapperspb.Int64Value

func (*PostgresqlHostConfig14_1C) GetBackslashQuote

func (*PostgresqlHostConfig14_1C) GetByteaOutput

func (*PostgresqlHostConfig14_1C) GetClientMinMessages

func (*PostgresqlHostConfig14_1C) GetConstraintExclusion

func (*PostgresqlHostConfig14_1C) GetCursorTupleFraction

func (x *PostgresqlHostConfig14_1C) GetCursorTupleFraction() *wrapperspb.DoubleValue

func (*PostgresqlHostConfig14_1C) GetDeadlockTimeout

func (x *PostgresqlHostConfig14_1C) GetDeadlockTimeout() *wrapperspb.Int64Value

func (*PostgresqlHostConfig14_1C) GetDefaultTransactionIsolation

func (*PostgresqlHostConfig14_1C) GetDefaultWithOids

func (x *PostgresqlHostConfig14_1C) GetDefaultWithOids() *wrapperspb.BoolValue

func (*PostgresqlHostConfig14_1C) GetEffectiveCacheSize

func (x *PostgresqlHostConfig14_1C) GetEffectiveCacheSize() *wrapperspb.Int64Value

func (*PostgresqlHostConfig14_1C) GetEffectiveIoConcurrency

func (x *PostgresqlHostConfig14_1C) GetEffectiveIoConcurrency() *wrapperspb.Int64Value

func (*PostgresqlHostConfig14_1C) GetEnableBitmapscan

func (x *PostgresqlHostConfig14_1C) GetEnableBitmapscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig14_1C) GetEnableHashagg

func (x *PostgresqlHostConfig14_1C) GetEnableHashagg() *wrapperspb.BoolValue

func (*PostgresqlHostConfig14_1C) GetEnableHashjoin

func (x *PostgresqlHostConfig14_1C) GetEnableHashjoin() *wrapperspb.BoolValue

func (*PostgresqlHostConfig14_1C) GetEnableIndexonlyscan

func (x *PostgresqlHostConfig14_1C) GetEnableIndexonlyscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig14_1C) GetEnableIndexscan

func (x *PostgresqlHostConfig14_1C) GetEnableIndexscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig14_1C) GetEnableMaterial

func (x *PostgresqlHostConfig14_1C) GetEnableMaterial() *wrapperspb.BoolValue

func (*PostgresqlHostConfig14_1C) GetEnableMergejoin

func (x *PostgresqlHostConfig14_1C) GetEnableMergejoin() *wrapperspb.BoolValue

func (*PostgresqlHostConfig14_1C) GetEnableNestloop

func (x *PostgresqlHostConfig14_1C) GetEnableNestloop() *wrapperspb.BoolValue

func (*PostgresqlHostConfig14_1C) GetEnableSeqscan

func (x *PostgresqlHostConfig14_1C) GetEnableSeqscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig14_1C) GetEnableSort

func (x *PostgresqlHostConfig14_1C) GetEnableSort() *wrapperspb.BoolValue

func (*PostgresqlHostConfig14_1C) GetEnableTidscan

func (x *PostgresqlHostConfig14_1C) GetEnableTidscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig14_1C) GetEscapeStringWarning

func (x *PostgresqlHostConfig14_1C) GetEscapeStringWarning() *wrapperspb.BoolValue

func (*PostgresqlHostConfig14_1C) GetExitOnError

func (x *PostgresqlHostConfig14_1C) GetExitOnError() *wrapperspb.BoolValue

func (*PostgresqlHostConfig14_1C) GetForceParallelMode

func (*PostgresqlHostConfig14_1C) GetFromCollapseLimit

func (x *PostgresqlHostConfig14_1C) GetFromCollapseLimit() *wrapperspb.Int64Value

func (*PostgresqlHostConfig14_1C) GetGinPendingListLimit

func (x *PostgresqlHostConfig14_1C) GetGinPendingListLimit() *wrapperspb.Int64Value

func (*PostgresqlHostConfig14_1C) GetIdleInTransactionSessionTimeout

func (x *PostgresqlHostConfig14_1C) GetIdleInTransactionSessionTimeout() *wrapperspb.Int64Value

func (*PostgresqlHostConfig14_1C) GetJoinCollapseLimit

func (x *PostgresqlHostConfig14_1C) GetJoinCollapseLimit() *wrapperspb.Int64Value

func (*PostgresqlHostConfig14_1C) GetLoCompatPrivileges

func (x *PostgresqlHostConfig14_1C) GetLoCompatPrivileges() *wrapperspb.BoolValue

func (*PostgresqlHostConfig14_1C) GetLockTimeout

func (x *PostgresqlHostConfig14_1C) GetLockTimeout() *wrapperspb.Int64Value

func (*PostgresqlHostConfig14_1C) GetLogCheckpoints

func (x *PostgresqlHostConfig14_1C) GetLogCheckpoints() *wrapperspb.BoolValue

func (*PostgresqlHostConfig14_1C) GetLogConnections

func (x *PostgresqlHostConfig14_1C) GetLogConnections() *wrapperspb.BoolValue

func (*PostgresqlHostConfig14_1C) GetLogDisconnections

func (x *PostgresqlHostConfig14_1C) GetLogDisconnections() *wrapperspb.BoolValue

func (*PostgresqlHostConfig14_1C) GetLogDuration

func (x *PostgresqlHostConfig14_1C) GetLogDuration() *wrapperspb.BoolValue

func (*PostgresqlHostConfig14_1C) GetLogErrorVerbosity

func (*PostgresqlHostConfig14_1C) GetLogLockWaits

func (x *PostgresqlHostConfig14_1C) GetLogLockWaits() *wrapperspb.BoolValue

func (*PostgresqlHostConfig14_1C) GetLogMinDurationStatement

func (x *PostgresqlHostConfig14_1C) GetLogMinDurationStatement() *wrapperspb.Int64Value

func (*PostgresqlHostConfig14_1C) GetLogMinErrorStatement

func (*PostgresqlHostConfig14_1C) GetLogMinMessages

func (*PostgresqlHostConfig14_1C) GetLogStatement

func (*PostgresqlHostConfig14_1C) GetLogTempFiles

func (x *PostgresqlHostConfig14_1C) GetLogTempFiles() *wrapperspb.Int64Value

func (*PostgresqlHostConfig14_1C) GetMaxLocksPerTransaction

func (x *PostgresqlHostConfig14_1C) GetMaxLocksPerTransaction() *wrapperspb.Int64Value

func (*PostgresqlHostConfig14_1C) GetMaxParallelWorkers

func (x *PostgresqlHostConfig14_1C) GetMaxParallelWorkers() *wrapperspb.Int64Value

func (*PostgresqlHostConfig14_1C) GetMaxParallelWorkersPerGather

func (x *PostgresqlHostConfig14_1C) GetMaxParallelWorkersPerGather() *wrapperspb.Int64Value

func (*PostgresqlHostConfig14_1C) GetMaxPredLocksPerTransaction

func (x *PostgresqlHostConfig14_1C) GetMaxPredLocksPerTransaction() *wrapperspb.Int64Value

func (*PostgresqlHostConfig14_1C) GetMaxStandbyStreamingDelay

func (x *PostgresqlHostConfig14_1C) GetMaxStandbyStreamingDelay() *wrapperspb.Int64Value

func (*PostgresqlHostConfig14_1C) GetOldSnapshotThreshold

func (x *PostgresqlHostConfig14_1C) GetOldSnapshotThreshold() *wrapperspb.Int64Value

func (*PostgresqlHostConfig14_1C) GetQuoteAllIdentifiers

func (x *PostgresqlHostConfig14_1C) GetQuoteAllIdentifiers() *wrapperspb.BoolValue

func (*PostgresqlHostConfig14_1C) GetRandomPageCost

func (x *PostgresqlHostConfig14_1C) GetRandomPageCost() *wrapperspb.DoubleValue

func (*PostgresqlHostConfig14_1C) GetRecoveryMinApplyDelay

func (x *PostgresqlHostConfig14_1C) GetRecoveryMinApplyDelay() *wrapperspb.Int64Value

func (*PostgresqlHostConfig14_1C) GetRowSecurity

func (x *PostgresqlHostConfig14_1C) GetRowSecurity() *wrapperspb.BoolValue

func (*PostgresqlHostConfig14_1C) GetSearchPath

func (x *PostgresqlHostConfig14_1C) GetSearchPath() string

func (*PostgresqlHostConfig14_1C) GetSeqPageCost

func (x *PostgresqlHostConfig14_1C) GetSeqPageCost() *wrapperspb.DoubleValue

func (*PostgresqlHostConfig14_1C) GetSharedBuffers

func (x *PostgresqlHostConfig14_1C) GetSharedBuffers() *wrapperspb.Int64Value

func (*PostgresqlHostConfig14_1C) GetStandardConformingStrings

func (x *PostgresqlHostConfig14_1C) GetStandardConformingStrings() *wrapperspb.BoolValue

func (*PostgresqlHostConfig14_1C) GetStatementTimeout

func (x *PostgresqlHostConfig14_1C) GetStatementTimeout() *wrapperspb.Int64Value

func (*PostgresqlHostConfig14_1C) GetSynchronizeSeqscans

func (x *PostgresqlHostConfig14_1C) GetSynchronizeSeqscans() *wrapperspb.BoolValue

func (*PostgresqlHostConfig14_1C) GetTempBuffers

func (x *PostgresqlHostConfig14_1C) GetTempBuffers() *wrapperspb.Int64Value

func (*PostgresqlHostConfig14_1C) GetTempFileLimit

func (x *PostgresqlHostConfig14_1C) GetTempFileLimit() *wrapperspb.Int64Value

func (*PostgresqlHostConfig14_1C) GetTimezone

func (x *PostgresqlHostConfig14_1C) GetTimezone() string

func (*PostgresqlHostConfig14_1C) GetTransformNullEquals

func (x *PostgresqlHostConfig14_1C) GetTransformNullEquals() *wrapperspb.BoolValue

func (*PostgresqlHostConfig14_1C) GetWorkMem

func (*PostgresqlHostConfig14_1C) GetXmlbinary

func (*PostgresqlHostConfig14_1C) GetXmloption

func (*PostgresqlHostConfig14_1C) ProtoMessage

func (*PostgresqlHostConfig14_1C) ProtoMessage()

func (*PostgresqlHostConfig14_1C) ProtoReflect

func (*PostgresqlHostConfig14_1C) Reset

func (x *PostgresqlHostConfig14_1C) Reset()

func (*PostgresqlHostConfig14_1C) SetArrayNulls

func (m *PostgresqlHostConfig14_1C) SetArrayNulls(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig14_1C) SetBackendFlushAfter

func (m *PostgresqlHostConfig14_1C) SetBackendFlushAfter(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig14_1C) SetBackslashQuote

func (*PostgresqlHostConfig14_1C) SetByteaOutput

func (*PostgresqlHostConfig14_1C) SetClientMinMessages

func (*PostgresqlHostConfig14_1C) SetConstraintExclusion

func (*PostgresqlHostConfig14_1C) SetCursorTupleFraction

func (m *PostgresqlHostConfig14_1C) SetCursorTupleFraction(v *wrapperspb.DoubleValue)

func (*PostgresqlHostConfig14_1C) SetDeadlockTimeout

func (m *PostgresqlHostConfig14_1C) SetDeadlockTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig14_1C) SetDefaultTransactionIsolation

func (*PostgresqlHostConfig14_1C) SetDefaultWithOids

func (m *PostgresqlHostConfig14_1C) SetDefaultWithOids(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig14_1C) SetEffectiveCacheSize

func (m *PostgresqlHostConfig14_1C) SetEffectiveCacheSize(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig14_1C) SetEffectiveIoConcurrency

func (m *PostgresqlHostConfig14_1C) SetEffectiveIoConcurrency(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig14_1C) SetEnableBitmapscan

func (m *PostgresqlHostConfig14_1C) SetEnableBitmapscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig14_1C) SetEnableHashagg

func (m *PostgresqlHostConfig14_1C) SetEnableHashagg(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig14_1C) SetEnableHashjoin

func (m *PostgresqlHostConfig14_1C) SetEnableHashjoin(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig14_1C) SetEnableIndexonlyscan

func (m *PostgresqlHostConfig14_1C) SetEnableIndexonlyscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig14_1C) SetEnableIndexscan

func (m *PostgresqlHostConfig14_1C) SetEnableIndexscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig14_1C) SetEnableMaterial

func (m *PostgresqlHostConfig14_1C) SetEnableMaterial(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig14_1C) SetEnableMergejoin

func (m *PostgresqlHostConfig14_1C) SetEnableMergejoin(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig14_1C) SetEnableNestloop

func (m *PostgresqlHostConfig14_1C) SetEnableNestloop(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig14_1C) SetEnableSeqscan

func (m *PostgresqlHostConfig14_1C) SetEnableSeqscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig14_1C) SetEnableSort

func (m *PostgresqlHostConfig14_1C) SetEnableSort(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig14_1C) SetEnableTidscan

func (m *PostgresqlHostConfig14_1C) SetEnableTidscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig14_1C) SetEscapeStringWarning

func (m *PostgresqlHostConfig14_1C) SetEscapeStringWarning(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig14_1C) SetExitOnError

func (m *PostgresqlHostConfig14_1C) SetExitOnError(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig14_1C) SetForceParallelMode

func (*PostgresqlHostConfig14_1C) SetFromCollapseLimit

func (m *PostgresqlHostConfig14_1C) SetFromCollapseLimit(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig14_1C) SetGinPendingListLimit

func (m *PostgresqlHostConfig14_1C) SetGinPendingListLimit(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig14_1C) SetIdleInTransactionSessionTimeout

func (m *PostgresqlHostConfig14_1C) SetIdleInTransactionSessionTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig14_1C) SetJoinCollapseLimit

func (m *PostgresqlHostConfig14_1C) SetJoinCollapseLimit(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig14_1C) SetLoCompatPrivileges

func (m *PostgresqlHostConfig14_1C) SetLoCompatPrivileges(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig14_1C) SetLockTimeout

func (m *PostgresqlHostConfig14_1C) SetLockTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig14_1C) SetLogCheckpoints

func (m *PostgresqlHostConfig14_1C) SetLogCheckpoints(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig14_1C) SetLogConnections

func (m *PostgresqlHostConfig14_1C) SetLogConnections(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig14_1C) SetLogDisconnections

func (m *PostgresqlHostConfig14_1C) SetLogDisconnections(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig14_1C) SetLogDuration

func (m *PostgresqlHostConfig14_1C) SetLogDuration(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig14_1C) SetLogErrorVerbosity

func (*PostgresqlHostConfig14_1C) SetLogLockWaits

func (m *PostgresqlHostConfig14_1C) SetLogLockWaits(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig14_1C) SetLogMinDurationStatement

func (m *PostgresqlHostConfig14_1C) SetLogMinDurationStatement(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig14_1C) SetLogMinErrorStatement

func (m *PostgresqlHostConfig14_1C) SetLogMinErrorStatement(v PostgresqlHostConfig14_1C_LogLevel)

func (*PostgresqlHostConfig14_1C) SetLogMinMessages

func (*PostgresqlHostConfig14_1C) SetLogStatement

func (*PostgresqlHostConfig14_1C) SetLogTempFiles

func (m *PostgresqlHostConfig14_1C) SetLogTempFiles(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig14_1C) SetMaxLocksPerTransaction

func (m *PostgresqlHostConfig14_1C) SetMaxLocksPerTransaction(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig14_1C) SetMaxParallelWorkers

func (m *PostgresqlHostConfig14_1C) SetMaxParallelWorkers(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig14_1C) SetMaxParallelWorkersPerGather

func (m *PostgresqlHostConfig14_1C) SetMaxParallelWorkersPerGather(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig14_1C) SetMaxPredLocksPerTransaction

func (m *PostgresqlHostConfig14_1C) SetMaxPredLocksPerTransaction(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig14_1C) SetMaxStandbyStreamingDelay

func (m *PostgresqlHostConfig14_1C) SetMaxStandbyStreamingDelay(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig14_1C) SetOldSnapshotThreshold

func (m *PostgresqlHostConfig14_1C) SetOldSnapshotThreshold(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig14_1C) SetQuoteAllIdentifiers

func (m *PostgresqlHostConfig14_1C) SetQuoteAllIdentifiers(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig14_1C) SetRandomPageCost

func (m *PostgresqlHostConfig14_1C) SetRandomPageCost(v *wrapperspb.DoubleValue)

func (*PostgresqlHostConfig14_1C) SetRecoveryMinApplyDelay

func (m *PostgresqlHostConfig14_1C) SetRecoveryMinApplyDelay(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig14_1C) SetRowSecurity

func (m *PostgresqlHostConfig14_1C) SetRowSecurity(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig14_1C) SetSearchPath

func (m *PostgresqlHostConfig14_1C) SetSearchPath(v string)

func (*PostgresqlHostConfig14_1C) SetSeqPageCost

func (m *PostgresqlHostConfig14_1C) SetSeqPageCost(v *wrapperspb.DoubleValue)

func (*PostgresqlHostConfig14_1C) SetSharedBuffers

func (m *PostgresqlHostConfig14_1C) SetSharedBuffers(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig14_1C) SetStandardConformingStrings

func (m *PostgresqlHostConfig14_1C) SetStandardConformingStrings(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig14_1C) SetStatementTimeout

func (m *PostgresqlHostConfig14_1C) SetStatementTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig14_1C) SetSynchronizeSeqscans

func (m *PostgresqlHostConfig14_1C) SetSynchronizeSeqscans(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig14_1C) SetTempBuffers

func (m *PostgresqlHostConfig14_1C) SetTempBuffers(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig14_1C) SetTempFileLimit

func (m *PostgresqlHostConfig14_1C) SetTempFileLimit(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig14_1C) SetTimezone

func (m *PostgresqlHostConfig14_1C) SetTimezone(v string)

func (*PostgresqlHostConfig14_1C) SetTransformNullEquals

func (m *PostgresqlHostConfig14_1C) SetTransformNullEquals(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig14_1C) SetWorkMem

func (*PostgresqlHostConfig14_1C) SetXmlbinary

func (*PostgresqlHostConfig14_1C) SetXmloption

func (*PostgresqlHostConfig14_1C) String

func (x *PostgresqlHostConfig14_1C) String() string

type PostgresqlHostConfig14_1C_BackslashQuote

type PostgresqlHostConfig14_1C_BackslashQuote int32
const (
	PostgresqlHostConfig14_1C_BACKSLASH_QUOTE_UNSPECIFIED   PostgresqlHostConfig14_1C_BackslashQuote = 0
	PostgresqlHostConfig14_1C_BACKSLASH_QUOTE               PostgresqlHostConfig14_1C_BackslashQuote = 1
	PostgresqlHostConfig14_1C_BACKSLASH_QUOTE_ON            PostgresqlHostConfig14_1C_BackslashQuote = 2
	PostgresqlHostConfig14_1C_BACKSLASH_QUOTE_OFF           PostgresqlHostConfig14_1C_BackslashQuote = 3
	PostgresqlHostConfig14_1C_BACKSLASH_QUOTE_SAFE_ENCODING PostgresqlHostConfig14_1C_BackslashQuote = 4
)

func (PostgresqlHostConfig14_1C_BackslashQuote) Descriptor

func (PostgresqlHostConfig14_1C_BackslashQuote) Enum

func (PostgresqlHostConfig14_1C_BackslashQuote) EnumDescriptor deprecated

func (PostgresqlHostConfig14_1C_BackslashQuote) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig14_1C_BackslashQuote.Descriptor instead.

func (PostgresqlHostConfig14_1C_BackslashQuote) Number

func (PostgresqlHostConfig14_1C_BackslashQuote) String

func (PostgresqlHostConfig14_1C_BackslashQuote) Type

type PostgresqlHostConfig14_1C_ByteaOutput

type PostgresqlHostConfig14_1C_ByteaOutput int32
const (
	PostgresqlHostConfig14_1C_BYTEA_OUTPUT_UNSPECIFIED PostgresqlHostConfig14_1C_ByteaOutput = 0
	PostgresqlHostConfig14_1C_BYTEA_OUTPUT_HEX         PostgresqlHostConfig14_1C_ByteaOutput = 1
	PostgresqlHostConfig14_1C_BYTEA_OUTPUT_ESCAPED     PostgresqlHostConfig14_1C_ByteaOutput = 2
)

func (PostgresqlHostConfig14_1C_ByteaOutput) Descriptor

func (PostgresqlHostConfig14_1C_ByteaOutput) Enum

func (PostgresqlHostConfig14_1C_ByteaOutput) EnumDescriptor deprecated

func (PostgresqlHostConfig14_1C_ByteaOutput) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig14_1C_ByteaOutput.Descriptor instead.

func (PostgresqlHostConfig14_1C_ByteaOutput) Number

func (PostgresqlHostConfig14_1C_ByteaOutput) String

func (PostgresqlHostConfig14_1C_ByteaOutput) Type

type PostgresqlHostConfig14_1C_ConstraintExclusion

type PostgresqlHostConfig14_1C_ConstraintExclusion int32
const (
	PostgresqlHostConfig14_1C_CONSTRAINT_EXCLUSION_UNSPECIFIED PostgresqlHostConfig14_1C_ConstraintExclusion = 0
	PostgresqlHostConfig14_1C_CONSTRAINT_EXCLUSION_ON          PostgresqlHostConfig14_1C_ConstraintExclusion = 1
	PostgresqlHostConfig14_1C_CONSTRAINT_EXCLUSION_OFF         PostgresqlHostConfig14_1C_ConstraintExclusion = 2
	PostgresqlHostConfig14_1C_CONSTRAINT_EXCLUSION_PARTITION   PostgresqlHostConfig14_1C_ConstraintExclusion = 3
)

func (PostgresqlHostConfig14_1C_ConstraintExclusion) Descriptor

func (PostgresqlHostConfig14_1C_ConstraintExclusion) Enum

func (PostgresqlHostConfig14_1C_ConstraintExclusion) EnumDescriptor deprecated

func (PostgresqlHostConfig14_1C_ConstraintExclusion) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig14_1C_ConstraintExclusion.Descriptor instead.

func (PostgresqlHostConfig14_1C_ConstraintExclusion) Number

func (PostgresqlHostConfig14_1C_ConstraintExclusion) String

func (PostgresqlHostConfig14_1C_ConstraintExclusion) Type

type PostgresqlHostConfig14_1C_ForceParallelMode

type PostgresqlHostConfig14_1C_ForceParallelMode int32
const (
	PostgresqlHostConfig14_1C_FORCE_PARALLEL_MODE_UNSPECIFIED PostgresqlHostConfig14_1C_ForceParallelMode = 0
	PostgresqlHostConfig14_1C_FORCE_PARALLEL_MODE_ON          PostgresqlHostConfig14_1C_ForceParallelMode = 1
	PostgresqlHostConfig14_1C_FORCE_PARALLEL_MODE_OFF         PostgresqlHostConfig14_1C_ForceParallelMode = 2
	PostgresqlHostConfig14_1C_FORCE_PARALLEL_MODE_REGRESS     PostgresqlHostConfig14_1C_ForceParallelMode = 3
)

func (PostgresqlHostConfig14_1C_ForceParallelMode) Descriptor

func (PostgresqlHostConfig14_1C_ForceParallelMode) Enum

func (PostgresqlHostConfig14_1C_ForceParallelMode) EnumDescriptor deprecated

func (PostgresqlHostConfig14_1C_ForceParallelMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig14_1C_ForceParallelMode.Descriptor instead.

func (PostgresqlHostConfig14_1C_ForceParallelMode) Number

func (PostgresqlHostConfig14_1C_ForceParallelMode) String

func (PostgresqlHostConfig14_1C_ForceParallelMode) Type

type PostgresqlHostConfig14_1C_LogErrorVerbosity

type PostgresqlHostConfig14_1C_LogErrorVerbosity int32
const (
	PostgresqlHostConfig14_1C_LOG_ERROR_VERBOSITY_UNSPECIFIED PostgresqlHostConfig14_1C_LogErrorVerbosity = 0
	PostgresqlHostConfig14_1C_LOG_ERROR_VERBOSITY_TERSE       PostgresqlHostConfig14_1C_LogErrorVerbosity = 1
	PostgresqlHostConfig14_1C_LOG_ERROR_VERBOSITY_DEFAULT     PostgresqlHostConfig14_1C_LogErrorVerbosity = 2
	PostgresqlHostConfig14_1C_LOG_ERROR_VERBOSITY_VERBOSE     PostgresqlHostConfig14_1C_LogErrorVerbosity = 3
)

func (PostgresqlHostConfig14_1C_LogErrorVerbosity) Descriptor

func (PostgresqlHostConfig14_1C_LogErrorVerbosity) Enum

func (PostgresqlHostConfig14_1C_LogErrorVerbosity) EnumDescriptor deprecated

func (PostgresqlHostConfig14_1C_LogErrorVerbosity) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig14_1C_LogErrorVerbosity.Descriptor instead.

func (PostgresqlHostConfig14_1C_LogErrorVerbosity) Number

func (PostgresqlHostConfig14_1C_LogErrorVerbosity) String

func (PostgresqlHostConfig14_1C_LogErrorVerbosity) Type

type PostgresqlHostConfig14_1C_LogLevel

type PostgresqlHostConfig14_1C_LogLevel int32
const (
	PostgresqlHostConfig14_1C_LOG_LEVEL_UNSPECIFIED PostgresqlHostConfig14_1C_LogLevel = 0
	PostgresqlHostConfig14_1C_LOG_LEVEL_DEBUG5      PostgresqlHostConfig14_1C_LogLevel = 1
	PostgresqlHostConfig14_1C_LOG_LEVEL_DEBUG4      PostgresqlHostConfig14_1C_LogLevel = 2
	PostgresqlHostConfig14_1C_LOG_LEVEL_DEBUG3      PostgresqlHostConfig14_1C_LogLevel = 3
	PostgresqlHostConfig14_1C_LOG_LEVEL_DEBUG2      PostgresqlHostConfig14_1C_LogLevel = 4
	PostgresqlHostConfig14_1C_LOG_LEVEL_DEBUG1      PostgresqlHostConfig14_1C_LogLevel = 5
	PostgresqlHostConfig14_1C_LOG_LEVEL_LOG         PostgresqlHostConfig14_1C_LogLevel = 6
	PostgresqlHostConfig14_1C_LOG_LEVEL_NOTICE      PostgresqlHostConfig14_1C_LogLevel = 7
	PostgresqlHostConfig14_1C_LOG_LEVEL_WARNING     PostgresqlHostConfig14_1C_LogLevel = 8
	PostgresqlHostConfig14_1C_LOG_LEVEL_ERROR       PostgresqlHostConfig14_1C_LogLevel = 9
	PostgresqlHostConfig14_1C_LOG_LEVEL_FATAL       PostgresqlHostConfig14_1C_LogLevel = 10
	PostgresqlHostConfig14_1C_LOG_LEVEL_PANIC       PostgresqlHostConfig14_1C_LogLevel = 11
)

func (PostgresqlHostConfig14_1C_LogLevel) Descriptor

func (PostgresqlHostConfig14_1C_LogLevel) Enum

func (PostgresqlHostConfig14_1C_LogLevel) EnumDescriptor deprecated

func (PostgresqlHostConfig14_1C_LogLevel) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig14_1C_LogLevel.Descriptor instead.

func (PostgresqlHostConfig14_1C_LogLevel) Number

func (PostgresqlHostConfig14_1C_LogLevel) String

func (PostgresqlHostConfig14_1C_LogLevel) Type

type PostgresqlHostConfig14_1C_LogStatement

type PostgresqlHostConfig14_1C_LogStatement int32
const (
	PostgresqlHostConfig14_1C_LOG_STATEMENT_UNSPECIFIED PostgresqlHostConfig14_1C_LogStatement = 0
	PostgresqlHostConfig14_1C_LOG_STATEMENT_NONE        PostgresqlHostConfig14_1C_LogStatement = 1
	PostgresqlHostConfig14_1C_LOG_STATEMENT_DDL         PostgresqlHostConfig14_1C_LogStatement = 2
	PostgresqlHostConfig14_1C_LOG_STATEMENT_MOD         PostgresqlHostConfig14_1C_LogStatement = 3
	PostgresqlHostConfig14_1C_LOG_STATEMENT_ALL         PostgresqlHostConfig14_1C_LogStatement = 4
)

func (PostgresqlHostConfig14_1C_LogStatement) Descriptor

func (PostgresqlHostConfig14_1C_LogStatement) Enum

func (PostgresqlHostConfig14_1C_LogStatement) EnumDescriptor deprecated

func (PostgresqlHostConfig14_1C_LogStatement) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig14_1C_LogStatement.Descriptor instead.

func (PostgresqlHostConfig14_1C_LogStatement) Number

func (PostgresqlHostConfig14_1C_LogStatement) String

func (PostgresqlHostConfig14_1C_LogStatement) Type

type PostgresqlHostConfig14_1C_TransactionIsolation

type PostgresqlHostConfig14_1C_TransactionIsolation int32
const (
	PostgresqlHostConfig14_1C_TRANSACTION_ISOLATION_UNSPECIFIED      PostgresqlHostConfig14_1C_TransactionIsolation = 0
	PostgresqlHostConfig14_1C_TRANSACTION_ISOLATION_READ_UNCOMMITTED PostgresqlHostConfig14_1C_TransactionIsolation = 1
	PostgresqlHostConfig14_1C_TRANSACTION_ISOLATION_READ_COMMITTED   PostgresqlHostConfig14_1C_TransactionIsolation = 2
	PostgresqlHostConfig14_1C_TRANSACTION_ISOLATION_REPEATABLE_READ  PostgresqlHostConfig14_1C_TransactionIsolation = 3
	PostgresqlHostConfig14_1C_TRANSACTION_ISOLATION_SERIALIZABLE     PostgresqlHostConfig14_1C_TransactionIsolation = 4
)

func (PostgresqlHostConfig14_1C_TransactionIsolation) Descriptor

func (PostgresqlHostConfig14_1C_TransactionIsolation) Enum

func (PostgresqlHostConfig14_1C_TransactionIsolation) EnumDescriptor deprecated

Deprecated: Use PostgresqlHostConfig14_1C_TransactionIsolation.Descriptor instead.

func (PostgresqlHostConfig14_1C_TransactionIsolation) Number

func (PostgresqlHostConfig14_1C_TransactionIsolation) String

func (PostgresqlHostConfig14_1C_TransactionIsolation) Type

type PostgresqlHostConfig14_1C_XmlBinary

type PostgresqlHostConfig14_1C_XmlBinary int32
const (
	PostgresqlHostConfig14_1C_XML_BINARY_UNSPECIFIED PostgresqlHostConfig14_1C_XmlBinary = 0
	PostgresqlHostConfig14_1C_XML_BINARY_BASE64      PostgresqlHostConfig14_1C_XmlBinary = 1
	PostgresqlHostConfig14_1C_XML_BINARY_HEX         PostgresqlHostConfig14_1C_XmlBinary = 2
)

func (PostgresqlHostConfig14_1C_XmlBinary) Descriptor

func (PostgresqlHostConfig14_1C_XmlBinary) Enum

func (PostgresqlHostConfig14_1C_XmlBinary) EnumDescriptor deprecated

func (PostgresqlHostConfig14_1C_XmlBinary) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig14_1C_XmlBinary.Descriptor instead.

func (PostgresqlHostConfig14_1C_XmlBinary) Number

func (PostgresqlHostConfig14_1C_XmlBinary) String

func (PostgresqlHostConfig14_1C_XmlBinary) Type

type PostgresqlHostConfig14_1C_XmlOption

type PostgresqlHostConfig14_1C_XmlOption int32
const (
	PostgresqlHostConfig14_1C_XML_OPTION_UNSPECIFIED PostgresqlHostConfig14_1C_XmlOption = 0
	PostgresqlHostConfig14_1C_XML_OPTION_DOCUMENT    PostgresqlHostConfig14_1C_XmlOption = 1
	PostgresqlHostConfig14_1C_XML_OPTION_CONTENT     PostgresqlHostConfig14_1C_XmlOption = 2
)

func (PostgresqlHostConfig14_1C_XmlOption) Descriptor

func (PostgresqlHostConfig14_1C_XmlOption) Enum

func (PostgresqlHostConfig14_1C_XmlOption) EnumDescriptor deprecated

func (PostgresqlHostConfig14_1C_XmlOption) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig14_1C_XmlOption.Descriptor instead.

func (PostgresqlHostConfig14_1C_XmlOption) Number

func (PostgresqlHostConfig14_1C_XmlOption) String

func (PostgresqlHostConfig14_1C_XmlOption) Type

type PostgresqlHostConfig14_BackslashQuote

type PostgresqlHostConfig14_BackslashQuote int32
const (
	PostgresqlHostConfig14_BACKSLASH_QUOTE_UNSPECIFIED   PostgresqlHostConfig14_BackslashQuote = 0
	PostgresqlHostConfig14_BACKSLASH_QUOTE               PostgresqlHostConfig14_BackslashQuote = 1
	PostgresqlHostConfig14_BACKSLASH_QUOTE_ON            PostgresqlHostConfig14_BackslashQuote = 2
	PostgresqlHostConfig14_BACKSLASH_QUOTE_OFF           PostgresqlHostConfig14_BackslashQuote = 3
	PostgresqlHostConfig14_BACKSLASH_QUOTE_SAFE_ENCODING PostgresqlHostConfig14_BackslashQuote = 4
)

func (PostgresqlHostConfig14_BackslashQuote) Descriptor

func (PostgresqlHostConfig14_BackslashQuote) Enum

func (PostgresqlHostConfig14_BackslashQuote) EnumDescriptor deprecated

func (PostgresqlHostConfig14_BackslashQuote) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig14_BackslashQuote.Descriptor instead.

func (PostgresqlHostConfig14_BackslashQuote) Number

func (PostgresqlHostConfig14_BackslashQuote) String

func (PostgresqlHostConfig14_BackslashQuote) Type

type PostgresqlHostConfig14_ByteaOutput

type PostgresqlHostConfig14_ByteaOutput int32
const (
	PostgresqlHostConfig14_BYTEA_OUTPUT_UNSPECIFIED PostgresqlHostConfig14_ByteaOutput = 0
	PostgresqlHostConfig14_BYTEA_OUTPUT_HEX         PostgresqlHostConfig14_ByteaOutput = 1
	PostgresqlHostConfig14_BYTEA_OUTPUT_ESCAPED     PostgresqlHostConfig14_ByteaOutput = 2
)

func (PostgresqlHostConfig14_ByteaOutput) Descriptor

func (PostgresqlHostConfig14_ByteaOutput) Enum

func (PostgresqlHostConfig14_ByteaOutput) EnumDescriptor deprecated

func (PostgresqlHostConfig14_ByteaOutput) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig14_ByteaOutput.Descriptor instead.

func (PostgresqlHostConfig14_ByteaOutput) Number

func (PostgresqlHostConfig14_ByteaOutput) String

func (PostgresqlHostConfig14_ByteaOutput) Type

type PostgresqlHostConfig14_ConstraintExclusion

type PostgresqlHostConfig14_ConstraintExclusion int32
const (
	PostgresqlHostConfig14_CONSTRAINT_EXCLUSION_UNSPECIFIED PostgresqlHostConfig14_ConstraintExclusion = 0
	PostgresqlHostConfig14_CONSTRAINT_EXCLUSION_ON          PostgresqlHostConfig14_ConstraintExclusion = 1
	PostgresqlHostConfig14_CONSTRAINT_EXCLUSION_OFF         PostgresqlHostConfig14_ConstraintExclusion = 2
	PostgresqlHostConfig14_CONSTRAINT_EXCLUSION_PARTITION   PostgresqlHostConfig14_ConstraintExclusion = 3
)

func (PostgresqlHostConfig14_ConstraintExclusion) Descriptor

func (PostgresqlHostConfig14_ConstraintExclusion) Enum

func (PostgresqlHostConfig14_ConstraintExclusion) EnumDescriptor deprecated

func (PostgresqlHostConfig14_ConstraintExclusion) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig14_ConstraintExclusion.Descriptor instead.

func (PostgresqlHostConfig14_ConstraintExclusion) Number

func (PostgresqlHostConfig14_ConstraintExclusion) String

func (PostgresqlHostConfig14_ConstraintExclusion) Type

type PostgresqlHostConfig14_ForceParallelMode

type PostgresqlHostConfig14_ForceParallelMode int32
const (
	PostgresqlHostConfig14_FORCE_PARALLEL_MODE_UNSPECIFIED PostgresqlHostConfig14_ForceParallelMode = 0
	PostgresqlHostConfig14_FORCE_PARALLEL_MODE_ON          PostgresqlHostConfig14_ForceParallelMode = 1
	PostgresqlHostConfig14_FORCE_PARALLEL_MODE_OFF         PostgresqlHostConfig14_ForceParallelMode = 2
	PostgresqlHostConfig14_FORCE_PARALLEL_MODE_REGRESS     PostgresqlHostConfig14_ForceParallelMode = 3
)

func (PostgresqlHostConfig14_ForceParallelMode) Descriptor

func (PostgresqlHostConfig14_ForceParallelMode) Enum

func (PostgresqlHostConfig14_ForceParallelMode) EnumDescriptor deprecated

func (PostgresqlHostConfig14_ForceParallelMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig14_ForceParallelMode.Descriptor instead.

func (PostgresqlHostConfig14_ForceParallelMode) Number

func (PostgresqlHostConfig14_ForceParallelMode) String

func (PostgresqlHostConfig14_ForceParallelMode) Type

type PostgresqlHostConfig14_LogErrorVerbosity

type PostgresqlHostConfig14_LogErrorVerbosity int32
const (
	PostgresqlHostConfig14_LOG_ERROR_VERBOSITY_UNSPECIFIED PostgresqlHostConfig14_LogErrorVerbosity = 0
	PostgresqlHostConfig14_LOG_ERROR_VERBOSITY_TERSE       PostgresqlHostConfig14_LogErrorVerbosity = 1
	PostgresqlHostConfig14_LOG_ERROR_VERBOSITY_DEFAULT     PostgresqlHostConfig14_LogErrorVerbosity = 2
	PostgresqlHostConfig14_LOG_ERROR_VERBOSITY_VERBOSE     PostgresqlHostConfig14_LogErrorVerbosity = 3
)

func (PostgresqlHostConfig14_LogErrorVerbosity) Descriptor

func (PostgresqlHostConfig14_LogErrorVerbosity) Enum

func (PostgresqlHostConfig14_LogErrorVerbosity) EnumDescriptor deprecated

func (PostgresqlHostConfig14_LogErrorVerbosity) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig14_LogErrorVerbosity.Descriptor instead.

func (PostgresqlHostConfig14_LogErrorVerbosity) Number

func (PostgresqlHostConfig14_LogErrorVerbosity) String

func (PostgresqlHostConfig14_LogErrorVerbosity) Type

type PostgresqlHostConfig14_LogLevel

type PostgresqlHostConfig14_LogLevel int32
const (
	PostgresqlHostConfig14_LOG_LEVEL_UNSPECIFIED PostgresqlHostConfig14_LogLevel = 0
	PostgresqlHostConfig14_LOG_LEVEL_DEBUG5      PostgresqlHostConfig14_LogLevel = 1
	PostgresqlHostConfig14_LOG_LEVEL_DEBUG4      PostgresqlHostConfig14_LogLevel = 2
	PostgresqlHostConfig14_LOG_LEVEL_DEBUG3      PostgresqlHostConfig14_LogLevel = 3
	PostgresqlHostConfig14_LOG_LEVEL_DEBUG2      PostgresqlHostConfig14_LogLevel = 4
	PostgresqlHostConfig14_LOG_LEVEL_DEBUG1      PostgresqlHostConfig14_LogLevel = 5
	PostgresqlHostConfig14_LOG_LEVEL_LOG         PostgresqlHostConfig14_LogLevel = 6
	PostgresqlHostConfig14_LOG_LEVEL_NOTICE      PostgresqlHostConfig14_LogLevel = 7
	PostgresqlHostConfig14_LOG_LEVEL_WARNING     PostgresqlHostConfig14_LogLevel = 8
	PostgresqlHostConfig14_LOG_LEVEL_ERROR       PostgresqlHostConfig14_LogLevel = 9
	PostgresqlHostConfig14_LOG_LEVEL_FATAL       PostgresqlHostConfig14_LogLevel = 10
	PostgresqlHostConfig14_LOG_LEVEL_PANIC       PostgresqlHostConfig14_LogLevel = 11
)

func (PostgresqlHostConfig14_LogLevel) Descriptor

func (PostgresqlHostConfig14_LogLevel) Enum

func (PostgresqlHostConfig14_LogLevel) EnumDescriptor deprecated

func (PostgresqlHostConfig14_LogLevel) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig14_LogLevel.Descriptor instead.

func (PostgresqlHostConfig14_LogLevel) Number

func (PostgresqlHostConfig14_LogLevel) String

func (PostgresqlHostConfig14_LogLevel) Type

type PostgresqlHostConfig14_LogStatement

type PostgresqlHostConfig14_LogStatement int32
const (
	PostgresqlHostConfig14_LOG_STATEMENT_UNSPECIFIED PostgresqlHostConfig14_LogStatement = 0
	PostgresqlHostConfig14_LOG_STATEMENT_NONE        PostgresqlHostConfig14_LogStatement = 1
	PostgresqlHostConfig14_LOG_STATEMENT_DDL         PostgresqlHostConfig14_LogStatement = 2
	PostgresqlHostConfig14_LOG_STATEMENT_MOD         PostgresqlHostConfig14_LogStatement = 3
	PostgresqlHostConfig14_LOG_STATEMENT_ALL         PostgresqlHostConfig14_LogStatement = 4
)

func (PostgresqlHostConfig14_LogStatement) Descriptor

func (PostgresqlHostConfig14_LogStatement) Enum

func (PostgresqlHostConfig14_LogStatement) EnumDescriptor deprecated

func (PostgresqlHostConfig14_LogStatement) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig14_LogStatement.Descriptor instead.

func (PostgresqlHostConfig14_LogStatement) Number

func (PostgresqlHostConfig14_LogStatement) String

func (PostgresqlHostConfig14_LogStatement) Type

type PostgresqlHostConfig14_TransactionIsolation

type PostgresqlHostConfig14_TransactionIsolation int32
const (
	PostgresqlHostConfig14_TRANSACTION_ISOLATION_UNSPECIFIED      PostgresqlHostConfig14_TransactionIsolation = 0
	PostgresqlHostConfig14_TRANSACTION_ISOLATION_READ_UNCOMMITTED PostgresqlHostConfig14_TransactionIsolation = 1
	PostgresqlHostConfig14_TRANSACTION_ISOLATION_READ_COMMITTED   PostgresqlHostConfig14_TransactionIsolation = 2
	PostgresqlHostConfig14_TRANSACTION_ISOLATION_REPEATABLE_READ  PostgresqlHostConfig14_TransactionIsolation = 3
	PostgresqlHostConfig14_TRANSACTION_ISOLATION_SERIALIZABLE     PostgresqlHostConfig14_TransactionIsolation = 4
)

func (PostgresqlHostConfig14_TransactionIsolation) Descriptor

func (PostgresqlHostConfig14_TransactionIsolation) Enum

func (PostgresqlHostConfig14_TransactionIsolation) EnumDescriptor deprecated

func (PostgresqlHostConfig14_TransactionIsolation) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig14_TransactionIsolation.Descriptor instead.

func (PostgresqlHostConfig14_TransactionIsolation) Number

func (PostgresqlHostConfig14_TransactionIsolation) String

func (PostgresqlHostConfig14_TransactionIsolation) Type

type PostgresqlHostConfig14_XmlBinary

type PostgresqlHostConfig14_XmlBinary int32
const (
	PostgresqlHostConfig14_XML_BINARY_UNSPECIFIED PostgresqlHostConfig14_XmlBinary = 0
	PostgresqlHostConfig14_XML_BINARY_BASE64      PostgresqlHostConfig14_XmlBinary = 1
	PostgresqlHostConfig14_XML_BINARY_HEX         PostgresqlHostConfig14_XmlBinary = 2
)

func (PostgresqlHostConfig14_XmlBinary) Descriptor

func (PostgresqlHostConfig14_XmlBinary) Enum

func (PostgresqlHostConfig14_XmlBinary) EnumDescriptor deprecated

func (PostgresqlHostConfig14_XmlBinary) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig14_XmlBinary.Descriptor instead.

func (PostgresqlHostConfig14_XmlBinary) Number

func (PostgresqlHostConfig14_XmlBinary) String

func (PostgresqlHostConfig14_XmlBinary) Type

type PostgresqlHostConfig14_XmlOption

type PostgresqlHostConfig14_XmlOption int32
const (
	PostgresqlHostConfig14_XML_OPTION_UNSPECIFIED PostgresqlHostConfig14_XmlOption = 0
	PostgresqlHostConfig14_XML_OPTION_DOCUMENT    PostgresqlHostConfig14_XmlOption = 1
	PostgresqlHostConfig14_XML_OPTION_CONTENT     PostgresqlHostConfig14_XmlOption = 2
)

func (PostgresqlHostConfig14_XmlOption) Descriptor

func (PostgresqlHostConfig14_XmlOption) Enum

func (PostgresqlHostConfig14_XmlOption) EnumDescriptor deprecated

func (PostgresqlHostConfig14_XmlOption) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig14_XmlOption.Descriptor instead.

func (PostgresqlHostConfig14_XmlOption) Number

func (PostgresqlHostConfig14_XmlOption) String

func (PostgresqlHostConfig14_XmlOption) Type

type PostgresqlHostConfig15

type PostgresqlHostConfig15 struct {
	RecoveryMinApplyDelay *wrapperspb.Int64Value `` // in milliseconds.
	/* 128-byte string literal not displayed */
	SharedBuffers            *wrapperspb.Int64Value `protobuf:"bytes,2,opt,name=shared_buffers,json=sharedBuffers,proto3" json:"shared_buffers,omitempty"`   // in bytes.
	TempBuffers              *wrapperspb.Int64Value `protobuf:"bytes,3,opt,name=temp_buffers,json=tempBuffers,proto3" json:"temp_buffers,omitempty"`         // in bytes.
	WorkMem                  *wrapperspb.Int64Value `protobuf:"bytes,4,opt,name=work_mem,json=workMem,proto3" json:"work_mem,omitempty"`                     // in bytes.
	TempFileLimit            *wrapperspb.Int64Value `protobuf:"bytes,5,opt,name=temp_file_limit,json=tempFileLimit,proto3" json:"temp_file_limit,omitempty"` // in bytes.
	BackendFlushAfter        *wrapperspb.Int64Value `protobuf:"bytes,6,opt,name=backend_flush_after,json=backendFlushAfter,proto3" json:"backend_flush_after,omitempty"`
	OldSnapshotThreshold     *wrapperspb.Int64Value `protobuf:"bytes,7,opt,name=old_snapshot_threshold,json=oldSnapshotThreshold,proto3" json:"old_snapshot_threshold,omitempty"`
	MaxStandbyStreamingDelay *wrapperspb.Int64Value `` // in milliseconds.
	/* 137-byte string literal not displayed */
	ConstraintExclusion     PostgresqlHostConfig15_ConstraintExclusion `` /* 205-byte string literal not displayed */
	CursorTupleFraction     *wrapperspb.DoubleValue                    `protobuf:"bytes,10,opt,name=cursor_tuple_fraction,json=cursorTupleFraction,proto3" json:"cursor_tuple_fraction,omitempty"`
	FromCollapseLimit       *wrapperspb.Int64Value                     `protobuf:"bytes,11,opt,name=from_collapse_limit,json=fromCollapseLimit,proto3" json:"from_collapse_limit,omitempty"`
	JoinCollapseLimit       *wrapperspb.Int64Value                     `protobuf:"bytes,12,opt,name=join_collapse_limit,json=joinCollapseLimit,proto3" json:"join_collapse_limit,omitempty"`
	ForceParallelMode       PostgresqlHostConfig15_ForceParallelMode   `` /* 200-byte string literal not displayed */
	ClientMinMessages       PostgresqlHostConfig15_LogLevel            `` /* 191-byte string literal not displayed */
	LogMinMessages          PostgresqlHostConfig15_LogLevel            `` /* 182-byte string literal not displayed */
	LogMinErrorStatement    PostgresqlHostConfig15_LogLevel            `` /* 202-byte string literal not displayed */
	LogMinDurationStatement *wrapperspb.Int64Value                     `` // in milliseconds.
	/* 135-byte string literal not displayed */
	LogCheckpoints                  *wrapperspb.BoolValue                       `protobuf:"bytes,18,opt,name=log_checkpoints,json=logCheckpoints,proto3" json:"log_checkpoints,omitempty"`
	LogConnections                  *wrapperspb.BoolValue                       `protobuf:"bytes,19,opt,name=log_connections,json=logConnections,proto3" json:"log_connections,omitempty"`
	LogDisconnections               *wrapperspb.BoolValue                       `protobuf:"bytes,20,opt,name=log_disconnections,json=logDisconnections,proto3" json:"log_disconnections,omitempty"`
	LogDuration                     *wrapperspb.BoolValue                       `protobuf:"bytes,21,opt,name=log_duration,json=logDuration,proto3" json:"log_duration,omitempty"`
	LogErrorVerbosity               PostgresqlHostConfig15_LogErrorVerbosity    `` /* 200-byte string literal not displayed */
	LogLockWaits                    *wrapperspb.BoolValue                       `protobuf:"bytes,23,opt,name=log_lock_waits,json=logLockWaits,proto3" json:"log_lock_waits,omitempty"`
	LogStatement                    PostgresqlHostConfig15_LogStatement         `` /* 178-byte string literal not displayed */
	LogTempFiles                    *wrapperspb.Int64Value                      `protobuf:"bytes,25,opt,name=log_temp_files,json=logTempFiles,proto3" json:"log_temp_files,omitempty"`
	SearchPath                      string                                      `protobuf:"bytes,26,opt,name=search_path,json=searchPath,proto3" json:"search_path,omitempty"`
	RowSecurity                     *wrapperspb.BoolValue                       `protobuf:"bytes,27,opt,name=row_security,json=rowSecurity,proto3" json:"row_security,omitempty"`
	DefaultTransactionIsolation     PostgresqlHostConfig15_TransactionIsolation ``                                                                                                               /* 233-byte string literal not displayed */
	StatementTimeout                *wrapperspb.Int64Value                      `protobuf:"bytes,29,opt,name=statement_timeout,json=statementTimeout,proto3" json:"statement_timeout,omitempty"` // in milliseconds.
	LockTimeout                     *wrapperspb.Int64Value                      `protobuf:"bytes,30,opt,name=lock_timeout,json=lockTimeout,proto3" json:"lock_timeout,omitempty"`                // in milliseconds.
	IdleInTransactionSessionTimeout *wrapperspb.Int64Value                      ``                                                                                                               // in milliseconds.
	/* 161-byte string literal not displayed */
	ByteaOutput                 PostgresqlHostConfig15_ByteaOutput    ``                                                                                                                            /* 174-byte string literal not displayed */
	Xmlbinary                   PostgresqlHostConfig15_XmlBinary      ``                                                                                                                            /* 149-byte string literal not displayed */
	Xmloption                   PostgresqlHostConfig15_XmlOption      ``                                                                                                                            /* 149-byte string literal not displayed */
	GinPendingListLimit         *wrapperspb.Int64Value                `protobuf:"bytes,35,opt,name=gin_pending_list_limit,json=ginPendingListLimit,proto3" json:"gin_pending_list_limit,omitempty"` // in bytes.
	DeadlockTimeout             *wrapperspb.Int64Value                `protobuf:"bytes,36,opt,name=deadlock_timeout,json=deadlockTimeout,proto3" json:"deadlock_timeout,omitempty"`                 // in milliseconds.
	MaxLocksPerTransaction      *wrapperspb.Int64Value                ``                                                                                                                            /* 132-byte string literal not displayed */
	MaxPredLocksPerTransaction  *wrapperspb.Int64Value                ``                                                                                                                            /* 146-byte string literal not displayed */
	ArrayNulls                  *wrapperspb.BoolValue                 `protobuf:"bytes,39,opt,name=array_nulls,json=arrayNulls,proto3" json:"array_nulls,omitempty"`
	BackslashQuote              PostgresqlHostConfig15_BackslashQuote `` /* 186-byte string literal not displayed */
	DefaultWithOids             *wrapperspb.BoolValue                 `protobuf:"bytes,41,opt,name=default_with_oids,json=defaultWithOids,proto3" json:"default_with_oids,omitempty"`
	EscapeStringWarning         *wrapperspb.BoolValue                 `protobuf:"bytes,42,opt,name=escape_string_warning,json=escapeStringWarning,proto3" json:"escape_string_warning,omitempty"`
	LoCompatPrivileges          *wrapperspb.BoolValue                 `protobuf:"bytes,43,opt,name=lo_compat_privileges,json=loCompatPrivileges,proto3" json:"lo_compat_privileges,omitempty"`
	QuoteAllIdentifiers         *wrapperspb.BoolValue                 `protobuf:"bytes,45,opt,name=quote_all_identifiers,json=quoteAllIdentifiers,proto3" json:"quote_all_identifiers,omitempty"`
	StandardConformingStrings   *wrapperspb.BoolValue                 `` /* 139-byte string literal not displayed */
	SynchronizeSeqscans         *wrapperspb.BoolValue                 `protobuf:"bytes,47,opt,name=synchronize_seqscans,json=synchronizeSeqscans,proto3" json:"synchronize_seqscans,omitempty"`
	TransformNullEquals         *wrapperspb.BoolValue                 `protobuf:"bytes,48,opt,name=transform_null_equals,json=transformNullEquals,proto3" json:"transform_null_equals,omitempty"`
	ExitOnError                 *wrapperspb.BoolValue                 `protobuf:"bytes,49,opt,name=exit_on_error,json=exitOnError,proto3" json:"exit_on_error,omitempty"`
	SeqPageCost                 *wrapperspb.DoubleValue               `protobuf:"bytes,50,opt,name=seq_page_cost,json=seqPageCost,proto3" json:"seq_page_cost,omitempty"`
	RandomPageCost              *wrapperspb.DoubleValue               `protobuf:"bytes,51,opt,name=random_page_cost,json=randomPageCost,proto3" json:"random_page_cost,omitempty"`
	EnableBitmapscan            *wrapperspb.BoolValue                 `protobuf:"bytes,54,opt,name=enable_bitmapscan,json=enableBitmapscan,proto3" json:"enable_bitmapscan,omitempty"`
	EnableHashagg               *wrapperspb.BoolValue                 `protobuf:"bytes,55,opt,name=enable_hashagg,json=enableHashagg,proto3" json:"enable_hashagg,omitempty"`
	EnableHashjoin              *wrapperspb.BoolValue                 `protobuf:"bytes,56,opt,name=enable_hashjoin,json=enableHashjoin,proto3" json:"enable_hashjoin,omitempty"`
	EnableIndexscan             *wrapperspb.BoolValue                 `protobuf:"bytes,57,opt,name=enable_indexscan,json=enableIndexscan,proto3" json:"enable_indexscan,omitempty"`
	EnableIndexonlyscan         *wrapperspb.BoolValue                 `protobuf:"bytes,58,opt,name=enable_indexonlyscan,json=enableIndexonlyscan,proto3" json:"enable_indexonlyscan,omitempty"`
	EnableMaterial              *wrapperspb.BoolValue                 `protobuf:"bytes,59,opt,name=enable_material,json=enableMaterial,proto3" json:"enable_material,omitempty"`
	EnableMergejoin             *wrapperspb.BoolValue                 `protobuf:"bytes,60,opt,name=enable_mergejoin,json=enableMergejoin,proto3" json:"enable_mergejoin,omitempty"`
	EnableNestloop              *wrapperspb.BoolValue                 `protobuf:"bytes,61,opt,name=enable_nestloop,json=enableNestloop,proto3" json:"enable_nestloop,omitempty"`
	EnableSeqscan               *wrapperspb.BoolValue                 `protobuf:"bytes,62,opt,name=enable_seqscan,json=enableSeqscan,proto3" json:"enable_seqscan,omitempty"`
	EnableSort                  *wrapperspb.BoolValue                 `protobuf:"bytes,63,opt,name=enable_sort,json=enableSort,proto3" json:"enable_sort,omitempty"`
	EnableTidscan               *wrapperspb.BoolValue                 `protobuf:"bytes,64,opt,name=enable_tidscan,json=enableTidscan,proto3" json:"enable_tidscan,omitempty"`
	MaxParallelWorkers          *wrapperspb.Int64Value                `protobuf:"bytes,65,opt,name=max_parallel_workers,json=maxParallelWorkers,proto3" json:"max_parallel_workers,omitempty"`
	MaxParallelWorkersPerGather *wrapperspb.Int64Value                `` /* 149-byte string literal not displayed */
	Timezone                    string                                `protobuf:"bytes,67,opt,name=timezone,proto3" json:"timezone,omitempty"`
	EffectiveIoConcurrency      *wrapperspb.Int64Value                `` /* 130-byte string literal not displayed */
	EffectiveCacheSize          *wrapperspb.Int64Value                `protobuf:"bytes,69,opt,name=effective_cache_size,json=effectiveCacheSize,proto3" json:"effective_cache_size,omitempty"`
	// contains filtered or unexported fields
}

Options and structure of `PostgresqlConfig` reflects PostgreSQL configuration file parameters which detailed description is available in [PostgreSQL documentation](https://www.postgresql.org/docs/11/runtime-config.html).

func (*PostgresqlHostConfig15) Descriptor deprecated

func (*PostgresqlHostConfig15) Descriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig15.ProtoReflect.Descriptor instead.

func (*PostgresqlHostConfig15) GetArrayNulls

func (x *PostgresqlHostConfig15) GetArrayNulls() *wrapperspb.BoolValue

func (*PostgresqlHostConfig15) GetBackendFlushAfter

func (x *PostgresqlHostConfig15) GetBackendFlushAfter() *wrapperspb.Int64Value

func (*PostgresqlHostConfig15) GetBackslashQuote

func (*PostgresqlHostConfig15) GetByteaOutput

func (*PostgresqlHostConfig15) GetClientMinMessages

func (x *PostgresqlHostConfig15) GetClientMinMessages() PostgresqlHostConfig15_LogLevel

func (*PostgresqlHostConfig15) GetConstraintExclusion

func (*PostgresqlHostConfig15) GetCursorTupleFraction

func (x *PostgresqlHostConfig15) GetCursorTupleFraction() *wrapperspb.DoubleValue

func (*PostgresqlHostConfig15) GetDeadlockTimeout

func (x *PostgresqlHostConfig15) GetDeadlockTimeout() *wrapperspb.Int64Value

func (*PostgresqlHostConfig15) GetDefaultTransactionIsolation

func (x *PostgresqlHostConfig15) GetDefaultTransactionIsolation() PostgresqlHostConfig15_TransactionIsolation

func (*PostgresqlHostConfig15) GetDefaultWithOids

func (x *PostgresqlHostConfig15) GetDefaultWithOids() *wrapperspb.BoolValue

func (*PostgresqlHostConfig15) GetEffectiveCacheSize

func (x *PostgresqlHostConfig15) GetEffectiveCacheSize() *wrapperspb.Int64Value

func (*PostgresqlHostConfig15) GetEffectiveIoConcurrency

func (x *PostgresqlHostConfig15) GetEffectiveIoConcurrency() *wrapperspb.Int64Value

func (*PostgresqlHostConfig15) GetEnableBitmapscan

func (x *PostgresqlHostConfig15) GetEnableBitmapscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig15) GetEnableHashagg

func (x *PostgresqlHostConfig15) GetEnableHashagg() *wrapperspb.BoolValue

func (*PostgresqlHostConfig15) GetEnableHashjoin

func (x *PostgresqlHostConfig15) GetEnableHashjoin() *wrapperspb.BoolValue

func (*PostgresqlHostConfig15) GetEnableIndexonlyscan

func (x *PostgresqlHostConfig15) GetEnableIndexonlyscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig15) GetEnableIndexscan

func (x *PostgresqlHostConfig15) GetEnableIndexscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig15) GetEnableMaterial

func (x *PostgresqlHostConfig15) GetEnableMaterial() *wrapperspb.BoolValue

func (*PostgresqlHostConfig15) GetEnableMergejoin

func (x *PostgresqlHostConfig15) GetEnableMergejoin() *wrapperspb.BoolValue

func (*PostgresqlHostConfig15) GetEnableNestloop

func (x *PostgresqlHostConfig15) GetEnableNestloop() *wrapperspb.BoolValue

func (*PostgresqlHostConfig15) GetEnableSeqscan

func (x *PostgresqlHostConfig15) GetEnableSeqscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig15) GetEnableSort

func (x *PostgresqlHostConfig15) GetEnableSort() *wrapperspb.BoolValue

func (*PostgresqlHostConfig15) GetEnableTidscan

func (x *PostgresqlHostConfig15) GetEnableTidscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig15) GetEscapeStringWarning

func (x *PostgresqlHostConfig15) GetEscapeStringWarning() *wrapperspb.BoolValue

func (*PostgresqlHostConfig15) GetExitOnError

func (x *PostgresqlHostConfig15) GetExitOnError() *wrapperspb.BoolValue

func (*PostgresqlHostConfig15) GetForceParallelMode

func (*PostgresqlHostConfig15) GetFromCollapseLimit

func (x *PostgresqlHostConfig15) GetFromCollapseLimit() *wrapperspb.Int64Value

func (*PostgresqlHostConfig15) GetGinPendingListLimit

func (x *PostgresqlHostConfig15) GetGinPendingListLimit() *wrapperspb.Int64Value

func (*PostgresqlHostConfig15) GetIdleInTransactionSessionTimeout

func (x *PostgresqlHostConfig15) GetIdleInTransactionSessionTimeout() *wrapperspb.Int64Value

func (*PostgresqlHostConfig15) GetJoinCollapseLimit

func (x *PostgresqlHostConfig15) GetJoinCollapseLimit() *wrapperspb.Int64Value

func (*PostgresqlHostConfig15) GetLoCompatPrivileges

func (x *PostgresqlHostConfig15) GetLoCompatPrivileges() *wrapperspb.BoolValue

func (*PostgresqlHostConfig15) GetLockTimeout

func (x *PostgresqlHostConfig15) GetLockTimeout() *wrapperspb.Int64Value

func (*PostgresqlHostConfig15) GetLogCheckpoints

func (x *PostgresqlHostConfig15) GetLogCheckpoints() *wrapperspb.BoolValue

func (*PostgresqlHostConfig15) GetLogConnections

func (x *PostgresqlHostConfig15) GetLogConnections() *wrapperspb.BoolValue

func (*PostgresqlHostConfig15) GetLogDisconnections

func (x *PostgresqlHostConfig15) GetLogDisconnections() *wrapperspb.BoolValue

func (*PostgresqlHostConfig15) GetLogDuration

func (x *PostgresqlHostConfig15) GetLogDuration() *wrapperspb.BoolValue

func (*PostgresqlHostConfig15) GetLogErrorVerbosity

func (*PostgresqlHostConfig15) GetLogLockWaits

func (x *PostgresqlHostConfig15) GetLogLockWaits() *wrapperspb.BoolValue

func (*PostgresqlHostConfig15) GetLogMinDurationStatement

func (x *PostgresqlHostConfig15) GetLogMinDurationStatement() *wrapperspb.Int64Value

func (*PostgresqlHostConfig15) GetLogMinErrorStatement

func (x *PostgresqlHostConfig15) GetLogMinErrorStatement() PostgresqlHostConfig15_LogLevel

func (*PostgresqlHostConfig15) GetLogMinMessages

func (*PostgresqlHostConfig15) GetLogStatement

func (*PostgresqlHostConfig15) GetLogTempFiles

func (x *PostgresqlHostConfig15) GetLogTempFiles() *wrapperspb.Int64Value

func (*PostgresqlHostConfig15) GetMaxLocksPerTransaction

func (x *PostgresqlHostConfig15) GetMaxLocksPerTransaction() *wrapperspb.Int64Value

func (*PostgresqlHostConfig15) GetMaxParallelWorkers

func (x *PostgresqlHostConfig15) GetMaxParallelWorkers() *wrapperspb.Int64Value

func (*PostgresqlHostConfig15) GetMaxParallelWorkersPerGather

func (x *PostgresqlHostConfig15) GetMaxParallelWorkersPerGather() *wrapperspb.Int64Value

func (*PostgresqlHostConfig15) GetMaxPredLocksPerTransaction

func (x *PostgresqlHostConfig15) GetMaxPredLocksPerTransaction() *wrapperspb.Int64Value

func (*PostgresqlHostConfig15) GetMaxStandbyStreamingDelay

func (x *PostgresqlHostConfig15) GetMaxStandbyStreamingDelay() *wrapperspb.Int64Value

func (*PostgresqlHostConfig15) GetOldSnapshotThreshold

func (x *PostgresqlHostConfig15) GetOldSnapshotThreshold() *wrapperspb.Int64Value

func (*PostgresqlHostConfig15) GetQuoteAllIdentifiers

func (x *PostgresqlHostConfig15) GetQuoteAllIdentifiers() *wrapperspb.BoolValue

func (*PostgresqlHostConfig15) GetRandomPageCost

func (x *PostgresqlHostConfig15) GetRandomPageCost() *wrapperspb.DoubleValue

func (*PostgresqlHostConfig15) GetRecoveryMinApplyDelay

func (x *PostgresqlHostConfig15) GetRecoveryMinApplyDelay() *wrapperspb.Int64Value

func (*PostgresqlHostConfig15) GetRowSecurity

func (x *PostgresqlHostConfig15) GetRowSecurity() *wrapperspb.BoolValue

func (*PostgresqlHostConfig15) GetSearchPath

func (x *PostgresqlHostConfig15) GetSearchPath() string

func (*PostgresqlHostConfig15) GetSeqPageCost

func (x *PostgresqlHostConfig15) GetSeqPageCost() *wrapperspb.DoubleValue

func (*PostgresqlHostConfig15) GetSharedBuffers

func (x *PostgresqlHostConfig15) GetSharedBuffers() *wrapperspb.Int64Value

func (*PostgresqlHostConfig15) GetStandardConformingStrings

func (x *PostgresqlHostConfig15) GetStandardConformingStrings() *wrapperspb.BoolValue

func (*PostgresqlHostConfig15) GetStatementTimeout

func (x *PostgresqlHostConfig15) GetStatementTimeout() *wrapperspb.Int64Value

func (*PostgresqlHostConfig15) GetSynchronizeSeqscans

func (x *PostgresqlHostConfig15) GetSynchronizeSeqscans() *wrapperspb.BoolValue

func (*PostgresqlHostConfig15) GetTempBuffers

func (x *PostgresqlHostConfig15) GetTempBuffers() *wrapperspb.Int64Value

func (*PostgresqlHostConfig15) GetTempFileLimit

func (x *PostgresqlHostConfig15) GetTempFileLimit() *wrapperspb.Int64Value

func (*PostgresqlHostConfig15) GetTimezone

func (x *PostgresqlHostConfig15) GetTimezone() string

func (*PostgresqlHostConfig15) GetTransformNullEquals

func (x *PostgresqlHostConfig15) GetTransformNullEquals() *wrapperspb.BoolValue

func (*PostgresqlHostConfig15) GetWorkMem

func (x *PostgresqlHostConfig15) GetWorkMem() *wrapperspb.Int64Value

func (*PostgresqlHostConfig15) GetXmlbinary

func (*PostgresqlHostConfig15) GetXmloption

func (*PostgresqlHostConfig15) ProtoMessage

func (*PostgresqlHostConfig15) ProtoMessage()

func (*PostgresqlHostConfig15) ProtoReflect

func (x *PostgresqlHostConfig15) ProtoReflect() protoreflect.Message

func (*PostgresqlHostConfig15) Reset

func (x *PostgresqlHostConfig15) Reset()

func (*PostgresqlHostConfig15) SetArrayNulls

func (m *PostgresqlHostConfig15) SetArrayNulls(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig15) SetBackendFlushAfter

func (m *PostgresqlHostConfig15) SetBackendFlushAfter(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig15) SetBackslashQuote

func (*PostgresqlHostConfig15) SetByteaOutput

func (*PostgresqlHostConfig15) SetClientMinMessages

func (m *PostgresqlHostConfig15) SetClientMinMessages(v PostgresqlHostConfig15_LogLevel)

func (*PostgresqlHostConfig15) SetConstraintExclusion

func (*PostgresqlHostConfig15) SetCursorTupleFraction

func (m *PostgresqlHostConfig15) SetCursorTupleFraction(v *wrapperspb.DoubleValue)

func (*PostgresqlHostConfig15) SetDeadlockTimeout

func (m *PostgresqlHostConfig15) SetDeadlockTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig15) SetDefaultTransactionIsolation

func (m *PostgresqlHostConfig15) SetDefaultTransactionIsolation(v PostgresqlHostConfig15_TransactionIsolation)

func (*PostgresqlHostConfig15) SetDefaultWithOids

func (m *PostgresqlHostConfig15) SetDefaultWithOids(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig15) SetEffectiveCacheSize

func (m *PostgresqlHostConfig15) SetEffectiveCacheSize(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig15) SetEffectiveIoConcurrency

func (m *PostgresqlHostConfig15) SetEffectiveIoConcurrency(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig15) SetEnableBitmapscan

func (m *PostgresqlHostConfig15) SetEnableBitmapscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig15) SetEnableHashagg

func (m *PostgresqlHostConfig15) SetEnableHashagg(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig15) SetEnableHashjoin

func (m *PostgresqlHostConfig15) SetEnableHashjoin(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig15) SetEnableIndexonlyscan

func (m *PostgresqlHostConfig15) SetEnableIndexonlyscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig15) SetEnableIndexscan

func (m *PostgresqlHostConfig15) SetEnableIndexscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig15) SetEnableMaterial

func (m *PostgresqlHostConfig15) SetEnableMaterial(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig15) SetEnableMergejoin

func (m *PostgresqlHostConfig15) SetEnableMergejoin(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig15) SetEnableNestloop

func (m *PostgresqlHostConfig15) SetEnableNestloop(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig15) SetEnableSeqscan

func (m *PostgresqlHostConfig15) SetEnableSeqscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig15) SetEnableSort

func (m *PostgresqlHostConfig15) SetEnableSort(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig15) SetEnableTidscan

func (m *PostgresqlHostConfig15) SetEnableTidscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig15) SetEscapeStringWarning

func (m *PostgresqlHostConfig15) SetEscapeStringWarning(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig15) SetExitOnError

func (m *PostgresqlHostConfig15) SetExitOnError(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig15) SetForceParallelMode

func (*PostgresqlHostConfig15) SetFromCollapseLimit

func (m *PostgresqlHostConfig15) SetFromCollapseLimit(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig15) SetGinPendingListLimit

func (m *PostgresqlHostConfig15) SetGinPendingListLimit(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig15) SetIdleInTransactionSessionTimeout

func (m *PostgresqlHostConfig15) SetIdleInTransactionSessionTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig15) SetJoinCollapseLimit

func (m *PostgresqlHostConfig15) SetJoinCollapseLimit(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig15) SetLoCompatPrivileges

func (m *PostgresqlHostConfig15) SetLoCompatPrivileges(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig15) SetLockTimeout

func (m *PostgresqlHostConfig15) SetLockTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig15) SetLogCheckpoints

func (m *PostgresqlHostConfig15) SetLogCheckpoints(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig15) SetLogConnections

func (m *PostgresqlHostConfig15) SetLogConnections(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig15) SetLogDisconnections

func (m *PostgresqlHostConfig15) SetLogDisconnections(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig15) SetLogDuration

func (m *PostgresqlHostConfig15) SetLogDuration(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig15) SetLogErrorVerbosity

func (*PostgresqlHostConfig15) SetLogLockWaits

func (m *PostgresqlHostConfig15) SetLogLockWaits(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig15) SetLogMinDurationStatement

func (m *PostgresqlHostConfig15) SetLogMinDurationStatement(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig15) SetLogMinErrorStatement

func (m *PostgresqlHostConfig15) SetLogMinErrorStatement(v PostgresqlHostConfig15_LogLevel)

func (*PostgresqlHostConfig15) SetLogMinMessages

func (*PostgresqlHostConfig15) SetLogStatement

func (*PostgresqlHostConfig15) SetLogTempFiles

func (m *PostgresqlHostConfig15) SetLogTempFiles(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig15) SetMaxLocksPerTransaction

func (m *PostgresqlHostConfig15) SetMaxLocksPerTransaction(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig15) SetMaxParallelWorkers

func (m *PostgresqlHostConfig15) SetMaxParallelWorkers(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig15) SetMaxParallelWorkersPerGather

func (m *PostgresqlHostConfig15) SetMaxParallelWorkersPerGather(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig15) SetMaxPredLocksPerTransaction

func (m *PostgresqlHostConfig15) SetMaxPredLocksPerTransaction(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig15) SetMaxStandbyStreamingDelay

func (m *PostgresqlHostConfig15) SetMaxStandbyStreamingDelay(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig15) SetOldSnapshotThreshold

func (m *PostgresqlHostConfig15) SetOldSnapshotThreshold(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig15) SetQuoteAllIdentifiers

func (m *PostgresqlHostConfig15) SetQuoteAllIdentifiers(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig15) SetRandomPageCost

func (m *PostgresqlHostConfig15) SetRandomPageCost(v *wrapperspb.DoubleValue)

func (*PostgresqlHostConfig15) SetRecoveryMinApplyDelay

func (m *PostgresqlHostConfig15) SetRecoveryMinApplyDelay(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig15) SetRowSecurity

func (m *PostgresqlHostConfig15) SetRowSecurity(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig15) SetSearchPath

func (m *PostgresqlHostConfig15) SetSearchPath(v string)

func (*PostgresqlHostConfig15) SetSeqPageCost

func (m *PostgresqlHostConfig15) SetSeqPageCost(v *wrapperspb.DoubleValue)

func (*PostgresqlHostConfig15) SetSharedBuffers

func (m *PostgresqlHostConfig15) SetSharedBuffers(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig15) SetStandardConformingStrings

func (m *PostgresqlHostConfig15) SetStandardConformingStrings(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig15) SetStatementTimeout

func (m *PostgresqlHostConfig15) SetStatementTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig15) SetSynchronizeSeqscans

func (m *PostgresqlHostConfig15) SetSynchronizeSeqscans(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig15) SetTempBuffers

func (m *PostgresqlHostConfig15) SetTempBuffers(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig15) SetTempFileLimit

func (m *PostgresqlHostConfig15) SetTempFileLimit(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig15) SetTimezone

func (m *PostgresqlHostConfig15) SetTimezone(v string)

func (*PostgresqlHostConfig15) SetTransformNullEquals

func (m *PostgresqlHostConfig15) SetTransformNullEquals(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig15) SetWorkMem

func (m *PostgresqlHostConfig15) SetWorkMem(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig15) SetXmlbinary

func (*PostgresqlHostConfig15) SetXmloption

func (*PostgresqlHostConfig15) String

func (x *PostgresqlHostConfig15) String() string

type PostgresqlHostConfig15_1C

type PostgresqlHostConfig15_1C struct {
	RecoveryMinApplyDelay *wrapperspb.Int64Value `` // in milliseconds.
	/* 128-byte string literal not displayed */
	SharedBuffers            *wrapperspb.Int64Value `protobuf:"bytes,2,opt,name=shared_buffers,json=sharedBuffers,proto3" json:"shared_buffers,omitempty"`   // in bytes.
	TempBuffers              *wrapperspb.Int64Value `protobuf:"bytes,3,opt,name=temp_buffers,json=tempBuffers,proto3" json:"temp_buffers,omitempty"`         // in bytes.
	WorkMem                  *wrapperspb.Int64Value `protobuf:"bytes,4,opt,name=work_mem,json=workMem,proto3" json:"work_mem,omitempty"`                     // in bytes.
	TempFileLimit            *wrapperspb.Int64Value `protobuf:"bytes,5,opt,name=temp_file_limit,json=tempFileLimit,proto3" json:"temp_file_limit,omitempty"` // in bytes.
	BackendFlushAfter        *wrapperspb.Int64Value `protobuf:"bytes,6,opt,name=backend_flush_after,json=backendFlushAfter,proto3" json:"backend_flush_after,omitempty"`
	OldSnapshotThreshold     *wrapperspb.Int64Value `protobuf:"bytes,7,opt,name=old_snapshot_threshold,json=oldSnapshotThreshold,proto3" json:"old_snapshot_threshold,omitempty"`
	MaxStandbyStreamingDelay *wrapperspb.Int64Value `` // in milliseconds.
	/* 137-byte string literal not displayed */
	ConstraintExclusion     PostgresqlHostConfig15_1C_ConstraintExclusion `` /* 208-byte string literal not displayed */
	CursorTupleFraction     *wrapperspb.DoubleValue                       `protobuf:"bytes,10,opt,name=cursor_tuple_fraction,json=cursorTupleFraction,proto3" json:"cursor_tuple_fraction,omitempty"`
	FromCollapseLimit       *wrapperspb.Int64Value                        `protobuf:"bytes,11,opt,name=from_collapse_limit,json=fromCollapseLimit,proto3" json:"from_collapse_limit,omitempty"`
	JoinCollapseLimit       *wrapperspb.Int64Value                        `protobuf:"bytes,12,opt,name=join_collapse_limit,json=joinCollapseLimit,proto3" json:"join_collapse_limit,omitempty"`
	ForceParallelMode       PostgresqlHostConfig15_1C_ForceParallelMode   `` /* 203-byte string literal not displayed */
	ClientMinMessages       PostgresqlHostConfig15_1C_LogLevel            `` /* 194-byte string literal not displayed */
	LogMinMessages          PostgresqlHostConfig15_1C_LogLevel            `` /* 185-byte string literal not displayed */
	LogMinErrorStatement    PostgresqlHostConfig15_1C_LogLevel            `` /* 205-byte string literal not displayed */
	LogMinDurationStatement *wrapperspb.Int64Value                        `` // in milliseconds.
	/* 135-byte string literal not displayed */
	LogCheckpoints                  *wrapperspb.BoolValue                          `protobuf:"bytes,18,opt,name=log_checkpoints,json=logCheckpoints,proto3" json:"log_checkpoints,omitempty"`
	LogConnections                  *wrapperspb.BoolValue                          `protobuf:"bytes,19,opt,name=log_connections,json=logConnections,proto3" json:"log_connections,omitempty"`
	LogDisconnections               *wrapperspb.BoolValue                          `protobuf:"bytes,20,opt,name=log_disconnections,json=logDisconnections,proto3" json:"log_disconnections,omitempty"`
	LogDuration                     *wrapperspb.BoolValue                          `protobuf:"bytes,21,opt,name=log_duration,json=logDuration,proto3" json:"log_duration,omitempty"`
	LogErrorVerbosity               PostgresqlHostConfig15_1C_LogErrorVerbosity    `` /* 203-byte string literal not displayed */
	LogLockWaits                    *wrapperspb.BoolValue                          `protobuf:"bytes,23,opt,name=log_lock_waits,json=logLockWaits,proto3" json:"log_lock_waits,omitempty"`
	LogStatement                    PostgresqlHostConfig15_1C_LogStatement         `` /* 181-byte string literal not displayed */
	LogTempFiles                    *wrapperspb.Int64Value                         `protobuf:"bytes,25,opt,name=log_temp_files,json=logTempFiles,proto3" json:"log_temp_files,omitempty"`
	SearchPath                      string                                         `protobuf:"bytes,26,opt,name=search_path,json=searchPath,proto3" json:"search_path,omitempty"`
	RowSecurity                     *wrapperspb.BoolValue                          `protobuf:"bytes,27,opt,name=row_security,json=rowSecurity,proto3" json:"row_security,omitempty"`
	DefaultTransactionIsolation     PostgresqlHostConfig15_1C_TransactionIsolation ``                                                                                                               /* 236-byte string literal not displayed */
	StatementTimeout                *wrapperspb.Int64Value                         `protobuf:"bytes,29,opt,name=statement_timeout,json=statementTimeout,proto3" json:"statement_timeout,omitempty"` // in milliseconds.
	LockTimeout                     *wrapperspb.Int64Value                         `protobuf:"bytes,30,opt,name=lock_timeout,json=lockTimeout,proto3" json:"lock_timeout,omitempty"`                // in milliseconds.
	IdleInTransactionSessionTimeout *wrapperspb.Int64Value                         ``                                                                                                               // in milliseconds.
	/* 161-byte string literal not displayed */
	ByteaOutput                 PostgresqlHostConfig15_1C_ByteaOutput    ``                                                                                                                            /* 177-byte string literal not displayed */
	Xmlbinary                   PostgresqlHostConfig15_1C_XmlBinary      ``                                                                                                                            /* 152-byte string literal not displayed */
	Xmloption                   PostgresqlHostConfig15_1C_XmlOption      ``                                                                                                                            /* 152-byte string literal not displayed */
	GinPendingListLimit         *wrapperspb.Int64Value                   `protobuf:"bytes,35,opt,name=gin_pending_list_limit,json=ginPendingListLimit,proto3" json:"gin_pending_list_limit,omitempty"` // in bytes.
	DeadlockTimeout             *wrapperspb.Int64Value                   `protobuf:"bytes,36,opt,name=deadlock_timeout,json=deadlockTimeout,proto3" json:"deadlock_timeout,omitempty"`                 // in milliseconds.
	MaxLocksPerTransaction      *wrapperspb.Int64Value                   ``                                                                                                                            /* 132-byte string literal not displayed */
	MaxPredLocksPerTransaction  *wrapperspb.Int64Value                   ``                                                                                                                            /* 146-byte string literal not displayed */
	ArrayNulls                  *wrapperspb.BoolValue                    `protobuf:"bytes,39,opt,name=array_nulls,json=arrayNulls,proto3" json:"array_nulls,omitempty"`
	BackslashQuote              PostgresqlHostConfig15_1C_BackslashQuote `` /* 189-byte string literal not displayed */
	DefaultWithOids             *wrapperspb.BoolValue                    `protobuf:"bytes,41,opt,name=default_with_oids,json=defaultWithOids,proto3" json:"default_with_oids,omitempty"`
	EscapeStringWarning         *wrapperspb.BoolValue                    `protobuf:"bytes,42,opt,name=escape_string_warning,json=escapeStringWarning,proto3" json:"escape_string_warning,omitempty"`
	LoCompatPrivileges          *wrapperspb.BoolValue                    `protobuf:"bytes,43,opt,name=lo_compat_privileges,json=loCompatPrivileges,proto3" json:"lo_compat_privileges,omitempty"`
	QuoteAllIdentifiers         *wrapperspb.BoolValue                    `protobuf:"bytes,45,opt,name=quote_all_identifiers,json=quoteAllIdentifiers,proto3" json:"quote_all_identifiers,omitempty"`
	StandardConformingStrings   *wrapperspb.BoolValue                    `` /* 139-byte string literal not displayed */
	SynchronizeSeqscans         *wrapperspb.BoolValue                    `protobuf:"bytes,47,opt,name=synchronize_seqscans,json=synchronizeSeqscans,proto3" json:"synchronize_seqscans,omitempty"`
	TransformNullEquals         *wrapperspb.BoolValue                    `protobuf:"bytes,48,opt,name=transform_null_equals,json=transformNullEquals,proto3" json:"transform_null_equals,omitempty"`
	ExitOnError                 *wrapperspb.BoolValue                    `protobuf:"bytes,49,opt,name=exit_on_error,json=exitOnError,proto3" json:"exit_on_error,omitempty"`
	SeqPageCost                 *wrapperspb.DoubleValue                  `protobuf:"bytes,50,opt,name=seq_page_cost,json=seqPageCost,proto3" json:"seq_page_cost,omitempty"`
	RandomPageCost              *wrapperspb.DoubleValue                  `protobuf:"bytes,51,opt,name=random_page_cost,json=randomPageCost,proto3" json:"random_page_cost,omitempty"`
	EnableBitmapscan            *wrapperspb.BoolValue                    `protobuf:"bytes,54,opt,name=enable_bitmapscan,json=enableBitmapscan,proto3" json:"enable_bitmapscan,omitempty"`
	EnableHashagg               *wrapperspb.BoolValue                    `protobuf:"bytes,55,opt,name=enable_hashagg,json=enableHashagg,proto3" json:"enable_hashagg,omitempty"`
	EnableHashjoin              *wrapperspb.BoolValue                    `protobuf:"bytes,56,opt,name=enable_hashjoin,json=enableHashjoin,proto3" json:"enable_hashjoin,omitempty"`
	EnableIndexscan             *wrapperspb.BoolValue                    `protobuf:"bytes,57,opt,name=enable_indexscan,json=enableIndexscan,proto3" json:"enable_indexscan,omitempty"`
	EnableIndexonlyscan         *wrapperspb.BoolValue                    `protobuf:"bytes,58,opt,name=enable_indexonlyscan,json=enableIndexonlyscan,proto3" json:"enable_indexonlyscan,omitempty"`
	EnableMaterial              *wrapperspb.BoolValue                    `protobuf:"bytes,59,opt,name=enable_material,json=enableMaterial,proto3" json:"enable_material,omitempty"`
	EnableMergejoin             *wrapperspb.BoolValue                    `protobuf:"bytes,60,opt,name=enable_mergejoin,json=enableMergejoin,proto3" json:"enable_mergejoin,omitempty"`
	EnableNestloop              *wrapperspb.BoolValue                    `protobuf:"bytes,61,opt,name=enable_nestloop,json=enableNestloop,proto3" json:"enable_nestloop,omitempty"`
	EnableSeqscan               *wrapperspb.BoolValue                    `protobuf:"bytes,62,opt,name=enable_seqscan,json=enableSeqscan,proto3" json:"enable_seqscan,omitempty"`
	EnableSort                  *wrapperspb.BoolValue                    `protobuf:"bytes,63,opt,name=enable_sort,json=enableSort,proto3" json:"enable_sort,omitempty"`
	EnableTidscan               *wrapperspb.BoolValue                    `protobuf:"bytes,64,opt,name=enable_tidscan,json=enableTidscan,proto3" json:"enable_tidscan,omitempty"`
	MaxParallelWorkers          *wrapperspb.Int64Value                   `protobuf:"bytes,65,opt,name=max_parallel_workers,json=maxParallelWorkers,proto3" json:"max_parallel_workers,omitempty"`
	MaxParallelWorkersPerGather *wrapperspb.Int64Value                   `` /* 149-byte string literal not displayed */
	Timezone                    string                                   `protobuf:"bytes,67,opt,name=timezone,proto3" json:"timezone,omitempty"`
	EffectiveIoConcurrency      *wrapperspb.Int64Value                   `` /* 130-byte string literal not displayed */
	EffectiveCacheSize          *wrapperspb.Int64Value                   `protobuf:"bytes,69,opt,name=effective_cache_size,json=effectiveCacheSize,proto3" json:"effective_cache_size,omitempty"`
	// contains filtered or unexported fields
}

Options and structure of `PostgresqlConfig` reflects PostgreSQL configuration file parameters which detailed description is available in [PostgreSQL documentation](https://www.postgresql.org/docs/11/runtime-config.html).

func (*PostgresqlHostConfig15_1C) Descriptor deprecated

func (*PostgresqlHostConfig15_1C) Descriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig15_1C.ProtoReflect.Descriptor instead.

func (*PostgresqlHostConfig15_1C) GetArrayNulls

func (x *PostgresqlHostConfig15_1C) GetArrayNulls() *wrapperspb.BoolValue

func (*PostgresqlHostConfig15_1C) GetBackendFlushAfter

func (x *PostgresqlHostConfig15_1C) GetBackendFlushAfter() *wrapperspb.Int64Value

func (*PostgresqlHostConfig15_1C) GetBackslashQuote

func (*PostgresqlHostConfig15_1C) GetByteaOutput

func (*PostgresqlHostConfig15_1C) GetClientMinMessages

func (*PostgresqlHostConfig15_1C) GetConstraintExclusion

func (*PostgresqlHostConfig15_1C) GetCursorTupleFraction

func (x *PostgresqlHostConfig15_1C) GetCursorTupleFraction() *wrapperspb.DoubleValue

func (*PostgresqlHostConfig15_1C) GetDeadlockTimeout

func (x *PostgresqlHostConfig15_1C) GetDeadlockTimeout() *wrapperspb.Int64Value

func (*PostgresqlHostConfig15_1C) GetDefaultTransactionIsolation

func (*PostgresqlHostConfig15_1C) GetDefaultWithOids

func (x *PostgresqlHostConfig15_1C) GetDefaultWithOids() *wrapperspb.BoolValue

func (*PostgresqlHostConfig15_1C) GetEffectiveCacheSize

func (x *PostgresqlHostConfig15_1C) GetEffectiveCacheSize() *wrapperspb.Int64Value

func (*PostgresqlHostConfig15_1C) GetEffectiveIoConcurrency

func (x *PostgresqlHostConfig15_1C) GetEffectiveIoConcurrency() *wrapperspb.Int64Value

func (*PostgresqlHostConfig15_1C) GetEnableBitmapscan

func (x *PostgresqlHostConfig15_1C) GetEnableBitmapscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig15_1C) GetEnableHashagg

func (x *PostgresqlHostConfig15_1C) GetEnableHashagg() *wrapperspb.BoolValue

func (*PostgresqlHostConfig15_1C) GetEnableHashjoin

func (x *PostgresqlHostConfig15_1C) GetEnableHashjoin() *wrapperspb.BoolValue

func (*PostgresqlHostConfig15_1C) GetEnableIndexonlyscan

func (x *PostgresqlHostConfig15_1C) GetEnableIndexonlyscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig15_1C) GetEnableIndexscan

func (x *PostgresqlHostConfig15_1C) GetEnableIndexscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig15_1C) GetEnableMaterial

func (x *PostgresqlHostConfig15_1C) GetEnableMaterial() *wrapperspb.BoolValue

func (*PostgresqlHostConfig15_1C) GetEnableMergejoin

func (x *PostgresqlHostConfig15_1C) GetEnableMergejoin() *wrapperspb.BoolValue

func (*PostgresqlHostConfig15_1C) GetEnableNestloop

func (x *PostgresqlHostConfig15_1C) GetEnableNestloop() *wrapperspb.BoolValue

func (*PostgresqlHostConfig15_1C) GetEnableSeqscan

func (x *PostgresqlHostConfig15_1C) GetEnableSeqscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig15_1C) GetEnableSort

func (x *PostgresqlHostConfig15_1C) GetEnableSort() *wrapperspb.BoolValue

func (*PostgresqlHostConfig15_1C) GetEnableTidscan

func (x *PostgresqlHostConfig15_1C) GetEnableTidscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig15_1C) GetEscapeStringWarning

func (x *PostgresqlHostConfig15_1C) GetEscapeStringWarning() *wrapperspb.BoolValue

func (*PostgresqlHostConfig15_1C) GetExitOnError

func (x *PostgresqlHostConfig15_1C) GetExitOnError() *wrapperspb.BoolValue

func (*PostgresqlHostConfig15_1C) GetForceParallelMode

func (*PostgresqlHostConfig15_1C) GetFromCollapseLimit

func (x *PostgresqlHostConfig15_1C) GetFromCollapseLimit() *wrapperspb.Int64Value

func (*PostgresqlHostConfig15_1C) GetGinPendingListLimit

func (x *PostgresqlHostConfig15_1C) GetGinPendingListLimit() *wrapperspb.Int64Value

func (*PostgresqlHostConfig15_1C) GetIdleInTransactionSessionTimeout

func (x *PostgresqlHostConfig15_1C) GetIdleInTransactionSessionTimeout() *wrapperspb.Int64Value

func (*PostgresqlHostConfig15_1C) GetJoinCollapseLimit

func (x *PostgresqlHostConfig15_1C) GetJoinCollapseLimit() *wrapperspb.Int64Value

func (*PostgresqlHostConfig15_1C) GetLoCompatPrivileges

func (x *PostgresqlHostConfig15_1C) GetLoCompatPrivileges() *wrapperspb.BoolValue

func (*PostgresqlHostConfig15_1C) GetLockTimeout

func (x *PostgresqlHostConfig15_1C) GetLockTimeout() *wrapperspb.Int64Value

func (*PostgresqlHostConfig15_1C) GetLogCheckpoints

func (x *PostgresqlHostConfig15_1C) GetLogCheckpoints() *wrapperspb.BoolValue

func (*PostgresqlHostConfig15_1C) GetLogConnections

func (x *PostgresqlHostConfig15_1C) GetLogConnections() *wrapperspb.BoolValue

func (*PostgresqlHostConfig15_1C) GetLogDisconnections

func (x *PostgresqlHostConfig15_1C) GetLogDisconnections() *wrapperspb.BoolValue

func (*PostgresqlHostConfig15_1C) GetLogDuration

func (x *PostgresqlHostConfig15_1C) GetLogDuration() *wrapperspb.BoolValue

func (*PostgresqlHostConfig15_1C) GetLogErrorVerbosity

func (*PostgresqlHostConfig15_1C) GetLogLockWaits

func (x *PostgresqlHostConfig15_1C) GetLogLockWaits() *wrapperspb.BoolValue

func (*PostgresqlHostConfig15_1C) GetLogMinDurationStatement

func (x *PostgresqlHostConfig15_1C) GetLogMinDurationStatement() *wrapperspb.Int64Value

func (*PostgresqlHostConfig15_1C) GetLogMinErrorStatement

func (*PostgresqlHostConfig15_1C) GetLogMinMessages

func (*PostgresqlHostConfig15_1C) GetLogStatement

func (*PostgresqlHostConfig15_1C) GetLogTempFiles

func (x *PostgresqlHostConfig15_1C) GetLogTempFiles() *wrapperspb.Int64Value

func (*PostgresqlHostConfig15_1C) GetMaxLocksPerTransaction

func (x *PostgresqlHostConfig15_1C) GetMaxLocksPerTransaction() *wrapperspb.Int64Value

func (*PostgresqlHostConfig15_1C) GetMaxParallelWorkers

func (x *PostgresqlHostConfig15_1C) GetMaxParallelWorkers() *wrapperspb.Int64Value

func (*PostgresqlHostConfig15_1C) GetMaxParallelWorkersPerGather

func (x *PostgresqlHostConfig15_1C) GetMaxParallelWorkersPerGather() *wrapperspb.Int64Value

func (*PostgresqlHostConfig15_1C) GetMaxPredLocksPerTransaction

func (x *PostgresqlHostConfig15_1C) GetMaxPredLocksPerTransaction() *wrapperspb.Int64Value

func (*PostgresqlHostConfig15_1C) GetMaxStandbyStreamingDelay

func (x *PostgresqlHostConfig15_1C) GetMaxStandbyStreamingDelay() *wrapperspb.Int64Value

func (*PostgresqlHostConfig15_1C) GetOldSnapshotThreshold

func (x *PostgresqlHostConfig15_1C) GetOldSnapshotThreshold() *wrapperspb.Int64Value

func (*PostgresqlHostConfig15_1C) GetQuoteAllIdentifiers

func (x *PostgresqlHostConfig15_1C) GetQuoteAllIdentifiers() *wrapperspb.BoolValue

func (*PostgresqlHostConfig15_1C) GetRandomPageCost

func (x *PostgresqlHostConfig15_1C) GetRandomPageCost() *wrapperspb.DoubleValue

func (*PostgresqlHostConfig15_1C) GetRecoveryMinApplyDelay

func (x *PostgresqlHostConfig15_1C) GetRecoveryMinApplyDelay() *wrapperspb.Int64Value

func (*PostgresqlHostConfig15_1C) GetRowSecurity

func (x *PostgresqlHostConfig15_1C) GetRowSecurity() *wrapperspb.BoolValue

func (*PostgresqlHostConfig15_1C) GetSearchPath

func (x *PostgresqlHostConfig15_1C) GetSearchPath() string

func (*PostgresqlHostConfig15_1C) GetSeqPageCost

func (x *PostgresqlHostConfig15_1C) GetSeqPageCost() *wrapperspb.DoubleValue

func (*PostgresqlHostConfig15_1C) GetSharedBuffers

func (x *PostgresqlHostConfig15_1C) GetSharedBuffers() *wrapperspb.Int64Value

func (*PostgresqlHostConfig15_1C) GetStandardConformingStrings

func (x *PostgresqlHostConfig15_1C) GetStandardConformingStrings() *wrapperspb.BoolValue

func (*PostgresqlHostConfig15_1C) GetStatementTimeout

func (x *PostgresqlHostConfig15_1C) GetStatementTimeout() *wrapperspb.Int64Value

func (*PostgresqlHostConfig15_1C) GetSynchronizeSeqscans

func (x *PostgresqlHostConfig15_1C) GetSynchronizeSeqscans() *wrapperspb.BoolValue

func (*PostgresqlHostConfig15_1C) GetTempBuffers

func (x *PostgresqlHostConfig15_1C) GetTempBuffers() *wrapperspb.Int64Value

func (*PostgresqlHostConfig15_1C) GetTempFileLimit

func (x *PostgresqlHostConfig15_1C) GetTempFileLimit() *wrapperspb.Int64Value

func (*PostgresqlHostConfig15_1C) GetTimezone

func (x *PostgresqlHostConfig15_1C) GetTimezone() string

func (*PostgresqlHostConfig15_1C) GetTransformNullEquals

func (x *PostgresqlHostConfig15_1C) GetTransformNullEquals() *wrapperspb.BoolValue

func (*PostgresqlHostConfig15_1C) GetWorkMem

func (*PostgresqlHostConfig15_1C) GetXmlbinary

func (*PostgresqlHostConfig15_1C) GetXmloption

func (*PostgresqlHostConfig15_1C) ProtoMessage

func (*PostgresqlHostConfig15_1C) ProtoMessage()

func (*PostgresqlHostConfig15_1C) ProtoReflect

func (*PostgresqlHostConfig15_1C) Reset

func (x *PostgresqlHostConfig15_1C) Reset()

func (*PostgresqlHostConfig15_1C) SetArrayNulls

func (m *PostgresqlHostConfig15_1C) SetArrayNulls(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig15_1C) SetBackendFlushAfter

func (m *PostgresqlHostConfig15_1C) SetBackendFlushAfter(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig15_1C) SetBackslashQuote

func (*PostgresqlHostConfig15_1C) SetByteaOutput

func (*PostgresqlHostConfig15_1C) SetClientMinMessages

func (*PostgresqlHostConfig15_1C) SetConstraintExclusion

func (*PostgresqlHostConfig15_1C) SetCursorTupleFraction

func (m *PostgresqlHostConfig15_1C) SetCursorTupleFraction(v *wrapperspb.DoubleValue)

func (*PostgresqlHostConfig15_1C) SetDeadlockTimeout

func (m *PostgresqlHostConfig15_1C) SetDeadlockTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig15_1C) SetDefaultTransactionIsolation

func (*PostgresqlHostConfig15_1C) SetDefaultWithOids

func (m *PostgresqlHostConfig15_1C) SetDefaultWithOids(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig15_1C) SetEffectiveCacheSize

func (m *PostgresqlHostConfig15_1C) SetEffectiveCacheSize(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig15_1C) SetEffectiveIoConcurrency

func (m *PostgresqlHostConfig15_1C) SetEffectiveIoConcurrency(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig15_1C) SetEnableBitmapscan

func (m *PostgresqlHostConfig15_1C) SetEnableBitmapscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig15_1C) SetEnableHashagg

func (m *PostgresqlHostConfig15_1C) SetEnableHashagg(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig15_1C) SetEnableHashjoin

func (m *PostgresqlHostConfig15_1C) SetEnableHashjoin(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig15_1C) SetEnableIndexonlyscan

func (m *PostgresqlHostConfig15_1C) SetEnableIndexonlyscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig15_1C) SetEnableIndexscan

func (m *PostgresqlHostConfig15_1C) SetEnableIndexscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig15_1C) SetEnableMaterial

func (m *PostgresqlHostConfig15_1C) SetEnableMaterial(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig15_1C) SetEnableMergejoin

func (m *PostgresqlHostConfig15_1C) SetEnableMergejoin(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig15_1C) SetEnableNestloop

func (m *PostgresqlHostConfig15_1C) SetEnableNestloop(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig15_1C) SetEnableSeqscan

func (m *PostgresqlHostConfig15_1C) SetEnableSeqscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig15_1C) SetEnableSort

func (m *PostgresqlHostConfig15_1C) SetEnableSort(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig15_1C) SetEnableTidscan

func (m *PostgresqlHostConfig15_1C) SetEnableTidscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig15_1C) SetEscapeStringWarning

func (m *PostgresqlHostConfig15_1C) SetEscapeStringWarning(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig15_1C) SetExitOnError

func (m *PostgresqlHostConfig15_1C) SetExitOnError(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig15_1C) SetForceParallelMode

func (*PostgresqlHostConfig15_1C) SetFromCollapseLimit

func (m *PostgresqlHostConfig15_1C) SetFromCollapseLimit(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig15_1C) SetGinPendingListLimit

func (m *PostgresqlHostConfig15_1C) SetGinPendingListLimit(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig15_1C) SetIdleInTransactionSessionTimeout

func (m *PostgresqlHostConfig15_1C) SetIdleInTransactionSessionTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig15_1C) SetJoinCollapseLimit

func (m *PostgresqlHostConfig15_1C) SetJoinCollapseLimit(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig15_1C) SetLoCompatPrivileges

func (m *PostgresqlHostConfig15_1C) SetLoCompatPrivileges(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig15_1C) SetLockTimeout

func (m *PostgresqlHostConfig15_1C) SetLockTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig15_1C) SetLogCheckpoints

func (m *PostgresqlHostConfig15_1C) SetLogCheckpoints(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig15_1C) SetLogConnections

func (m *PostgresqlHostConfig15_1C) SetLogConnections(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig15_1C) SetLogDisconnections

func (m *PostgresqlHostConfig15_1C) SetLogDisconnections(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig15_1C) SetLogDuration

func (m *PostgresqlHostConfig15_1C) SetLogDuration(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig15_1C) SetLogErrorVerbosity

func (*PostgresqlHostConfig15_1C) SetLogLockWaits

func (m *PostgresqlHostConfig15_1C) SetLogLockWaits(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig15_1C) SetLogMinDurationStatement

func (m *PostgresqlHostConfig15_1C) SetLogMinDurationStatement(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig15_1C) SetLogMinErrorStatement

func (m *PostgresqlHostConfig15_1C) SetLogMinErrorStatement(v PostgresqlHostConfig15_1C_LogLevel)

func (*PostgresqlHostConfig15_1C) SetLogMinMessages

func (*PostgresqlHostConfig15_1C) SetLogStatement

func (*PostgresqlHostConfig15_1C) SetLogTempFiles

func (m *PostgresqlHostConfig15_1C) SetLogTempFiles(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig15_1C) SetMaxLocksPerTransaction

func (m *PostgresqlHostConfig15_1C) SetMaxLocksPerTransaction(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig15_1C) SetMaxParallelWorkers

func (m *PostgresqlHostConfig15_1C) SetMaxParallelWorkers(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig15_1C) SetMaxParallelWorkersPerGather

func (m *PostgresqlHostConfig15_1C) SetMaxParallelWorkersPerGather(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig15_1C) SetMaxPredLocksPerTransaction

func (m *PostgresqlHostConfig15_1C) SetMaxPredLocksPerTransaction(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig15_1C) SetMaxStandbyStreamingDelay

func (m *PostgresqlHostConfig15_1C) SetMaxStandbyStreamingDelay(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig15_1C) SetOldSnapshotThreshold

func (m *PostgresqlHostConfig15_1C) SetOldSnapshotThreshold(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig15_1C) SetQuoteAllIdentifiers

func (m *PostgresqlHostConfig15_1C) SetQuoteAllIdentifiers(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig15_1C) SetRandomPageCost

func (m *PostgresqlHostConfig15_1C) SetRandomPageCost(v *wrapperspb.DoubleValue)

func (*PostgresqlHostConfig15_1C) SetRecoveryMinApplyDelay

func (m *PostgresqlHostConfig15_1C) SetRecoveryMinApplyDelay(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig15_1C) SetRowSecurity

func (m *PostgresqlHostConfig15_1C) SetRowSecurity(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig15_1C) SetSearchPath

func (m *PostgresqlHostConfig15_1C) SetSearchPath(v string)

func (*PostgresqlHostConfig15_1C) SetSeqPageCost

func (m *PostgresqlHostConfig15_1C) SetSeqPageCost(v *wrapperspb.DoubleValue)

func (*PostgresqlHostConfig15_1C) SetSharedBuffers

func (m *PostgresqlHostConfig15_1C) SetSharedBuffers(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig15_1C) SetStandardConformingStrings

func (m *PostgresqlHostConfig15_1C) SetStandardConformingStrings(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig15_1C) SetStatementTimeout

func (m *PostgresqlHostConfig15_1C) SetStatementTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig15_1C) SetSynchronizeSeqscans

func (m *PostgresqlHostConfig15_1C) SetSynchronizeSeqscans(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig15_1C) SetTempBuffers

func (m *PostgresqlHostConfig15_1C) SetTempBuffers(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig15_1C) SetTempFileLimit

func (m *PostgresqlHostConfig15_1C) SetTempFileLimit(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig15_1C) SetTimezone

func (m *PostgresqlHostConfig15_1C) SetTimezone(v string)

func (*PostgresqlHostConfig15_1C) SetTransformNullEquals

func (m *PostgresqlHostConfig15_1C) SetTransformNullEquals(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig15_1C) SetWorkMem

func (*PostgresqlHostConfig15_1C) SetXmlbinary

func (*PostgresqlHostConfig15_1C) SetXmloption

func (*PostgresqlHostConfig15_1C) String

func (x *PostgresqlHostConfig15_1C) String() string

type PostgresqlHostConfig15_1C_BackslashQuote

type PostgresqlHostConfig15_1C_BackslashQuote int32
const (
	PostgresqlHostConfig15_1C_BACKSLASH_QUOTE_UNSPECIFIED   PostgresqlHostConfig15_1C_BackslashQuote = 0
	PostgresqlHostConfig15_1C_BACKSLASH_QUOTE               PostgresqlHostConfig15_1C_BackslashQuote = 1
	PostgresqlHostConfig15_1C_BACKSLASH_QUOTE_ON            PostgresqlHostConfig15_1C_BackslashQuote = 2
	PostgresqlHostConfig15_1C_BACKSLASH_QUOTE_OFF           PostgresqlHostConfig15_1C_BackslashQuote = 3
	PostgresqlHostConfig15_1C_BACKSLASH_QUOTE_SAFE_ENCODING PostgresqlHostConfig15_1C_BackslashQuote = 4
)

func (PostgresqlHostConfig15_1C_BackslashQuote) Descriptor

func (PostgresqlHostConfig15_1C_BackslashQuote) Enum

func (PostgresqlHostConfig15_1C_BackslashQuote) EnumDescriptor deprecated

func (PostgresqlHostConfig15_1C_BackslashQuote) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig15_1C_BackslashQuote.Descriptor instead.

func (PostgresqlHostConfig15_1C_BackslashQuote) Number

func (PostgresqlHostConfig15_1C_BackslashQuote) String

func (PostgresqlHostConfig15_1C_BackslashQuote) Type

type PostgresqlHostConfig15_1C_ByteaOutput

type PostgresqlHostConfig15_1C_ByteaOutput int32
const (
	PostgresqlHostConfig15_1C_BYTEA_OUTPUT_UNSPECIFIED PostgresqlHostConfig15_1C_ByteaOutput = 0
	PostgresqlHostConfig15_1C_BYTEA_OUTPUT_HEX         PostgresqlHostConfig15_1C_ByteaOutput = 1
	PostgresqlHostConfig15_1C_BYTEA_OUTPUT_ESCAPED     PostgresqlHostConfig15_1C_ByteaOutput = 2
)

func (PostgresqlHostConfig15_1C_ByteaOutput) Descriptor

func (PostgresqlHostConfig15_1C_ByteaOutput) Enum

func (PostgresqlHostConfig15_1C_ByteaOutput) EnumDescriptor deprecated

func (PostgresqlHostConfig15_1C_ByteaOutput) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig15_1C_ByteaOutput.Descriptor instead.

func (PostgresqlHostConfig15_1C_ByteaOutput) Number

func (PostgresqlHostConfig15_1C_ByteaOutput) String

func (PostgresqlHostConfig15_1C_ByteaOutput) Type

type PostgresqlHostConfig15_1C_ConstraintExclusion

type PostgresqlHostConfig15_1C_ConstraintExclusion int32
const (
	PostgresqlHostConfig15_1C_CONSTRAINT_EXCLUSION_UNSPECIFIED PostgresqlHostConfig15_1C_ConstraintExclusion = 0
	PostgresqlHostConfig15_1C_CONSTRAINT_EXCLUSION_ON          PostgresqlHostConfig15_1C_ConstraintExclusion = 1
	PostgresqlHostConfig15_1C_CONSTRAINT_EXCLUSION_OFF         PostgresqlHostConfig15_1C_ConstraintExclusion = 2
	PostgresqlHostConfig15_1C_CONSTRAINT_EXCLUSION_PARTITION   PostgresqlHostConfig15_1C_ConstraintExclusion = 3
)

func (PostgresqlHostConfig15_1C_ConstraintExclusion) Descriptor

func (PostgresqlHostConfig15_1C_ConstraintExclusion) Enum

func (PostgresqlHostConfig15_1C_ConstraintExclusion) EnumDescriptor deprecated

func (PostgresqlHostConfig15_1C_ConstraintExclusion) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig15_1C_ConstraintExclusion.Descriptor instead.

func (PostgresqlHostConfig15_1C_ConstraintExclusion) Number

func (PostgresqlHostConfig15_1C_ConstraintExclusion) String

func (PostgresqlHostConfig15_1C_ConstraintExclusion) Type

type PostgresqlHostConfig15_1C_ForceParallelMode

type PostgresqlHostConfig15_1C_ForceParallelMode int32
const (
	PostgresqlHostConfig15_1C_FORCE_PARALLEL_MODE_UNSPECIFIED PostgresqlHostConfig15_1C_ForceParallelMode = 0
	PostgresqlHostConfig15_1C_FORCE_PARALLEL_MODE_ON          PostgresqlHostConfig15_1C_ForceParallelMode = 1
	PostgresqlHostConfig15_1C_FORCE_PARALLEL_MODE_OFF         PostgresqlHostConfig15_1C_ForceParallelMode = 2
	PostgresqlHostConfig15_1C_FORCE_PARALLEL_MODE_REGRESS     PostgresqlHostConfig15_1C_ForceParallelMode = 3
)

func (PostgresqlHostConfig15_1C_ForceParallelMode) Descriptor

func (PostgresqlHostConfig15_1C_ForceParallelMode) Enum

func (PostgresqlHostConfig15_1C_ForceParallelMode) EnumDescriptor deprecated

func (PostgresqlHostConfig15_1C_ForceParallelMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig15_1C_ForceParallelMode.Descriptor instead.

func (PostgresqlHostConfig15_1C_ForceParallelMode) Number

func (PostgresqlHostConfig15_1C_ForceParallelMode) String

func (PostgresqlHostConfig15_1C_ForceParallelMode) Type

type PostgresqlHostConfig15_1C_LogErrorVerbosity

type PostgresqlHostConfig15_1C_LogErrorVerbosity int32
const (
	PostgresqlHostConfig15_1C_LOG_ERROR_VERBOSITY_UNSPECIFIED PostgresqlHostConfig15_1C_LogErrorVerbosity = 0
	PostgresqlHostConfig15_1C_LOG_ERROR_VERBOSITY_TERSE       PostgresqlHostConfig15_1C_LogErrorVerbosity = 1
	PostgresqlHostConfig15_1C_LOG_ERROR_VERBOSITY_DEFAULT     PostgresqlHostConfig15_1C_LogErrorVerbosity = 2
	PostgresqlHostConfig15_1C_LOG_ERROR_VERBOSITY_VERBOSE     PostgresqlHostConfig15_1C_LogErrorVerbosity = 3
)

func (PostgresqlHostConfig15_1C_LogErrorVerbosity) Descriptor

func (PostgresqlHostConfig15_1C_LogErrorVerbosity) Enum

func (PostgresqlHostConfig15_1C_LogErrorVerbosity) EnumDescriptor deprecated

func (PostgresqlHostConfig15_1C_LogErrorVerbosity) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig15_1C_LogErrorVerbosity.Descriptor instead.

func (PostgresqlHostConfig15_1C_LogErrorVerbosity) Number

func (PostgresqlHostConfig15_1C_LogErrorVerbosity) String

func (PostgresqlHostConfig15_1C_LogErrorVerbosity) Type

type PostgresqlHostConfig15_1C_LogLevel

type PostgresqlHostConfig15_1C_LogLevel int32
const (
	PostgresqlHostConfig15_1C_LOG_LEVEL_UNSPECIFIED PostgresqlHostConfig15_1C_LogLevel = 0
	PostgresqlHostConfig15_1C_LOG_LEVEL_DEBUG5      PostgresqlHostConfig15_1C_LogLevel = 1
	PostgresqlHostConfig15_1C_LOG_LEVEL_DEBUG4      PostgresqlHostConfig15_1C_LogLevel = 2
	PostgresqlHostConfig15_1C_LOG_LEVEL_DEBUG3      PostgresqlHostConfig15_1C_LogLevel = 3
	PostgresqlHostConfig15_1C_LOG_LEVEL_DEBUG2      PostgresqlHostConfig15_1C_LogLevel = 4
	PostgresqlHostConfig15_1C_LOG_LEVEL_DEBUG1      PostgresqlHostConfig15_1C_LogLevel = 5
	PostgresqlHostConfig15_1C_LOG_LEVEL_LOG         PostgresqlHostConfig15_1C_LogLevel = 6
	PostgresqlHostConfig15_1C_LOG_LEVEL_NOTICE      PostgresqlHostConfig15_1C_LogLevel = 7
	PostgresqlHostConfig15_1C_LOG_LEVEL_WARNING     PostgresqlHostConfig15_1C_LogLevel = 8
	PostgresqlHostConfig15_1C_LOG_LEVEL_ERROR       PostgresqlHostConfig15_1C_LogLevel = 9
	PostgresqlHostConfig15_1C_LOG_LEVEL_FATAL       PostgresqlHostConfig15_1C_LogLevel = 10
	PostgresqlHostConfig15_1C_LOG_LEVEL_PANIC       PostgresqlHostConfig15_1C_LogLevel = 11
)

func (PostgresqlHostConfig15_1C_LogLevel) Descriptor

func (PostgresqlHostConfig15_1C_LogLevel) Enum

func (PostgresqlHostConfig15_1C_LogLevel) EnumDescriptor deprecated

func (PostgresqlHostConfig15_1C_LogLevel) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig15_1C_LogLevel.Descriptor instead.

func (PostgresqlHostConfig15_1C_LogLevel) Number

func (PostgresqlHostConfig15_1C_LogLevel) String

func (PostgresqlHostConfig15_1C_LogLevel) Type

type PostgresqlHostConfig15_1C_LogStatement

type PostgresqlHostConfig15_1C_LogStatement int32
const (
	PostgresqlHostConfig15_1C_LOG_STATEMENT_UNSPECIFIED PostgresqlHostConfig15_1C_LogStatement = 0
	PostgresqlHostConfig15_1C_LOG_STATEMENT_NONE        PostgresqlHostConfig15_1C_LogStatement = 1
	PostgresqlHostConfig15_1C_LOG_STATEMENT_DDL         PostgresqlHostConfig15_1C_LogStatement = 2
	PostgresqlHostConfig15_1C_LOG_STATEMENT_MOD         PostgresqlHostConfig15_1C_LogStatement = 3
	PostgresqlHostConfig15_1C_LOG_STATEMENT_ALL         PostgresqlHostConfig15_1C_LogStatement = 4
)

func (PostgresqlHostConfig15_1C_LogStatement) Descriptor

func (PostgresqlHostConfig15_1C_LogStatement) Enum

func (PostgresqlHostConfig15_1C_LogStatement) EnumDescriptor deprecated

func (PostgresqlHostConfig15_1C_LogStatement) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig15_1C_LogStatement.Descriptor instead.

func (PostgresqlHostConfig15_1C_LogStatement) Number

func (PostgresqlHostConfig15_1C_LogStatement) String

func (PostgresqlHostConfig15_1C_LogStatement) Type

type PostgresqlHostConfig15_1C_TransactionIsolation

type PostgresqlHostConfig15_1C_TransactionIsolation int32
const (
	PostgresqlHostConfig15_1C_TRANSACTION_ISOLATION_UNSPECIFIED      PostgresqlHostConfig15_1C_TransactionIsolation = 0
	PostgresqlHostConfig15_1C_TRANSACTION_ISOLATION_READ_UNCOMMITTED PostgresqlHostConfig15_1C_TransactionIsolation = 1
	PostgresqlHostConfig15_1C_TRANSACTION_ISOLATION_READ_COMMITTED   PostgresqlHostConfig15_1C_TransactionIsolation = 2
	PostgresqlHostConfig15_1C_TRANSACTION_ISOLATION_REPEATABLE_READ  PostgresqlHostConfig15_1C_TransactionIsolation = 3
	PostgresqlHostConfig15_1C_TRANSACTION_ISOLATION_SERIALIZABLE     PostgresqlHostConfig15_1C_TransactionIsolation = 4
)

func (PostgresqlHostConfig15_1C_TransactionIsolation) Descriptor

func (PostgresqlHostConfig15_1C_TransactionIsolation) Enum

func (PostgresqlHostConfig15_1C_TransactionIsolation) EnumDescriptor deprecated

Deprecated: Use PostgresqlHostConfig15_1C_TransactionIsolation.Descriptor instead.

func (PostgresqlHostConfig15_1C_TransactionIsolation) Number

func (PostgresqlHostConfig15_1C_TransactionIsolation) String

func (PostgresqlHostConfig15_1C_TransactionIsolation) Type

type PostgresqlHostConfig15_1C_XmlBinary

type PostgresqlHostConfig15_1C_XmlBinary int32
const (
	PostgresqlHostConfig15_1C_XML_BINARY_UNSPECIFIED PostgresqlHostConfig15_1C_XmlBinary = 0
	PostgresqlHostConfig15_1C_XML_BINARY_BASE64      PostgresqlHostConfig15_1C_XmlBinary = 1
	PostgresqlHostConfig15_1C_XML_BINARY_HEX         PostgresqlHostConfig15_1C_XmlBinary = 2
)

func (PostgresqlHostConfig15_1C_XmlBinary) Descriptor

func (PostgresqlHostConfig15_1C_XmlBinary) Enum

func (PostgresqlHostConfig15_1C_XmlBinary) EnumDescriptor deprecated

func (PostgresqlHostConfig15_1C_XmlBinary) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig15_1C_XmlBinary.Descriptor instead.

func (PostgresqlHostConfig15_1C_XmlBinary) Number

func (PostgresqlHostConfig15_1C_XmlBinary) String

func (PostgresqlHostConfig15_1C_XmlBinary) Type

type PostgresqlHostConfig15_1C_XmlOption

type PostgresqlHostConfig15_1C_XmlOption int32
const (
	PostgresqlHostConfig15_1C_XML_OPTION_UNSPECIFIED PostgresqlHostConfig15_1C_XmlOption = 0
	PostgresqlHostConfig15_1C_XML_OPTION_DOCUMENT    PostgresqlHostConfig15_1C_XmlOption = 1
	PostgresqlHostConfig15_1C_XML_OPTION_CONTENT     PostgresqlHostConfig15_1C_XmlOption = 2
)

func (PostgresqlHostConfig15_1C_XmlOption) Descriptor

func (PostgresqlHostConfig15_1C_XmlOption) Enum

func (PostgresqlHostConfig15_1C_XmlOption) EnumDescriptor deprecated

func (PostgresqlHostConfig15_1C_XmlOption) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig15_1C_XmlOption.Descriptor instead.

func (PostgresqlHostConfig15_1C_XmlOption) Number

func (PostgresqlHostConfig15_1C_XmlOption) String

func (PostgresqlHostConfig15_1C_XmlOption) Type

type PostgresqlHostConfig15_BackslashQuote

type PostgresqlHostConfig15_BackslashQuote int32
const (
	PostgresqlHostConfig15_BACKSLASH_QUOTE_UNSPECIFIED   PostgresqlHostConfig15_BackslashQuote = 0
	PostgresqlHostConfig15_BACKSLASH_QUOTE               PostgresqlHostConfig15_BackslashQuote = 1
	PostgresqlHostConfig15_BACKSLASH_QUOTE_ON            PostgresqlHostConfig15_BackslashQuote = 2
	PostgresqlHostConfig15_BACKSLASH_QUOTE_OFF           PostgresqlHostConfig15_BackslashQuote = 3
	PostgresqlHostConfig15_BACKSLASH_QUOTE_SAFE_ENCODING PostgresqlHostConfig15_BackslashQuote = 4
)

func (PostgresqlHostConfig15_BackslashQuote) Descriptor

func (PostgresqlHostConfig15_BackslashQuote) Enum

func (PostgresqlHostConfig15_BackslashQuote) EnumDescriptor deprecated

func (PostgresqlHostConfig15_BackslashQuote) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig15_BackslashQuote.Descriptor instead.

func (PostgresqlHostConfig15_BackslashQuote) Number

func (PostgresqlHostConfig15_BackslashQuote) String

func (PostgresqlHostConfig15_BackslashQuote) Type

type PostgresqlHostConfig15_ByteaOutput

type PostgresqlHostConfig15_ByteaOutput int32
const (
	PostgresqlHostConfig15_BYTEA_OUTPUT_UNSPECIFIED PostgresqlHostConfig15_ByteaOutput = 0
	PostgresqlHostConfig15_BYTEA_OUTPUT_HEX         PostgresqlHostConfig15_ByteaOutput = 1
	PostgresqlHostConfig15_BYTEA_OUTPUT_ESCAPED     PostgresqlHostConfig15_ByteaOutput = 2
)

func (PostgresqlHostConfig15_ByteaOutput) Descriptor

func (PostgresqlHostConfig15_ByteaOutput) Enum

func (PostgresqlHostConfig15_ByteaOutput) EnumDescriptor deprecated

func (PostgresqlHostConfig15_ByteaOutput) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig15_ByteaOutput.Descriptor instead.

func (PostgresqlHostConfig15_ByteaOutput) Number

func (PostgresqlHostConfig15_ByteaOutput) String

func (PostgresqlHostConfig15_ByteaOutput) Type

type PostgresqlHostConfig15_ConstraintExclusion

type PostgresqlHostConfig15_ConstraintExclusion int32
const (
	PostgresqlHostConfig15_CONSTRAINT_EXCLUSION_UNSPECIFIED PostgresqlHostConfig15_ConstraintExclusion = 0
	PostgresqlHostConfig15_CONSTRAINT_EXCLUSION_ON          PostgresqlHostConfig15_ConstraintExclusion = 1
	PostgresqlHostConfig15_CONSTRAINT_EXCLUSION_OFF         PostgresqlHostConfig15_ConstraintExclusion = 2
	PostgresqlHostConfig15_CONSTRAINT_EXCLUSION_PARTITION   PostgresqlHostConfig15_ConstraintExclusion = 3
)

func (PostgresqlHostConfig15_ConstraintExclusion) Descriptor

func (PostgresqlHostConfig15_ConstraintExclusion) Enum

func (PostgresqlHostConfig15_ConstraintExclusion) EnumDescriptor deprecated

func (PostgresqlHostConfig15_ConstraintExclusion) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig15_ConstraintExclusion.Descriptor instead.

func (PostgresqlHostConfig15_ConstraintExclusion) Number

func (PostgresqlHostConfig15_ConstraintExclusion) String

func (PostgresqlHostConfig15_ConstraintExclusion) Type

type PostgresqlHostConfig15_ForceParallelMode

type PostgresqlHostConfig15_ForceParallelMode int32
const (
	PostgresqlHostConfig15_FORCE_PARALLEL_MODE_UNSPECIFIED PostgresqlHostConfig15_ForceParallelMode = 0
	PostgresqlHostConfig15_FORCE_PARALLEL_MODE_ON          PostgresqlHostConfig15_ForceParallelMode = 1
	PostgresqlHostConfig15_FORCE_PARALLEL_MODE_OFF         PostgresqlHostConfig15_ForceParallelMode = 2
	PostgresqlHostConfig15_FORCE_PARALLEL_MODE_REGRESS     PostgresqlHostConfig15_ForceParallelMode = 3
)

func (PostgresqlHostConfig15_ForceParallelMode) Descriptor

func (PostgresqlHostConfig15_ForceParallelMode) Enum

func (PostgresqlHostConfig15_ForceParallelMode) EnumDescriptor deprecated

func (PostgresqlHostConfig15_ForceParallelMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig15_ForceParallelMode.Descriptor instead.

func (PostgresqlHostConfig15_ForceParallelMode) Number

func (PostgresqlHostConfig15_ForceParallelMode) String

func (PostgresqlHostConfig15_ForceParallelMode) Type

type PostgresqlHostConfig15_LogErrorVerbosity

type PostgresqlHostConfig15_LogErrorVerbosity int32
const (
	PostgresqlHostConfig15_LOG_ERROR_VERBOSITY_UNSPECIFIED PostgresqlHostConfig15_LogErrorVerbosity = 0
	PostgresqlHostConfig15_LOG_ERROR_VERBOSITY_TERSE       PostgresqlHostConfig15_LogErrorVerbosity = 1
	PostgresqlHostConfig15_LOG_ERROR_VERBOSITY_DEFAULT     PostgresqlHostConfig15_LogErrorVerbosity = 2
	PostgresqlHostConfig15_LOG_ERROR_VERBOSITY_VERBOSE     PostgresqlHostConfig15_LogErrorVerbosity = 3
)

func (PostgresqlHostConfig15_LogErrorVerbosity) Descriptor

func (PostgresqlHostConfig15_LogErrorVerbosity) Enum

func (PostgresqlHostConfig15_LogErrorVerbosity) EnumDescriptor deprecated

func (PostgresqlHostConfig15_LogErrorVerbosity) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig15_LogErrorVerbosity.Descriptor instead.

func (PostgresqlHostConfig15_LogErrorVerbosity) Number

func (PostgresqlHostConfig15_LogErrorVerbosity) String

func (PostgresqlHostConfig15_LogErrorVerbosity) Type

type PostgresqlHostConfig15_LogLevel

type PostgresqlHostConfig15_LogLevel int32
const (
	PostgresqlHostConfig15_LOG_LEVEL_UNSPECIFIED PostgresqlHostConfig15_LogLevel = 0
	PostgresqlHostConfig15_LOG_LEVEL_DEBUG5      PostgresqlHostConfig15_LogLevel = 1
	PostgresqlHostConfig15_LOG_LEVEL_DEBUG4      PostgresqlHostConfig15_LogLevel = 2
	PostgresqlHostConfig15_LOG_LEVEL_DEBUG3      PostgresqlHostConfig15_LogLevel = 3
	PostgresqlHostConfig15_LOG_LEVEL_DEBUG2      PostgresqlHostConfig15_LogLevel = 4
	PostgresqlHostConfig15_LOG_LEVEL_DEBUG1      PostgresqlHostConfig15_LogLevel = 5
	PostgresqlHostConfig15_LOG_LEVEL_LOG         PostgresqlHostConfig15_LogLevel = 6
	PostgresqlHostConfig15_LOG_LEVEL_NOTICE      PostgresqlHostConfig15_LogLevel = 7
	PostgresqlHostConfig15_LOG_LEVEL_WARNING     PostgresqlHostConfig15_LogLevel = 8
	PostgresqlHostConfig15_LOG_LEVEL_ERROR       PostgresqlHostConfig15_LogLevel = 9
	PostgresqlHostConfig15_LOG_LEVEL_FATAL       PostgresqlHostConfig15_LogLevel = 10
	PostgresqlHostConfig15_LOG_LEVEL_PANIC       PostgresqlHostConfig15_LogLevel = 11
)

func (PostgresqlHostConfig15_LogLevel) Descriptor

func (PostgresqlHostConfig15_LogLevel) Enum

func (PostgresqlHostConfig15_LogLevel) EnumDescriptor deprecated

func (PostgresqlHostConfig15_LogLevel) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig15_LogLevel.Descriptor instead.

func (PostgresqlHostConfig15_LogLevel) Number

func (PostgresqlHostConfig15_LogLevel) String

func (PostgresqlHostConfig15_LogLevel) Type

type PostgresqlHostConfig15_LogStatement

type PostgresqlHostConfig15_LogStatement int32
const (
	PostgresqlHostConfig15_LOG_STATEMENT_UNSPECIFIED PostgresqlHostConfig15_LogStatement = 0
	PostgresqlHostConfig15_LOG_STATEMENT_NONE        PostgresqlHostConfig15_LogStatement = 1
	PostgresqlHostConfig15_LOG_STATEMENT_DDL         PostgresqlHostConfig15_LogStatement = 2
	PostgresqlHostConfig15_LOG_STATEMENT_MOD         PostgresqlHostConfig15_LogStatement = 3
	PostgresqlHostConfig15_LOG_STATEMENT_ALL         PostgresqlHostConfig15_LogStatement = 4
)

func (PostgresqlHostConfig15_LogStatement) Descriptor

func (PostgresqlHostConfig15_LogStatement) Enum

func (PostgresqlHostConfig15_LogStatement) EnumDescriptor deprecated

func (PostgresqlHostConfig15_LogStatement) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig15_LogStatement.Descriptor instead.

func (PostgresqlHostConfig15_LogStatement) Number

func (PostgresqlHostConfig15_LogStatement) String

func (PostgresqlHostConfig15_LogStatement) Type

type PostgresqlHostConfig15_TransactionIsolation

type PostgresqlHostConfig15_TransactionIsolation int32
const (
	PostgresqlHostConfig15_TRANSACTION_ISOLATION_UNSPECIFIED      PostgresqlHostConfig15_TransactionIsolation = 0
	PostgresqlHostConfig15_TRANSACTION_ISOLATION_READ_UNCOMMITTED PostgresqlHostConfig15_TransactionIsolation = 1
	PostgresqlHostConfig15_TRANSACTION_ISOLATION_READ_COMMITTED   PostgresqlHostConfig15_TransactionIsolation = 2
	PostgresqlHostConfig15_TRANSACTION_ISOLATION_REPEATABLE_READ  PostgresqlHostConfig15_TransactionIsolation = 3
	PostgresqlHostConfig15_TRANSACTION_ISOLATION_SERIALIZABLE     PostgresqlHostConfig15_TransactionIsolation = 4
)

func (PostgresqlHostConfig15_TransactionIsolation) Descriptor

func (PostgresqlHostConfig15_TransactionIsolation) Enum

func (PostgresqlHostConfig15_TransactionIsolation) EnumDescriptor deprecated

func (PostgresqlHostConfig15_TransactionIsolation) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig15_TransactionIsolation.Descriptor instead.

func (PostgresqlHostConfig15_TransactionIsolation) Number

func (PostgresqlHostConfig15_TransactionIsolation) String

func (PostgresqlHostConfig15_TransactionIsolation) Type

type PostgresqlHostConfig15_XmlBinary

type PostgresqlHostConfig15_XmlBinary int32
const (
	PostgresqlHostConfig15_XML_BINARY_UNSPECIFIED PostgresqlHostConfig15_XmlBinary = 0
	PostgresqlHostConfig15_XML_BINARY_BASE64      PostgresqlHostConfig15_XmlBinary = 1
	PostgresqlHostConfig15_XML_BINARY_HEX         PostgresqlHostConfig15_XmlBinary = 2
)

func (PostgresqlHostConfig15_XmlBinary) Descriptor

func (PostgresqlHostConfig15_XmlBinary) Enum

func (PostgresqlHostConfig15_XmlBinary) EnumDescriptor deprecated

func (PostgresqlHostConfig15_XmlBinary) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig15_XmlBinary.Descriptor instead.

func (PostgresqlHostConfig15_XmlBinary) Number

func (PostgresqlHostConfig15_XmlBinary) String

func (PostgresqlHostConfig15_XmlBinary) Type

type PostgresqlHostConfig15_XmlOption

type PostgresqlHostConfig15_XmlOption int32
const (
	PostgresqlHostConfig15_XML_OPTION_UNSPECIFIED PostgresqlHostConfig15_XmlOption = 0
	PostgresqlHostConfig15_XML_OPTION_DOCUMENT    PostgresqlHostConfig15_XmlOption = 1
	PostgresqlHostConfig15_XML_OPTION_CONTENT     PostgresqlHostConfig15_XmlOption = 2
)

func (PostgresqlHostConfig15_XmlOption) Descriptor

func (PostgresqlHostConfig15_XmlOption) Enum

func (PostgresqlHostConfig15_XmlOption) EnumDescriptor deprecated

func (PostgresqlHostConfig15_XmlOption) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig15_XmlOption.Descriptor instead.

func (PostgresqlHostConfig15_XmlOption) Number

func (PostgresqlHostConfig15_XmlOption) String

func (PostgresqlHostConfig15_XmlOption) Type

type PostgresqlHostConfig16

type PostgresqlHostConfig16 struct {
	RecoveryMinApplyDelay *wrapperspb.Int64Value `` // in milliseconds.
	/* 128-byte string literal not displayed */
	SharedBuffers            *wrapperspb.Int64Value `protobuf:"bytes,2,opt,name=shared_buffers,json=sharedBuffers,proto3" json:"shared_buffers,omitempty"`   // in bytes.
	TempBuffers              *wrapperspb.Int64Value `protobuf:"bytes,3,opt,name=temp_buffers,json=tempBuffers,proto3" json:"temp_buffers,omitempty"`         // in bytes.
	WorkMem                  *wrapperspb.Int64Value `protobuf:"bytes,4,opt,name=work_mem,json=workMem,proto3" json:"work_mem,omitempty"`                     // in bytes.
	TempFileLimit            *wrapperspb.Int64Value `protobuf:"bytes,5,opt,name=temp_file_limit,json=tempFileLimit,proto3" json:"temp_file_limit,omitempty"` // in bytes.
	BackendFlushAfter        *wrapperspb.Int64Value `protobuf:"bytes,6,opt,name=backend_flush_after,json=backendFlushAfter,proto3" json:"backend_flush_after,omitempty"`
	OldSnapshotThreshold     *wrapperspb.Int64Value `protobuf:"bytes,7,opt,name=old_snapshot_threshold,json=oldSnapshotThreshold,proto3" json:"old_snapshot_threshold,omitempty"`
	MaxStandbyStreamingDelay *wrapperspb.Int64Value `` // in milliseconds.
	/* 137-byte string literal not displayed */
	ConstraintExclusion     PostgresqlHostConfig16_ConstraintExclusion `` /* 205-byte string literal not displayed */
	CursorTupleFraction     *wrapperspb.DoubleValue                    `protobuf:"bytes,10,opt,name=cursor_tuple_fraction,json=cursorTupleFraction,proto3" json:"cursor_tuple_fraction,omitempty"`
	FromCollapseLimit       *wrapperspb.Int64Value                     `protobuf:"bytes,11,opt,name=from_collapse_limit,json=fromCollapseLimit,proto3" json:"from_collapse_limit,omitempty"`
	JoinCollapseLimit       *wrapperspb.Int64Value                     `protobuf:"bytes,12,opt,name=join_collapse_limit,json=joinCollapseLimit,proto3" json:"join_collapse_limit,omitempty"`
	DebugParallelQuery      PostgresqlHostConfig16_DebugParallelQuery  `` /* 204-byte string literal not displayed */
	ClientMinMessages       PostgresqlHostConfig16_LogLevel            `` /* 191-byte string literal not displayed */
	LogMinMessages          PostgresqlHostConfig16_LogLevel            `` /* 182-byte string literal not displayed */
	LogMinErrorStatement    PostgresqlHostConfig16_LogLevel            `` /* 202-byte string literal not displayed */
	LogMinDurationStatement *wrapperspb.Int64Value                     `` // in milliseconds.
	/* 135-byte string literal not displayed */
	LogCheckpoints                  *wrapperspb.BoolValue                       `protobuf:"bytes,18,opt,name=log_checkpoints,json=logCheckpoints,proto3" json:"log_checkpoints,omitempty"`
	LogConnections                  *wrapperspb.BoolValue                       `protobuf:"bytes,19,opt,name=log_connections,json=logConnections,proto3" json:"log_connections,omitempty"`
	LogDisconnections               *wrapperspb.BoolValue                       `protobuf:"bytes,20,opt,name=log_disconnections,json=logDisconnections,proto3" json:"log_disconnections,omitempty"`
	LogDuration                     *wrapperspb.BoolValue                       `protobuf:"bytes,21,opt,name=log_duration,json=logDuration,proto3" json:"log_duration,omitempty"`
	LogErrorVerbosity               PostgresqlHostConfig16_LogErrorVerbosity    `` /* 200-byte string literal not displayed */
	LogLockWaits                    *wrapperspb.BoolValue                       `protobuf:"bytes,23,opt,name=log_lock_waits,json=logLockWaits,proto3" json:"log_lock_waits,omitempty"`
	LogStatement                    PostgresqlHostConfig16_LogStatement         `` /* 178-byte string literal not displayed */
	LogTempFiles                    *wrapperspb.Int64Value                      `protobuf:"bytes,25,opt,name=log_temp_files,json=logTempFiles,proto3" json:"log_temp_files,omitempty"`
	SearchPath                      string                                      `protobuf:"bytes,26,opt,name=search_path,json=searchPath,proto3" json:"search_path,omitempty"`
	RowSecurity                     *wrapperspb.BoolValue                       `protobuf:"bytes,27,opt,name=row_security,json=rowSecurity,proto3" json:"row_security,omitempty"`
	DefaultTransactionIsolation     PostgresqlHostConfig16_TransactionIsolation ``                                                                                                               /* 233-byte string literal not displayed */
	StatementTimeout                *wrapperspb.Int64Value                      `protobuf:"bytes,29,opt,name=statement_timeout,json=statementTimeout,proto3" json:"statement_timeout,omitempty"` // in milliseconds.
	LockTimeout                     *wrapperspb.Int64Value                      `protobuf:"bytes,30,opt,name=lock_timeout,json=lockTimeout,proto3" json:"lock_timeout,omitempty"`                // in milliseconds.
	IdleInTransactionSessionTimeout *wrapperspb.Int64Value                      ``                                                                                                               // in milliseconds.
	/* 161-byte string literal not displayed */
	ByteaOutput                 PostgresqlHostConfig16_ByteaOutput    ``                                                                                                                            /* 174-byte string literal not displayed */
	Xmlbinary                   PostgresqlHostConfig16_XmlBinary      ``                                                                                                                            /* 149-byte string literal not displayed */
	Xmloption                   PostgresqlHostConfig16_XmlOption      ``                                                                                                                            /* 149-byte string literal not displayed */
	GinPendingListLimit         *wrapperspb.Int64Value                `protobuf:"bytes,35,opt,name=gin_pending_list_limit,json=ginPendingListLimit,proto3" json:"gin_pending_list_limit,omitempty"` // in bytes.
	DeadlockTimeout             *wrapperspb.Int64Value                `protobuf:"bytes,36,opt,name=deadlock_timeout,json=deadlockTimeout,proto3" json:"deadlock_timeout,omitempty"`                 // in milliseconds.
	MaxLocksPerTransaction      *wrapperspb.Int64Value                ``                                                                                                                            /* 132-byte string literal not displayed */
	MaxPredLocksPerTransaction  *wrapperspb.Int64Value                ``                                                                                                                            /* 146-byte string literal not displayed */
	ArrayNulls                  *wrapperspb.BoolValue                 `protobuf:"bytes,39,opt,name=array_nulls,json=arrayNulls,proto3" json:"array_nulls,omitempty"`
	BackslashQuote              PostgresqlHostConfig16_BackslashQuote `` /* 186-byte string literal not displayed */
	DefaultWithOids             *wrapperspb.BoolValue                 `protobuf:"bytes,41,opt,name=default_with_oids,json=defaultWithOids,proto3" json:"default_with_oids,omitempty"`
	EscapeStringWarning         *wrapperspb.BoolValue                 `protobuf:"bytes,42,opt,name=escape_string_warning,json=escapeStringWarning,proto3" json:"escape_string_warning,omitempty"`
	LoCompatPrivileges          *wrapperspb.BoolValue                 `protobuf:"bytes,43,opt,name=lo_compat_privileges,json=loCompatPrivileges,proto3" json:"lo_compat_privileges,omitempty"`
	QuoteAllIdentifiers         *wrapperspb.BoolValue                 `protobuf:"bytes,45,opt,name=quote_all_identifiers,json=quoteAllIdentifiers,proto3" json:"quote_all_identifiers,omitempty"`
	StandardConformingStrings   *wrapperspb.BoolValue                 `` /* 139-byte string literal not displayed */
	SynchronizeSeqscans         *wrapperspb.BoolValue                 `protobuf:"bytes,47,opt,name=synchronize_seqscans,json=synchronizeSeqscans,proto3" json:"synchronize_seqscans,omitempty"`
	TransformNullEquals         *wrapperspb.BoolValue                 `protobuf:"bytes,48,opt,name=transform_null_equals,json=transformNullEquals,proto3" json:"transform_null_equals,omitempty"`
	ExitOnError                 *wrapperspb.BoolValue                 `protobuf:"bytes,49,opt,name=exit_on_error,json=exitOnError,proto3" json:"exit_on_error,omitempty"`
	SeqPageCost                 *wrapperspb.DoubleValue               `protobuf:"bytes,50,opt,name=seq_page_cost,json=seqPageCost,proto3" json:"seq_page_cost,omitempty"`
	RandomPageCost              *wrapperspb.DoubleValue               `protobuf:"bytes,51,opt,name=random_page_cost,json=randomPageCost,proto3" json:"random_page_cost,omitempty"`
	EnableBitmapscan            *wrapperspb.BoolValue                 `protobuf:"bytes,54,opt,name=enable_bitmapscan,json=enableBitmapscan,proto3" json:"enable_bitmapscan,omitempty"`
	EnableHashagg               *wrapperspb.BoolValue                 `protobuf:"bytes,55,opt,name=enable_hashagg,json=enableHashagg,proto3" json:"enable_hashagg,omitempty"`
	EnableHashjoin              *wrapperspb.BoolValue                 `protobuf:"bytes,56,opt,name=enable_hashjoin,json=enableHashjoin,proto3" json:"enable_hashjoin,omitempty"`
	EnableIndexscan             *wrapperspb.BoolValue                 `protobuf:"bytes,57,opt,name=enable_indexscan,json=enableIndexscan,proto3" json:"enable_indexscan,omitempty"`
	EnableIndexonlyscan         *wrapperspb.BoolValue                 `protobuf:"bytes,58,opt,name=enable_indexonlyscan,json=enableIndexonlyscan,proto3" json:"enable_indexonlyscan,omitempty"`
	EnableMaterial              *wrapperspb.BoolValue                 `protobuf:"bytes,59,opt,name=enable_material,json=enableMaterial,proto3" json:"enable_material,omitempty"`
	EnableMergejoin             *wrapperspb.BoolValue                 `protobuf:"bytes,60,opt,name=enable_mergejoin,json=enableMergejoin,proto3" json:"enable_mergejoin,omitempty"`
	EnableNestloop              *wrapperspb.BoolValue                 `protobuf:"bytes,61,opt,name=enable_nestloop,json=enableNestloop,proto3" json:"enable_nestloop,omitempty"`
	EnableSeqscan               *wrapperspb.BoolValue                 `protobuf:"bytes,62,opt,name=enable_seqscan,json=enableSeqscan,proto3" json:"enable_seqscan,omitempty"`
	EnableSort                  *wrapperspb.BoolValue                 `protobuf:"bytes,63,opt,name=enable_sort,json=enableSort,proto3" json:"enable_sort,omitempty"`
	EnableTidscan               *wrapperspb.BoolValue                 `protobuf:"bytes,64,opt,name=enable_tidscan,json=enableTidscan,proto3" json:"enable_tidscan,omitempty"`
	MaxParallelWorkers          *wrapperspb.Int64Value                `protobuf:"bytes,65,opt,name=max_parallel_workers,json=maxParallelWorkers,proto3" json:"max_parallel_workers,omitempty"`
	MaxParallelWorkersPerGather *wrapperspb.Int64Value                `` /* 149-byte string literal not displayed */
	Timezone                    string                                `protobuf:"bytes,67,opt,name=timezone,proto3" json:"timezone,omitempty"`
	EffectiveIoConcurrency      *wrapperspb.Int64Value                `` /* 130-byte string literal not displayed */
	EffectiveCacheSize          *wrapperspb.Int64Value                `protobuf:"bytes,69,opt,name=effective_cache_size,json=effectiveCacheSize,proto3" json:"effective_cache_size,omitempty"`
	// contains filtered or unexported fields
}

Options and structure of `PostgresqlConfig` reflects PostgreSQL configuration file parameters which detailed description is available in [PostgreSQL documentation](https://www.postgresql.org/docs/11/runtime-config.html).

func (*PostgresqlHostConfig16) Descriptor deprecated

func (*PostgresqlHostConfig16) Descriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig16.ProtoReflect.Descriptor instead.

func (*PostgresqlHostConfig16) GetArrayNulls

func (x *PostgresqlHostConfig16) GetArrayNulls() *wrapperspb.BoolValue

func (*PostgresqlHostConfig16) GetBackendFlushAfter

func (x *PostgresqlHostConfig16) GetBackendFlushAfter() *wrapperspb.Int64Value

func (*PostgresqlHostConfig16) GetBackslashQuote

func (*PostgresqlHostConfig16) GetByteaOutput

func (*PostgresqlHostConfig16) GetClientMinMessages

func (x *PostgresqlHostConfig16) GetClientMinMessages() PostgresqlHostConfig16_LogLevel

func (*PostgresqlHostConfig16) GetConstraintExclusion

func (*PostgresqlHostConfig16) GetCursorTupleFraction

func (x *PostgresqlHostConfig16) GetCursorTupleFraction() *wrapperspb.DoubleValue

func (*PostgresqlHostConfig16) GetDeadlockTimeout

func (x *PostgresqlHostConfig16) GetDeadlockTimeout() *wrapperspb.Int64Value

func (*PostgresqlHostConfig16) GetDebugParallelQuery

func (*PostgresqlHostConfig16) GetDefaultTransactionIsolation

func (x *PostgresqlHostConfig16) GetDefaultTransactionIsolation() PostgresqlHostConfig16_TransactionIsolation

func (*PostgresqlHostConfig16) GetDefaultWithOids

func (x *PostgresqlHostConfig16) GetDefaultWithOids() *wrapperspb.BoolValue

func (*PostgresqlHostConfig16) GetEffectiveCacheSize

func (x *PostgresqlHostConfig16) GetEffectiveCacheSize() *wrapperspb.Int64Value

func (*PostgresqlHostConfig16) GetEffectiveIoConcurrency

func (x *PostgresqlHostConfig16) GetEffectiveIoConcurrency() *wrapperspb.Int64Value

func (*PostgresqlHostConfig16) GetEnableBitmapscan

func (x *PostgresqlHostConfig16) GetEnableBitmapscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig16) GetEnableHashagg

func (x *PostgresqlHostConfig16) GetEnableHashagg() *wrapperspb.BoolValue

func (*PostgresqlHostConfig16) GetEnableHashjoin

func (x *PostgresqlHostConfig16) GetEnableHashjoin() *wrapperspb.BoolValue

func (*PostgresqlHostConfig16) GetEnableIndexonlyscan

func (x *PostgresqlHostConfig16) GetEnableIndexonlyscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig16) GetEnableIndexscan

func (x *PostgresqlHostConfig16) GetEnableIndexscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig16) GetEnableMaterial

func (x *PostgresqlHostConfig16) GetEnableMaterial() *wrapperspb.BoolValue

func (*PostgresqlHostConfig16) GetEnableMergejoin

func (x *PostgresqlHostConfig16) GetEnableMergejoin() *wrapperspb.BoolValue

func (*PostgresqlHostConfig16) GetEnableNestloop

func (x *PostgresqlHostConfig16) GetEnableNestloop() *wrapperspb.BoolValue

func (*PostgresqlHostConfig16) GetEnableSeqscan

func (x *PostgresqlHostConfig16) GetEnableSeqscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig16) GetEnableSort

func (x *PostgresqlHostConfig16) GetEnableSort() *wrapperspb.BoolValue

func (*PostgresqlHostConfig16) GetEnableTidscan

func (x *PostgresqlHostConfig16) GetEnableTidscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig16) GetEscapeStringWarning

func (x *PostgresqlHostConfig16) GetEscapeStringWarning() *wrapperspb.BoolValue

func (*PostgresqlHostConfig16) GetExitOnError

func (x *PostgresqlHostConfig16) GetExitOnError() *wrapperspb.BoolValue

func (*PostgresqlHostConfig16) GetFromCollapseLimit

func (x *PostgresqlHostConfig16) GetFromCollapseLimit() *wrapperspb.Int64Value

func (*PostgresqlHostConfig16) GetGinPendingListLimit

func (x *PostgresqlHostConfig16) GetGinPendingListLimit() *wrapperspb.Int64Value

func (*PostgresqlHostConfig16) GetIdleInTransactionSessionTimeout

func (x *PostgresqlHostConfig16) GetIdleInTransactionSessionTimeout() *wrapperspb.Int64Value

func (*PostgresqlHostConfig16) GetJoinCollapseLimit

func (x *PostgresqlHostConfig16) GetJoinCollapseLimit() *wrapperspb.Int64Value

func (*PostgresqlHostConfig16) GetLoCompatPrivileges

func (x *PostgresqlHostConfig16) GetLoCompatPrivileges() *wrapperspb.BoolValue

func (*PostgresqlHostConfig16) GetLockTimeout

func (x *PostgresqlHostConfig16) GetLockTimeout() *wrapperspb.Int64Value

func (*PostgresqlHostConfig16) GetLogCheckpoints

func (x *PostgresqlHostConfig16) GetLogCheckpoints() *wrapperspb.BoolValue

func (*PostgresqlHostConfig16) GetLogConnections

func (x *PostgresqlHostConfig16) GetLogConnections() *wrapperspb.BoolValue

func (*PostgresqlHostConfig16) GetLogDisconnections

func (x *PostgresqlHostConfig16) GetLogDisconnections() *wrapperspb.BoolValue

func (*PostgresqlHostConfig16) GetLogDuration

func (x *PostgresqlHostConfig16) GetLogDuration() *wrapperspb.BoolValue

func (*PostgresqlHostConfig16) GetLogErrorVerbosity

func (*PostgresqlHostConfig16) GetLogLockWaits

func (x *PostgresqlHostConfig16) GetLogLockWaits() *wrapperspb.BoolValue

func (*PostgresqlHostConfig16) GetLogMinDurationStatement

func (x *PostgresqlHostConfig16) GetLogMinDurationStatement() *wrapperspb.Int64Value

func (*PostgresqlHostConfig16) GetLogMinErrorStatement

func (x *PostgresqlHostConfig16) GetLogMinErrorStatement() PostgresqlHostConfig16_LogLevel

func (*PostgresqlHostConfig16) GetLogMinMessages

func (*PostgresqlHostConfig16) GetLogStatement

func (*PostgresqlHostConfig16) GetLogTempFiles

func (x *PostgresqlHostConfig16) GetLogTempFiles() *wrapperspb.Int64Value

func (*PostgresqlHostConfig16) GetMaxLocksPerTransaction

func (x *PostgresqlHostConfig16) GetMaxLocksPerTransaction() *wrapperspb.Int64Value

func (*PostgresqlHostConfig16) GetMaxParallelWorkers

func (x *PostgresqlHostConfig16) GetMaxParallelWorkers() *wrapperspb.Int64Value

func (*PostgresqlHostConfig16) GetMaxParallelWorkersPerGather

func (x *PostgresqlHostConfig16) GetMaxParallelWorkersPerGather() *wrapperspb.Int64Value

func (*PostgresqlHostConfig16) GetMaxPredLocksPerTransaction

func (x *PostgresqlHostConfig16) GetMaxPredLocksPerTransaction() *wrapperspb.Int64Value

func (*PostgresqlHostConfig16) GetMaxStandbyStreamingDelay

func (x *PostgresqlHostConfig16) GetMaxStandbyStreamingDelay() *wrapperspb.Int64Value

func (*PostgresqlHostConfig16) GetOldSnapshotThreshold

func (x *PostgresqlHostConfig16) GetOldSnapshotThreshold() *wrapperspb.Int64Value

func (*PostgresqlHostConfig16) GetQuoteAllIdentifiers

func (x *PostgresqlHostConfig16) GetQuoteAllIdentifiers() *wrapperspb.BoolValue

func (*PostgresqlHostConfig16) GetRandomPageCost

func (x *PostgresqlHostConfig16) GetRandomPageCost() *wrapperspb.DoubleValue

func (*PostgresqlHostConfig16) GetRecoveryMinApplyDelay

func (x *PostgresqlHostConfig16) GetRecoveryMinApplyDelay() *wrapperspb.Int64Value

func (*PostgresqlHostConfig16) GetRowSecurity

func (x *PostgresqlHostConfig16) GetRowSecurity() *wrapperspb.BoolValue

func (*PostgresqlHostConfig16) GetSearchPath

func (x *PostgresqlHostConfig16) GetSearchPath() string

func (*PostgresqlHostConfig16) GetSeqPageCost

func (x *PostgresqlHostConfig16) GetSeqPageCost() *wrapperspb.DoubleValue

func (*PostgresqlHostConfig16) GetSharedBuffers

func (x *PostgresqlHostConfig16) GetSharedBuffers() *wrapperspb.Int64Value

func (*PostgresqlHostConfig16) GetStandardConformingStrings

func (x *PostgresqlHostConfig16) GetStandardConformingStrings() *wrapperspb.BoolValue

func (*PostgresqlHostConfig16) GetStatementTimeout

func (x *PostgresqlHostConfig16) GetStatementTimeout() *wrapperspb.Int64Value

func (*PostgresqlHostConfig16) GetSynchronizeSeqscans

func (x *PostgresqlHostConfig16) GetSynchronizeSeqscans() *wrapperspb.BoolValue

func (*PostgresqlHostConfig16) GetTempBuffers

func (x *PostgresqlHostConfig16) GetTempBuffers() *wrapperspb.Int64Value

func (*PostgresqlHostConfig16) GetTempFileLimit

func (x *PostgresqlHostConfig16) GetTempFileLimit() *wrapperspb.Int64Value

func (*PostgresqlHostConfig16) GetTimezone

func (x *PostgresqlHostConfig16) GetTimezone() string

func (*PostgresqlHostConfig16) GetTransformNullEquals

func (x *PostgresqlHostConfig16) GetTransformNullEquals() *wrapperspb.BoolValue

func (*PostgresqlHostConfig16) GetWorkMem

func (x *PostgresqlHostConfig16) GetWorkMem() *wrapperspb.Int64Value

func (*PostgresqlHostConfig16) GetXmlbinary

func (*PostgresqlHostConfig16) GetXmloption

func (*PostgresqlHostConfig16) ProtoMessage

func (*PostgresqlHostConfig16) ProtoMessage()

func (*PostgresqlHostConfig16) ProtoReflect

func (x *PostgresqlHostConfig16) ProtoReflect() protoreflect.Message

func (*PostgresqlHostConfig16) Reset

func (x *PostgresqlHostConfig16) Reset()

func (*PostgresqlHostConfig16) SetArrayNulls

func (m *PostgresqlHostConfig16) SetArrayNulls(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig16) SetBackendFlushAfter

func (m *PostgresqlHostConfig16) SetBackendFlushAfter(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig16) SetBackslashQuote

func (*PostgresqlHostConfig16) SetByteaOutput

func (*PostgresqlHostConfig16) SetClientMinMessages

func (m *PostgresqlHostConfig16) SetClientMinMessages(v PostgresqlHostConfig16_LogLevel)

func (*PostgresqlHostConfig16) SetConstraintExclusion

func (*PostgresqlHostConfig16) SetCursorTupleFraction

func (m *PostgresqlHostConfig16) SetCursorTupleFraction(v *wrapperspb.DoubleValue)

func (*PostgresqlHostConfig16) SetDeadlockTimeout

func (m *PostgresqlHostConfig16) SetDeadlockTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig16) SetDebugParallelQuery

func (*PostgresqlHostConfig16) SetDefaultTransactionIsolation

func (m *PostgresqlHostConfig16) SetDefaultTransactionIsolation(v PostgresqlHostConfig16_TransactionIsolation)

func (*PostgresqlHostConfig16) SetDefaultWithOids

func (m *PostgresqlHostConfig16) SetDefaultWithOids(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig16) SetEffectiveCacheSize

func (m *PostgresqlHostConfig16) SetEffectiveCacheSize(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig16) SetEffectiveIoConcurrency

func (m *PostgresqlHostConfig16) SetEffectiveIoConcurrency(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig16) SetEnableBitmapscan

func (m *PostgresqlHostConfig16) SetEnableBitmapscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig16) SetEnableHashagg

func (m *PostgresqlHostConfig16) SetEnableHashagg(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig16) SetEnableHashjoin

func (m *PostgresqlHostConfig16) SetEnableHashjoin(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig16) SetEnableIndexonlyscan

func (m *PostgresqlHostConfig16) SetEnableIndexonlyscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig16) SetEnableIndexscan

func (m *PostgresqlHostConfig16) SetEnableIndexscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig16) SetEnableMaterial

func (m *PostgresqlHostConfig16) SetEnableMaterial(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig16) SetEnableMergejoin

func (m *PostgresqlHostConfig16) SetEnableMergejoin(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig16) SetEnableNestloop

func (m *PostgresqlHostConfig16) SetEnableNestloop(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig16) SetEnableSeqscan

func (m *PostgresqlHostConfig16) SetEnableSeqscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig16) SetEnableSort

func (m *PostgresqlHostConfig16) SetEnableSort(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig16) SetEnableTidscan

func (m *PostgresqlHostConfig16) SetEnableTidscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig16) SetEscapeStringWarning

func (m *PostgresqlHostConfig16) SetEscapeStringWarning(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig16) SetExitOnError

func (m *PostgresqlHostConfig16) SetExitOnError(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig16) SetFromCollapseLimit

func (m *PostgresqlHostConfig16) SetFromCollapseLimit(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig16) SetGinPendingListLimit

func (m *PostgresqlHostConfig16) SetGinPendingListLimit(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig16) SetIdleInTransactionSessionTimeout

func (m *PostgresqlHostConfig16) SetIdleInTransactionSessionTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig16) SetJoinCollapseLimit

func (m *PostgresqlHostConfig16) SetJoinCollapseLimit(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig16) SetLoCompatPrivileges

func (m *PostgresqlHostConfig16) SetLoCompatPrivileges(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig16) SetLockTimeout

func (m *PostgresqlHostConfig16) SetLockTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig16) SetLogCheckpoints

func (m *PostgresqlHostConfig16) SetLogCheckpoints(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig16) SetLogConnections

func (m *PostgresqlHostConfig16) SetLogConnections(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig16) SetLogDisconnections

func (m *PostgresqlHostConfig16) SetLogDisconnections(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig16) SetLogDuration

func (m *PostgresqlHostConfig16) SetLogDuration(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig16) SetLogErrorVerbosity

func (*PostgresqlHostConfig16) SetLogLockWaits

func (m *PostgresqlHostConfig16) SetLogLockWaits(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig16) SetLogMinDurationStatement

func (m *PostgresqlHostConfig16) SetLogMinDurationStatement(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig16) SetLogMinErrorStatement

func (m *PostgresqlHostConfig16) SetLogMinErrorStatement(v PostgresqlHostConfig16_LogLevel)

func (*PostgresqlHostConfig16) SetLogMinMessages

func (*PostgresqlHostConfig16) SetLogStatement

func (*PostgresqlHostConfig16) SetLogTempFiles

func (m *PostgresqlHostConfig16) SetLogTempFiles(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig16) SetMaxLocksPerTransaction

func (m *PostgresqlHostConfig16) SetMaxLocksPerTransaction(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig16) SetMaxParallelWorkers

func (m *PostgresqlHostConfig16) SetMaxParallelWorkers(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig16) SetMaxParallelWorkersPerGather

func (m *PostgresqlHostConfig16) SetMaxParallelWorkersPerGather(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig16) SetMaxPredLocksPerTransaction

func (m *PostgresqlHostConfig16) SetMaxPredLocksPerTransaction(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig16) SetMaxStandbyStreamingDelay

func (m *PostgresqlHostConfig16) SetMaxStandbyStreamingDelay(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig16) SetOldSnapshotThreshold

func (m *PostgresqlHostConfig16) SetOldSnapshotThreshold(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig16) SetQuoteAllIdentifiers

func (m *PostgresqlHostConfig16) SetQuoteAllIdentifiers(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig16) SetRandomPageCost

func (m *PostgresqlHostConfig16) SetRandomPageCost(v *wrapperspb.DoubleValue)

func (*PostgresqlHostConfig16) SetRecoveryMinApplyDelay

func (m *PostgresqlHostConfig16) SetRecoveryMinApplyDelay(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig16) SetRowSecurity

func (m *PostgresqlHostConfig16) SetRowSecurity(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig16) SetSearchPath

func (m *PostgresqlHostConfig16) SetSearchPath(v string)

func (*PostgresqlHostConfig16) SetSeqPageCost

func (m *PostgresqlHostConfig16) SetSeqPageCost(v *wrapperspb.DoubleValue)

func (*PostgresqlHostConfig16) SetSharedBuffers

func (m *PostgresqlHostConfig16) SetSharedBuffers(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig16) SetStandardConformingStrings

func (m *PostgresqlHostConfig16) SetStandardConformingStrings(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig16) SetStatementTimeout

func (m *PostgresqlHostConfig16) SetStatementTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig16) SetSynchronizeSeqscans

func (m *PostgresqlHostConfig16) SetSynchronizeSeqscans(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig16) SetTempBuffers

func (m *PostgresqlHostConfig16) SetTempBuffers(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig16) SetTempFileLimit

func (m *PostgresqlHostConfig16) SetTempFileLimit(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig16) SetTimezone

func (m *PostgresqlHostConfig16) SetTimezone(v string)

func (*PostgresqlHostConfig16) SetTransformNullEquals

func (m *PostgresqlHostConfig16) SetTransformNullEquals(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig16) SetWorkMem

func (m *PostgresqlHostConfig16) SetWorkMem(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig16) SetXmlbinary

func (*PostgresqlHostConfig16) SetXmloption

func (*PostgresqlHostConfig16) String

func (x *PostgresqlHostConfig16) String() string

type PostgresqlHostConfig16_1C

type PostgresqlHostConfig16_1C struct {
	RecoveryMinApplyDelay *wrapperspb.Int64Value `` // in milliseconds.
	/* 128-byte string literal not displayed */
	SharedBuffers            *wrapperspb.Int64Value `protobuf:"bytes,2,opt,name=shared_buffers,json=sharedBuffers,proto3" json:"shared_buffers,omitempty"`   // in bytes.
	TempBuffers              *wrapperspb.Int64Value `protobuf:"bytes,3,opt,name=temp_buffers,json=tempBuffers,proto3" json:"temp_buffers,omitempty"`         // in bytes.
	WorkMem                  *wrapperspb.Int64Value `protobuf:"bytes,4,opt,name=work_mem,json=workMem,proto3" json:"work_mem,omitempty"`                     // in bytes.
	TempFileLimit            *wrapperspb.Int64Value `protobuf:"bytes,5,opt,name=temp_file_limit,json=tempFileLimit,proto3" json:"temp_file_limit,omitempty"` // in bytes.
	BackendFlushAfter        *wrapperspb.Int64Value `protobuf:"bytes,6,opt,name=backend_flush_after,json=backendFlushAfter,proto3" json:"backend_flush_after,omitempty"`
	OldSnapshotThreshold     *wrapperspb.Int64Value `protobuf:"bytes,7,opt,name=old_snapshot_threshold,json=oldSnapshotThreshold,proto3" json:"old_snapshot_threshold,omitempty"`
	MaxStandbyStreamingDelay *wrapperspb.Int64Value `` // in milliseconds.
	/* 137-byte string literal not displayed */
	ConstraintExclusion     PostgresqlHostConfig16_1C_ConstraintExclusion `` /* 208-byte string literal not displayed */
	CursorTupleFraction     *wrapperspb.DoubleValue                       `protobuf:"bytes,10,opt,name=cursor_tuple_fraction,json=cursorTupleFraction,proto3" json:"cursor_tuple_fraction,omitempty"`
	FromCollapseLimit       *wrapperspb.Int64Value                        `protobuf:"bytes,11,opt,name=from_collapse_limit,json=fromCollapseLimit,proto3" json:"from_collapse_limit,omitempty"`
	JoinCollapseLimit       *wrapperspb.Int64Value                        `protobuf:"bytes,12,opt,name=join_collapse_limit,json=joinCollapseLimit,proto3" json:"join_collapse_limit,omitempty"`
	DebugParallelQuery      PostgresqlHostConfig16_1C_DebugParallelQuery  `` /* 207-byte string literal not displayed */
	ClientMinMessages       PostgresqlHostConfig16_1C_LogLevel            `` /* 194-byte string literal not displayed */
	LogMinMessages          PostgresqlHostConfig16_1C_LogLevel            `` /* 185-byte string literal not displayed */
	LogMinErrorStatement    PostgresqlHostConfig16_1C_LogLevel            `` /* 205-byte string literal not displayed */
	LogMinDurationStatement *wrapperspb.Int64Value                        `` // in milliseconds.
	/* 135-byte string literal not displayed */
	LogCheckpoints                  *wrapperspb.BoolValue                          `protobuf:"bytes,18,opt,name=log_checkpoints,json=logCheckpoints,proto3" json:"log_checkpoints,omitempty"`
	LogConnections                  *wrapperspb.BoolValue                          `protobuf:"bytes,19,opt,name=log_connections,json=logConnections,proto3" json:"log_connections,omitempty"`
	LogDisconnections               *wrapperspb.BoolValue                          `protobuf:"bytes,20,opt,name=log_disconnections,json=logDisconnections,proto3" json:"log_disconnections,omitempty"`
	LogDuration                     *wrapperspb.BoolValue                          `protobuf:"bytes,21,opt,name=log_duration,json=logDuration,proto3" json:"log_duration,omitempty"`
	LogErrorVerbosity               PostgresqlHostConfig16_1C_LogErrorVerbosity    `` /* 203-byte string literal not displayed */
	LogLockWaits                    *wrapperspb.BoolValue                          `protobuf:"bytes,23,opt,name=log_lock_waits,json=logLockWaits,proto3" json:"log_lock_waits,omitempty"`
	LogStatement                    PostgresqlHostConfig16_1C_LogStatement         `` /* 181-byte string literal not displayed */
	LogTempFiles                    *wrapperspb.Int64Value                         `protobuf:"bytes,25,opt,name=log_temp_files,json=logTempFiles,proto3" json:"log_temp_files,omitempty"`
	SearchPath                      string                                         `protobuf:"bytes,26,opt,name=search_path,json=searchPath,proto3" json:"search_path,omitempty"`
	RowSecurity                     *wrapperspb.BoolValue                          `protobuf:"bytes,27,opt,name=row_security,json=rowSecurity,proto3" json:"row_security,omitempty"`
	DefaultTransactionIsolation     PostgresqlHostConfig16_1C_TransactionIsolation ``                                                                                                               /* 236-byte string literal not displayed */
	StatementTimeout                *wrapperspb.Int64Value                         `protobuf:"bytes,29,opt,name=statement_timeout,json=statementTimeout,proto3" json:"statement_timeout,omitempty"` // in milliseconds.
	LockTimeout                     *wrapperspb.Int64Value                         `protobuf:"bytes,30,opt,name=lock_timeout,json=lockTimeout,proto3" json:"lock_timeout,omitempty"`                // in milliseconds.
	IdleInTransactionSessionTimeout *wrapperspb.Int64Value                         ``                                                                                                               // in milliseconds.
	/* 161-byte string literal not displayed */
	ByteaOutput                 PostgresqlHostConfig16_1C_ByteaOutput    ``                                                                                                                            /* 177-byte string literal not displayed */
	Xmlbinary                   PostgresqlHostConfig16_1C_XmlBinary      ``                                                                                                                            /* 152-byte string literal not displayed */
	Xmloption                   PostgresqlHostConfig16_1C_XmlOption      ``                                                                                                                            /* 152-byte string literal not displayed */
	GinPendingListLimit         *wrapperspb.Int64Value                   `protobuf:"bytes,35,opt,name=gin_pending_list_limit,json=ginPendingListLimit,proto3" json:"gin_pending_list_limit,omitempty"` // in bytes.
	DeadlockTimeout             *wrapperspb.Int64Value                   `protobuf:"bytes,36,opt,name=deadlock_timeout,json=deadlockTimeout,proto3" json:"deadlock_timeout,omitempty"`                 // in milliseconds.
	MaxLocksPerTransaction      *wrapperspb.Int64Value                   ``                                                                                                                            /* 132-byte string literal not displayed */
	MaxPredLocksPerTransaction  *wrapperspb.Int64Value                   ``                                                                                                                            /* 146-byte string literal not displayed */
	ArrayNulls                  *wrapperspb.BoolValue                    `protobuf:"bytes,39,opt,name=array_nulls,json=arrayNulls,proto3" json:"array_nulls,omitempty"`
	BackslashQuote              PostgresqlHostConfig16_1C_BackslashQuote `` /* 189-byte string literal not displayed */
	DefaultWithOids             *wrapperspb.BoolValue                    `protobuf:"bytes,41,opt,name=default_with_oids,json=defaultWithOids,proto3" json:"default_with_oids,omitempty"`
	EscapeStringWarning         *wrapperspb.BoolValue                    `protobuf:"bytes,42,opt,name=escape_string_warning,json=escapeStringWarning,proto3" json:"escape_string_warning,omitempty"`
	LoCompatPrivileges          *wrapperspb.BoolValue                    `protobuf:"bytes,43,opt,name=lo_compat_privileges,json=loCompatPrivileges,proto3" json:"lo_compat_privileges,omitempty"`
	QuoteAllIdentifiers         *wrapperspb.BoolValue                    `protobuf:"bytes,45,opt,name=quote_all_identifiers,json=quoteAllIdentifiers,proto3" json:"quote_all_identifiers,omitempty"`
	StandardConformingStrings   *wrapperspb.BoolValue                    `` /* 139-byte string literal not displayed */
	SynchronizeSeqscans         *wrapperspb.BoolValue                    `protobuf:"bytes,47,opt,name=synchronize_seqscans,json=synchronizeSeqscans,proto3" json:"synchronize_seqscans,omitempty"`
	TransformNullEquals         *wrapperspb.BoolValue                    `protobuf:"bytes,48,opt,name=transform_null_equals,json=transformNullEquals,proto3" json:"transform_null_equals,omitempty"`
	ExitOnError                 *wrapperspb.BoolValue                    `protobuf:"bytes,49,opt,name=exit_on_error,json=exitOnError,proto3" json:"exit_on_error,omitempty"`
	SeqPageCost                 *wrapperspb.DoubleValue                  `protobuf:"bytes,50,opt,name=seq_page_cost,json=seqPageCost,proto3" json:"seq_page_cost,omitempty"`
	RandomPageCost              *wrapperspb.DoubleValue                  `protobuf:"bytes,51,opt,name=random_page_cost,json=randomPageCost,proto3" json:"random_page_cost,omitempty"`
	EnableBitmapscan            *wrapperspb.BoolValue                    `protobuf:"bytes,54,opt,name=enable_bitmapscan,json=enableBitmapscan,proto3" json:"enable_bitmapscan,omitempty"`
	EnableHashagg               *wrapperspb.BoolValue                    `protobuf:"bytes,55,opt,name=enable_hashagg,json=enableHashagg,proto3" json:"enable_hashagg,omitempty"`
	EnableHashjoin              *wrapperspb.BoolValue                    `protobuf:"bytes,56,opt,name=enable_hashjoin,json=enableHashjoin,proto3" json:"enable_hashjoin,omitempty"`
	EnableIndexscan             *wrapperspb.BoolValue                    `protobuf:"bytes,57,opt,name=enable_indexscan,json=enableIndexscan,proto3" json:"enable_indexscan,omitempty"`
	EnableIndexonlyscan         *wrapperspb.BoolValue                    `protobuf:"bytes,58,opt,name=enable_indexonlyscan,json=enableIndexonlyscan,proto3" json:"enable_indexonlyscan,omitempty"`
	EnableMaterial              *wrapperspb.BoolValue                    `protobuf:"bytes,59,opt,name=enable_material,json=enableMaterial,proto3" json:"enable_material,omitempty"`
	EnableMergejoin             *wrapperspb.BoolValue                    `protobuf:"bytes,60,opt,name=enable_mergejoin,json=enableMergejoin,proto3" json:"enable_mergejoin,omitempty"`
	EnableNestloop              *wrapperspb.BoolValue                    `protobuf:"bytes,61,opt,name=enable_nestloop,json=enableNestloop,proto3" json:"enable_nestloop,omitempty"`
	EnableSeqscan               *wrapperspb.BoolValue                    `protobuf:"bytes,62,opt,name=enable_seqscan,json=enableSeqscan,proto3" json:"enable_seqscan,omitempty"`
	EnableSort                  *wrapperspb.BoolValue                    `protobuf:"bytes,63,opt,name=enable_sort,json=enableSort,proto3" json:"enable_sort,omitempty"`
	EnableTidscan               *wrapperspb.BoolValue                    `protobuf:"bytes,64,opt,name=enable_tidscan,json=enableTidscan,proto3" json:"enable_tidscan,omitempty"`
	MaxParallelWorkers          *wrapperspb.Int64Value                   `protobuf:"bytes,65,opt,name=max_parallel_workers,json=maxParallelWorkers,proto3" json:"max_parallel_workers,omitempty"`
	MaxParallelWorkersPerGather *wrapperspb.Int64Value                   `` /* 149-byte string literal not displayed */
	Timezone                    string                                   `protobuf:"bytes,67,opt,name=timezone,proto3" json:"timezone,omitempty"`
	EffectiveIoConcurrency      *wrapperspb.Int64Value                   `` /* 130-byte string literal not displayed */
	EffectiveCacheSize          *wrapperspb.Int64Value                   `protobuf:"bytes,69,opt,name=effective_cache_size,json=effectiveCacheSize,proto3" json:"effective_cache_size,omitempty"`
	// contains filtered or unexported fields
}

Options and structure of `PostgresqlConfig` reflects PostgreSQL configuration file parameters which detailed description is available in [PostgreSQL documentation](https://www.postgresql.org/docs/11/runtime-config.html).

func (*PostgresqlHostConfig16_1C) Descriptor deprecated

func (*PostgresqlHostConfig16_1C) Descriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig16_1C.ProtoReflect.Descriptor instead.

func (*PostgresqlHostConfig16_1C) GetArrayNulls

func (x *PostgresqlHostConfig16_1C) GetArrayNulls() *wrapperspb.BoolValue

func (*PostgresqlHostConfig16_1C) GetBackendFlushAfter

func (x *PostgresqlHostConfig16_1C) GetBackendFlushAfter() *wrapperspb.Int64Value

func (*PostgresqlHostConfig16_1C) GetBackslashQuote

func (*PostgresqlHostConfig16_1C) GetByteaOutput

func (*PostgresqlHostConfig16_1C) GetClientMinMessages

func (*PostgresqlHostConfig16_1C) GetConstraintExclusion

func (*PostgresqlHostConfig16_1C) GetCursorTupleFraction

func (x *PostgresqlHostConfig16_1C) GetCursorTupleFraction() *wrapperspb.DoubleValue

func (*PostgresqlHostConfig16_1C) GetDeadlockTimeout

func (x *PostgresqlHostConfig16_1C) GetDeadlockTimeout() *wrapperspb.Int64Value

func (*PostgresqlHostConfig16_1C) GetDebugParallelQuery

func (*PostgresqlHostConfig16_1C) GetDefaultTransactionIsolation

func (*PostgresqlHostConfig16_1C) GetDefaultWithOids

func (x *PostgresqlHostConfig16_1C) GetDefaultWithOids() *wrapperspb.BoolValue

func (*PostgresqlHostConfig16_1C) GetEffectiveCacheSize

func (x *PostgresqlHostConfig16_1C) GetEffectiveCacheSize() *wrapperspb.Int64Value

func (*PostgresqlHostConfig16_1C) GetEffectiveIoConcurrency

func (x *PostgresqlHostConfig16_1C) GetEffectiveIoConcurrency() *wrapperspb.Int64Value

func (*PostgresqlHostConfig16_1C) GetEnableBitmapscan

func (x *PostgresqlHostConfig16_1C) GetEnableBitmapscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig16_1C) GetEnableHashagg

func (x *PostgresqlHostConfig16_1C) GetEnableHashagg() *wrapperspb.BoolValue

func (*PostgresqlHostConfig16_1C) GetEnableHashjoin

func (x *PostgresqlHostConfig16_1C) GetEnableHashjoin() *wrapperspb.BoolValue

func (*PostgresqlHostConfig16_1C) GetEnableIndexonlyscan

func (x *PostgresqlHostConfig16_1C) GetEnableIndexonlyscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig16_1C) GetEnableIndexscan

func (x *PostgresqlHostConfig16_1C) GetEnableIndexscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig16_1C) GetEnableMaterial

func (x *PostgresqlHostConfig16_1C) GetEnableMaterial() *wrapperspb.BoolValue

func (*PostgresqlHostConfig16_1C) GetEnableMergejoin

func (x *PostgresqlHostConfig16_1C) GetEnableMergejoin() *wrapperspb.BoolValue

func (*PostgresqlHostConfig16_1C) GetEnableNestloop

func (x *PostgresqlHostConfig16_1C) GetEnableNestloop() *wrapperspb.BoolValue

func (*PostgresqlHostConfig16_1C) GetEnableSeqscan

func (x *PostgresqlHostConfig16_1C) GetEnableSeqscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig16_1C) GetEnableSort

func (x *PostgresqlHostConfig16_1C) GetEnableSort() *wrapperspb.BoolValue

func (*PostgresqlHostConfig16_1C) GetEnableTidscan

func (x *PostgresqlHostConfig16_1C) GetEnableTidscan() *wrapperspb.BoolValue

func (*PostgresqlHostConfig16_1C) GetEscapeStringWarning

func (x *PostgresqlHostConfig16_1C) GetEscapeStringWarning() *wrapperspb.BoolValue

func (*PostgresqlHostConfig16_1C) GetExitOnError

func (x *PostgresqlHostConfig16_1C) GetExitOnError() *wrapperspb.BoolValue

func (*PostgresqlHostConfig16_1C) GetFromCollapseLimit

func (x *PostgresqlHostConfig16_1C) GetFromCollapseLimit() *wrapperspb.Int64Value

func (*PostgresqlHostConfig16_1C) GetGinPendingListLimit

func (x *PostgresqlHostConfig16_1C) GetGinPendingListLimit() *wrapperspb.Int64Value

func (*PostgresqlHostConfig16_1C) GetIdleInTransactionSessionTimeout

func (x *PostgresqlHostConfig16_1C) GetIdleInTransactionSessionTimeout() *wrapperspb.Int64Value

func (*PostgresqlHostConfig16_1C) GetJoinCollapseLimit

func (x *PostgresqlHostConfig16_1C) GetJoinCollapseLimit() *wrapperspb.Int64Value

func (*PostgresqlHostConfig16_1C) GetLoCompatPrivileges

func (x *PostgresqlHostConfig16_1C) GetLoCompatPrivileges() *wrapperspb.BoolValue

func (*PostgresqlHostConfig16_1C) GetLockTimeout

func (x *PostgresqlHostConfig16_1C) GetLockTimeout() *wrapperspb.Int64Value

func (*PostgresqlHostConfig16_1C) GetLogCheckpoints

func (x *PostgresqlHostConfig16_1C) GetLogCheckpoints() *wrapperspb.BoolValue

func (*PostgresqlHostConfig16_1C) GetLogConnections

func (x *PostgresqlHostConfig16_1C) GetLogConnections() *wrapperspb.BoolValue

func (*PostgresqlHostConfig16_1C) GetLogDisconnections

func (x *PostgresqlHostConfig16_1C) GetLogDisconnections() *wrapperspb.BoolValue

func (*PostgresqlHostConfig16_1C) GetLogDuration

func (x *PostgresqlHostConfig16_1C) GetLogDuration() *wrapperspb.BoolValue

func (*PostgresqlHostConfig16_1C) GetLogErrorVerbosity

func (*PostgresqlHostConfig16_1C) GetLogLockWaits

func (x *PostgresqlHostConfig16_1C) GetLogLockWaits() *wrapperspb.BoolValue

func (*PostgresqlHostConfig16_1C) GetLogMinDurationStatement

func (x *PostgresqlHostConfig16_1C) GetLogMinDurationStatement() *wrapperspb.Int64Value

func (*PostgresqlHostConfig16_1C) GetLogMinErrorStatement

func (*PostgresqlHostConfig16_1C) GetLogMinMessages

func (*PostgresqlHostConfig16_1C) GetLogStatement

func (*PostgresqlHostConfig16_1C) GetLogTempFiles

func (x *PostgresqlHostConfig16_1C) GetLogTempFiles() *wrapperspb.Int64Value

func (*PostgresqlHostConfig16_1C) GetMaxLocksPerTransaction

func (x *PostgresqlHostConfig16_1C) GetMaxLocksPerTransaction() *wrapperspb.Int64Value

func (*PostgresqlHostConfig16_1C) GetMaxParallelWorkers

func (x *PostgresqlHostConfig16_1C) GetMaxParallelWorkers() *wrapperspb.Int64Value

func (*PostgresqlHostConfig16_1C) GetMaxParallelWorkersPerGather

func (x *PostgresqlHostConfig16_1C) GetMaxParallelWorkersPerGather() *wrapperspb.Int64Value

func (*PostgresqlHostConfig16_1C) GetMaxPredLocksPerTransaction

func (x *PostgresqlHostConfig16_1C) GetMaxPredLocksPerTransaction() *wrapperspb.Int64Value

func (*PostgresqlHostConfig16_1C) GetMaxStandbyStreamingDelay

func (x *PostgresqlHostConfig16_1C) GetMaxStandbyStreamingDelay() *wrapperspb.Int64Value

func (*PostgresqlHostConfig16_1C) GetOldSnapshotThreshold

func (x *PostgresqlHostConfig16_1C) GetOldSnapshotThreshold() *wrapperspb.Int64Value

func (*PostgresqlHostConfig16_1C) GetQuoteAllIdentifiers

func (x *PostgresqlHostConfig16_1C) GetQuoteAllIdentifiers() *wrapperspb.BoolValue

func (*PostgresqlHostConfig16_1C) GetRandomPageCost

func (x *PostgresqlHostConfig16_1C) GetRandomPageCost() *wrapperspb.DoubleValue

func (*PostgresqlHostConfig16_1C) GetRecoveryMinApplyDelay

func (x *PostgresqlHostConfig16_1C) GetRecoveryMinApplyDelay() *wrapperspb.Int64Value

func (*PostgresqlHostConfig16_1C) GetRowSecurity

func (x *PostgresqlHostConfig16_1C) GetRowSecurity() *wrapperspb.BoolValue

func (*PostgresqlHostConfig16_1C) GetSearchPath

func (x *PostgresqlHostConfig16_1C) GetSearchPath() string

func (*PostgresqlHostConfig16_1C) GetSeqPageCost

func (x *PostgresqlHostConfig16_1C) GetSeqPageCost() *wrapperspb.DoubleValue

func (*PostgresqlHostConfig16_1C) GetSharedBuffers

func (x *PostgresqlHostConfig16_1C) GetSharedBuffers() *wrapperspb.Int64Value

func (*PostgresqlHostConfig16_1C) GetStandardConformingStrings

func (x *PostgresqlHostConfig16_1C) GetStandardConformingStrings() *wrapperspb.BoolValue

func (*PostgresqlHostConfig16_1C) GetStatementTimeout

func (x *PostgresqlHostConfig16_1C) GetStatementTimeout() *wrapperspb.Int64Value

func (*PostgresqlHostConfig16_1C) GetSynchronizeSeqscans

func (x *PostgresqlHostConfig16_1C) GetSynchronizeSeqscans() *wrapperspb.BoolValue

func (*PostgresqlHostConfig16_1C) GetTempBuffers

func (x *PostgresqlHostConfig16_1C) GetTempBuffers() *wrapperspb.Int64Value

func (*PostgresqlHostConfig16_1C) GetTempFileLimit

func (x *PostgresqlHostConfig16_1C) GetTempFileLimit() *wrapperspb.Int64Value

func (*PostgresqlHostConfig16_1C) GetTimezone

func (x *PostgresqlHostConfig16_1C) GetTimezone() string

func (*PostgresqlHostConfig16_1C) GetTransformNullEquals

func (x *PostgresqlHostConfig16_1C) GetTransformNullEquals() *wrapperspb.BoolValue

func (*PostgresqlHostConfig16_1C) GetWorkMem

func (*PostgresqlHostConfig16_1C) GetXmlbinary

func (*PostgresqlHostConfig16_1C) GetXmloption

func (*PostgresqlHostConfig16_1C) ProtoMessage

func (*PostgresqlHostConfig16_1C) ProtoMessage()

func (*PostgresqlHostConfig16_1C) ProtoReflect

func (*PostgresqlHostConfig16_1C) Reset

func (x *PostgresqlHostConfig16_1C) Reset()

func (*PostgresqlHostConfig16_1C) SetArrayNulls

func (m *PostgresqlHostConfig16_1C) SetArrayNulls(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig16_1C) SetBackendFlushAfter

func (m *PostgresqlHostConfig16_1C) SetBackendFlushAfter(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig16_1C) SetBackslashQuote

func (*PostgresqlHostConfig16_1C) SetByteaOutput

func (*PostgresqlHostConfig16_1C) SetClientMinMessages

func (*PostgresqlHostConfig16_1C) SetConstraintExclusion

func (*PostgresqlHostConfig16_1C) SetCursorTupleFraction

func (m *PostgresqlHostConfig16_1C) SetCursorTupleFraction(v *wrapperspb.DoubleValue)

func (*PostgresqlHostConfig16_1C) SetDeadlockTimeout

func (m *PostgresqlHostConfig16_1C) SetDeadlockTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig16_1C) SetDebugParallelQuery

func (*PostgresqlHostConfig16_1C) SetDefaultTransactionIsolation

func (*PostgresqlHostConfig16_1C) SetDefaultWithOids

func (m *PostgresqlHostConfig16_1C) SetDefaultWithOids(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig16_1C) SetEffectiveCacheSize

func (m *PostgresqlHostConfig16_1C) SetEffectiveCacheSize(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig16_1C) SetEffectiveIoConcurrency

func (m *PostgresqlHostConfig16_1C) SetEffectiveIoConcurrency(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig16_1C) SetEnableBitmapscan

func (m *PostgresqlHostConfig16_1C) SetEnableBitmapscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig16_1C) SetEnableHashagg

func (m *PostgresqlHostConfig16_1C) SetEnableHashagg(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig16_1C) SetEnableHashjoin

func (m *PostgresqlHostConfig16_1C) SetEnableHashjoin(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig16_1C) SetEnableIndexonlyscan

func (m *PostgresqlHostConfig16_1C) SetEnableIndexonlyscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig16_1C) SetEnableIndexscan

func (m *PostgresqlHostConfig16_1C) SetEnableIndexscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig16_1C) SetEnableMaterial

func (m *PostgresqlHostConfig16_1C) SetEnableMaterial(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig16_1C) SetEnableMergejoin

func (m *PostgresqlHostConfig16_1C) SetEnableMergejoin(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig16_1C) SetEnableNestloop

func (m *PostgresqlHostConfig16_1C) SetEnableNestloop(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig16_1C) SetEnableSeqscan

func (m *PostgresqlHostConfig16_1C) SetEnableSeqscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig16_1C) SetEnableSort

func (m *PostgresqlHostConfig16_1C) SetEnableSort(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig16_1C) SetEnableTidscan

func (m *PostgresqlHostConfig16_1C) SetEnableTidscan(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig16_1C) SetEscapeStringWarning

func (m *PostgresqlHostConfig16_1C) SetEscapeStringWarning(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig16_1C) SetExitOnError

func (m *PostgresqlHostConfig16_1C) SetExitOnError(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig16_1C) SetFromCollapseLimit

func (m *PostgresqlHostConfig16_1C) SetFromCollapseLimit(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig16_1C) SetGinPendingListLimit

func (m *PostgresqlHostConfig16_1C) SetGinPendingListLimit(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig16_1C) SetIdleInTransactionSessionTimeout

func (m *PostgresqlHostConfig16_1C) SetIdleInTransactionSessionTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig16_1C) SetJoinCollapseLimit

func (m *PostgresqlHostConfig16_1C) SetJoinCollapseLimit(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig16_1C) SetLoCompatPrivileges

func (m *PostgresqlHostConfig16_1C) SetLoCompatPrivileges(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig16_1C) SetLockTimeout

func (m *PostgresqlHostConfig16_1C) SetLockTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig16_1C) SetLogCheckpoints

func (m *PostgresqlHostConfig16_1C) SetLogCheckpoints(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig16_1C) SetLogConnections

func (m *PostgresqlHostConfig16_1C) SetLogConnections(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig16_1C) SetLogDisconnections

func (m *PostgresqlHostConfig16_1C) SetLogDisconnections(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig16_1C) SetLogDuration

func (m *PostgresqlHostConfig16_1C) SetLogDuration(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig16_1C) SetLogErrorVerbosity

func (*PostgresqlHostConfig16_1C) SetLogLockWaits

func (m *PostgresqlHostConfig16_1C) SetLogLockWaits(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig16_1C) SetLogMinDurationStatement

func (m *PostgresqlHostConfig16_1C) SetLogMinDurationStatement(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig16_1C) SetLogMinErrorStatement

func (m *PostgresqlHostConfig16_1C) SetLogMinErrorStatement(v PostgresqlHostConfig16_1C_LogLevel)

func (*PostgresqlHostConfig16_1C) SetLogMinMessages

func (*PostgresqlHostConfig16_1C) SetLogStatement

func (*PostgresqlHostConfig16_1C) SetLogTempFiles

func (m *PostgresqlHostConfig16_1C) SetLogTempFiles(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig16_1C) SetMaxLocksPerTransaction

func (m *PostgresqlHostConfig16_1C) SetMaxLocksPerTransaction(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig16_1C) SetMaxParallelWorkers

func (m *PostgresqlHostConfig16_1C) SetMaxParallelWorkers(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig16_1C) SetMaxParallelWorkersPerGather

func (m *PostgresqlHostConfig16_1C) SetMaxParallelWorkersPerGather(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig16_1C) SetMaxPredLocksPerTransaction

func (m *PostgresqlHostConfig16_1C) SetMaxPredLocksPerTransaction(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig16_1C) SetMaxStandbyStreamingDelay

func (m *PostgresqlHostConfig16_1C) SetMaxStandbyStreamingDelay(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig16_1C) SetOldSnapshotThreshold

func (m *PostgresqlHostConfig16_1C) SetOldSnapshotThreshold(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig16_1C) SetQuoteAllIdentifiers

func (m *PostgresqlHostConfig16_1C) SetQuoteAllIdentifiers(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig16_1C) SetRandomPageCost

func (m *PostgresqlHostConfig16_1C) SetRandomPageCost(v *wrapperspb.DoubleValue)

func (*PostgresqlHostConfig16_1C) SetRecoveryMinApplyDelay

func (m *PostgresqlHostConfig16_1C) SetRecoveryMinApplyDelay(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig16_1C) SetRowSecurity

func (m *PostgresqlHostConfig16_1C) SetRowSecurity(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig16_1C) SetSearchPath

func (m *PostgresqlHostConfig16_1C) SetSearchPath(v string)

func (*PostgresqlHostConfig16_1C) SetSeqPageCost

func (m *PostgresqlHostConfig16_1C) SetSeqPageCost(v *wrapperspb.DoubleValue)

func (*PostgresqlHostConfig16_1C) SetSharedBuffers

func (m *PostgresqlHostConfig16_1C) SetSharedBuffers(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig16_1C) SetStandardConformingStrings

func (m *PostgresqlHostConfig16_1C) SetStandardConformingStrings(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig16_1C) SetStatementTimeout

func (m *PostgresqlHostConfig16_1C) SetStatementTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig16_1C) SetSynchronizeSeqscans

func (m *PostgresqlHostConfig16_1C) SetSynchronizeSeqscans(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig16_1C) SetTempBuffers

func (m *PostgresqlHostConfig16_1C) SetTempBuffers(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig16_1C) SetTempFileLimit

func (m *PostgresqlHostConfig16_1C) SetTempFileLimit(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig16_1C) SetTimezone

func (m *PostgresqlHostConfig16_1C) SetTimezone(v string)

func (*PostgresqlHostConfig16_1C) SetTransformNullEquals

func (m *PostgresqlHostConfig16_1C) SetTransformNullEquals(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig16_1C) SetWorkMem

func (*PostgresqlHostConfig16_1C) SetXmlbinary

func (*PostgresqlHostConfig16_1C) SetXmloption

func (*PostgresqlHostConfig16_1C) String

func (x *PostgresqlHostConfig16_1C) String() string

type PostgresqlHostConfig16_1C_BackslashQuote

type PostgresqlHostConfig16_1C_BackslashQuote int32
const (
	PostgresqlHostConfig16_1C_BACKSLASH_QUOTE_UNSPECIFIED   PostgresqlHostConfig16_1C_BackslashQuote = 0
	PostgresqlHostConfig16_1C_BACKSLASH_QUOTE               PostgresqlHostConfig16_1C_BackslashQuote = 1
	PostgresqlHostConfig16_1C_BACKSLASH_QUOTE_ON            PostgresqlHostConfig16_1C_BackslashQuote = 2
	PostgresqlHostConfig16_1C_BACKSLASH_QUOTE_OFF           PostgresqlHostConfig16_1C_BackslashQuote = 3
	PostgresqlHostConfig16_1C_BACKSLASH_QUOTE_SAFE_ENCODING PostgresqlHostConfig16_1C_BackslashQuote = 4
)

func (PostgresqlHostConfig16_1C_BackslashQuote) Descriptor

func (PostgresqlHostConfig16_1C_BackslashQuote) Enum

func (PostgresqlHostConfig16_1C_BackslashQuote) EnumDescriptor deprecated

func (PostgresqlHostConfig16_1C_BackslashQuote) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig16_1C_BackslashQuote.Descriptor instead.

func (PostgresqlHostConfig16_1C_BackslashQuote) Number

func (PostgresqlHostConfig16_1C_BackslashQuote) String

func (PostgresqlHostConfig16_1C_BackslashQuote) Type

type PostgresqlHostConfig16_1C_ByteaOutput

type PostgresqlHostConfig16_1C_ByteaOutput int32
const (
	PostgresqlHostConfig16_1C_BYTEA_OUTPUT_UNSPECIFIED PostgresqlHostConfig16_1C_ByteaOutput = 0
	PostgresqlHostConfig16_1C_BYTEA_OUTPUT_HEX         PostgresqlHostConfig16_1C_ByteaOutput = 1
	PostgresqlHostConfig16_1C_BYTEA_OUTPUT_ESCAPED     PostgresqlHostConfig16_1C_ByteaOutput = 2
)

func (PostgresqlHostConfig16_1C_ByteaOutput) Descriptor

func (PostgresqlHostConfig16_1C_ByteaOutput) Enum

func (PostgresqlHostConfig16_1C_ByteaOutput) EnumDescriptor deprecated

func (PostgresqlHostConfig16_1C_ByteaOutput) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig16_1C_ByteaOutput.Descriptor instead.

func (PostgresqlHostConfig16_1C_ByteaOutput) Number

func (PostgresqlHostConfig16_1C_ByteaOutput) String

func (PostgresqlHostConfig16_1C_ByteaOutput) Type

type PostgresqlHostConfig16_1C_ConstraintExclusion

type PostgresqlHostConfig16_1C_ConstraintExclusion int32
const (
	PostgresqlHostConfig16_1C_CONSTRAINT_EXCLUSION_UNSPECIFIED PostgresqlHostConfig16_1C_ConstraintExclusion = 0
	PostgresqlHostConfig16_1C_CONSTRAINT_EXCLUSION_ON          PostgresqlHostConfig16_1C_ConstraintExclusion = 1
	PostgresqlHostConfig16_1C_CONSTRAINT_EXCLUSION_OFF         PostgresqlHostConfig16_1C_ConstraintExclusion = 2
	PostgresqlHostConfig16_1C_CONSTRAINT_EXCLUSION_PARTITION   PostgresqlHostConfig16_1C_ConstraintExclusion = 3
)

func (PostgresqlHostConfig16_1C_ConstraintExclusion) Descriptor

func (PostgresqlHostConfig16_1C_ConstraintExclusion) Enum

func (PostgresqlHostConfig16_1C_ConstraintExclusion) EnumDescriptor deprecated

func (PostgresqlHostConfig16_1C_ConstraintExclusion) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig16_1C_ConstraintExclusion.Descriptor instead.

func (PostgresqlHostConfig16_1C_ConstraintExclusion) Number

func (PostgresqlHostConfig16_1C_ConstraintExclusion) String

func (PostgresqlHostConfig16_1C_ConstraintExclusion) Type

type PostgresqlHostConfig16_1C_DebugParallelQuery

type PostgresqlHostConfig16_1C_DebugParallelQuery int32
const (
	PostgresqlHostConfig16_1C_DEBUG_PARALLEL_QUERY_UNSPECIFIED PostgresqlHostConfig16_1C_DebugParallelQuery = 0
	PostgresqlHostConfig16_1C_DEBUG_PARALLEL_QUERY_ON          PostgresqlHostConfig16_1C_DebugParallelQuery = 1
	PostgresqlHostConfig16_1C_DEBUG_PARALLEL_QUERY_OFF         PostgresqlHostConfig16_1C_DebugParallelQuery = 2
	PostgresqlHostConfig16_1C_DEBUG_PARALLEL_QUERY_REGRESS     PostgresqlHostConfig16_1C_DebugParallelQuery = 3
)

func (PostgresqlHostConfig16_1C_DebugParallelQuery) Descriptor

func (PostgresqlHostConfig16_1C_DebugParallelQuery) Enum

func (PostgresqlHostConfig16_1C_DebugParallelQuery) EnumDescriptor deprecated

func (PostgresqlHostConfig16_1C_DebugParallelQuery) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig16_1C_DebugParallelQuery.Descriptor instead.

func (PostgresqlHostConfig16_1C_DebugParallelQuery) Number

func (PostgresqlHostConfig16_1C_DebugParallelQuery) String

func (PostgresqlHostConfig16_1C_DebugParallelQuery) Type

type PostgresqlHostConfig16_1C_ForceParallelMode

type PostgresqlHostConfig16_1C_ForceParallelMode int32
const (
	PostgresqlHostConfig16_1C_FORCE_PARALLEL_MODE_UNSPECIFIED PostgresqlHostConfig16_1C_ForceParallelMode = 0
	PostgresqlHostConfig16_1C_FORCE_PARALLEL_MODE_ON          PostgresqlHostConfig16_1C_ForceParallelMode = 1
	PostgresqlHostConfig16_1C_FORCE_PARALLEL_MODE_OFF         PostgresqlHostConfig16_1C_ForceParallelMode = 2
	PostgresqlHostConfig16_1C_FORCE_PARALLEL_MODE_REGRESS     PostgresqlHostConfig16_1C_ForceParallelMode = 3
)

func (PostgresqlHostConfig16_1C_ForceParallelMode) Descriptor

func (PostgresqlHostConfig16_1C_ForceParallelMode) Enum

func (PostgresqlHostConfig16_1C_ForceParallelMode) EnumDescriptor deprecated

func (PostgresqlHostConfig16_1C_ForceParallelMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig16_1C_ForceParallelMode.Descriptor instead.

func (PostgresqlHostConfig16_1C_ForceParallelMode) Number

func (PostgresqlHostConfig16_1C_ForceParallelMode) String

func (PostgresqlHostConfig16_1C_ForceParallelMode) Type

type PostgresqlHostConfig16_1C_LogErrorVerbosity

type PostgresqlHostConfig16_1C_LogErrorVerbosity int32
const (
	PostgresqlHostConfig16_1C_LOG_ERROR_VERBOSITY_UNSPECIFIED PostgresqlHostConfig16_1C_LogErrorVerbosity = 0
	PostgresqlHostConfig16_1C_LOG_ERROR_VERBOSITY_TERSE       PostgresqlHostConfig16_1C_LogErrorVerbosity = 1
	PostgresqlHostConfig16_1C_LOG_ERROR_VERBOSITY_DEFAULT     PostgresqlHostConfig16_1C_LogErrorVerbosity = 2
	PostgresqlHostConfig16_1C_LOG_ERROR_VERBOSITY_VERBOSE     PostgresqlHostConfig16_1C_LogErrorVerbosity = 3
)

func (PostgresqlHostConfig16_1C_LogErrorVerbosity) Descriptor

func (PostgresqlHostConfig16_1C_LogErrorVerbosity) Enum

func (PostgresqlHostConfig16_1C_LogErrorVerbosity) EnumDescriptor deprecated

func (PostgresqlHostConfig16_1C_LogErrorVerbosity) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig16_1C_LogErrorVerbosity.Descriptor instead.

func (PostgresqlHostConfig16_1C_LogErrorVerbosity) Number

func (PostgresqlHostConfig16_1C_LogErrorVerbosity) String

func (PostgresqlHostConfig16_1C_LogErrorVerbosity) Type

type PostgresqlHostConfig16_1C_LogLevel

type PostgresqlHostConfig16_1C_LogLevel int32
const (
	PostgresqlHostConfig16_1C_LOG_LEVEL_UNSPECIFIED PostgresqlHostConfig16_1C_LogLevel = 0
	PostgresqlHostConfig16_1C_LOG_LEVEL_DEBUG5      PostgresqlHostConfig16_1C_LogLevel = 1
	PostgresqlHostConfig16_1C_LOG_LEVEL_DEBUG4      PostgresqlHostConfig16_1C_LogLevel = 2
	PostgresqlHostConfig16_1C_LOG_LEVEL_DEBUG3      PostgresqlHostConfig16_1C_LogLevel = 3
	PostgresqlHostConfig16_1C_LOG_LEVEL_DEBUG2      PostgresqlHostConfig16_1C_LogLevel = 4
	PostgresqlHostConfig16_1C_LOG_LEVEL_DEBUG1      PostgresqlHostConfig16_1C_LogLevel = 5
	PostgresqlHostConfig16_1C_LOG_LEVEL_INFO        PostgresqlHostConfig16_1C_LogLevel = 12
	PostgresqlHostConfig16_1C_LOG_LEVEL_LOG         PostgresqlHostConfig16_1C_LogLevel = 6
	PostgresqlHostConfig16_1C_LOG_LEVEL_NOTICE      PostgresqlHostConfig16_1C_LogLevel = 7
	PostgresqlHostConfig16_1C_LOG_LEVEL_WARNING     PostgresqlHostConfig16_1C_LogLevel = 8
	PostgresqlHostConfig16_1C_LOG_LEVEL_ERROR       PostgresqlHostConfig16_1C_LogLevel = 9
	PostgresqlHostConfig16_1C_LOG_LEVEL_FATAL       PostgresqlHostConfig16_1C_LogLevel = 10
	PostgresqlHostConfig16_1C_LOG_LEVEL_PANIC       PostgresqlHostConfig16_1C_LogLevel = 11
)

func (PostgresqlHostConfig16_1C_LogLevel) Descriptor

func (PostgresqlHostConfig16_1C_LogLevel) Enum

func (PostgresqlHostConfig16_1C_LogLevel) EnumDescriptor deprecated

func (PostgresqlHostConfig16_1C_LogLevel) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig16_1C_LogLevel.Descriptor instead.

func (PostgresqlHostConfig16_1C_LogLevel) Number

func (PostgresqlHostConfig16_1C_LogLevel) String

func (PostgresqlHostConfig16_1C_LogLevel) Type

type PostgresqlHostConfig16_1C_LogStatement

type PostgresqlHostConfig16_1C_LogStatement int32
const (
	PostgresqlHostConfig16_1C_LOG_STATEMENT_UNSPECIFIED PostgresqlHostConfig16_1C_LogStatement = 0
	PostgresqlHostConfig16_1C_LOG_STATEMENT_NONE        PostgresqlHostConfig16_1C_LogStatement = 1
	PostgresqlHostConfig16_1C_LOG_STATEMENT_DDL         PostgresqlHostConfig16_1C_LogStatement = 2
	PostgresqlHostConfig16_1C_LOG_STATEMENT_MOD         PostgresqlHostConfig16_1C_LogStatement = 3
	PostgresqlHostConfig16_1C_LOG_STATEMENT_ALL         PostgresqlHostConfig16_1C_LogStatement = 4
)

func (PostgresqlHostConfig16_1C_LogStatement) Descriptor

func (PostgresqlHostConfig16_1C_LogStatement) Enum

func (PostgresqlHostConfig16_1C_LogStatement) EnumDescriptor deprecated

func (PostgresqlHostConfig16_1C_LogStatement) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig16_1C_LogStatement.Descriptor instead.

func (PostgresqlHostConfig16_1C_LogStatement) Number

func (PostgresqlHostConfig16_1C_LogStatement) String

func (PostgresqlHostConfig16_1C_LogStatement) Type

type PostgresqlHostConfig16_1C_TransactionIsolation

type PostgresqlHostConfig16_1C_TransactionIsolation int32
const (
	PostgresqlHostConfig16_1C_TRANSACTION_ISOLATION_UNSPECIFIED      PostgresqlHostConfig16_1C_TransactionIsolation = 0
	PostgresqlHostConfig16_1C_TRANSACTION_ISOLATION_READ_UNCOMMITTED PostgresqlHostConfig16_1C_TransactionIsolation = 1
	PostgresqlHostConfig16_1C_TRANSACTION_ISOLATION_READ_COMMITTED   PostgresqlHostConfig16_1C_TransactionIsolation = 2
	PostgresqlHostConfig16_1C_TRANSACTION_ISOLATION_REPEATABLE_READ  PostgresqlHostConfig16_1C_TransactionIsolation = 3
	PostgresqlHostConfig16_1C_TRANSACTION_ISOLATION_SERIALIZABLE     PostgresqlHostConfig16_1C_TransactionIsolation = 4
)

func (PostgresqlHostConfig16_1C_TransactionIsolation) Descriptor

func (PostgresqlHostConfig16_1C_TransactionIsolation) Enum

func (PostgresqlHostConfig16_1C_TransactionIsolation) EnumDescriptor deprecated

Deprecated: Use PostgresqlHostConfig16_1C_TransactionIsolation.Descriptor instead.

func (PostgresqlHostConfig16_1C_TransactionIsolation) Number

func (PostgresqlHostConfig16_1C_TransactionIsolation) String

func (PostgresqlHostConfig16_1C_TransactionIsolation) Type

type PostgresqlHostConfig16_1C_XmlBinary

type PostgresqlHostConfig16_1C_XmlBinary int32
const (
	PostgresqlHostConfig16_1C_XML_BINARY_UNSPECIFIED PostgresqlHostConfig16_1C_XmlBinary = 0
	PostgresqlHostConfig16_1C_XML_BINARY_BASE64      PostgresqlHostConfig16_1C_XmlBinary = 1
	PostgresqlHostConfig16_1C_XML_BINARY_HEX         PostgresqlHostConfig16_1C_XmlBinary = 2
)

func (PostgresqlHostConfig16_1C_XmlBinary) Descriptor

func (PostgresqlHostConfig16_1C_XmlBinary) Enum

func (PostgresqlHostConfig16_1C_XmlBinary) EnumDescriptor deprecated

func (PostgresqlHostConfig16_1C_XmlBinary) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig16_1C_XmlBinary.Descriptor instead.

func (PostgresqlHostConfig16_1C_XmlBinary) Number

func (PostgresqlHostConfig16_1C_XmlBinary) String

func (PostgresqlHostConfig16_1C_XmlBinary) Type

type PostgresqlHostConfig16_1C_XmlOption

type PostgresqlHostConfig16_1C_XmlOption int32
const (
	PostgresqlHostConfig16_1C_XML_OPTION_UNSPECIFIED PostgresqlHostConfig16_1C_XmlOption = 0
	PostgresqlHostConfig16_1C_XML_OPTION_DOCUMENT    PostgresqlHostConfig16_1C_XmlOption = 1
	PostgresqlHostConfig16_1C_XML_OPTION_CONTENT     PostgresqlHostConfig16_1C_XmlOption = 2
)

func (PostgresqlHostConfig16_1C_XmlOption) Descriptor

func (PostgresqlHostConfig16_1C_XmlOption) Enum

func (PostgresqlHostConfig16_1C_XmlOption) EnumDescriptor deprecated

func (PostgresqlHostConfig16_1C_XmlOption) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig16_1C_XmlOption.Descriptor instead.

func (PostgresqlHostConfig16_1C_XmlOption) Number

func (PostgresqlHostConfig16_1C_XmlOption) String

func (PostgresqlHostConfig16_1C_XmlOption) Type

type PostgresqlHostConfig16_BackslashQuote

type PostgresqlHostConfig16_BackslashQuote int32
const (
	PostgresqlHostConfig16_BACKSLASH_QUOTE_UNSPECIFIED   PostgresqlHostConfig16_BackslashQuote = 0
	PostgresqlHostConfig16_BACKSLASH_QUOTE               PostgresqlHostConfig16_BackslashQuote = 1
	PostgresqlHostConfig16_BACKSLASH_QUOTE_ON            PostgresqlHostConfig16_BackslashQuote = 2
	PostgresqlHostConfig16_BACKSLASH_QUOTE_OFF           PostgresqlHostConfig16_BackslashQuote = 3
	PostgresqlHostConfig16_BACKSLASH_QUOTE_SAFE_ENCODING PostgresqlHostConfig16_BackslashQuote = 4
)

func (PostgresqlHostConfig16_BackslashQuote) Descriptor

func (PostgresqlHostConfig16_BackslashQuote) Enum

func (PostgresqlHostConfig16_BackslashQuote) EnumDescriptor deprecated

func (PostgresqlHostConfig16_BackslashQuote) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig16_BackslashQuote.Descriptor instead.

func (PostgresqlHostConfig16_BackslashQuote) Number

func (PostgresqlHostConfig16_BackslashQuote) String

func (PostgresqlHostConfig16_BackslashQuote) Type

type PostgresqlHostConfig16_ByteaOutput

type PostgresqlHostConfig16_ByteaOutput int32
const (
	PostgresqlHostConfig16_BYTEA_OUTPUT_UNSPECIFIED PostgresqlHostConfig16_ByteaOutput = 0
	PostgresqlHostConfig16_BYTEA_OUTPUT_HEX         PostgresqlHostConfig16_ByteaOutput = 1
	PostgresqlHostConfig16_BYTEA_OUTPUT_ESCAPED     PostgresqlHostConfig16_ByteaOutput = 2
)

func (PostgresqlHostConfig16_ByteaOutput) Descriptor

func (PostgresqlHostConfig16_ByteaOutput) Enum

func (PostgresqlHostConfig16_ByteaOutput) EnumDescriptor deprecated

func (PostgresqlHostConfig16_ByteaOutput) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig16_ByteaOutput.Descriptor instead.

func (PostgresqlHostConfig16_ByteaOutput) Number

func (PostgresqlHostConfig16_ByteaOutput) String

func (PostgresqlHostConfig16_ByteaOutput) Type

type PostgresqlHostConfig16_ConstraintExclusion

type PostgresqlHostConfig16_ConstraintExclusion int32
const (
	PostgresqlHostConfig16_CONSTRAINT_EXCLUSION_UNSPECIFIED PostgresqlHostConfig16_ConstraintExclusion = 0
	PostgresqlHostConfig16_CONSTRAINT_EXCLUSION_ON          PostgresqlHostConfig16_ConstraintExclusion = 1
	PostgresqlHostConfig16_CONSTRAINT_EXCLUSION_OFF         PostgresqlHostConfig16_ConstraintExclusion = 2
	PostgresqlHostConfig16_CONSTRAINT_EXCLUSION_PARTITION   PostgresqlHostConfig16_ConstraintExclusion = 3
)

func (PostgresqlHostConfig16_ConstraintExclusion) Descriptor

func (PostgresqlHostConfig16_ConstraintExclusion) Enum

func (PostgresqlHostConfig16_ConstraintExclusion) EnumDescriptor deprecated

func (PostgresqlHostConfig16_ConstraintExclusion) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig16_ConstraintExclusion.Descriptor instead.

func (PostgresqlHostConfig16_ConstraintExclusion) Number

func (PostgresqlHostConfig16_ConstraintExclusion) String

func (PostgresqlHostConfig16_ConstraintExclusion) Type

type PostgresqlHostConfig16_DebugParallelQuery

type PostgresqlHostConfig16_DebugParallelQuery int32
const (
	PostgresqlHostConfig16_DEBUG_PARALLEL_QUERY_UNSPECIFIED PostgresqlHostConfig16_DebugParallelQuery = 0
	PostgresqlHostConfig16_DEBUG_PARALLEL_QUERY_ON          PostgresqlHostConfig16_DebugParallelQuery = 1
	PostgresqlHostConfig16_DEBUG_PARALLEL_QUERY_OFF         PostgresqlHostConfig16_DebugParallelQuery = 2
	PostgresqlHostConfig16_DEBUG_PARALLEL_QUERY_REGRESS     PostgresqlHostConfig16_DebugParallelQuery = 3
)

func (PostgresqlHostConfig16_DebugParallelQuery) Descriptor

func (PostgresqlHostConfig16_DebugParallelQuery) Enum

func (PostgresqlHostConfig16_DebugParallelQuery) EnumDescriptor deprecated

func (PostgresqlHostConfig16_DebugParallelQuery) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig16_DebugParallelQuery.Descriptor instead.

func (PostgresqlHostConfig16_DebugParallelQuery) Number

func (PostgresqlHostConfig16_DebugParallelQuery) String

func (PostgresqlHostConfig16_DebugParallelQuery) Type

type PostgresqlHostConfig16_ForceParallelMode

type PostgresqlHostConfig16_ForceParallelMode int32
const (
	PostgresqlHostConfig16_FORCE_PARALLEL_MODE_UNSPECIFIED PostgresqlHostConfig16_ForceParallelMode = 0
	PostgresqlHostConfig16_FORCE_PARALLEL_MODE_ON          PostgresqlHostConfig16_ForceParallelMode = 1
	PostgresqlHostConfig16_FORCE_PARALLEL_MODE_OFF         PostgresqlHostConfig16_ForceParallelMode = 2
	PostgresqlHostConfig16_FORCE_PARALLEL_MODE_REGRESS     PostgresqlHostConfig16_ForceParallelMode = 3
)

func (PostgresqlHostConfig16_ForceParallelMode) Descriptor

func (PostgresqlHostConfig16_ForceParallelMode) Enum

func (PostgresqlHostConfig16_ForceParallelMode) EnumDescriptor deprecated

func (PostgresqlHostConfig16_ForceParallelMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig16_ForceParallelMode.Descriptor instead.

func (PostgresqlHostConfig16_ForceParallelMode) Number

func (PostgresqlHostConfig16_ForceParallelMode) String

func (PostgresqlHostConfig16_ForceParallelMode) Type

type PostgresqlHostConfig16_LogErrorVerbosity

type PostgresqlHostConfig16_LogErrorVerbosity int32
const (
	PostgresqlHostConfig16_LOG_ERROR_VERBOSITY_UNSPECIFIED PostgresqlHostConfig16_LogErrorVerbosity = 0
	PostgresqlHostConfig16_LOG_ERROR_VERBOSITY_TERSE       PostgresqlHostConfig16_LogErrorVerbosity = 1
	PostgresqlHostConfig16_LOG_ERROR_VERBOSITY_DEFAULT     PostgresqlHostConfig16_LogErrorVerbosity = 2
	PostgresqlHostConfig16_LOG_ERROR_VERBOSITY_VERBOSE     PostgresqlHostConfig16_LogErrorVerbosity = 3
)

func (PostgresqlHostConfig16_LogErrorVerbosity) Descriptor

func (PostgresqlHostConfig16_LogErrorVerbosity) Enum

func (PostgresqlHostConfig16_LogErrorVerbosity) EnumDescriptor deprecated

func (PostgresqlHostConfig16_LogErrorVerbosity) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig16_LogErrorVerbosity.Descriptor instead.

func (PostgresqlHostConfig16_LogErrorVerbosity) Number

func (PostgresqlHostConfig16_LogErrorVerbosity) String

func (PostgresqlHostConfig16_LogErrorVerbosity) Type

type PostgresqlHostConfig16_LogLevel

type PostgresqlHostConfig16_LogLevel int32
const (
	PostgresqlHostConfig16_LOG_LEVEL_UNSPECIFIED PostgresqlHostConfig16_LogLevel = 0
	PostgresqlHostConfig16_LOG_LEVEL_DEBUG5      PostgresqlHostConfig16_LogLevel = 1
	PostgresqlHostConfig16_LOG_LEVEL_DEBUG4      PostgresqlHostConfig16_LogLevel = 2
	PostgresqlHostConfig16_LOG_LEVEL_DEBUG3      PostgresqlHostConfig16_LogLevel = 3
	PostgresqlHostConfig16_LOG_LEVEL_DEBUG2      PostgresqlHostConfig16_LogLevel = 4
	PostgresqlHostConfig16_LOG_LEVEL_DEBUG1      PostgresqlHostConfig16_LogLevel = 5
	PostgresqlHostConfig16_LOG_LEVEL_INFO        PostgresqlHostConfig16_LogLevel = 12
	PostgresqlHostConfig16_LOG_LEVEL_LOG         PostgresqlHostConfig16_LogLevel = 6
	PostgresqlHostConfig16_LOG_LEVEL_NOTICE      PostgresqlHostConfig16_LogLevel = 7
	PostgresqlHostConfig16_LOG_LEVEL_WARNING     PostgresqlHostConfig16_LogLevel = 8
	PostgresqlHostConfig16_LOG_LEVEL_ERROR       PostgresqlHostConfig16_LogLevel = 9
	PostgresqlHostConfig16_LOG_LEVEL_FATAL       PostgresqlHostConfig16_LogLevel = 10
	PostgresqlHostConfig16_LOG_LEVEL_PANIC       PostgresqlHostConfig16_LogLevel = 11
)

func (PostgresqlHostConfig16_LogLevel) Descriptor

func (PostgresqlHostConfig16_LogLevel) Enum

func (PostgresqlHostConfig16_LogLevel) EnumDescriptor deprecated

func (PostgresqlHostConfig16_LogLevel) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig16_LogLevel.Descriptor instead.

func (PostgresqlHostConfig16_LogLevel) Number

func (PostgresqlHostConfig16_LogLevel) String

func (PostgresqlHostConfig16_LogLevel) Type

type PostgresqlHostConfig16_LogStatement

type PostgresqlHostConfig16_LogStatement int32
const (
	PostgresqlHostConfig16_LOG_STATEMENT_UNSPECIFIED PostgresqlHostConfig16_LogStatement = 0
	PostgresqlHostConfig16_LOG_STATEMENT_NONE        PostgresqlHostConfig16_LogStatement = 1
	PostgresqlHostConfig16_LOG_STATEMENT_DDL         PostgresqlHostConfig16_LogStatement = 2
	PostgresqlHostConfig16_LOG_STATEMENT_MOD         PostgresqlHostConfig16_LogStatement = 3
	PostgresqlHostConfig16_LOG_STATEMENT_ALL         PostgresqlHostConfig16_LogStatement = 4
)

func (PostgresqlHostConfig16_LogStatement) Descriptor

func (PostgresqlHostConfig16_LogStatement) Enum

func (PostgresqlHostConfig16_LogStatement) EnumDescriptor deprecated

func (PostgresqlHostConfig16_LogStatement) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig16_LogStatement.Descriptor instead.

func (PostgresqlHostConfig16_LogStatement) Number

func (PostgresqlHostConfig16_LogStatement) String

func (PostgresqlHostConfig16_LogStatement) Type

type PostgresqlHostConfig16_TransactionIsolation

type PostgresqlHostConfig16_TransactionIsolation int32
const (
	PostgresqlHostConfig16_TRANSACTION_ISOLATION_UNSPECIFIED      PostgresqlHostConfig16_TransactionIsolation = 0
	PostgresqlHostConfig16_TRANSACTION_ISOLATION_READ_UNCOMMITTED PostgresqlHostConfig16_TransactionIsolation = 1
	PostgresqlHostConfig16_TRANSACTION_ISOLATION_READ_COMMITTED   PostgresqlHostConfig16_TransactionIsolation = 2
	PostgresqlHostConfig16_TRANSACTION_ISOLATION_REPEATABLE_READ  PostgresqlHostConfig16_TransactionIsolation = 3
	PostgresqlHostConfig16_TRANSACTION_ISOLATION_SERIALIZABLE     PostgresqlHostConfig16_TransactionIsolation = 4
)

func (PostgresqlHostConfig16_TransactionIsolation) Descriptor

func (PostgresqlHostConfig16_TransactionIsolation) Enum

func (PostgresqlHostConfig16_TransactionIsolation) EnumDescriptor deprecated

func (PostgresqlHostConfig16_TransactionIsolation) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig16_TransactionIsolation.Descriptor instead.

func (PostgresqlHostConfig16_TransactionIsolation) Number

func (PostgresqlHostConfig16_TransactionIsolation) String

func (PostgresqlHostConfig16_TransactionIsolation) Type

type PostgresqlHostConfig16_XmlBinary

type PostgresqlHostConfig16_XmlBinary int32
const (
	PostgresqlHostConfig16_XML_BINARY_UNSPECIFIED PostgresqlHostConfig16_XmlBinary = 0
	PostgresqlHostConfig16_XML_BINARY_BASE64      PostgresqlHostConfig16_XmlBinary = 1
	PostgresqlHostConfig16_XML_BINARY_HEX         PostgresqlHostConfig16_XmlBinary = 2
)

func (PostgresqlHostConfig16_XmlBinary) Descriptor

func (PostgresqlHostConfig16_XmlBinary) Enum

func (PostgresqlHostConfig16_XmlBinary) EnumDescriptor deprecated

func (PostgresqlHostConfig16_XmlBinary) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig16_XmlBinary.Descriptor instead.

func (PostgresqlHostConfig16_XmlBinary) Number

func (PostgresqlHostConfig16_XmlBinary) String

func (PostgresqlHostConfig16_XmlBinary) Type

type PostgresqlHostConfig16_XmlOption

type PostgresqlHostConfig16_XmlOption int32
const (
	PostgresqlHostConfig16_XML_OPTION_UNSPECIFIED PostgresqlHostConfig16_XmlOption = 0
	PostgresqlHostConfig16_XML_OPTION_DOCUMENT    PostgresqlHostConfig16_XmlOption = 1
	PostgresqlHostConfig16_XML_OPTION_CONTENT     PostgresqlHostConfig16_XmlOption = 2
)

func (PostgresqlHostConfig16_XmlOption) Descriptor

func (PostgresqlHostConfig16_XmlOption) Enum

func (PostgresqlHostConfig16_XmlOption) EnumDescriptor deprecated

func (PostgresqlHostConfig16_XmlOption) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig16_XmlOption.Descriptor instead.

func (PostgresqlHostConfig16_XmlOption) Number

func (PostgresqlHostConfig16_XmlOption) String

func (PostgresqlHostConfig16_XmlOption) Type

type PostgresqlHostConfig9_6

type PostgresqlHostConfig9_6 struct {
	RecoveryMinApplyDelay *wrapperspb.Int64Value `` // in milliseconds.
	/* 128-byte string literal not displayed */
	SharedBuffers         *wrapperspb.Int64Value `protobuf:"bytes,2,opt,name=shared_buffers,json=sharedBuffers,proto3" json:"shared_buffers,omitempty"` // in bytes.
	TempBuffers           *wrapperspb.Int64Value `protobuf:"bytes,3,opt,name=temp_buffers,json=tempBuffers,proto3" json:"temp_buffers,omitempty"`       // in bytes.
	WorkMem               *wrapperspb.Int64Value `protobuf:"bytes,4,opt,name=work_mem,json=workMem,proto3" json:"work_mem,omitempty"`                   // in bytes.
	ReplacementSortTuples *wrapperspb.Int64Value ``                                                                                                     // in bytes.
	/* 126-byte string literal not displayed */
	TempFileLimit            *wrapperspb.Int64Value `protobuf:"bytes,6,opt,name=temp_file_limit,json=tempFileLimit,proto3" json:"temp_file_limit,omitempty"` // in bytes.
	BackendFlushAfter        *wrapperspb.Int64Value `protobuf:"bytes,7,opt,name=backend_flush_after,json=backendFlushAfter,proto3" json:"backend_flush_after,omitempty"`
	OldSnapshotThreshold     *wrapperspb.Int64Value `protobuf:"bytes,8,opt,name=old_snapshot_threshold,json=oldSnapshotThreshold,proto3" json:"old_snapshot_threshold,omitempty"`
	MaxStandbyStreamingDelay *wrapperspb.Int64Value `` // in milliseconds.
	/* 137-byte string literal not displayed */
	ConstraintExclusion     PostgresqlHostConfig9_6_ConstraintExclusion `` /* 207-byte string literal not displayed */
	CursorTupleFraction     *wrapperspb.DoubleValue                     `protobuf:"bytes,11,opt,name=cursor_tuple_fraction,json=cursorTupleFraction,proto3" json:"cursor_tuple_fraction,omitempty"`
	FromCollapseLimit       *wrapperspb.Int64Value                      `protobuf:"bytes,12,opt,name=from_collapse_limit,json=fromCollapseLimit,proto3" json:"from_collapse_limit,omitempty"`
	JoinCollapseLimit       *wrapperspb.Int64Value                      `protobuf:"bytes,13,opt,name=join_collapse_limit,json=joinCollapseLimit,proto3" json:"join_collapse_limit,omitempty"`
	ForceParallelMode       PostgresqlHostConfig9_6_ForceParallelMode   `` /* 201-byte string literal not displayed */
	ClientMinMessages       PostgresqlHostConfig9_6_LogLevel            `` /* 192-byte string literal not displayed */
	LogMinMessages          PostgresqlHostConfig9_6_LogLevel            `` /* 183-byte string literal not displayed */
	LogMinErrorStatement    PostgresqlHostConfig9_6_LogLevel            `` /* 203-byte string literal not displayed */
	LogMinDurationStatement *wrapperspb.Int64Value                      `` // in milliseconds.
	/* 135-byte string literal not displayed */
	LogCheckpoints                  *wrapperspb.BoolValue                        `protobuf:"bytes,19,opt,name=log_checkpoints,json=logCheckpoints,proto3" json:"log_checkpoints,omitempty"`
	LogConnections                  *wrapperspb.BoolValue                        `protobuf:"bytes,20,opt,name=log_connections,json=logConnections,proto3" json:"log_connections,omitempty"`
	LogDisconnections               *wrapperspb.BoolValue                        `protobuf:"bytes,21,opt,name=log_disconnections,json=logDisconnections,proto3" json:"log_disconnections,omitempty"`
	LogDuration                     *wrapperspb.BoolValue                        `protobuf:"bytes,22,opt,name=log_duration,json=logDuration,proto3" json:"log_duration,omitempty"`
	LogErrorVerbosity               PostgresqlHostConfig9_6_LogErrorVerbosity    `` /* 201-byte string literal not displayed */
	LogLockWaits                    *wrapperspb.BoolValue                        `protobuf:"bytes,24,opt,name=log_lock_waits,json=logLockWaits,proto3" json:"log_lock_waits,omitempty"`
	LogStatement                    PostgresqlHostConfig9_6_LogStatement         `` /* 179-byte string literal not displayed */
	LogTempFiles                    *wrapperspb.Int64Value                       `protobuf:"bytes,26,opt,name=log_temp_files,json=logTempFiles,proto3" json:"log_temp_files,omitempty"`
	SearchPath                      string                                       `protobuf:"bytes,27,opt,name=search_path,json=searchPath,proto3" json:"search_path,omitempty"`
	RowSecurity                     *wrapperspb.BoolValue                        `protobuf:"bytes,28,opt,name=row_security,json=rowSecurity,proto3" json:"row_security,omitempty"`
	DefaultTransactionIsolation     PostgresqlHostConfig9_6_TransactionIsolation ``                                                                                                               /* 234-byte string literal not displayed */
	StatementTimeout                *wrapperspb.Int64Value                       `protobuf:"bytes,30,opt,name=statement_timeout,json=statementTimeout,proto3" json:"statement_timeout,omitempty"` // in milliseconds.
	LockTimeout                     *wrapperspb.Int64Value                       `protobuf:"bytes,31,opt,name=lock_timeout,json=lockTimeout,proto3" json:"lock_timeout,omitempty"`                // in milliseconds.
	IdleInTransactionSessionTimeout *wrapperspb.Int64Value                       ``                                                                                                               // in milliseconds.
	/* 161-byte string literal not displayed */
	ByteaOutput                PostgresqlHostConfig9_6_ByteaOutput    ``                                                                                                                            /* 175-byte string literal not displayed */
	Xmlbinary                  PostgresqlHostConfig9_6_XmlBinary      ``                                                                                                                            /* 150-byte string literal not displayed */
	Xmloption                  PostgresqlHostConfig9_6_XmlOption      ``                                                                                                                            /* 150-byte string literal not displayed */
	GinPendingListLimit        *wrapperspb.Int64Value                 `protobuf:"bytes,36,opt,name=gin_pending_list_limit,json=ginPendingListLimit,proto3" json:"gin_pending_list_limit,omitempty"` // in bytes.
	DeadlockTimeout            *wrapperspb.Int64Value                 `protobuf:"bytes,37,opt,name=deadlock_timeout,json=deadlockTimeout,proto3" json:"deadlock_timeout,omitempty"`                 // in milliseconds.
	MaxLocksPerTransaction     *wrapperspb.Int64Value                 ``                                                                                                                            /* 132-byte string literal not displayed */
	MaxPredLocksPerTransaction *wrapperspb.Int64Value                 ``                                                                                                                            /* 146-byte string literal not displayed */
	ArrayNulls                 *wrapperspb.BoolValue                  `protobuf:"bytes,40,opt,name=array_nulls,json=arrayNulls,proto3" json:"array_nulls,omitempty"`
	BackslashQuote             PostgresqlHostConfig9_6_BackslashQuote `` /* 187-byte string literal not displayed */
	DefaultWithOids            *wrapperspb.BoolValue                  `protobuf:"bytes,42,opt,name=default_with_oids,json=defaultWithOids,proto3" json:"default_with_oids,omitempty"`
	EscapeStringWarning        *wrapperspb.BoolValue                  `protobuf:"bytes,43,opt,name=escape_string_warning,json=escapeStringWarning,proto3" json:"escape_string_warning,omitempty"`
	LoCompatPrivileges         *wrapperspb.BoolValue                  `protobuf:"bytes,44,opt,name=lo_compat_privileges,json=loCompatPrivileges,proto3" json:"lo_compat_privileges,omitempty"`
	OperatorPrecedenceWarning  *wrapperspb.BoolValue                  `` /* 139-byte string literal not displayed */
	QuoteAllIdentifiers        *wrapperspb.BoolValue                  `protobuf:"bytes,46,opt,name=quote_all_identifiers,json=quoteAllIdentifiers,proto3" json:"quote_all_identifiers,omitempty"`
	StandardConformingStrings  *wrapperspb.BoolValue                  `` /* 139-byte string literal not displayed */
	SynchronizeSeqscans        *wrapperspb.BoolValue                  `protobuf:"bytes,48,opt,name=synchronize_seqscans,json=synchronizeSeqscans,proto3" json:"synchronize_seqscans,omitempty"`
	TransformNullEquals        *wrapperspb.BoolValue                  `protobuf:"bytes,49,opt,name=transform_null_equals,json=transformNullEquals,proto3" json:"transform_null_equals,omitempty"`
	ExitOnError                *wrapperspb.BoolValue                  `protobuf:"bytes,50,opt,name=exit_on_error,json=exitOnError,proto3" json:"exit_on_error,omitempty"`
	SeqPageCost                *wrapperspb.DoubleValue                `protobuf:"bytes,51,opt,name=seq_page_cost,json=seqPageCost,proto3" json:"seq_page_cost,omitempty"`
	RandomPageCost             *wrapperspb.DoubleValue                `protobuf:"bytes,52,opt,name=random_page_cost,json=randomPageCost,proto3" json:"random_page_cost,omitempty"`
	// This option has been removed in PostgreSQL 10.
	SqlInheritance         *wrapperspb.BoolValue  `protobuf:"bytes,53,opt,name=sql_inheritance,json=sqlInheritance,proto3" json:"sql_inheritance,omitempty"`
	EffectiveIoConcurrency *wrapperspb.Int64Value `` /* 130-byte string literal not displayed */
	EffectiveCacheSize     *wrapperspb.Int64Value `protobuf:"bytes,55,opt,name=effective_cache_size,json=effectiveCacheSize,proto3" json:"effective_cache_size,omitempty"`
	// contains filtered or unexported fields
}

Options and structure of `PostgresqlHostConfig` reflects parameters of a PostgreSQL configuration file. Detailed description is available in [PostgreSQL documentation](https://www.postgresql.org/docs/9.6/runtime-config.html).

func (*PostgresqlHostConfig9_6) Descriptor deprecated

func (*PostgresqlHostConfig9_6) Descriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig9_6.ProtoReflect.Descriptor instead.

func (*PostgresqlHostConfig9_6) GetArrayNulls

func (x *PostgresqlHostConfig9_6) GetArrayNulls() *wrapperspb.BoolValue

func (*PostgresqlHostConfig9_6) GetBackendFlushAfter

func (x *PostgresqlHostConfig9_6) GetBackendFlushAfter() *wrapperspb.Int64Value

func (*PostgresqlHostConfig9_6) GetBackslashQuote

func (*PostgresqlHostConfig9_6) GetByteaOutput

func (*PostgresqlHostConfig9_6) GetClientMinMessages

func (*PostgresqlHostConfig9_6) GetConstraintExclusion

func (*PostgresqlHostConfig9_6) GetCursorTupleFraction

func (x *PostgresqlHostConfig9_6) GetCursorTupleFraction() *wrapperspb.DoubleValue

func (*PostgresqlHostConfig9_6) GetDeadlockTimeout

func (x *PostgresqlHostConfig9_6) GetDeadlockTimeout() *wrapperspb.Int64Value

func (*PostgresqlHostConfig9_6) GetDefaultTransactionIsolation

func (x *PostgresqlHostConfig9_6) GetDefaultTransactionIsolation() PostgresqlHostConfig9_6_TransactionIsolation

func (*PostgresqlHostConfig9_6) GetDefaultWithOids

func (x *PostgresqlHostConfig9_6) GetDefaultWithOids() *wrapperspb.BoolValue

func (*PostgresqlHostConfig9_6) GetEffectiveCacheSize

func (x *PostgresqlHostConfig9_6) GetEffectiveCacheSize() *wrapperspb.Int64Value

func (*PostgresqlHostConfig9_6) GetEffectiveIoConcurrency

func (x *PostgresqlHostConfig9_6) GetEffectiveIoConcurrency() *wrapperspb.Int64Value

func (*PostgresqlHostConfig9_6) GetEscapeStringWarning

func (x *PostgresqlHostConfig9_6) GetEscapeStringWarning() *wrapperspb.BoolValue

func (*PostgresqlHostConfig9_6) GetExitOnError

func (x *PostgresqlHostConfig9_6) GetExitOnError() *wrapperspb.BoolValue

func (*PostgresqlHostConfig9_6) GetForceParallelMode

func (*PostgresqlHostConfig9_6) GetFromCollapseLimit

func (x *PostgresqlHostConfig9_6) GetFromCollapseLimit() *wrapperspb.Int64Value

func (*PostgresqlHostConfig9_6) GetGinPendingListLimit

func (x *PostgresqlHostConfig9_6) GetGinPendingListLimit() *wrapperspb.Int64Value

func (*PostgresqlHostConfig9_6) GetIdleInTransactionSessionTimeout

func (x *PostgresqlHostConfig9_6) GetIdleInTransactionSessionTimeout() *wrapperspb.Int64Value

func (*PostgresqlHostConfig9_6) GetJoinCollapseLimit

func (x *PostgresqlHostConfig9_6) GetJoinCollapseLimit() *wrapperspb.Int64Value

func (*PostgresqlHostConfig9_6) GetLoCompatPrivileges

func (x *PostgresqlHostConfig9_6) GetLoCompatPrivileges() *wrapperspb.BoolValue

func (*PostgresqlHostConfig9_6) GetLockTimeout

func (x *PostgresqlHostConfig9_6) GetLockTimeout() *wrapperspb.Int64Value

func (*PostgresqlHostConfig9_6) GetLogCheckpoints

func (x *PostgresqlHostConfig9_6) GetLogCheckpoints() *wrapperspb.BoolValue

func (*PostgresqlHostConfig9_6) GetLogConnections

func (x *PostgresqlHostConfig9_6) GetLogConnections() *wrapperspb.BoolValue

func (*PostgresqlHostConfig9_6) GetLogDisconnections

func (x *PostgresqlHostConfig9_6) GetLogDisconnections() *wrapperspb.BoolValue

func (*PostgresqlHostConfig9_6) GetLogDuration

func (x *PostgresqlHostConfig9_6) GetLogDuration() *wrapperspb.BoolValue

func (*PostgresqlHostConfig9_6) GetLogErrorVerbosity

func (*PostgresqlHostConfig9_6) GetLogLockWaits

func (x *PostgresqlHostConfig9_6) GetLogLockWaits() *wrapperspb.BoolValue

func (*PostgresqlHostConfig9_6) GetLogMinDurationStatement

func (x *PostgresqlHostConfig9_6) GetLogMinDurationStatement() *wrapperspb.Int64Value

func (*PostgresqlHostConfig9_6) GetLogMinErrorStatement

func (x *PostgresqlHostConfig9_6) GetLogMinErrorStatement() PostgresqlHostConfig9_6_LogLevel

func (*PostgresqlHostConfig9_6) GetLogMinMessages

func (*PostgresqlHostConfig9_6) GetLogStatement

func (*PostgresqlHostConfig9_6) GetLogTempFiles

func (x *PostgresqlHostConfig9_6) GetLogTempFiles() *wrapperspb.Int64Value

func (*PostgresqlHostConfig9_6) GetMaxLocksPerTransaction

func (x *PostgresqlHostConfig9_6) GetMaxLocksPerTransaction() *wrapperspb.Int64Value

func (*PostgresqlHostConfig9_6) GetMaxPredLocksPerTransaction

func (x *PostgresqlHostConfig9_6) GetMaxPredLocksPerTransaction() *wrapperspb.Int64Value

func (*PostgresqlHostConfig9_6) GetMaxStandbyStreamingDelay

func (x *PostgresqlHostConfig9_6) GetMaxStandbyStreamingDelay() *wrapperspb.Int64Value

func (*PostgresqlHostConfig9_6) GetOldSnapshotThreshold

func (x *PostgresqlHostConfig9_6) GetOldSnapshotThreshold() *wrapperspb.Int64Value

func (*PostgresqlHostConfig9_6) GetOperatorPrecedenceWarning

func (x *PostgresqlHostConfig9_6) GetOperatorPrecedenceWarning() *wrapperspb.BoolValue

func (*PostgresqlHostConfig9_6) GetQuoteAllIdentifiers

func (x *PostgresqlHostConfig9_6) GetQuoteAllIdentifiers() *wrapperspb.BoolValue

func (*PostgresqlHostConfig9_6) GetRandomPageCost

func (x *PostgresqlHostConfig9_6) GetRandomPageCost() *wrapperspb.DoubleValue

func (*PostgresqlHostConfig9_6) GetRecoveryMinApplyDelay

func (x *PostgresqlHostConfig9_6) GetRecoveryMinApplyDelay() *wrapperspb.Int64Value

func (*PostgresqlHostConfig9_6) GetReplacementSortTuples

func (x *PostgresqlHostConfig9_6) GetReplacementSortTuples() *wrapperspb.Int64Value

func (*PostgresqlHostConfig9_6) GetRowSecurity

func (x *PostgresqlHostConfig9_6) GetRowSecurity() *wrapperspb.BoolValue

func (*PostgresqlHostConfig9_6) GetSearchPath

func (x *PostgresqlHostConfig9_6) GetSearchPath() string

func (*PostgresqlHostConfig9_6) GetSeqPageCost

func (x *PostgresqlHostConfig9_6) GetSeqPageCost() *wrapperspb.DoubleValue

func (*PostgresqlHostConfig9_6) GetSharedBuffers

func (x *PostgresqlHostConfig9_6) GetSharedBuffers() *wrapperspb.Int64Value

func (*PostgresqlHostConfig9_6) GetSqlInheritance

func (x *PostgresqlHostConfig9_6) GetSqlInheritance() *wrapperspb.BoolValue

func (*PostgresqlHostConfig9_6) GetStandardConformingStrings

func (x *PostgresqlHostConfig9_6) GetStandardConformingStrings() *wrapperspb.BoolValue

func (*PostgresqlHostConfig9_6) GetStatementTimeout

func (x *PostgresqlHostConfig9_6) GetStatementTimeout() *wrapperspb.Int64Value

func (*PostgresqlHostConfig9_6) GetSynchronizeSeqscans

func (x *PostgresqlHostConfig9_6) GetSynchronizeSeqscans() *wrapperspb.BoolValue

func (*PostgresqlHostConfig9_6) GetTempBuffers

func (x *PostgresqlHostConfig9_6) GetTempBuffers() *wrapperspb.Int64Value

func (*PostgresqlHostConfig9_6) GetTempFileLimit

func (x *PostgresqlHostConfig9_6) GetTempFileLimit() *wrapperspb.Int64Value

func (*PostgresqlHostConfig9_6) GetTransformNullEquals

func (x *PostgresqlHostConfig9_6) GetTransformNullEquals() *wrapperspb.BoolValue

func (*PostgresqlHostConfig9_6) GetWorkMem

func (*PostgresqlHostConfig9_6) GetXmlbinary

func (*PostgresqlHostConfig9_6) GetXmloption

func (*PostgresqlHostConfig9_6) ProtoMessage

func (*PostgresqlHostConfig9_6) ProtoMessage()

func (*PostgresqlHostConfig9_6) ProtoReflect

func (x *PostgresqlHostConfig9_6) ProtoReflect() protoreflect.Message

func (*PostgresqlHostConfig9_6) Reset

func (x *PostgresqlHostConfig9_6) Reset()

func (*PostgresqlHostConfig9_6) SetArrayNulls

func (m *PostgresqlHostConfig9_6) SetArrayNulls(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig9_6) SetBackendFlushAfter

func (m *PostgresqlHostConfig9_6) SetBackendFlushAfter(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig9_6) SetBackslashQuote

func (*PostgresqlHostConfig9_6) SetByteaOutput

func (*PostgresqlHostConfig9_6) SetClientMinMessages

func (m *PostgresqlHostConfig9_6) SetClientMinMessages(v PostgresqlHostConfig9_6_LogLevel)

func (*PostgresqlHostConfig9_6) SetConstraintExclusion

func (*PostgresqlHostConfig9_6) SetCursorTupleFraction

func (m *PostgresqlHostConfig9_6) SetCursorTupleFraction(v *wrapperspb.DoubleValue)

func (*PostgresqlHostConfig9_6) SetDeadlockTimeout

func (m *PostgresqlHostConfig9_6) SetDeadlockTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig9_6) SetDefaultTransactionIsolation

func (m *PostgresqlHostConfig9_6) SetDefaultTransactionIsolation(v PostgresqlHostConfig9_6_TransactionIsolation)

func (*PostgresqlHostConfig9_6) SetDefaultWithOids

func (m *PostgresqlHostConfig9_6) SetDefaultWithOids(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig9_6) SetEffectiveCacheSize

func (m *PostgresqlHostConfig9_6) SetEffectiveCacheSize(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig9_6) SetEffectiveIoConcurrency

func (m *PostgresqlHostConfig9_6) SetEffectiveIoConcurrency(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig9_6) SetEscapeStringWarning

func (m *PostgresqlHostConfig9_6) SetEscapeStringWarning(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig9_6) SetExitOnError

func (m *PostgresqlHostConfig9_6) SetExitOnError(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig9_6) SetForceParallelMode

func (*PostgresqlHostConfig9_6) SetFromCollapseLimit

func (m *PostgresqlHostConfig9_6) SetFromCollapseLimit(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig9_6) SetGinPendingListLimit

func (m *PostgresqlHostConfig9_6) SetGinPendingListLimit(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig9_6) SetIdleInTransactionSessionTimeout

func (m *PostgresqlHostConfig9_6) SetIdleInTransactionSessionTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig9_6) SetJoinCollapseLimit

func (m *PostgresqlHostConfig9_6) SetJoinCollapseLimit(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig9_6) SetLoCompatPrivileges

func (m *PostgresqlHostConfig9_6) SetLoCompatPrivileges(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig9_6) SetLockTimeout

func (m *PostgresqlHostConfig9_6) SetLockTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig9_6) SetLogCheckpoints

func (m *PostgresqlHostConfig9_6) SetLogCheckpoints(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig9_6) SetLogConnections

func (m *PostgresqlHostConfig9_6) SetLogConnections(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig9_6) SetLogDisconnections

func (m *PostgresqlHostConfig9_6) SetLogDisconnections(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig9_6) SetLogDuration

func (m *PostgresqlHostConfig9_6) SetLogDuration(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig9_6) SetLogErrorVerbosity

func (*PostgresqlHostConfig9_6) SetLogLockWaits

func (m *PostgresqlHostConfig9_6) SetLogLockWaits(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig9_6) SetLogMinDurationStatement

func (m *PostgresqlHostConfig9_6) SetLogMinDurationStatement(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig9_6) SetLogMinErrorStatement

func (m *PostgresqlHostConfig9_6) SetLogMinErrorStatement(v PostgresqlHostConfig9_6_LogLevel)

func (*PostgresqlHostConfig9_6) SetLogMinMessages

func (*PostgresqlHostConfig9_6) SetLogStatement

func (*PostgresqlHostConfig9_6) SetLogTempFiles

func (m *PostgresqlHostConfig9_6) SetLogTempFiles(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig9_6) SetMaxLocksPerTransaction

func (m *PostgresqlHostConfig9_6) SetMaxLocksPerTransaction(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig9_6) SetMaxPredLocksPerTransaction

func (m *PostgresqlHostConfig9_6) SetMaxPredLocksPerTransaction(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig9_6) SetMaxStandbyStreamingDelay

func (m *PostgresqlHostConfig9_6) SetMaxStandbyStreamingDelay(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig9_6) SetOldSnapshotThreshold

func (m *PostgresqlHostConfig9_6) SetOldSnapshotThreshold(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig9_6) SetOperatorPrecedenceWarning

func (m *PostgresqlHostConfig9_6) SetOperatorPrecedenceWarning(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig9_6) SetQuoteAllIdentifiers

func (m *PostgresqlHostConfig9_6) SetQuoteAllIdentifiers(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig9_6) SetRandomPageCost

func (m *PostgresqlHostConfig9_6) SetRandomPageCost(v *wrapperspb.DoubleValue)

func (*PostgresqlHostConfig9_6) SetRecoveryMinApplyDelay

func (m *PostgresqlHostConfig9_6) SetRecoveryMinApplyDelay(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig9_6) SetReplacementSortTuples

func (m *PostgresqlHostConfig9_6) SetReplacementSortTuples(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig9_6) SetRowSecurity

func (m *PostgresqlHostConfig9_6) SetRowSecurity(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig9_6) SetSearchPath

func (m *PostgresqlHostConfig9_6) SetSearchPath(v string)

func (*PostgresqlHostConfig9_6) SetSeqPageCost

func (m *PostgresqlHostConfig9_6) SetSeqPageCost(v *wrapperspb.DoubleValue)

func (*PostgresqlHostConfig9_6) SetSharedBuffers

func (m *PostgresqlHostConfig9_6) SetSharedBuffers(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig9_6) SetSqlInheritance

func (m *PostgresqlHostConfig9_6) SetSqlInheritance(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig9_6) SetStandardConformingStrings

func (m *PostgresqlHostConfig9_6) SetStandardConformingStrings(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig9_6) SetStatementTimeout

func (m *PostgresqlHostConfig9_6) SetStatementTimeout(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig9_6) SetSynchronizeSeqscans

func (m *PostgresqlHostConfig9_6) SetSynchronizeSeqscans(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig9_6) SetTempBuffers

func (m *PostgresqlHostConfig9_6) SetTempBuffers(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig9_6) SetTempFileLimit

func (m *PostgresqlHostConfig9_6) SetTempFileLimit(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig9_6) SetTransformNullEquals

func (m *PostgresqlHostConfig9_6) SetTransformNullEquals(v *wrapperspb.BoolValue)

func (*PostgresqlHostConfig9_6) SetWorkMem

func (m *PostgresqlHostConfig9_6) SetWorkMem(v *wrapperspb.Int64Value)

func (*PostgresqlHostConfig9_6) SetXmlbinary

func (*PostgresqlHostConfig9_6) SetXmloption

func (*PostgresqlHostConfig9_6) String

func (x *PostgresqlHostConfig9_6) String() string

type PostgresqlHostConfig9_6_BackslashQuote

type PostgresqlHostConfig9_6_BackslashQuote int32
const (
	PostgresqlHostConfig9_6_BACKSLASH_QUOTE_UNSPECIFIED   PostgresqlHostConfig9_6_BackslashQuote = 0
	PostgresqlHostConfig9_6_BACKSLASH_QUOTE               PostgresqlHostConfig9_6_BackslashQuote = 1
	PostgresqlHostConfig9_6_BACKSLASH_QUOTE_ON            PostgresqlHostConfig9_6_BackslashQuote = 2
	PostgresqlHostConfig9_6_BACKSLASH_QUOTE_OFF           PostgresqlHostConfig9_6_BackslashQuote = 3
	PostgresqlHostConfig9_6_BACKSLASH_QUOTE_SAFE_ENCODING PostgresqlHostConfig9_6_BackslashQuote = 4
)

func (PostgresqlHostConfig9_6_BackslashQuote) Descriptor

func (PostgresqlHostConfig9_6_BackslashQuote) Enum

func (PostgresqlHostConfig9_6_BackslashQuote) EnumDescriptor deprecated

func (PostgresqlHostConfig9_6_BackslashQuote) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig9_6_BackslashQuote.Descriptor instead.

func (PostgresqlHostConfig9_6_BackslashQuote) Number

func (PostgresqlHostConfig9_6_BackslashQuote) String

func (PostgresqlHostConfig9_6_BackslashQuote) Type

type PostgresqlHostConfig9_6_ByteaOutput

type PostgresqlHostConfig9_6_ByteaOutput int32
const (
	PostgresqlHostConfig9_6_BYTEA_OUTPUT_UNSPECIFIED PostgresqlHostConfig9_6_ByteaOutput = 0
	PostgresqlHostConfig9_6_BYTEA_OUTPUT_HEX         PostgresqlHostConfig9_6_ByteaOutput = 1
	PostgresqlHostConfig9_6_BYTEA_OUTPUT_ESCAPED     PostgresqlHostConfig9_6_ByteaOutput = 2
)

func (PostgresqlHostConfig9_6_ByteaOutput) Descriptor

func (PostgresqlHostConfig9_6_ByteaOutput) Enum

func (PostgresqlHostConfig9_6_ByteaOutput) EnumDescriptor deprecated

func (PostgresqlHostConfig9_6_ByteaOutput) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig9_6_ByteaOutput.Descriptor instead.

func (PostgresqlHostConfig9_6_ByteaOutput) Number

func (PostgresqlHostConfig9_6_ByteaOutput) String

func (PostgresqlHostConfig9_6_ByteaOutput) Type

type PostgresqlHostConfig9_6_ConstraintExclusion

type PostgresqlHostConfig9_6_ConstraintExclusion int32
const (
	PostgresqlHostConfig9_6_CONSTRAINT_EXCLUSION_UNSPECIFIED PostgresqlHostConfig9_6_ConstraintExclusion = 0
	PostgresqlHostConfig9_6_CONSTRAINT_EXCLUSION_ON          PostgresqlHostConfig9_6_ConstraintExclusion = 1
	PostgresqlHostConfig9_6_CONSTRAINT_EXCLUSION_OFF         PostgresqlHostConfig9_6_ConstraintExclusion = 2
	PostgresqlHostConfig9_6_CONSTRAINT_EXCLUSION_PARTITION   PostgresqlHostConfig9_6_ConstraintExclusion = 3
)

func (PostgresqlHostConfig9_6_ConstraintExclusion) Descriptor

func (PostgresqlHostConfig9_6_ConstraintExclusion) Enum

func (PostgresqlHostConfig9_6_ConstraintExclusion) EnumDescriptor deprecated

func (PostgresqlHostConfig9_6_ConstraintExclusion) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig9_6_ConstraintExclusion.Descriptor instead.

func (PostgresqlHostConfig9_6_ConstraintExclusion) Number

func (PostgresqlHostConfig9_6_ConstraintExclusion) String

func (PostgresqlHostConfig9_6_ConstraintExclusion) Type

type PostgresqlHostConfig9_6_ForceParallelMode

type PostgresqlHostConfig9_6_ForceParallelMode int32
const (
	PostgresqlHostConfig9_6_FORCE_PARALLEL_MODE_UNSPECIFIED PostgresqlHostConfig9_6_ForceParallelMode = 0
	PostgresqlHostConfig9_6_FORCE_PARALLEL_MODE_ON          PostgresqlHostConfig9_6_ForceParallelMode = 1
	PostgresqlHostConfig9_6_FORCE_PARALLEL_MODE_OFF         PostgresqlHostConfig9_6_ForceParallelMode = 2
	PostgresqlHostConfig9_6_FORCE_PARALLEL_MODE_REGRESS     PostgresqlHostConfig9_6_ForceParallelMode = 3
)

func (PostgresqlHostConfig9_6_ForceParallelMode) Descriptor

func (PostgresqlHostConfig9_6_ForceParallelMode) Enum

func (PostgresqlHostConfig9_6_ForceParallelMode) EnumDescriptor deprecated

func (PostgresqlHostConfig9_6_ForceParallelMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig9_6_ForceParallelMode.Descriptor instead.

func (PostgresqlHostConfig9_6_ForceParallelMode) Number

func (PostgresqlHostConfig9_6_ForceParallelMode) String

func (PostgresqlHostConfig9_6_ForceParallelMode) Type

type PostgresqlHostConfig9_6_LogErrorVerbosity

type PostgresqlHostConfig9_6_LogErrorVerbosity int32
const (
	PostgresqlHostConfig9_6_LOG_ERROR_VERBOSITY_UNSPECIFIED PostgresqlHostConfig9_6_LogErrorVerbosity = 0
	PostgresqlHostConfig9_6_LOG_ERROR_VERBOSITY_TERSE       PostgresqlHostConfig9_6_LogErrorVerbosity = 1
	PostgresqlHostConfig9_6_LOG_ERROR_VERBOSITY_DEFAULT     PostgresqlHostConfig9_6_LogErrorVerbosity = 2
	PostgresqlHostConfig9_6_LOG_ERROR_VERBOSITY_VERBOSE     PostgresqlHostConfig9_6_LogErrorVerbosity = 3
)

func (PostgresqlHostConfig9_6_LogErrorVerbosity) Descriptor

func (PostgresqlHostConfig9_6_LogErrorVerbosity) Enum

func (PostgresqlHostConfig9_6_LogErrorVerbosity) EnumDescriptor deprecated

func (PostgresqlHostConfig9_6_LogErrorVerbosity) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig9_6_LogErrorVerbosity.Descriptor instead.

func (PostgresqlHostConfig9_6_LogErrorVerbosity) Number

func (PostgresqlHostConfig9_6_LogErrorVerbosity) String

func (PostgresqlHostConfig9_6_LogErrorVerbosity) Type

type PostgresqlHostConfig9_6_LogLevel

type PostgresqlHostConfig9_6_LogLevel int32
const (
	PostgresqlHostConfig9_6_LOG_LEVEL_UNSPECIFIED PostgresqlHostConfig9_6_LogLevel = 0
	PostgresqlHostConfig9_6_LOG_LEVEL_DEBUG5      PostgresqlHostConfig9_6_LogLevel = 1
	PostgresqlHostConfig9_6_LOG_LEVEL_DEBUG4      PostgresqlHostConfig9_6_LogLevel = 2
	PostgresqlHostConfig9_6_LOG_LEVEL_DEBUG3      PostgresqlHostConfig9_6_LogLevel = 3
	PostgresqlHostConfig9_6_LOG_LEVEL_DEBUG2      PostgresqlHostConfig9_6_LogLevel = 4
	PostgresqlHostConfig9_6_LOG_LEVEL_DEBUG1      PostgresqlHostConfig9_6_LogLevel = 5
	PostgresqlHostConfig9_6_LOG_LEVEL_LOG         PostgresqlHostConfig9_6_LogLevel = 6
	PostgresqlHostConfig9_6_LOG_LEVEL_NOTICE      PostgresqlHostConfig9_6_LogLevel = 7
	PostgresqlHostConfig9_6_LOG_LEVEL_WARNING     PostgresqlHostConfig9_6_LogLevel = 8
	PostgresqlHostConfig9_6_LOG_LEVEL_ERROR       PostgresqlHostConfig9_6_LogLevel = 9
	PostgresqlHostConfig9_6_LOG_LEVEL_FATAL       PostgresqlHostConfig9_6_LogLevel = 10
	PostgresqlHostConfig9_6_LOG_LEVEL_PANIC       PostgresqlHostConfig9_6_LogLevel = 11
)

func (PostgresqlHostConfig9_6_LogLevel) Descriptor

func (PostgresqlHostConfig9_6_LogLevel) Enum

func (PostgresqlHostConfig9_6_LogLevel) EnumDescriptor deprecated

func (PostgresqlHostConfig9_6_LogLevel) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig9_6_LogLevel.Descriptor instead.

func (PostgresqlHostConfig9_6_LogLevel) Number

func (PostgresqlHostConfig9_6_LogLevel) String

func (PostgresqlHostConfig9_6_LogLevel) Type

type PostgresqlHostConfig9_6_LogStatement

type PostgresqlHostConfig9_6_LogStatement int32
const (
	PostgresqlHostConfig9_6_LOG_STATEMENT_UNSPECIFIED PostgresqlHostConfig9_6_LogStatement = 0
	PostgresqlHostConfig9_6_LOG_STATEMENT_NONE        PostgresqlHostConfig9_6_LogStatement = 1
	PostgresqlHostConfig9_6_LOG_STATEMENT_DDL         PostgresqlHostConfig9_6_LogStatement = 2
	PostgresqlHostConfig9_6_LOG_STATEMENT_MOD         PostgresqlHostConfig9_6_LogStatement = 3
	PostgresqlHostConfig9_6_LOG_STATEMENT_ALL         PostgresqlHostConfig9_6_LogStatement = 4
)

func (PostgresqlHostConfig9_6_LogStatement) Descriptor

func (PostgresqlHostConfig9_6_LogStatement) Enum

func (PostgresqlHostConfig9_6_LogStatement) EnumDescriptor deprecated

func (PostgresqlHostConfig9_6_LogStatement) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig9_6_LogStatement.Descriptor instead.

func (PostgresqlHostConfig9_6_LogStatement) Number

func (PostgresqlHostConfig9_6_LogStatement) String

func (PostgresqlHostConfig9_6_LogStatement) Type

type PostgresqlHostConfig9_6_TransactionIsolation

type PostgresqlHostConfig9_6_TransactionIsolation int32
const (
	PostgresqlHostConfig9_6_TRANSACTION_ISOLATION_UNSPECIFIED      PostgresqlHostConfig9_6_TransactionIsolation = 0
	PostgresqlHostConfig9_6_TRANSACTION_ISOLATION_READ_UNCOMMITTED PostgresqlHostConfig9_6_TransactionIsolation = 1
	PostgresqlHostConfig9_6_TRANSACTION_ISOLATION_READ_COMMITTED   PostgresqlHostConfig9_6_TransactionIsolation = 2
	PostgresqlHostConfig9_6_TRANSACTION_ISOLATION_REPEATABLE_READ  PostgresqlHostConfig9_6_TransactionIsolation = 3
	PostgresqlHostConfig9_6_TRANSACTION_ISOLATION_SERIALIZABLE     PostgresqlHostConfig9_6_TransactionIsolation = 4
)

func (PostgresqlHostConfig9_6_TransactionIsolation) Descriptor

func (PostgresqlHostConfig9_6_TransactionIsolation) Enum

func (PostgresqlHostConfig9_6_TransactionIsolation) EnumDescriptor deprecated

func (PostgresqlHostConfig9_6_TransactionIsolation) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig9_6_TransactionIsolation.Descriptor instead.

func (PostgresqlHostConfig9_6_TransactionIsolation) Number

func (PostgresqlHostConfig9_6_TransactionIsolation) String

func (PostgresqlHostConfig9_6_TransactionIsolation) Type

type PostgresqlHostConfig9_6_XmlBinary

type PostgresqlHostConfig9_6_XmlBinary int32
const (
	PostgresqlHostConfig9_6_XML_BINARY_UNSPECIFIED PostgresqlHostConfig9_6_XmlBinary = 0
	PostgresqlHostConfig9_6_XML_BINARY_BASE64      PostgresqlHostConfig9_6_XmlBinary = 1
	PostgresqlHostConfig9_6_XML_BINARY_HEX         PostgresqlHostConfig9_6_XmlBinary = 2
)

func (PostgresqlHostConfig9_6_XmlBinary) Descriptor

func (PostgresqlHostConfig9_6_XmlBinary) Enum

func (PostgresqlHostConfig9_6_XmlBinary) EnumDescriptor deprecated

func (PostgresqlHostConfig9_6_XmlBinary) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig9_6_XmlBinary.Descriptor instead.

func (PostgresqlHostConfig9_6_XmlBinary) Number

func (PostgresqlHostConfig9_6_XmlBinary) String

func (PostgresqlHostConfig9_6_XmlBinary) Type

type PostgresqlHostConfig9_6_XmlOption

type PostgresqlHostConfig9_6_XmlOption int32
const (
	PostgresqlHostConfig9_6_XML_OPTION_UNSPECIFIED PostgresqlHostConfig9_6_XmlOption = 0
	PostgresqlHostConfig9_6_XML_OPTION_DOCUMENT    PostgresqlHostConfig9_6_XmlOption = 1
	PostgresqlHostConfig9_6_XML_OPTION_CONTENT     PostgresqlHostConfig9_6_XmlOption = 2
)

func (PostgresqlHostConfig9_6_XmlOption) Descriptor

func (PostgresqlHostConfig9_6_XmlOption) Enum

func (PostgresqlHostConfig9_6_XmlOption) EnumDescriptor deprecated

func (PostgresqlHostConfig9_6_XmlOption) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostgresqlHostConfig9_6_XmlOption.Descriptor instead.

func (PostgresqlHostConfig9_6_XmlOption) Number

func (PostgresqlHostConfig9_6_XmlOption) String

func (PostgresqlHostConfig9_6_XmlOption) Type

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL