Add quota functions to client #302

This commit is contained in:
Rafa de la Torre
2016-11-24 13:05:31 +01:00
parent efb10e43e4
commit 37a3214f67
2 changed files with 31 additions and 0 deletions

View File

@@ -377,3 +377,16 @@
multi_field: true
params:
- { name: aggregate_type, type: text, default: 'NULL' }
- name: cdb_service_params
return_type: SETOF cdb_dataservices_client.service_params
multi_row: true
no_params: true
params:
- {}
- name: cdb_enough_quota
return_type: BOOLEAN
params:
- { name: service, type: cdb_dataservices_client.service_type }
- { name: input_size, type: NUMERIC }