[prev in list] [next in list] [prev in thread] [next in thread] 

List:       postgis-users
Subject:    Re: [postgis-users] Postgres-Help
From:       David Blasby <dblasby () refractions ! net>
Date:       2003-07-17 18:12:35
Message-ID: 3F16E713.7020900 () refractions ! net
[Download RAW message or body]

Swaminathan, Gayathri wrote:

> For ex:I have a parcels table in postgresql to which I will have to
> alter/update the geom information.

Just use standard SQL:

INSERT INTO <table> VALUES (23, 'POINT(0 0)');

UPDATE <table> set the_geom = 'POINT(0 0)' WHERE id = 23;

dave


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic