Re: data migration using EXTENSION tds_fdw

From: Jim Nasby <jim(dot)nasby(at)gmail(dot)com>
To: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>, Eyüp Liste <eyup(dot)liste(at)turk(dot)net>, "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: data migration using EXTENSION tds_fdw
Date: 2024-01-16 19:59:49
Message-ID: 617c1d7e-8b4e-4765-82a8-2e69acfd42c3@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 1/15/24 1:17 PM, Adrian Klaver wrote:
>
> I don't use tds_fdw, so the best I can do is point you at information
>
> Hopefully someone with practical experience will chime in with more
> specific information.
>
> The information I could find is:
>
> https://www.freetds.org/userguide/configs.html#Localization

One other UTF8 "gotcha" in Postgres that may or may not be relevant
here: UTF8 considers the value 0 (as in a 0 byte; not the glyph "0") to
be a legit character, but for various reasons Postgres can't actually
support that, so trying to insert into a text/varchar/char field in PG
will give you an error (not sure what exact error you'd get though).
--
Jim Nasby, Data Architect, Austin TX

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jim Nasby 2024-01-16 20:27:58 Re: postgres sql assistance
Previous Message Jim Nasby 2024-01-16 19:56:41 Re: Add support for data change delta tables