Dimitri Fontaine
d9d9e06c0f
Another attempt at fixing #323 .
...
Rather than trying hard to have PostgreSQL fully qualify the index name
with tricks around search_path setting at the time ::regclass is
executed, simply join on pg_namespace to retrieve that schema in a new
slot in our pgsql-index structure so that we can then reuse it when
needed.
Also add a test case for the scenario, including both a UNIQUE
constraint and a classic index, because the DROP and CREATE/ALTER
instructions differ.
2016-01-17 01:54:36 +01:00
..
2015-01-02 18:49:17 +01:00
2016-01-12 14:55:17 +01:00
2015-11-17 17:03:08 +01:00
2015-11-22 22:16:05 +01:00
2013-10-19 22:39:09 +02:00
2015-10-05 01:46:29 +02:00
2013-11-26 16:48:45 +01:00
2014-04-29 14:51:14 +02:00
2013-11-26 16:48:45 +01:00
2015-04-17 21:58:19 +02:00
2015-04-30 14:30:16 +02:00
2015-07-18 23:06:15 +02:00
2014-06-20 13:10:39 +02:00
2014-04-27 23:38:02 +02:00
2015-02-19 15:05:10 +01:00
2014-04-23 17:03:35 +02:00
2015-06-25 14:16:12 +02:00
2016-01-16 22:53:55 +01:00
2015-12-08 11:52:43 +01:00
2015-01-21 13:01:28 +01:00
2015-05-22 12:31:06 +02:00
2014-01-11 18:28:24 +01:00
2014-02-04 20:58:46 +01:00
2015-08-20 18:17:18 +02:00
2014-10-02 01:17:24 +02:00
2015-09-12 00:35:14 +02:00
2015-09-21 13:23:21 +02:00
2014-01-11 18:28:24 +01:00
2014-06-16 17:33:14 +02:00
2013-10-19 22:39:09 +02:00
2015-09-04 01:06:15 +02:00
2015-11-23 22:09:08 +01:00
2015-05-15 07:22:07 -07:00
2015-07-16 21:39:06 +02:00
2014-05-04 23:04:45 +02:00
2015-10-05 16:46:15 +02:00
2015-11-17 17:03:08 +01:00
2013-11-26 16:48:45 +01:00
2014-06-03 12:19:23 +02:00
2016-01-17 01:54:36 +01:00
2013-10-13 22:10:07 +02:00
2013-10-19 22:39:09 +02:00
2016-01-15 23:22:32 +01:00
2013-10-19 22:39:09 +02:00
2013-10-19 22:39:09 +02:00
2014-05-16 23:13:57 +02:00
2016-01-15 23:22:32 +01:00
2015-12-23 21:58:56 +01:00
2013-11-23 21:49:08 +01:00
2014-10-02 01:17:24 +02:00