Changes between Initial Version and Version 1 of Ticket #1705


Ignore:
Timestamp:
Mar 22, 2012, 6:12:41 AM (12 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1705 – Description

    initial v1  
    11right now we have the case (which I've described in the docs)
    22
    3 
    4 {{{CREATE TABLE pois_ny(gid SERIAL PRIMARY KEY
     3{{{
     4CREATE TABLE pois_ny(gid SERIAL PRIMARY KEY
    55   , poi_name text, cat varchar(20)
    66   , geom geometry(POINT,4326) );
     
    1616        WHERE f_table_name LIKE '%pois_ny%';
    1717}}}
     18
    1819
    1920Yields: