can you give me a sql example to explain this? - Mailing list pgsql-general

From jacktby@gmail.com
Subject can you give me a sql example to explain this?
Date
Msg-id 202210252254363052638@gmail.com
Whole thread Raw
Responses Re: can you give me a sql example to explain this?
List pgsql-general
/*
 * In a "leaf" node representing a VALUES list, the above fields are all
 * null, and instead this field is set.  Note that the elements of the
 * sublists are just expressions, without ResTarget decoration. Also note
 * that a list element can be DEFAULT (represented as a SetToDefault
 * node), regardless of the context of the VALUES list. It's up to parse
 * analysis to reject that where not valid.
 */
List    *valuesLists; /* untransformed list of expression lists */

I need to understand what this is used for?

jacktby@gmail.com

pgsql-general by date:

Previous
From: "jacktby@gmail.com"
Date:
Subject: Re: Re: please give me select sqls examples to distinct these!
Next
From: "David G. Johnston"
Date:
Subject: Re: can you give me a sql example to explain this?