Files
cartodb/lib/sql/doc/CDB_SetUserQuotaInBytes.md
Your Name 8bfa9f5dc7 sql
2020-07-12 16:08:49 +00:00

283 B

Sets user quota in bytes (superuser only)

Using the function

SELECT CDB_SetUserQuotaInBytes(10485760);
--- Returns the previously set quota.
--- Use 0 to disable quota.

REF: https://github.com/CartoDB/cartodb-postgresql/blob/master/scripts-available/CDB_Quota.sql