1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-03 22:24:49 +03:00

Mark savepoints as supported.

This commit is contained in:
Bruce Momjian 2004-08-02 12:46:49 +00:00
parent e3b8530cc3
commit b99b094487

View File

@ -325,7 +325,7 @@ T231 SENSITIVE cursors YES
T241 START TRANSACTION statement YES T241 START TRANSACTION statement YES
T251 SET TRANSACTION statement: LOCAL option NO T251 SET TRANSACTION statement: LOCAL option NO
T261 Chained transactions NO T261 Chained transactions NO
T271 Savepoints NO T271 Savepoints YES
T281 SELECT privilege with column granularity NO T281 SELECT privilege with column granularity NO
T301 Functional Dependencies NO T301 Functional Dependencies NO
T312 OVERLAY function YES T312 OVERLAY function YES