func github.com/lib/pq.errorf

50 uses

	github.com/lib/pq (current package)
		buf.go#L34: 		errorf("invalid message format; expected string terminator")
		conn.go#L82: 		errorf("unknown transactionStatus %d", s)
		conn.go#L502: 		errorf("unexpected transaction status %v", cn.txnStatus)
		conn.go#L629: 			errorf("unknown response for simple query: %q", t)
		conn.go#L651: 				errorf("unexpected message %q in simple query execution", t)
		conn.go#L675: 				errorf("unexpected DataRow in simple query execution")
		conn.go#L690: 			errorf("unknown response for simple query: %q", t)
		conn.go#L917: 		errorf("unexpected saveMessageType %d", cn.saveMessageType)
		conn.go#L1104: 			errorf("unknown response for startup: %q", t)
		conn.go#L1120: 			errorf("unexpected password response: %q", t)
		conn.go#L1124: 			errorf("unexpected authentication response: %q", t)
		conn.go#L1134: 			errorf("unexpected password response: %q", t)
		conn.go#L1138: 			errorf("unexpected authentication response: %q", t)
		conn.go#L1144: 			errorf("SCRAM-SHA-256 error: %s", sc.Err().Error())
		conn.go#L1156: 			errorf("unexpected password response: %q", t)
		conn.go#L1160: 			errorf("unexpected authentication response: %q", t)
		conn.go#L1166: 			errorf("SCRAM-SHA-256 error: %s", sc.Err().Error())
		conn.go#L1176: 			errorf("unexpected password response: %q", t)
		conn.go#L1180: 			errorf("unexpected authentication response: %q", t)
		conn.go#L1186: 			errorf("SCRAM-SHA-256 error: %s", sc.Err().Error())
		conn.go#L1190: 		errorf("unknown authentication response: %d", code)
		conn.go#L1233: 		errorf("unexpected close response: %q", t)
		conn.go#L1240: 		errorf("expected ready for query, but got: %q", t)
		conn.go#L1273: 		errorf("got %d parameters but PostgreSQL only supports 65535 parameters", len(v))
		conn.go#L1276: 		errorf("got %d parameters but the statement requires %d", len(v), len(st.paramTyps))
		conn.go#L1349: 			errorf("unexpected INSERT command tag %s", commandTag)
		conn.go#L1361: 		errorf("could not parse commandTag: %s", err)
		conn.go#L1453: 				errorf("unexpected DataRow after error %s", err)
		conn.go#L1472: 			errorf("unexpected message after execute: %q", t)
		conn.go#L1586: 		errorf("got %d parameters but PostgreSQL only supports 65535 parameters", len(args))
		conn.go#L1648: 		errorf("unexpected message %q; expected ReadyForQuery", t)
		conn.go#L1668: 		errorf("unexpected Parse response %q", t)
		conn.go#L1693: 			errorf("unexpected Describe statement response %q", t)
		conn.go#L1711: 		errorf("unexpected Describe response %q", t)
		conn.go#L1727: 		errorf("unexpected Bind response %q", t)
		conn.go#L1754: 			errorf("unexpected message during extended query execution: %q", t)
		conn.go#L1767: 				errorf("unexpected CommandComplete after error %s", err)
		conn.go#L1781: 				errorf("unexpected %q after error %s", t, err)
		conn.go#L1789: 			errorf("unknown %s response: %q", protocolState, t)
		copy.go#L101: 				errorf("unexpected ReadyForQuery in response to COPY")
		copy.go#L107: 			errorf("unknown response for copy query: %q", t)
		copy.go#L126: 			errorf("unknown response for CopyFail: %q", t)
		encode.go#L52: 		errorf("encode: unknown type for %T", v)
		encode.go#L87: 		errorf("don't know how to decode binary parameter of type %d", uint32(typ))
		encode.go#L100: 			errorf("%s", err)
		encode.go#L116: 			errorf("%s", err)
		encode.go#L125: 			errorf("%s", err)
		encode.go#L153: 		errorf("encode: unknown type for %T", v)
		encode.go#L207: 		errorf("decode: %s", err)
		error.go#L459: func errorf(s string, args ...interface{}) {