@ -29,4 +29,10 @@ for s in (
db.commit()
csr.execute("select * from t_pgcollate order by t")
for r in csr:
print(r)
for c in r[0]:
print(f"{ord(c):02x} ", end="")
print("- ", end="")
print(c, end="")
print("")