pgloader icon indicating copy to clipboard operation
pgloader copied to clipboard

Migrate to PostgreSQL in a single command!

Results 325 pgloader issues
Sort by recently updated
recently updated
newest added

- [ ] pgloader --version ``` ``` - [ ] did you search for other similar issues? Yes - [ ] how can to reproduce the bug? - clone `https://github.com/dimitri/pgloader.git`...

- [x] pgloader --version ``` pgloader version "3.6.9" compiled with SBCL 2.0.1.debian ``` - [x] did you test a fresh compile from the source tree? Yes, I've tested, but still...

- [ ] pgloader --version ``` 3.6.9 ``` - [X] did you test a fresh compile from the source tree? - [X] did you search for other similar issues? -...

We are migrating the Oracle to PostgreSQL and we are facing the issue for the pgloader where i need to insert the compressed blob data in the XML_BILL_OBJ coloumn where...

For SQL Server, when copying foreign key definitions with multiple columns, only the last of N columns is taken over. The original code tried to aggregate columns in-place, but it...

I am migrating data from an MSSQL database to a PostgreSQL database using pgloader. I would like to know if it is possible to specify the target table when using...

Hello guys, I'm trying to migrate all data from MSSQL to PGSQL, everything works fine, the data is migrated. The problem is I don't understand why the case is not...

- [ ] pgloader --version ``` 3.6.7~devel ``` it seems that pgloader is not executing `reset sequence` if there is a `CAST` In the following load file if I remove...

Cast SQL Server auto-incremented `int` (4 bytes) to PG `serial` (4 bytes). Fixes: dimitri/pgloader#1590