[postgis-users] Viewing the PostGIS in Action examples in QGIS

Luis Carrasco leca00 at gmail.com
Thu Feb 14 07:03:09 PST 2013


You could also try a "create view viewname as" or "create table tablename
as" at the beginning of your selection query and make sure you have an id
column with unique numbers in your table.

I would also recommend taking a Postgresql tutorial. A lot of operations in
Postgis become much easier when you get familiar with the basics of the
main database system.

This book was certainly very useful for me:
Beginning Databases with PostgreSQL: From Novice to
Professional<http://www.amazon.com/Beginning-Databases-PostgreSQL-Novice-Professional/dp/1590594789/ref=sr_1_4?ie=UTF8&qid=1360853965&sr=8-4&keywords=postgresql>
Hope this helps.

On Wed, Feb 13, 2013 at 6:45 PM, Charles Sprowal <uchihabarles at gmail.com>wrote:

> Thank you everyone for your responses. This is exactly what I needed!
>
> _______________________________________________
> postgis-users mailing list
> postgis-users at lists.osgeo.org
> http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users
>
>
-- 
Luis E Carrasco, Ph.D.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20130214/4e38ec2f/attachment.html>


More information about the postgis-users mailing list