From: | Bob Futrelle <bob(dot)futrelle(at)gmail(dot)com> |
---|---|
To: | "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org> |
Subject: | How to retrieve Comment text using SQL, not psql? |
Date: | 2015-05-30 11:48:48 |
Message-ID: | CAOsWdXq01CaCyvD1v4-naYu_BmFjepLjxd7YQDPWe8eS62whuA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Using pgAdmin3 I've tried this and variations on it. All are rejected.
select COMMENT ON TABLE articlestats
No answer here,
http://www.postgresql.org/docs/9.3/static/sql-comment.html
pgAdmin3 had no problem with entering a comment:
COMMENT ON TABLE articlestats IS 'Comprehensive data for every article.'
- Bob Futrelle
From | Date | Subject | |
---|---|---|---|
Next Message | Pavel Stehule | 2015-05-30 11:58:59 | Re: How to retrieve Comment text using SQL, not psql? |
Previous Message | Michael Paquier | 2015-05-30 08:00:21 | Re: replacing jsonb field value |