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

Commit1bb38bb

Browse files
author
Neil Conway
committed
Minor documentation improvement.
1 parente7cb681 commit1bb38bb

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

‎doc/src/sgml/runtime.sgml

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.284 2004/09/26 22:51:49 tgl Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.285 2004/09/29 06:27:11 neilc Exp $
33
-->
44

55
<Chapter Id="runtime">
@@ -3063,19 +3063,19 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
30633063
<term><varname>default_with_oids</varname> (<type>boolean</type>)</term>
30643064
<listitem>
30653065
<para>
3066-
This controls whether <command>CREATE TABLE</command>
3067-
and<command>CREATE TABLE AS</command> will include OIDs in
3066+
This controls whether <command>CREATE TABLE</command> and
3067+
<command>CREATE TABLE AS</command> will include OIDs in
30683068
newly-created tables, if neither <literal>WITH OIDS</literal>
3069-
nor <literal>WITHOUT OIDS</literal>have beenspecified. It
3070-
alsodetermines whether OIDs will be included in tables
3071-
created by<command>SELECT INTO</command>. In
3069+
nor <literal>WITHOUT OIDS</literal>isspecified. It also
3070+
determines whether OIDs will be included in tables created by
3071+
<command>SELECT INTO</command>. In
30723072
<productname>PostgreSQL</productname> &version;
3073-
<varname>default_with_oids</varname> defaults to
3074-
true. This isalso the behavior of previous versions
3075-
of<productname>PostgreSQL</productname>. However, assuming
3076-
thattables will contain OIDs by default is not
3077-
encouraged. Thisoption will probably default to false in a
3078-
future release of<productname>PostgreSQL</productname>.
3073+
<varname>default_with_oids</varname> defaults to true. This is
3074+
also the behavior of previous versions of
3075+
<productname>PostgreSQL</productname>. However, assuming that
3076+
tables will contain OIDs by default is not encouraged. This
3077+
option will probably default to false in a future release of
3078+
<productname>PostgreSQL</productname>.
30793079
</para>
30803080

30813081
<para>
@@ -3084,8 +3084,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
30843084
future versions of <productname>PostgreSQL</productname>, this
30853085
option should be disabled, and applications that require OIDs
30863086
on certain tables should explicitly specify <literal>WITH
3087-
OIDS</literal> when issuing the <command>CREATE
3088-
TABLE</command> statements for the tables in question.
3087+
OIDS</literal> when those tables are created.
30893088
</para>
30903089
</listitem>
30913090
</varlistentry>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp