cartodb-postgresql/doc
Javier Goizueta 57c32332e2 New function CDB_CreateOverviewsWithToleranceInPixels
This function allows defining the previously fixed parameter grid_px.
The lim parameter used to define the reference Z level is also
correlated to this value.

Fixes #219
2016-04-04 19:21:10 +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 New function CDB_CreateOverviewsWithToleranceInPixels 2016-04-04 19:21:10 +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_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.