Re: get rid of SQL_ASCII?

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: get rid of SQL_ASCII?
Date: 2013-09-05 16:42:17
Message-ID: 5228B469.6040508@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Peter,

> Other ideas? Are there legitimate uses for SQL_ASCII?

Migrating from MySQL. We've had some projects where we couldn't fix
MySQL's non-enforcement text garbage, and had to use SQL_ASCII on the
receiving side. If it hadn't been available, the user would have given
up on Postgres.

--
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2013-09-05 16:44:18 Re: lcr v5 - introduction of InvalidCommandId
Previous Message arthernan 2013-09-05 16:38:21 Where can I find the code for extern OidFunctionCall7?