1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-01 14:21:49 +03:00

Feature T411 is not found in SQL:2003 or 2008 anymore, so it must have been

dropped or it was a mistake.
This commit is contained in:
Peter Eisentraut 2008-10-20 14:22:57 +00:00
parent a3bf6d2cf5
commit 0fd2756c19

View File

@ -455,7 +455,6 @@ T331 Basic roles NO
T332 Extended roles NO T332 Extended roles NO
T351 Bracketed SQL comments (/*...*/ comments) YES T351 Bracketed SQL comments (/*...*/ comments) YES
T401 INSERT into a cursor NO T401 INSERT into a cursor NO
T411 UPDATE statement: SET ROW option NO
T431 Extended grouping capabilities NO T431 Extended grouping capabilities NO
T432 Nested and concatenated GROUPING SETS NO T432 Nested and concatenated GROUPING SETS NO
T433 Multiargument GROUPING function NO T433 Multiargument GROUPING function NO