Access inside pg_node_tree from query?

From: Ryan Murphy <ryanfmurphy(at)gmail(dot)com>
To: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Access inside pg_node_tree from query?
Date: 2017-02-11 10:19:14
Message-ID: CAHeEsBddCbdvY=Rrm44mFLFLCpP5LcNOtKA1-y=VkM8zT2pELA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Banck 2017-02-11 10:25:20 Re: gitlab post-mortem: pg_basebackup waiting for checkpoint
Previous Message Erik Rijkers 2017-02-11 10:16:34 Re: Logical replication existing data copy