List of table names of a DB - Mailing list pgsql-hackers

From Deepak S
Subject List of table names of a DB
Date
Msg-id BLU182-W539047CBF4E25DA36DB1D0D3470@phx.gbl
Whole thread Raw
Responses Re: List of table names of a DB
List pgsql-hackers
Hello, I am unable to find the function which retrieves the 'list of names of the tables' used in a DB. 

Reason: I need a mechanism by which I can extract the names of the tables used in a query which has been parsed. My plan is to check for a match of each word in the query with a list of names of the tables used in the current DB so that each hit confirms a 'table name' in the query in most cases.

Kindly help.
Thanks in advance.

Deepak

pgsql-hackers by date:

Previous
From: Dean Rasheed
Date:
Subject: Re: Possible typo in create_policy.sgml
Next
From: David Rowley
Date:
Subject: Re: Removing INNER JOINs