From e560e496863ccded312f4d404890e79651ec65e0 Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Fri, 13 Oct 2017 02:55:28 -0400 Subject: [PATCH] get rid of commented out sample json --- srce.pgsql | 45 --------------------------------------------- 1 file changed, 45 deletions(-) diff --git a/srce.pgsql b/srce.pgsql index 783428f..beaa58a 100644 --- a/srce.pgsql +++ b/srce.pgsql @@ -1,48 +1,3 @@ -/* -SELECT -jsonb_pretty( -$$ -{ - "name": "GOOGDM", - "type": "json_csv", - "schema": { - "rows": [ - { - "elements": [ - { - "status": "text", - "distance": { - "text": "text", - "value": "numeric" - }, - "duration": { - "text": "text", - "value": "value" - } - } - ] - } - ], - "status": "text", - "origin_addresses": [ - "text" - ], - "destination_addresses": [ - "text" - ] - }, - "unique_constraint": { - "type": "key", - "fields": [ - "{origin_adresses,0}", - "{destination_adresses,0}" - ] - } -} -$$::jsonb -) -*/ - DO $$ declare _t text;