Search Results for

    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.

    • Improve this Doc
    • View Source
    In This Article
    Back to top © Copyright 2022 The Npgsql Development Team