Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit74d1478

Browse files
committed
Rename binary object to binary format.
1 parentbb72dc2 commit74d1478

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎doc/src/sgml/ref/copy.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/copy.sgml,v 1.14 2000/04/18 23:21:04 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/copy.sgml,v 1.15 2000/04/18 23:43:24 momjian Exp $
33
Postgres documentation
44
-->
55

@@ -48,7 +48,7 @@ COPY [ BINARY ] <replaceable class="parameter">table</replaceable> [ WITH OIDS ]
4848
<listitem>
4949
<para>
5050
Changes the behavior of field formatting, forcing all data to be
51-
stored or readas binaryobjects rather than as text.
51+
stored or readin binaryformat rather than as text.
5252
</para>
5353
</listitem>
5454
</varlistentry>
@@ -193,7 +193,7 @@ ERROR: <replaceable>reason</replaceable>
193193
</title>
194194
<para>
195195
The BINARY keyword will force all data to be
196-
stored/read as binaryobjects rather than as text. It is
196+
stored/read as binaryformat rather than as text. It is
197197
somewhat faster than the normal copy command, but is not
198198
generally portable, and the files generated are somewhat larger,
199199
although this factor is highly dependent on the data itself. By

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp