[HACKERS] Access inside pg_node_tree from query? - Mailing list pgsql-hackers

From Ryan Murphy
Subject [HACKERS] Access inside pg_node_tree from query?
Date
Msg-id CAHeEsBddCbdvY=Rrm44mFLFLCpP5LcNOtKA1-y=VkM8zT2pELA@mail.gmail.com
Whole thread Raw
Responses Re: [HACKERS] Access inside pg_node_tree from query?  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-hackers
Hi Postgressers,

Quick question, just curious - is there a way to access the members of a `pg_node_tree` value within a Postgres query?  By pg_node_tree I mean for example, the `ev_qual` field in the `pg_rewrite` table.  By "access the members" I mean in the same way that you can access the members of a json or jsonp value (using -> or ->>).  Is there anything analogous for pg_node_tree?

Thanks!
Ryan

pgsql-hackers by date:

Previous
From: Erik Rijkers
Date:
Subject: Re: [HACKERS] Logical replication existing data copy
Next
From: Michael Banck
Date:
Subject: Re: [HACKERS] gitlab post-mortem: pg_basebackup waiting forcheckpoint