mirror of
https://github.com/postgres/postgres.git
synced 2025-12-21 05:21:08 +03:00
This patch adds a new GUC var, "default_with_oids", which follows the
proposal for eventually deprecating OIDs on user tables that I posted earlier to pgsql-hackers. pg_dump now always specifies WITH OIDS or WITHOUT OIDS when dumping a table. The documentation has been updated. Neil Conway
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!--
|
||||
$PostgreSQL: pgsql/doc/src/sgml/spi.sgml,v 1.29 2003/11/29 19:51:37 pgsql Exp $
|
||||
$PostgreSQL: pgsql/doc/src/sgml/spi.sgml,v 1.30 2003/12/01 22:07:57 momjian Exp $
|
||||
-->
|
||||
|
||||
<chapter id="spi">
|
||||
@@ -320,7 +320,7 @@ typedef struct
|
||||
<listitem>
|
||||
<para>
|
||||
if a <command>SELECT</command> (but not <command>SELECT
|
||||
... INTO</>) was executed
|
||||
INTO</>) was executed
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@@ -329,7 +329,7 @@ typedef struct
|
||||
<term><symbol>SPI_OK_SELINTO</symbol></term>
|
||||
<listitem>
|
||||
<para>
|
||||
if a <command>SELECT ... INTO</command> was executed
|
||||
if a <command>SELECT INTO</command> was executed
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
Reference in New Issue
Block a user