forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitbe703cd

Thomas G. Lockhart
Implement nested block comments in the backend and in psql.
Include updates for the comment.sql regression test.Implement SET SESSION CHARACTERISTICS and SET DefaultXactIsoLevel.Implement SET SESSION CHARACTERISTICS TRANSACTION COMMIT and SET AutoCommit in the parser only. Need to add code to actually do something.Implement WITHOUT TIME ZONE type qualifier.Define SCHEMA keyword, along with stubbed-out grammar.Implement "[IN|INOUT|OUT] [varname] type" function arguments in parser only; INOUT and OUT throws an elog(ERROR).Add PATH as a type-specific token, since PATH is in SQL99 to support schema resource search and resolution.1 parent1e901bb commitbe703cd
File tree
10 files changed
+423
-172
lines changed- src
- backend
- parser
- utils/misc
- bin/psql
- include/nodes
- test/regress
- expected
- sql
10 files changed
+423
-172
lines changedLines changed: 33 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| |||
200 | 200 |
| |
201 | 201 |
| |
202 | 202 |
| |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
203 | 235 |
| |
204 | 236 |
| |
205 | 237 |
| |
|
0 commit comments
Comments
(0)