VMware Greenplum v6.18 Documentationfunctions in PostGIS 2.5, see the PostGIS documentation PostGIS Functions new or enhanced in 2.5. For a comprehensive list of PostGIS changes in PostGIS 2.5.4 and earlier, see PostGIS 2.5 Appendix A Release Required for the PostGIS TIGER geocoder. For information about the PostGIS extensions, see the PostGIS 2.5 documentation. For information about Greenplum PostGIS feature support, see PostGIS Extension Support about PostGIS Raster data Management, queries, and applications, see https://postgis.net/docs/manual-2.5/using_raster_dataman.html. For a list of PostGIS Raster data types, operators, and functions, see0 码力 | 1959 页 | 19.73 MB | 1 年前3
VMware Greenplum v6.19 Documentationfunctions in PostGIS 2.5, see the PostGIS documentation PostGIS Functions new or enhanced in 2.5. For a comprehensive list of PostGIS changes in PostGIS 2.5.4 and earlier, see PostGIS 2.5 Appendix A Release Required for the PostGIS TIGER geocoder. For information about the PostGIS extensions, see the PostGIS 2.5 documentation. Note: If you installed Greenplum PostGIS 2.1.5, you cannot upgrade from PostGIS 2.1 about PostGIS Raster data Management, queries, and applications, see https://postgis.net/docs/manual-2.5/using_raster_dataman.html. For a list of PostGIS Raster data types, operators, and functions, see0 码力 | 1972 页 | 20.05 MB | 1 年前3
VMware Greenplum v6.17 Documentationfunctions in PostGIS 2.5, see the PostGIS documentation PostGIS Functions new or enhanced in 2.5. For a comprehensive list of PostGIS changes in PostGIS 2.5.4 and earlier, see PostGIS 2.5 Appendix A Release Required for the PostGIS TIGER geocoder. For information about the PostGIS extensions, see the PostGIS 2.5 documentation. For information about Greenplum PostGIS feature support, see PostGIS Extension Support about PostGIS Raster data Management, queries, and applications, see https://postgis.net/docs/manual-2.5/using_raster_dataman.html. For a list of PostGIS Raster data types, operators, and functions, see0 码力 | 1893 页 | 17.62 MB | 1 年前3
VMware Tanzu Greenplum v6.20 Documentationfunctions in PostGIS 2.5, see the PostGIS documentation PostGIS Functions new or enhanced in 2.5. For a comprehensive list of PostGIS changes in PostGIS 2.5.4 and earlier, see PostGIS 2.5 Appendix A Release Greenplum PostGIS extension package. For information about the PostGIS extensions, see the PostGIS 2.5 documentation. For information about Greenplum PostGIS feature support, see PostGIS Extension Support about PostGIS Raster data Management, queries, and applications, see https://postgis.net/docs/manual-2.5/using_raster_dataman.html. For a list of PostGIS Raster data types, operators, and functions, see0 码力 | 1988 页 | 20.25 MB | 1 年前3
VMware Tanzu Greenplum v6.21 Documentationvalue (also called a composite value) from values for its member fields. For example, SELECT ROW(1,2.5,'this is a test'); Row constructors have the syntax rowvalue.*, which expands to a list of the elements value because there is only one getf1() function and therefore no ambiguity: SELECT getf1(ROW(1,2.5,'this is a test')); getf1 VMware Tanzu Greenplum 6 Documentation VMware, Inc 664 ------- 1 getf1(ROW(1,2.5,'this is a test')); ERROR: function getf1(record) is not unique SELECT getf1(ROW(1,2.5,'this is a test')::mytable); getf1 ------- 1 SELECT getf1(CAST(ROW(11,'this is a test',2.5) AS myrowtype));0 码力 | 2025 页 | 33.54 MB | 1 年前3
VMware Greenplum 6 Documentationvalue (also called a composite value) from values for its member fields. For example, SELECT ROW(1,2.5,'this is a test'); Row constructors have the syntax rowvalue.*, which expands to a list of the elements value because there is only one getf1() function and therefore no ambiguity: SELECT getf1(ROW(1,2.5,'this is a test')); getf1 VMware Greenplum 6 Documentation VMware by Broadcom 805 ------- getf1(ROW(1,2.5,'this is a test')); ERROR: function getf1(record) is not unique SELECT getf1(ROW(1,2.5,'this is a test')::mytable); getf1 ------- 1 SELECT getf1(CAST(ROW(11,'this is a test',2.5) AS0 码力 | 2445 页 | 18.05 MB | 1 年前3
VMware Greenplum 6 Documentationfor its member fields. For example, VMware Greenplum 6 Documentation VMware, Inc 796 SELECT ROW(1,2.5,'this is a test'); Row constructors have the syntax rowvalue.*, which expands to a list of the elements value because there is only one getf1() function and therefore no ambiguity: SELECT getf1(ROW(1,2.5,'this is a test')); getf1 ------- 1 CREATE TYPE myrowtype AS (f1 int, f2 text, f3 numeric); CREATE getf1(ROW(1,2.5,'this is a test')); ERROR: function getf1(record) is not unique SELECT getf1(ROW(1,2.5,'this is a test')::mytable); getf1 ------- 1 SELECT getf1(CAST(ROW(11,'this is a test',2.5) AS myrowtype));0 码力 | 2374 页 | 44.90 MB | 1 年前3
VMware Tanzu Greenplum v6.23 Documentationvalue (also called a composite value) from values for its member fields. For example, SELECT ROW(1,2.5,'this is a test'); Row constructors have the syntax rowvalue.*, which expands to a list of the elements value because there is only one getf1() function and therefore no ambiguity: SELECT getf1(ROW(1,2.5,'this is a test')); getf1 ------- 1 CREATE TYPE myrowtype AS (f1 int, f2 text, f3 numeric); CREATE call: SELECT getf1(ROW(1,2.5,'this is a test')); ERROR: function getf1(record) is not unique VMware Tanzu Greenplum 6 Documentation VMware, Inc 769 SELECT getf1(ROW(1,2.5,'this is a test')::mytable);0 码力 | 2298 页 | 40.94 MB | 1 年前3
VMware Tanzu Greenplum 6 Documentationvalue (also called a composite value) from values for its member fields. For example, SELECT ROW(1,2.5,'this is a test'); Row constructors have the syntax rowvalue.*, which expands to a list of the elements value because there is only one getf1() function and therefore no ambiguity: SELECT getf1(ROW(1,2.5,'this is a test')); getf1 ------- 1 CREATE TYPE myrowtype AS (f1 int, f2 text, f3 numeric); getf1(ROW(1,2.5,'this is a test')); ERROR: function getf1(record) is not unique SELECT getf1(ROW(1,2.5,'this is a test')::mytable); getf1 ------- 1 SELECT getf1(CAST(ROW(11,'this is a test',2.5) AS0 码力 | 2311 页 | 17.58 MB | 1 年前3
VMware Greenplum v6.25 Documentationvalue (also called a composite value) from values for its member fields. For example, SELECT ROW(1,2.5,'this is a test'); Row constructors have the syntax rowvalue.*, which expands to a list of the elements value because there is only one getf1() function and therefore no ambiguity: SELECT getf1(ROW(1,2.5,'this is a test')); getf1 VMware Greenplum 6 Documentation VMware, Inc. 776 ------- 1 CREATE getf1(ROW(1,2.5,'this is a test')); ERROR: function getf1(record) is not unique SELECT getf1(ROW(1,2.5,'this is a test')::mytable); getf1 ------- 1 SELECT getf1(CAST(ROW(11,'this is a test',2.5) AS0 码力 | 2400 页 | 18.02 MB | 1 年前3
共 15 条
- 1
- 2













