SnowConvert AI - Redshift - System catalog tables¶
Bemerkung
Dies ist eine unfertige Arbeit.
Beschreibung ¶
Die Systemkataloge speichern Schema-Metadaten, z. B. Informationen über Tabellen und Spalten. Systemkatalogtabellen haben ein Präfix PG.
Die Standard-Katalogtabellen von PostgreSQL sind für Amazon Redshift Benutzer zugänglich. (Redshift SQL-Referenz: System Katalogtabellen).
The following table outlines how SnowConvert AI transforms references to SQL functions defined in the pg_catalog
in Redshift.
Zuordnung von SQL Funktionen aus dem pg_catalog
¶
Redshift | Snowflake |
---|---|
pg_catalog.row_number() | row_number() |
pg_catalog.replace() | replace() |
pg_catalog.lead() | lead() |