Databases
PG_DUMP - Man Page
Submitted by btilma on Tue, 12/30/2008 - 01:09.
Section: PostgreSQL Client Applications (1)
Updated: 2008-10-31
Index
Updated: 2008-10-31
Index
NAME
pg_dump - extract a PostgreSQL database into a script file or other archive fileSYNOPSIS
pg_dump [ option... ] [ dbname ]
DESCRIPTION
pg_dump is a utility for backing up a PostgreSQL database.
- Read more
- 49 reads
PSQL - Man Page
Submitted by btilma on Tue, 12/30/2008 - 01:08.
Section: PostgreSQL Client Applications (1)
Updated: 2008-10-31
Index
Updated: 2008-10-31
Index
NAME
psql - PostgreSQL interactive terminalSYNOPSIS
psql [ option... ] [ dbname
[ username ] ]
DESCRIPTION
psql is a terminal-based front-end to PostgreSQL.
- Read more
- 48 reads
MYSQLDUMP - Man Page
Submitted by btilma on Tue, 12/30/2008 - 01:04.
Section: MySQL Database System (1)
Updated: 08/02/2008
IndexThe
mysqldump
client is a backup program originally written by Igor Romanenko.
Updated: 08/02/2008
Index
NAME
mysqldump - a database backup programSYNOPSIS
- mysqldump [options] [db_name [tbl_name ...]]
DESCRIPTION
- Read more
- 54 reads
MYSQL - Man Page
Submitted by btilma on Tue, 12/30/2008 - 01:03.
Section: MySQL Database System (1)
Updated: 08/02/2008
Indexis a simple SQL shell (with GNU
readline
capabilities). It supports interactive and non-interactive use. When used interactively, query results are presented in an ASCII-table format.
Updated: 08/02/2008
Index
NAME
mysql - the MySQL command-line toolSYNOPSIS
- mysql [options] db_name
DESCRIPTION
mysql
- Read more
- 44 reads


