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#L1080: func noticeResponseToNotice(msg *pgproto3.NoticeResponse) *Notice {
		pgconn.go#L1082: 	return (*Notice)(pgerr)