File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 1
1
<!--
2
- $PostgreSQL: pgsql/doc/src/sgml/ref/select_into.sgml,v 1.30 2004/08/24 00:06:51 neilc Exp $
2
+ $PostgreSQL: pgsql/doc/src/sgml/ref/select_into.sgml,v 1.31 2004/09/26 23:48:07 neilc Exp $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -119,10 +119,9 @@ SELECT [ ALL | DISTINCT [ ON ( <replaceable class="PARAMETER">expression</replac
119
119
in <application>ECPG</application> (see <xref linkend="ecpg">) and
120
120
<application>PL/pgSQL</application> (see <xref linkend="plpgsql">).
121
121
The <productname>PostgreSQL</productname> usage of <command>SELECT
122
- INTO</command> to represent table creation is historical. It's
122
+ INTO</command> to represent table creation is historical. It is
123
123
best to use <command>CREATE TABLE AS</command> for this purpose in
124
- new code. (<command>CREATE TABLE AS</command> isn't standard
125
- either, but it's less likely to cause confusion.)
124
+ new code.
126
125
</para>
127
126
</refsect1>
128
127
</refentry>
Original file line number Diff line number Diff line change 1
- <!-- $PostgreSQL: pgsql/doc/src/sgml/ref/set_transaction.sgml,v 1.22 2004/09/20 00:04:19 neilc Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/ref/set_transaction.sgml,v 1.23 2004/09/26 23:48:07 neilc Exp $ -->
2
2
<refentry id="SQL-SET-TRANSACTION">
3
3
<refmeta>
4
4
<refentrytitle id="SQL-SET-TRANSACTION-TITLE">SET TRANSACTION</refentrytitle>
@@ -118,10 +118,10 @@ where <replaceable class="parameter">transaction_mode</replaceable> is one of:
118
118
</para>
119
119
120
120
<para>
121
- It is possible to dispense with <command>SET TRANSACTION</command> by
122
- instead specifying the desired <replaceable
121
+ It is possible to dispense with <command>SET TRANSACTION</command>
122
+ by instead specifying the desired <replaceable
123
123
class="parameter">transaction_modes</replaceable> in
124
- <command>START TRANSACTION</command>.
124
+ <command>BEGIN</command> or <command> START TRANSACTION</command>.
125
125
</para>
126
126
127
127
<para>
You can’t perform that action at this time.
0 commit comments