summaryrefslogtreecommitdiff
path: root/psql notes.txt
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2024-09-20 15:42:06 -0500
committerluxagraf <sng@luxagraf.net>2024-09-20 15:42:06 -0500
commit725f58e222b52169fa28e48680230a647335c706 (patch)
treefa8ab652a4095d1bb053b97e531ccc0c40834d62 /psql notes.txt
parent278b8b82f352a1731e22f9840e6789410ce199f1 (diff)
haven't used git in a while, bringing up to date
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