\ef should probably append semicolons - Mailing list pgsql-hackers

From Joshua Tolley
Subject \ef should probably append semicolons
Date
Msg-id e7e0a2570810101638u3c60ad6bif90f787629217b11@mail.gmail.com
Whole thread Raw
Responses Re: \ef should probably append semicolons
List pgsql-hackers
The new \ef psql command creates nicely usable "CREATE OR REPLACE
FUNCTION ..." text based on the function I tell it to edit, but the
text it creates *doesn't* include a final semicolon, so when I exit my
editor-of-choice after messing with my function, it doesn't run the
code I've given it until I type one of my own. This is annoying. See
attached for a patch to fix it.

- Josh / eggyknap

Attachment

pgsql-hackers by date:

Previous
From: Josh Berkus
Date:
Subject: Re: Contrib, schema, and load_module
Next
From: Tom Lane
Date:
Subject: Re: libpq ssl -> clear fallback looses error messages