Changes between Version 9 and Version 10 of Saving and loading the database with Eider


Ignore:
Timestamp:
Mar 13, 2012 1:29:38 PM (13 years ago)
Author:
celine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Saving and loading the database with Eider

    v9 v10  
    4545To create the database go here:["CookBook shptopostgres"] 
    4646 
     47{{{ 
     48#!sql 
     49To know how many lines you have in the table estaciones_st from the schema oria 
     50select count(*) from oria.estaciones_st 
     51}}}