Update quota_information.md

This commit is contained in:
piensaenpixel
2017-01-11 12:43:51 +01:00
committed by GitHub
parent 2ad9e508f5
commit 1a7e99b2fd

View File

@@ -56,7 +56,7 @@ SELECT * FROM cdb_service_quota_info();
Result:
```
```sql
service | monthly_quota | used_quota | soft_limit | provider
----------------+---------------+------------+------------+------------------
isolines | 100 | 0 | f | mapzen
@@ -102,7 +102,7 @@ SELECT COUNT(*) FROM {tablename} WHERE {street_name_column} IS NOT NULL;
Result: here's a sample result of 10000 records:
```
```sql
count
-------
10000
@@ -118,7 +118,7 @@ SELECT cdb_enough_quota('hires_geocoder', {number_of_records});
The result is similar to the following:
```
```sql
cdb_enough_quota
------------------
t