Databases

PG_DUMP - Man Page

Section: PostgreSQL Client Applications (1)
Updated: 2008-10-31
Index  

NAME

pg_dump - extract a PostgreSQL database into a script file or other archive file

 

SYNOPSIS

pg_dump [ option... ] [ dbname ]  

DESCRIPTION

pg_dump is a utility for backing up a PostgreSQL database.

PSQL - Man Page

Section: PostgreSQL Client Applications (1)
Updated: 2008-10-31
Index  

NAME

psql - PostgreSQL interactive terminal

 

SYNOPSIS

psql [ option... ] [ dbname
 [ 
username ]  ]   

DESCRIPTION

psql is a terminal-based front-end to PostgreSQL.

MYSQLDUMP - Man Page

Section: MySQL Database System (1)
Updated: 08/02/2008
Index  

NAME

mysqldump - a database backup program  

SYNOPSIS

mysqldump [options] [db_name [tbl_name ...]]
 

DESCRIPTION

The mysqldump client is a backup program originally written by Igor Romanenko.

MYSQL - Man Page

Section: MySQL Database System (1)
Updated: 08/02/2008
Index  

NAME

mysql - the MySQL command-line tool  

SYNOPSIS

mysql [options] db_name
 

DESCRIPTION

mysql

is 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.

Search Engine Optimization