replica_identity_stmt.go 144 B

12345678910
  1. package pg
  2. type ReplicaIdentityStmt struct {
  3. IdentityType byte
  4. Name *string
  5. }
  6. func (n *ReplicaIdentityStmt) Pos() int {
  7. return 0
  8. }