Skip to content

Instantly share code, notes, and snippets.

@Rub21
Created December 7, 2012 17:35
Show Gist options
  • Save Rub21/4234946 to your computer and use it in GitHub Desktop.
Save Rub21/4234946 to your computer and use it in GitHub Desktop.
postgres@ruben-pc:/home/ruben$ psql -d tiger -c "\d tiger_version"
Table "public.tiger_version"
Column | Type | Modifiers
---------+-------------------------+-----------
osm_id | bigint |
version | smallint |
highway | character varying(255) |
geom | geometry(Geometry,4326) |
postgres@ruben-pc:/home/ruben$ psql
psql (9.1.6)
Type "help" for help.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment