Re: Postgres question

From: Thomas Kellerer <shammat(at)gmx(dot)net>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Postgres question
Date: 2022-08-17 15:01:02
Message-ID: 0580e44f-3ef1-a711-3323-e2ff9bc9d25d@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

ajay venki schrieb am 17.08.2022 um 14:39:
> Thanks. I am looking forward to install pgloader tool to migrate my MS SQL data to postgres. 
> I tried searching it online and the instructions were not clear to me. Is there any article or video which talks about pgloader installation on windows 10 ?

pgLoader isn't full supported on Windows as far as I know. You will have to build it yourself,
but the manual[1] mentions several problems and drawbacks

It's probably easier to use docker to get it running, rather than trying to build it yourself.

Or don't use Windows to run Postgres - it runs much better on Linux anyway.

Thomas

---
1: https://pgloader.readthedocs.io/en/latest/install.html

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2022-08-17 15:07:43 Re: Sub:column "" is of type bigint but expression is of type character varying
Previous Message ajay venki 2022-08-17 12:39:27 Re: Postgres question