From 43059fbd1fd6bc7143821b62ebb4dd57b760203a Mon Sep 17 00:00:00 2001 From: Jim Keener Date: Thu, 16 Feb 2017 18:31:11 -0500 Subject: [PATCH 1/1] Adds documentaiton for \e at the end of a line --- doc/src/sgml/ref/psql-ref.sgml | 6 ++++++ src/bin/psql/help.c | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index ae58708..13cff48 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1694,6 +1694,7 @@ testdb=> \e or \edit filename line_number + query \e or \edit @@ -1724,6 +1725,11 @@ testdb=> not a file name. + + If placed at the end of a query, with no trailing semicolon (;), + the current line will be placed into the editor. + + See under