From 1a7e99b2fd71411f83763ee9c5ff70df5220a8f1 Mon Sep 17 00:00:00 2001 From: piensaenpixel Date: Wed, 11 Jan 2017 12:43:51 +0100 Subject: [PATCH] Update quota_information.md --- doc/quota_information.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/quota_information.md b/doc/quota_information.md index 3607542..e7bca4a 100644 --- a/doc/quota_information.md +++ b/doc/quota_information.md @@ -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