forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5333e01
committed
Remove deprecated syntax from CREATE/DROP LANGUAGE
Remove the option to specify the language name as a single-quotedstring. This has been obsolete sinceee8ed85. Removing it allowsbetter grammar refactoring.The syntax of the CREATE FUNCTION LANGUAGE clause is not changed.Discussion:https://www.postgresql.org/message-id/flat/163c00a5-f634-ca52-fc7c-0e53deda8735%402ndquadrant.com1 parenta3b2bf1 commit5333e01
File tree
3 files changed
+5
-11
lines changed- doc/src/sgml/ref
- src/backend/parser
3 files changed
+5
-11
lines changedLines changed: 0 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
110 | 110 |
| |
111 | 111 |
| |
112 | 112 |
| |
113 |
| - | |
114 |
| - | |
115 |
| - | |
116 |
| - | |
117 |
| - | |
118 | 113 |
| |
119 | 114 |
| |
120 | 115 |
| |
|
Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
66 |
| - | |
67 |
| - | |
| 66 | + | |
68 | 67 |
| |
69 | 68 |
| |
70 | 69 |
| |
|
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4346 | 4346 |
| |
4347 | 4347 |
| |
4348 | 4348 |
| |
4349 |
| - | |
| 4349 | + | |
4350 | 4350 |
| |
4351 | 4351 |
| |
4352 | 4352 |
| |
| |||
4361 | 4361 |
| |
4362 | 4362 |
| |
4363 | 4363 |
| |
4364 |
| - | |
| 4364 | + | |
4365 | 4365 |
| |
4366 | 4366 |
| |
4367 | 4367 |
| |
| |||
4405 | 4405 |
| |
4406 | 4406 |
| |
4407 | 4407 |
| |
4408 |
| - | |
| 4408 | + | |
4409 | 4409 |
| |
4410 | 4410 |
| |
4411 | 4411 |
| |
| |||
4415 | 4415 |
| |
4416 | 4416 |
| |
4417 | 4417 |
| |
4418 |
| - | |
| 4418 | + | |
4419 | 4419 |
| |
4420 | 4420 |
| |
4421 | 4421 |
| |
|
0 commit comments
Comments
(0)