Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
1bb38bb4
Commit
1bb38bb4
authored
Sep 29, 2004
by
Neil Conway
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor documentation improvement.
parent
e7cb6816
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
14 deletions
+13
-14
doc/src/sgml/runtime.sgml
doc/src/sgml/runtime.sgml
+13
-14
No files found.
doc/src/sgml/runtime.sgml
View file @
1bb38bb4
<!--
<!--
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.28
4 2004/09/26 22:51:49 tgl
Exp $
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.28
5 2004/09/29 06:27:11 neilc
Exp $
-->
-->
<Chapter Id="runtime">
<Chapter Id="runtime">
...
@@ -3063,19 +3063,19 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
...
@@ -3063,19 +3063,19 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
<term><varname>default_with_oids</varname> (<type>boolean</type>)</term>
<term><varname>default_with_oids</varname> (<type>boolean</type>)</term>
<listitem>
<listitem>
<para>
<para>
This controls whether <command>CREATE TABLE</command>
This controls whether <command>CREATE TABLE</command>
and
and
<command>CREATE TABLE AS</command> will include OIDs in
<command>CREATE TABLE AS</command> will include OIDs in
newly-created tables, if neither <literal>WITH OIDS</literal>
newly-created tables, if neither <literal>WITH OIDS</literal>
nor <literal>WITHOUT OIDS</literal>
have been specified. It
nor <literal>WITHOUT OIDS</literal>
is specified. It also
also determines whether OIDs will be included in tables
determines whether OIDs will be included in tables created by
created by
<command>SELECT INTO</command>. In
<command>SELECT INTO</command>. In
<productname>PostgreSQL</productname> &version;
<productname>PostgreSQL</productname> &version;
<varname>default_with_oids</varname> defaults to
<varname>default_with_oids</varname> defaults to
true. This is
true. This is also the behavior of previous versions
also the behavior of previous versions of
of <productname>PostgreSQL</productname>. However, assuming
<productname>PostgreSQL</productname>. However, assuming that
t
hat tables will contain OIDs by default is not
t
ables will contain OIDs by default is not encouraged. This
encouraged. This option will probably default to false in a
option will probably default to false in a future release of
future release of
<productname>PostgreSQL</productname>.
<productname>PostgreSQL</productname>.
</para>
</para>
<para>
<para>
...
@@ -3084,8 +3084,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
...
@@ -3084,8 +3084,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
future versions of <productname>PostgreSQL</productname>, this
future versions of <productname>PostgreSQL</productname>, this
option should be disabled, and applications that require OIDs
option should be disabled, and applications that require OIDs
on certain tables should explicitly specify <literal>WITH
on certain tables should explicitly specify <literal>WITH
OIDS</literal> when issuing the <command>CREATE
OIDS</literal> when those tables are created.
TABLE</command> statements for the tables in question.
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment