Re: How to retrieve Comment text using SQL, not psql? - Mailing list pgsql-general

From Pavel Stehule
Subject Re: How to retrieve Comment text using SQL, not psql?
Date
Msg-id CAFj8pRAQP1akToqT_0qWtgVuv1HYdBsyo7a4dM59XMyCHTz9RQ@mail.gmail.com
Whole thread Raw
In response to How to retrieve Comment text using SQL, not psql?  (Bob Futrelle <bob.futrelle@gmail.com>)
Responses Re: How to retrieve Comment text using SQL, not psql?
List pgsql-general
SELECT pg_catalog.obj_description('tablename'::regclass, 'pg_class') as "Description;

Regards

Pavel Stehule

2015-05-30 13:48 GMT+02:00 Bob Futrelle <bob.futrelle@gmail.com>:
Using pgAdmin3 I've tried this and variations on it.   All are rejected.

select COMMENT ON TABLE articlestats 

No answer here,


pgAdmin3 had no problem with entering a comment:

COMMENT ON TABLE articlestats IS 'Comprehensive data for every article.'

 - Bob Futrelle


pgsql-general by date:

Previous
From: Bob Futrelle
Date:
Subject: How to retrieve Comment text using SQL, not psql?
Next
From: Andreas Kretschmer
Date:
Subject: Re: replacing jsonb field value