test.sql

application/octet-stream

Filename: test.sql
Type: application/octet-stream
Part: 0
Message: Re: Strange errors from 9.2.1 and 9.2.2 (I hope I'm missing something obvious)
SET client_encoding=UTF8;
DROP TABLE IF EXISTS t;
CREATE TABLE t (
 i INTEGER,
 ⁠PRIMARY KEY (i)
);