mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-08 07:16:58 +02:00
We have a lot of new features to document. This is a first patch about that, some more work is to be done. That said, it's better than nothing already.
13 lines
604 B
ReStructuredText
13 lines
604 B
ReStructuredText
Migrating a Redhift Database to PostgreSQL
|
|
==========================================
|
|
|
|
This command instructs pgloader to load data from a database connection.
|
|
Automatic discovery of the schema is supported, including build of the
|
|
indexes, primary and foreign keys constraints. A default set of casting
|
|
rules are provided and might be overloaded and appended to by the command.
|
|
|
|
The command and behavior are the same as when migration from a PostgreSQL
|
|
database source. pgloader automatically discovers that it's talking to a
|
|
Redshift database by parsing the output of the `SELECT version()` SQL query.
|
|
|