Changes between Version 13 and Version 14 of WKTRasterTutorial01


Ignore:
Timestamp:
Jun 10, 2010, 2:03:02 PM (14 years ago)
Author:
pracine
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WKTRasterTutorial01

    v13 v14  
    4646The resulting sql commands are copied to the .sql file using the ">" pipe command.
    4747
    48 You can then execute the sql file with psql like this:
    49 
    50 {{{
    51     >psql -f C:\Temp\cariboupoints.sql demodb   
     48Assuming you have already created a database when you installed PostGIS and that you named it "tutorial01", you can then execute the sql file with "psql" like this:
     49
     50{{{
     51    >psql -f C:\Temp\cariboupoints.sql tutorial01
    5252}}}
    5353       
     
    5959
    6060
    61  2.  Create a connection to PostGIS by clicking the icon on the right of the connection field and  adding a new connection with the name of your choice, the "localhost" server, at port "5432", on your database instance (here "demodb") with your PostgreSQL username and password. Click OK to establish the connection.
     61 2.  Create a connection to PostGIS by clicking the icon on the right of the connection field and  adding a new connection with the name of your choice, the "localhost" server, at port "5432", on your database instance (here "tutorial01") with your PostgreSQL username and password. Click OK to establish the connection.
    6262
    6363
     
    108108
    109109{{{
    110     >psql -f C:\Temp\Pierre\Data\SRTM\srtm.sql demodb
     110    >psql -f C:\Temp\Pierre\Data\SRTM\srtm.sql tutorial01
    111111}}}
    112112