-
Hello,
I'm using pgloader verstion : pgloader version "3.5.2"
My table :
>
Column | Type | Collation | Nullable | Default | St…
-
I loaded an empty__*__ sqlite script into a pg db running on psql v11.
When I try visualize it with pgAdmin, instead of empty tables, I get the following error:
![screenshot_20181105_141442](htt…
-
```
load database
FROM mssql://blah:pass@some.ip.address/blah
INTO postgresql://somethig:fdsdsfsdfsdf@localhost:5432/blah_mirror
INCLUDING ONLY TABLE NAMES LIKE 'sometable' IN SCHEMA 'db…
-
I am migrating data from MySQL to PostgreSQL using pgloader Docker command.
`docker run --rm --name pgloader --net app-network dimitri/pgloader pgloader --with="quote identifiers" mysql://root:exam…
-
On all solutions:
```
Built Problem500/Bash/solution_1.sh: Answer: 35407281: 3.38s
WARNING:
Couldn't re-execute SB…
-
With the news that pgloader now supports loading data from Postgres to Redshift, the one feature that is lacking is the ability to migrate from Redshift to Postgres.
All of the tools in the wild are …
-
Cool tool. Just gave it a try. It seems to work fine, but looks to be in an infinite loop.
The data looks to have successfully transferred in a few minutes but for some hours now it continues to pr…
-
Hi,
When a timestamp/date field has data with the month name explicitly specified, the data is being auto converted to the month value in number .
Eg: When the data file has value 'May 20 2018' …
-
I am working on trying to use pgloader for a MySQL to PostgreSQL migration. Everything seems to be going well except for one issue. There hundreds of tables and columns that start with “ao_” that are…
-
mysql version:5.6.32
greenplum version:5.11.0
pgloader version:3.5.1
mysql2gp.load
```
_LOAD DATABASE
FROM mysql://palo_load:ttpai@172.16.4.91/ttpai_boss_v1
INTO postgresql://…