Re: Getting list of tables used within a query - Mailing list pgsql-general

From Pavel Stehule
Subject Re: Getting list of tables used within a query
Date
Msg-id 162867790907160412q6e788363q18c6448310a7be52@mail.gmail.com
Whole thread Raw
In response to Getting list of tables used within a query  (Marek Lewczuk <newsy@lewczuk.com>)
List pgsql-general
Hello

you need analyze execution plan - parser does know nothing about table order.

look on EXPLAIN statement

regards
Pavel Stehule

pgsql-general by date:

Previous
From: Bill Moran
Date:
Subject: Re: Concurrency issue under very heay loads
Next
From: Rafael Martinez
Date:
Subject: Re: Problems with 8.4, FLOAT8PASSBYVAL and x86_64 GNU/Linux