SnowConvert AI - Redshift - System catalog tables¶
备注
这是一项正在进行的工作。
描述 ¶
系统目录存储架构元数据,例如有关表和列的信息。系统目录表有 PG 前缀。
Amazon Redshift 用户可以访问标准 PostgreSQL 目录表。(Redshift SQL 语言参考系统目录表 (https://docs.aws.amazon.com/redshift/latest/dg/c_intro_catalog_views.html)).
The following table outlines how SnowConvert AI transforms references to SQL functions defined in the pg_catalog
in Redshift.
pg_catalog
中 SQL 函数的映射¶
Redshift | Snowflake |
---|---|
pg_catalog.row_number() | row_number() |
pg_catalog.replace() | replace() |
pg_catalog.lead() | lead() |