Re: pg_dump losing index column collations for unique and primary keys
Tom Lane <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.bugs |
|---|---|
| Message-ID | <[email protected]> |
Alexey Bashtanov <[email protected]> writes: > What do you think of making pg_dump warn the user if they are trying > to dump a weird PK/UK which has collations in index and column not matching? > And maybe even throw an error in case of --binary-upgrade? I can't get excited about spending any additional effort on this issue. If I thought it were actually happening in the field to any significant extent, I'd be more interested in supporting the case instead of just disallowing it. But I think the actual occurrences are epsilon, so there are better places to be spending our time. regards, tom lane