天天看點

Greenplum 自定義複合類型 數組

postgresql , greenplum , composite type array

如果你現在要在greenplum中建立一個複合類型,是不會自動給你建立對應的數組類型的。(而實際上postgresql 在2007年已經支援了這個功能)

greenplum需要等到5.0,才能使用上它了。

<a href="https://github.com/greenplum-db/gpdb/commit/8954a537ee6199a80c38581fd3cd7ed463abbdea">https://github.com/greenplum-db/gpdb/commit/8954a537ee6199a80c38581fd3cd7ed463abbdea</a>

<a href="https://www.postgresql.org/docs/8.2/static/sql-createtype.html">https://www.postgresql.org/docs/8.2/static/sql-createtype.html</a>

array types

繼續閱讀