- Notifications
You must be signed in to change notification settings - Fork5
Commitb34f6ab
committed
psql backward compatibility fix
For servers older than 8.3, sort display of child tables by relname insteadof oid::regclass::text, because the cast from regclass to text did not workback then. The older display may be slightly worse when different schemasare involved, but that should be rare enough.1 parentba3fb57 commitb34f6ab
1 file changed
+5
-2
lines changedLines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
1821 | 1821 |
| |
1822 | 1822 |
| |
1823 | 1823 |
| |
1824 |
| - | |
| 1824 | + | |
| 1825 | + | |
| 1826 | + | |
| 1827 | + | |
1825 | 1828 |
| |
1826 | 1829 |
| |
1827 | 1830 |
| |
|
0 commit comments
Comments
(0)