func github.com/lib/pq.QuoteLiteral

4 uses

	github.com/lib/pq (current package)
		conn.go#L1520: func QuoteLiteral(literal string) string {

	golang.org/x/pkgsite/internal/postgres
		search.go#L443: 		key := fmt.Sprintf("(%s, %s, %s)", pq.QuoteLiteral(r.PackagePath),
		search.go#L444: 			pq.QuoteLiteral(r.Version), pq.QuoteLiteral(r.ModulePath))