forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit07d5205
committed
Throw nice error if server is too old to support psql's \ef or \sf command.
Previously, you'd get "function pg_catalog.pg_get_functiondef(integer) doesnot exist", which is at best rather unprofessional-looking. Back-patchto 8.4 where \ef was introduced.Josh Kupershmidt1 parent91e8cb6 commit07d5205
1 file changed
+14
-2
lines changedLines changed: 14 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
583 | 583 |
| |
584 | 584 |
| |
585 | 585 |
| |
586 |
| - | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
587 | 593 |
| |
588 | 594 |
| |
589 | 595 |
| |
| |||
1110 | 1116 |
| |
1111 | 1117 |
| |
1112 | 1118 |
| |
1113 |
| - | |
| 1119 | + | |
| 1120 | + | |
| 1121 | + | |
| 1122 | + | |
| 1123 | + | |
| 1124 | + | |
| 1125 | + | |
1114 | 1126 |
| |
1115 | 1127 |
| |
1116 | 1128 |
| |
|
0 commit comments
Comments
(0)