forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc49130a
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 parent019d45e commitc49130a
1 file changed
+7
-1
lines changedLines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
508 | 508 |
| |
509 | 509 |
| |
510 | 510 |
| |
511 |
| - | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
512 | 518 |
| |
513 | 519 |
| |
514 | 520 |
| |
|
0 commit comments
Comments
(0)