type github.com/jackc/pgx/v5/pgconn.Notice

4 uses

	github.com/jackc/pgx/v5/pgconn (current package)
		pgconn.go#L39: type Notice PgError
		pgconn.go#L68: type NoticeHandler func(*PgConn, *Notice)
		pgconn.go#L1030: func noticeResponseToNotice(msg *pgproto3.NoticeResponse) *Notice {
		pgconn.go#L1032: 	return (*Notice)(pgerr)