Link Search Menu Expand Document

PostgreSqlDbSetting


This class is the BaseDbSetting-derived implementation for PostgreSQL. It is automatically registered by PostgreSqlBootstrap — you do not need to instantiate it directly under normal use.

Configured Values

PropertyValue
AreTableHintsSupportedfalse
AverageableTypedouble
ClosingQuote"
DefaultSchemapublic
IsDirectionSupportedtrue
IsExecuteReaderDisposabletrue
IsMultiStatementExecutabletrue
IsPreparabletrue
IsUseUpsertfalse
OpeningQuote"
ParameterPrefix@

Usability

Use DbSettingMapper to override it with a custom implementation.

DbSettingMapper.Add(typeof(NpgsqlConnection), new MyCustomPostgreSqlDbSetting(), true);