[COMMITTERS] pgsql: Fix multiple assignments to a column of a domain type.

2017-07-11 Thread Tom Lane
Fix multiple assignments to a column of a domain type. We allow INSERT and UPDATE commands to assign to the same column more than once, as long as the assignments are to subfields or elements rather than the whole column. However, this failed when the target column was a domain over array rather

[COMMITTERS] pgsql: Fix multiple assignments to a column of a domain type.

2017-07-11 Thread Tom Lane
Fix multiple assignments to a column of a domain type. We allow INSERT and UPDATE commands to assign to the same column more than once, as long as the assignments are to subfields or elements rather than the whole column. However, this failed when the target column was a domain over array rather

[COMMITTERS] pgsql: Fix multiple assignments to a column of a domain type.

2017-07-11 Thread Tom Lane
Fix multiple assignments to a column of a domain type. We allow INSERT and UPDATE commands to assign to the same column more than once, as long as the assignments are to subfields or elements rather than the whole column. However, this failed when the target column was a domain over array rather

[COMMITTERS] pgsql: Fix multiple assignments to a column of a domain type.

2017-07-11 Thread Tom Lane
Fix multiple assignments to a column of a domain type. We allow INSERT and UPDATE commands to assign to the same column more than once, as long as the assignments are to subfields or elements rather than the whole column. However, this failed when the target column was a domain over array rather

[COMMITTERS] pgsql: Fix multiple assignments to a column of a domain type.

2017-07-11 Thread Tom Lane
Fix multiple assignments to a column of a domain type. We allow INSERT and UPDATE commands to assign to the same column more than once, as long as the assignments are to subfields or elements rather than the whole column. However, this failed when the target column was a domain over array rather

[COMMITTERS] pgsql: Fix multiple assignments to a column of a domain type.

2017-07-11 Thread Tom Lane
Fix multiple assignments to a column of a domain type. We allow INSERT and UPDATE commands to assign to the same column more than once, as long as the assignments are to subfields or elements rather than the whole column. However, this failed when the target column was a domain over array rather

[COMMITTERS] pgsql: Tag refs/tags/REL_10_BETA2 was created

2017-07-11 Thread pgsql
Tag refs/tags/REL_10_BETA2 was created. -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers