Cvičná databáze PostGIS: Porovnání verzí

Z GeoWikiCZ
mBez shrnutí editace
m (gis1)
Řádek 4: Řádek 4:


  psql pgis_student
  psql pgis_student
=== Schéma gis1 ===
Obsahuje data ze [[153GIS1 2008 - 3. cvičení - PostGIS| cvičení předmětu GIS1]].
<pre>
\dt gis1.
            List of relations
Schema |      Name        | Type  | Owner
--------+-------------------+-------+-------
gis1  | kltm50            | table | landa
gis1  | lesy              | table | landa
gis1  | obce              | table | landa
gis1  | obce_b            | table | landa
gis1  | zeleznice        | table | landa
gis1  | zeleznice_stanice | table | landa
(6 rows)
</pre>


{{GIS}}
{{GIS}}
{{GFOSS}}
{{GFOSS}}

Verze z 16. 4. 2009, 14:54

Na serveru josef je umístěna cvičná databáze PostGIS pgis_student. Databáze je přístupná všem uživatelům serveru josef bez omezení a je určena pro experimenty. Databáze je pracovní - každý den je vrácena do původního stavu. Není určena pro skladování dat, data vytvořená uživateli jsou každodenně odstraněna (během noci).

psql pgis_student

Schéma gis1

Obsahuje data ze cvičení předmětu GIS1.

\dt gis1.
             List of relations
 Schema |       Name        | Type  | Owner 
--------+-------------------+-------+-------
 gis1   | kltm50            | table | landa
 gis1   | lesy              | table | landa
 gis1   | obce              | table | landa
 gis1   | obce_b            | table | landa
 gis1   | zeleznice         | table | landa
 gis1   | zeleznice_stanice | table | landa
(6 rows)