Jon,
> SHOW server_encoding; > /* above command displays: SQL_ASCII */> update pg_ts_cfg set locale = 'SQL_ASCII' where ts_name = 'default'
Are you sure your locale is SQL_ASCII and not en_US?
--Josh