From fdf07fe14f20ed22cba4d7da2544522778de71d8 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 21 Sep 2001 21:58:30 +0000 Subject: For consistency with the rest of PostgreSQL, rename BLOBs to large objects in messages and documentation. --- doc/src/sgml/ref/pg_dump.sgml | 12 ++++++------ doc/src/sgml/ref/pg_restore.sgml | 16 ++++++++-------- 2 files changed, 14 insertions(+), 14 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml index 9712ed3aa74..5d031d66f2e 100644 --- a/doc/src/sgml/ref/pg_dump.sgml +++ b/doc/src/sgml/ref/pg_dump.sgml @@ -1,5 +1,5 @@ @@ -144,7 +144,7 @@ Postgres documentation --blobs - Dump data and BLOB data. + Include large objects in dump. @@ -616,8 +616,8 @@ connectDBStart() -- connect() failed: No such file or directory - To dump a database called mydb that contains - BLOBs to a tar file: + To dump a database called mydb that contains + large objects to a tar file: $ pg_dump -Ft -b mydb > db.tar @@ -625,8 +625,8 @@ connectDBStart() -- connect() failed: No such file or directory - To reload this database (with BLOBs) to an - existing database called newdb: + To reload this database (with large objects) to an + existing database called newdb: $ pg_restore -d newdb db.tar diff --git a/doc/src/sgml/ref/pg_restore.sgml b/doc/src/sgml/ref/pg_restore.sgml index e498d76048a..c048ebbe8c0 100644 --- a/doc/src/sgml/ref/pg_restore.sgml +++ b/doc/src/sgml/ref/pg_restore.sgml @@ -1,4 +1,4 @@ - + @@ -213,7 +213,7 @@ Connect to database dbname and restore - directly into the database. BLOBs can only be restored by using a direct database connection. + directly into the database. Large objects can only be restored by using a direct database connection. @@ -585,8 +585,8 @@ connectDBStart() -- connect() failed: No such file or directory - pg_restore will not restore BLOBs for a single table. If - an archive contains BLOBs, then all BLOBs will be restored. + pg_restore will not restore large objects for a single table. If + an archive contains large objects, then all large objects will be restored. @@ -620,8 +620,8 @@ connectDBStart() -- connect() failed: No such file or directory - To dump a database called mydb that contains - BLOBs to a tar file: + To dump a database called mydb that contains + large objects to a tar file: $ pg_dump -Ft -b mydb > db.tar @@ -629,8 +629,8 @@ connectDBStart() -- connect() failed: No such file or directory - To reload this database (with BLOBs) to an - existing database called newdb: + To reload this database (with large objects) to an + existing database called newdb: $ pg_restore -d newdb db.tar -- cgit v1.2.3