Annoying messages when copy sql code to psql terminal - Mailing list pgsql-general

From A B
Subject Annoying messages when copy sql code to psql terminal
Date
Msg-id dbbf25900805270624j6e7075cv69ef5dd253de39e8@mail.gmail.com
Whole thread Raw
Responses Re: Annoying messages when copy sql code to psql terminal  (Sam Mason <sam@samason.me.uk>)
Re: Annoying messages when copy sql code to psql terminal  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Annoying messages when copy sql code to psql terminal  ("Merlin Moncure" <mmoncure@gmail.com>)
List pgsql-general
Whenever I use copy-paste to run code in a terminal window that is
running psql, and the code contains a row like

IF FOUND THEN

then I get the words

ABORT        CHECKPOINT   COMMIT       DECLARE      EXECUTE
INSERT       MOVE         REINDEX      ROLLBACK     SHOW
UPDATE
ALTER        CLOSE        COPY         DELETE FROM  EXPLAIN
LISTEN       NOTIFY       RELEASE      SAVEPOINT    START
VACUUM
ANALYZE      CLUSTER      CREATE       DROP         FETCH        LOAD
       PREPARE      RESET        SELECT       TRUNCATE
BEGIN        COMMENT      DEALLOCATE   END          GRANT        LOCK
       REASSIGN     REVOKE       SET          UNLISTEN

That must be some kind of display of possible stuff to write after
"THEN" but it is very annoying. How to turn it of?

pgsql-general by date:

Previous
From: "Dave Page"
Date:
Subject: Re: New MS patent: sounds like PG db rules
Next
From: "Merlin Moncure"
Date:
Subject: Re: Money data type - Deprecated?