Re: Shouldn't CREATE TABLE LIKE copy the relhasoids property?

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Shouldn't CREATE TABLE LIKE copy the relhasoids property?
Дата
Msg-id 20150428032450.GY4369@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: Shouldn't CREATE TABLE LIKE copy the relhasoids property?  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: Shouldn't CREATE TABLE LIKE copy the relhasoids property?
Список pgsql-hackers
Bruce Momjian wrote:

> Agreed.  Here is an attached patch for 9.6 which works for multiple
> LIKE'ed tables with multiple inheritance and index creation.  I figured
> out why Tom's OID primary key test was failing so I now process the
> columns and LIKE first, then the constraints.  There is also no longer a
> dependency on default_with_oids.

It seems to me that waiting for 9.6 for what's arguably a bug fix is too
much.  It's not like this is a new feature.  Why don't we just make sure
it is as correct as possible and get it done for 9.5?  It's not even in
beta yet, nor feature freeze.

-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Abhijit Menon-Sen
Дата:
Сообщение: Re: basebackups during ALTER DATABASE ... SET TABLESPACE ... not safe?
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: INSERT ... ON CONFLICT UPDATE/IGNORE 4.0