cartodb-4.42/lib/sql/doc
2024-04-06 05:25:13 +00:00
..
CartoDB-PLpgSQL.md first commit 2024-04-06 05:25:13 +00:00
CartoDB-user-table.rst first commit 2024-04-06 05:25:13 +00:00
cartodbfy-requirements.rst first commit 2024-04-06 05:25:13 +00:00
CDB_ColumnNames.md first commit 2024-04-06 05:25:13 +00:00
CDB_ColumnType.md first commit 2024-04-06 05:25:13 +00:00
CDB_EstimateRowCount.md first commit 2024-04-06 05:25:13 +00:00
CDB_GreatCircle.md first commit 2024-04-06 05:25:13 +00:00
CDB_HeadsTailsBins.md first commit 2024-04-06 05:25:13 +00:00
CDB_HexagonGrid.md first commit 2024-04-06 05:25:13 +00:00
CDB_JenksBins.md first commit 2024-04-06 05:25:13 +00:00
CDB_MakeHexagon.md first commit 2024-04-06 05:25:13 +00:00
CDB_Overviews.md first commit 2024-04-06 05:25:13 +00:00
CDB_QuantileBins.md first commit 2024-04-06 05:25:13 +00:00
CDB_RectangleGrid.md first commit 2024-04-06 05:25:13 +00:00
CDB_SetUserQuotaInBytes.md first commit 2024-04-06 05:25:13 +00:00
CDB_SyncTable.md first commit 2024-04-06 05:25:13 +00:00
CDB_TransformToWebmercator.md first commit 2024-04-06 05:25:13 +00:00
CDB_UserTables.md first commit 2024-04-06 05:25:13 +00:00
CDB_XYZ_Extent.md first commit 2024-04-06 05:25:13 +00:00
CDB_XYZ_Resolution.md first commit 2024-04-06 05:25:13 +00:00
README.md first commit 2024-04-06 05:25:13 +00:00

Contents

The CartoDB PostgreSQL extension is a module to load into each CartoDB user database to perform cartodb-specific security and functionality checks.

Checks

User tables need to match certain structure criteria (See CartoDB-user-table) so the extension should provide a mean to enforce such structure everytime an attempt to change structure is encountered.