Re: [COMMITTERS] pgsql: Implement table partitioning.
От | Robert Haas |
---|---|
Тема | Re: [COMMITTERS] pgsql: Implement table partitioning. |
Дата | |
Msg-id | CA+TgmoYSX6OPwySBYkcaUyh_HpsFD00kiNzJ3RO7zSFiSAU=_Q@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: [COMMITTERS] pgsql: Implement table partitioning. (Robert Haas <robertmhaas@gmail.com>) |
Ответы |
Re: [COMMITTERS] pgsql: Implement table partitioning.
Re: [COMMITTERS] pgsql: Implement table partitioning. |
Список | pgsql-hackers |
On Wed, Dec 7, 2016 at 1:30 PM, Robert Haas <robertmhaas@gmail.com> wrote: > -- partitioned table cannot partiticipate in regular inheritance > CREATE TABLE partitioned2 ( > a int > --- 392,411 ---- > c text, > d text > ) PARTITION BY RANGE (a oid_ops, plusone(b), c collate "default", d > collate "en_US"); > + ERROR: collation "en_US" for encoding "SQL_ASCII" does not exist ... > No idea why yet, but I'll try to figure it out. And of course that'd be because relying on en_US isn't portable. Sigh. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company
В списке pgsql-hackers по дате отправления: