forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6533062
committed
doc: Clarify status of SELECT INTO on reference page
The documentation as well as source code comments weren't entirelyclear whether SELECT INTO was truly deprecated (thus in theorydestined to be removed eventually), or just a less recommendedvariant. After discussion, it appears that other implementations alsouse SELECT INTO in direct SQL in a way similar to PostgreSQL, so itseems worth keeping it for compatibility. Update the language in thedocumentation to that effect.Discussion:https://www.postgresql.org/message-id/flat/96dc0df3-e13a-a85d-d045-d6e2c85218da%40enterprisedb.com1 parent6aaaa76 commit6533062
1 file changed
+5
-3
lines changedLines changed: 5 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
138 | 138 |
| |
139 | 139 |
| |
140 | 140 |
| |
141 |
| - | |
142 |
| - | |
143 |
| - | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
144 | 146 |
| |
145 | 147 |
| |
146 | 148 |
| |
|
0 commit comments
Comments
(0)