Re: Add for ALTER TEXT SEARCH CONFIGURATION

2019-11-25 Thread Tom Lane
Euler Taveira writes: > Em sex., 15 de nov. de 2019 às 16:10, Jeff Janes > escreveu: >> If you alter one of the built-in text search configurations, the >> modifications to it will not get dumped by pg_dump, and thus won't get >> propagated by pg_upgrade leading to silent behavior changes in th

Re: Add for ALTER TEXT SEARCH CONFIGURATION

2019-11-25 Thread Euler Taveira
Em sex., 15 de nov. de 2019 às 16:10, Jeff Janes escreveu: > > If you alter one of the built-in text search configurations, the > modifications to it will not get dumped by pg_dump, and thus won't get > propagated by pg_upgrade leading to silent behavior changes in the new > cluster (as well in

Add for ALTER TEXT SEARCH CONFIGURATION

2019-11-15 Thread Jeff Janes
If you alter one of the built-in text search configurations, the modifications to it will not get dumped by pg_dump, and thus won't get propagated by pg_upgrade leading to silent behavior changes in the new cluster (as well in any other type of restoration from pg_dump output) I would say it is ba