| From: | Katherina Litvina <katherinaniv(at)gmail(dot)com> |
|---|---|
| To: | pgsql-admin(at)postgresql(dot)org |
| Subject: | parse tree reading |
| Date: | 2011-03-17 13:47:46 |
| Message-ID: | AANLkTin99GY-tOJk6FOZhq8zA8v6RyJePMqOGed3Nj-k@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tapio Pitkäranta | 2011-03-17 15:46:29 | Memory limits and PostgreSQL 8.4 - Over 63 GB of memory for DB? |
| Previous Message | Vibhor Kumar | 2011-03-16 21:58:35 | Re: Question about upgrading multiple clusters in v9.0.2 |