Re: DROP and ddl_command_end. - Mailing list pgsql-hackers

From Robert Haas
Subject Re: DROP and ddl_command_end.
Date
Msg-id CA+TgmoaxYQ8=S00Ui-res6gTx5Bt9SD0yYpQKFcRC-BA_JgqoA@mail.gmail.com
Whole thread Raw
In response to DROP and ddl_command_end.  (Kyotaro Horiguchi <horikyota.ntt@gmail.com>)
Responses Re: DROP and ddl_command_end.  (Kyotaro Horiguchi <horikyota.ntt@gmail.com>)
List pgsql-hackers
On Mon, Mar 9, 2020 at 3:54 AM Kyotaro Horiguchi
<horikyota.ntt@gmail.com> wrote:
> I may be missing something, andt any opinions, thoughts or suggestions
> are welcome.

Since it's a set-returning function, I would have expected that
instead of trying to assign the result to a variable, you'd loop over
it using FOR var IN query.

But if that's the problem, the error message is a bit odd.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: recovery_target_action=pause with confusing hint
Next
From: Andres Freund
Date:
Subject: Re: explain HashAggregate to report bucket and memory stats