| From: | Petter Reinholdtsen <pere(at)hungry(dot)com> |
|---|---|
| To: | pgsql-sql(at)postgresql(dot)org |
| Subject: | Oracle SQL 'comment on ...' |
| Date: | 1998-12-08 11:54:44 |
| Message-ID: | 199812081154.MAA12374@zero.cc.uit.no |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-sql |
I just discovered Oracle SQL's handling of inline documentation. Is
there an equivalent feature in PostgreSQL?
Here are the oracle notation:
comment on table student_status_info is
'Information on the students current status at RPI. In part used to put some aspects of check-in online. This is data taken from the SRS.K0 table. Other K0 fields go into simon.students.';
comment on column student_status_info.person_id is
'The simon people.id of this person. Used to join with other tables.';
--
##> Petter Reinholdtsen <## | pere(at)td(dot)org(dot)uit(dot)no
O- <SCRIPT Language="Javascript">window.close()</SCRIPT>
http://www.hungry.com/~pere/ | Go Mozilla, go! Go!
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bill Sneed | 1998-12-08 14:28:25 | NULL & NOT NULL |
| Previous Message | Herouth Maoz | 1998-12-08 09:45:18 | Re: [SQL] ' escape |