func github.com/jackc/pgtype.quoteHstoreElementIfNeeded

3 uses

	github.com/jackc/pgtype (current package)
		hstore.go#L179: 		buf = append(buf, quoteHstoreElementIfNeeded(k)...)
		hstore.go#L190: 			buf = append(buf, quoteHstoreElementIfNeeded(string(elemBuf))...)
		hstore.go#L234: func quoteHstoreElementIfNeeded(src string) string {