/*********************************************************************//** @file pg_blob.txt @mainpage pg_blob - Program to import and export large objects pg_blob is a program that makes it possible to import and export large objects over a client server connection into a PostreSQL database. The program has been written because there was no documented possibility to work on large objects with standard tools to import and export files from the client side (machine). The command line interface of pg_blob is as follows: @verbatim usage: pg_blob [options] -i, --import import blob from file -u, --update overwrite blob with data from file -e, --export export blob to file -x, --remove remove blob -o, --oid object id -f, --file=filename file to read from or to write to -D, --db=database database to connect to -h, --host=hostname machine running the database server -p, --port=port-no port number for server connection -U, --user=login database user for login -P, --passwd=password users password -v, --version show program version --help show this help @endverbatim *************************************************************************/