forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitab117a6
committed
Restrict comment to the current database in order to prevent them from
mysteriously disappearing.ie. \d+ will only ever show the comment for the current database --which is appropriate since it can only pull comments from the currentdatabase.Won't break pgadmin functionality as it enforces this behaviour already.I didn't find any regression tests for COMMENT.Rod Taylor1 parenta02f834 commitab117a6
1 file changed
+5
-1
lines changedLines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
438 | 438 |
| |
439 | 439 |
| |
440 | 440 |
| |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
441 | 445 |
| |
442 | 446 |
| |
443 | 447 |
| |
|
0 commit comments
Comments
(0)