From f0ec120e2bedddbcb4e2fae75a0e1d3960be0c50 Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Thu, 26 Dec 2013 21:52:25 +0100 Subject: [PATCH] Update docs, we now have per-column matching rules and auto_increment matching. --- pgloader.1.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/pgloader.1.md b/pgloader.1.md index 1408852..5db9567 100644 --- a/pgloader.1.md +++ b/pgloader.1.md @@ -1086,15 +1086,6 @@ the following limitations: The other ones should be easy enough to implement now, it's just not done yet. - - Per-column rather than per-type casting rules are on the roadmap too, - just not implemented yet. - - - Casting Rules with conditions on typemods are implemented in default - rules but not exposed in the command grammar yet. - - Also, included casting rules know how to deal with "extra" definition - such as auto_increment, but it's not exposed to the grammar yet. - - The PostgreSQL `client_encoding` should be set to `UFT8` as pgloader is using that setting when asking MySQL for its data.