summaryrefslogtreecommitdiff
path: root/psql notes.txt
diff options
context:
space:
mode:
Diffstat (limited to 'psql notes.txt')
-rwxr-xr-xpsql notes.txt13
1 files changed, 0 insertions, 13 deletions
diff --git a/psql notes.txt b/psql notes.txt
deleted file mode 100755
index 28ef2df..0000000
--- a/psql notes.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-psql notes
-
-Backup:
-
- $ pg_dump -U {user-name} {source_db} -f {dumpfilename.sql}
-
-Restore:
-
- $ psql -U {user-name} -d {desintation_db}-f {dumpfilename.sql}
-
-Postgres 8.4/geodjango setup on centos:
-
-<http://invisibleroads.com/tutorials/postgresql-postgis-install.html> \ No newline at end of file