cartodb-postgresql/doc
2016-03-29 12:57:58 +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 Add non-zero requirement 2016-03-15 16:39:39 +01: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_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 Overload CDB_Overviews to accept either a single table or an array 2016-01-26 10:39:26 +01: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_TransformToWebmercator.md Splling fix 2015-07-01 07:03:13 -07:00
CDB_UserTables.md Move doc from wiki to repo, closes #85 2015-07-01 07:01:50 -07: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.