parse tree reading - Mailing list pgsql-admin

From Katherina Litvina
Subject parse tree reading
Date
Msg-id AANLkTin99GY-tOJk6FOZhq8zA8v6RyJePMqOGed3Nj-k@mail.gmail.com
Whole thread Raw
List pgsql-admin
In order to implement the incremental updates of materialized views I need to read parse trees from csv logs (debug_print_parse option). How can I interpret the indexes of all operations and tables and get the real names of all relations?

For example, which data and operation types do the values 1760 and 1700
refer to?
OPEXPR 
:opno 1760
:opfuncid 0
:opresulttype 1700
:opretset false
Best regards,
Katherina Litvina

pgsql-admin by date:

Previous
From: leslie samuel
Date:
Subject: Re: pg_stat_all_tables column value reseting problem.
Next
From: Tapio Pitkäranta
Date:
Subject: Memory limits and PostgreSQL 8.4 - Over 63 GB of memory for DB?