Show / Hide Table of Contents

Enum ServerCompatibilityMode

An option specified in the connection string that activates special compatibility features.

Namespace: Npgsql
Assembly: Npgsql.dll
Syntax
public enum ServerCompatibilityMode

Fields

Name Description
None

No special server compatibility mode is active

NoTypeLoading

The server is doesn't support full type loading from the PostgreSQL catalogs, support the basic set of types via information hardcoded inside Npgsql.

Redshift

The server is an Amazon Redshift instance.

Back to top Generated by DocFX