cartodb-postgresql/doc
Javier Goizueta 057695361d Fix typo
2019-07-01 17:49:42 +02:00
..
CartoDB-PLpgSQL.md Move doc from wiki to repo, closes #85 2015-07-01 07:01:50 -07:00
CartoDB-user-table.rst remove bigint mention 2016-03-29 12:57:58 +02:00
cartodbfy-requirements.rst Update cartodbfy-requirements.rst 2016-04-26 14:43:24 +02:00
CDB_ColumnNames.md Splling fix 2015-07-01 07:03:13 -07:00
CDB_ColumnType.md Splling fix 2015-07-01 07:03:13 -07:00
CDB_EstimateRowCount.md Add CDB_EstimateRowCount function 2017-04-07 15:35:48 +02:00
CDB_GreatCircle.md Adding function to produce a great circle between two points. 2015-10-14 11:36:48 -04:00
CDB_HeadsTailsBins.md Splling fix 2015-07-01 07:03:13 -07:00
CDB_HexagonGrid.md Move doc from wiki to repo, closes #85 2015-07-01 07:01:50 -07:00
CDB_JenksBins.md Move doc from wiki to repo, closes #85 2015-07-01 07:01:50 -07:00
CDB_MakeHexagon.md Splling fix 2015-07-01 07:03:13 -07:00
CDB_Overviews.md Overviews documentation fixes 2016-04-27 16:23:25 +02:00
CDB_QuantileBins.md Splling fix 2015-07-01 07:03:13 -07:00
CDB_RectangleGrid.md Splling fix 2015-07-01 07:03:13 -07:00
CDB_SetUserQuotaInBytes.md Move doc from wiki to repo, closes #85 2015-07-01 07:01:50 -07:00
CDB_SyncTable.md Fix typo 2019-07-01 17:49:42 +02:00
CDB_TransformToWebmercator.md Splling fix 2015-07-01 07:03:13 -07:00
CDB_UserTables.md Improve CDB_UserTables doc 2016-09-05 11:52:39 +02:00
CDB_XYZ_Extent.md Splling fix 2015-07-01 07:03:13 -07:00
CDB_XYZ_Resolution.md Splling fix 2015-07-01 07:03:13 -07:00
README.md Remove outdated references to schema triggers and change triggers 2015-12-29 10:43:18 +01: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.