Search Results for

    Show / Hide Table of Contents

    Enum RelationMessage.ReplicaIdentitySetting

    Replica identity setting for the relation (same as relreplident in pg_class).

    Namespace: Npgsql.Replication.PgOutput.Messages
    Assembly: Npgsql.dll
    Syntax
    public enum ReplicaIdentitySetting : byte
    Remarks

    See https://www.postgresql.org/docs/current/catalog-pg-class.html

    Fields

    Name Description
    AllColumns

    All columns.

    Default

    Default (primary key, if any).

    IndexWithIndIsReplIdent

    Index with indisreplident set (same as nothing if the index used has been dropped)

    Nothing

    Nothing.

    In This Article
    Back to top © Copyright 2022 The Npgsql Development Team