diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2001-09-21 21:58:30 +0000 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2001-09-21 21:58:30 +0000 |
| commit | fdf07fe14f20ed22cba4d7da2544522778de71d8 (patch) | |
| tree | df23db089529f9348f5b1aa2d4147f852cdc2fb5 /doc/src/sgml/ref/pg_restore.sgml | |
| parent | 196700c372d6ba9d13f1a38cf6b9a4cef3f0f013 (diff) | |
For consistency with the rest of PostgreSQL, rename BLOBs to large objects
in messages and documentation.
Diffstat (limited to 'doc/src/sgml/ref/pg_restore.sgml')
| -rw-r--r-- | doc/src/sgml/ref/pg_restore.sgml | 16 |
1 files changed, 8 insertions, 8 deletions
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 @@ -<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_restore.sgml,v 1.16 2001/09/13 15:55:24 petere Exp $ --> +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_restore.sgml,v 1.17 2001/09/21 21:58:30 petere Exp $ --> <refentry id="APP-PGRESTORE"> <docinfo> @@ -213,7 +213,7 @@ <listitem> <para> Connect to database <replaceable class="parameter">dbname</replaceable> 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. </para> </listitem> </varlistentry> @@ -585,8 +585,8 @@ connectDBStart() -- connect() failed: No such file or directory <listitem> <para> - <command>pg_restore</command> will not restore BLOBs for a single table. If - an archive contains BLOBs, then all BLOBs will be restored. + <command>pg_restore</command> will not restore large objects for a single table. If + an archive contains large objects, then all large objects will be restored. </para> </listitem> @@ -620,8 +620,8 @@ connectDBStart() -- connect() failed: No such file or directory </para> <para> - To dump a database called mydb that contains - <acronym>BLOB</acronym>s to a <filename>tar</filename> file: + To dump a database called <literal>mydb</> that contains + large objects to a <filename>tar</filename> file: <screen> <prompt>$</prompt> <userinput>pg_dump -Ft -b mydb > db.tar</userinput> @@ -629,8 +629,8 @@ connectDBStart() -- connect() failed: No such file or directory </para> <para> - To reload this database (with <acronym>BLOB</acronym>s) to an - existing database called newdb: + To reload this database (with large objects) to an + existing database called <literal>newdb</>: <screen> <prompt>$</prompt> <userinput>pg_restore -d newdb db.tar</userinput> |
