Changes between Version 9 and Version 10 of Saving and loading the database with Eider
- Timestamp:
- Mar 13, 2012 1:29:38 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Saving and loading the database with Eider
v9 v10 45 45 To create the database go here:["CookBook shptopostgres"] 46 46 47 {{{ 48 #!sql 49 To know how many lines you have in the table estaciones_st from the schema oria 50 select count(*) from oria.estaciones_st 51 }}}