|
1 | 1 | <!-- |
2 | | -$PostgreSQL: pgsql/doc/src/sgml/ref/rollback_to.sgml,v 1.2 2004/08/12 19:12:21 tgl Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/ref/rollback_to.sgml,v 1.3 2004/08/24 00:06:51 neilc Exp $ |
3 | 3 | PostgreSQL documentation |
4 | 4 | --> |
5 | 5 |
|
@@ -128,13 +128,15 @@ COMMIT; |
128 | 128 | <title>Compatibility</title> |
129 | 129 |
|
130 | 130 | <para> |
131 | | - The SQL2003 standard specifies that the keyword SAVEPOINT is mandatory. |
132 | | - <productname>PostgreSQL</productname> and <productname>Oracle</productname> |
133 | | - allow the SAVEPOINT keyword to be omitted. SQL2003 allows only |
134 | | - WORK, not TRANSACTION, as a noise word after ROLLBACK. Also, SQL2003 |
135 | | - has an optional clause AND [ NO ] CHAIN which is not currently supported |
136 | | - by <productname>PostgreSQL</productname>. Otherwise, this command is |
137 | | - fully conforming. |
| 131 | + The SQL2003 standard specifies that the keyword |
| 132 | + <literal>SAVEPOINT</> is mandatory. <productname>PostgreSQL</> and |
| 133 | + <productname>Oracle</> allow the <literal>SAVEPOINT</literal> |
| 134 | + keyword to be omitted. SQL2003 allows only <literal>WORK</>, not |
| 135 | + <literal>TRANSACTION</>, as a noise word after |
| 136 | + <literal>ROLLBACK</>. Also, SQL2003 has an optional clause |
| 137 | + <literal>AND [ NO ] CHAIN</> which is not currently supported by |
| 138 | + <productname>PostgreSQL</>. Otherwise, this command is fully |
| 139 | + conforming. |
138 | 140 | </para> |
139 | 141 | </refsect1> |
140 | 142 |
|
|