From 3b569a59b245a919532ebf76cb472dcbfe970dee Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Mon, 13 Apr 2015 09:51:07 +0200 Subject: [PATCH] Revert "Adding minimal doc for #67" This reverts commit c9068c712705b3aa351599685d5b7155e4e45da3. It documents a still unavailable function. To be added later. --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 9f8cf5a..6e2c642 100644 --- a/README.md +++ b/README.md @@ -405,11 +405,6 @@ Now that you have created two tables, you'll see entries for them in the `pointc > Returns a patch with only points whose values are the same as the supplied values > for the requested dimension. -**PC_Compress(p pcpatch,global_compression_scheme text,comma_separated_compression_style text)** returns **pcpatch** - -> Returns a patch with manually set compression for every dimension -> only global_compression_scheme authorized is 'dimensional' -> compression_style authorized values are 'auto', 'zlib','sigbits','rle' ## PostGIS Integration ##