Difference between revisions of "PostgreSQL"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
==Links== | ==Links== | ||
* [http://www.postgresql.org/ PostgreSQL] home page | * [http://www.postgresql.org/ PostgreSQL] home page | ||
+ | ==Notes== | ||
+ | To backup a database: | ||
+ | * <code>su - postgres -c 'pg_dump {{arg|database name}} ' > {{arg|output_file.sql}} | ||
+ | ** Presumably "postgres" is the postgres "superuser"? |
Revision as of 12:48, 14 January 2018
Computing: Software: Database Engines: PostgreSQL
This page is a seed article. You can help HTYP water it: make a request to expand a given page and/or donate to help give us more writing-hours!
|
Links
- PostgreSQL home page
Notes
To backup a database:
su - postgres -c 'pg_dump <database name> ' > <output_file.sql>
- Presumably "postgres" is the postgres "superuser"?