Search Postgresql Archives

Re: How to get the OID of a view

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello
--------------

On 22.05.2020, at 18:15, stan <stanb@xxxxxxxxx> wrote:

I am trying to write a query to return the names, and data types of all the
columns in a view. It has been pointed out to me that the best approach
would be using pg_catalog. OK, so I found pg_view, which I can get the names
of a the views from and pg_attribute which can give me the column names,
but it looks like i need to join this on OID, and pg_table does not have
that data.


--
"They that would give up essential liberty for temporary safety deserve
neither liberty nor safety."
                       -- Benjamin Franklin



You find the oid of the views in pg_catalog.pg_class (relkind 'v').

Regards
Charles

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]

  Powered by Linux