forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6f3dc00
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 parent788cb1c commit6f3dc00
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 |
| |
| |||
1115 | 1121 |
| |
1116 | 1122 |
| |
1117 | 1123 |
| |
1118 |
| - | |
| 1124 | + | |
| 1125 | + | |
| 1126 | + | |
| 1127 | + | |
| 1128 | + | |
| 1129 | + | |
| 1130 | + | |
1119 | 1131 |
| |
1120 | 1132 |
| |
1121 | 1133 |
| |
|
0 commit comments
Comments
(0)