Re: [patch] pg_attribute.attndims turns to 0 when 'create tablelike/as'
Re: [patch] pg_attribute.attndims turns to 0 when 'create tablelike/as'
От:
Alexey Bashtanov <bashtanov@imap.cc>
Дата:
> Judging from the discussion in [1], attndims is deprecated. Good to know, thanks. > Could you describe what you are trying to achieve with it? Mostly conformance with the documentation. Might be easier to fix the docs though.
[patch] pg_attribute.attndims turns to 0 when 'create table like/as'
От:
Alexey Bashtanov <alexey@brandwatch.com>
Дата:
As reported in [1], pg_attribute.attndims turns to 0 when 'create table like/as'. The patch attached is to fix it. Best Regards, Alexey [1] https://www.postgresql.org/message-id/20150707072942.1186.98151%40wrigleys.postgresql.org
Re: [patch] pg_attribute.attndims turns to 0 when 'create tablelike/as'
От:
Alexander Kuzmenkov <a.kuzmenkov@postgrespro.ru>
Дата:
On 04/16/2018 05:01 PM, Alexey Bashtanov wrote: > As reported in [1], pg_attribute.attndims turns to 0 when 'create > table like/as'. > The patch attached is to fix it. > Hi Alexey, Judging from the discussion in [1], attndims is deprecated. Could you describe what you are trying to achieve with it? [1] https://www.postgresql.org/message-id/3792.1485959113%40sss.pgh.pa.us -- Alexander Kuzmenkov Postgres Professional: http://www.postgrespro.com The Russian Postgres Company