@ -5,6 +5,9 @@ import psycopg2
db = psycopg2.connect("")
csr = db.cursor()
csr.execute("select version()")
for r in csr:
print(r[0])
csr.execute("drop table if exists t_pgcollate")
csr.execute("create table t_pgcollate(t text)")
for c in range(1, 0xD800):