PostgreSqlDbSetting

A setting class used for the PostgreSql data provider.

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

Property Value
AreTableHintsSupported false
AverageableType double
ClosingQuote "
DefaultSchema public
IsDirectionSupported true
IsExecuteReaderDisposable true
IsMultiStatementExecutable true
IsPreparable true
IsUseUpsert false
OpeningQuote "
ParameterPrefix @

Usability

Use DbSettingMapper to override it with a custom implementation.

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