| From: | "Peter J(dot) Holzer" <hjp-pgsql(at)hjp(dot)at> |
|---|---|
| To: | pgsql-general(at)lists(dot)postgresql(dot)org |
| Subject: | Re: ODBC Driver dsplay name |
| Date: | 2020-09-05 12:31:50 |
| Message-ID: | 20200905123150.GA25592@hjp.at |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On 2020-09-03 13:42:42 +0000, Siva postgres wrote:
> When I download psqlodbc from https://www.postgresql.org/ftp/odbc/versions/msi/
> and install ODBC I get the following names
>
> PostgreSQL ANSI
> PostgreSQL Unicode
>
> 1. Is there any difference between two ?
The character encoding and therefore the set of characters you can use.
Always use PostgreSQL Unicode, unless you have (very old and arguably
broken) software which can't handle it.
hp
--
_ | Peter J. Holzer | Story must make more sense than reality.
|_|_) | |
| | | hjp(at)hjp(dot)at | -- Charles Stross, "Creative writing
__/ | http://www.hjp.at/ | challenge!"
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Magnus Hagander | 2020-09-06 17:27:43 | Re: Fix typo in Comments of HandleProcSignalBarrierInterrupt |
| Previous Message | Michael Lewis | 2020-09-04 17:12:26 | Re: Bitmap scan seem like such a strange choice when "limit 1" |