Re: [GENERAL] Get Comments on Tables / Functions

2009-12-27 Thread Thomas Kellerer
Alex - wrote on 27.12.2009 14:57: Hi, i am adding comments to tables and functions with version information and would like to extract that information through a query. Is there and easy way to do that? simple list. table_name, comment SELECT n.nspname as schema_name, c.relname as table

[GENERAL] Get Comments on Tables / Functions

2009-12-27 Thread Alex -
Hi,i am adding comments to tables and functions with version information and would like to extract that information through a query. Is there and easy way to do that? simple list. table_name, comment ThanksAlex