Re: subquery and sub-SELECT - Mailing list pgsql-hackers

From Tom Lane
Subject Re: subquery and sub-SELECT
Date
Msg-id 292155.1722738132@sss.pgh.pa.us
Whole thread Raw
In response to subquery and sub-SELECT  (Tatsuo Ishii <ishii@postgresql.org>)
Responses Re: subquery and sub-SELECT
List pgsql-hackers
Tatsuo Ishii <ishii@postgresql.org> writes:
> In our documentations, "subquery", "sub-query", "sub-select" and
> "sub-SELECT" are used. In English, are they interchangeable?

Pretty nearly.  I think "sub-query" can include DML such as
INSERT RETURNING, whereas "sub-select" should only be a SELECT.
(I'm not claiming that we've been perfectly accurate about
that distinction.)  The dashes definitely don't matter.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Junwang Zhao
Date:
Subject: Re: Official devcontainer config
Next
From: Tatsuo Ishii
Date:
Subject: Re: subquery and sub-SELECT