type github.com/jackc/pgconn.Notice

4 uses

	github.com/jackc/pgconn (current package)
		pgconn.go#L35: type Notice PgError
		pgconn.go#L57: type NoticeHandler func(*PgConn, *Notice)
		pgconn.go#L821: func noticeResponseToNotice(msg *pgproto3.NoticeResponse) *Notice {
		pgconn.go#L823: 	return (*Notice)(pgerr)