Zitat:
Comments are saved to the RDB$DESCRIPTION column of the corresponding system tables
Zitat:
The COMMENT ON statement adds comments for database objects (metadata).
Comments are saved to text fields of the BLOB type in the RDB$DESCRIPTION column of the corresponding system tables. Client applications can view comments from these fields.
Jupp, genau so, wie es da steht.
Du machst ein SELECT und ließt RDB$DESCRIPTION aus.
https://ask.libreoffice.org/t/displa...d-base/55707/4
https://ib-aid.com/download/docs/fir...04-fields.html
https://ib-aid.com/download/docs/fir...systables.html
z.B.
SELECT * FROM RDB$FIELDS
für COMMENT ON, was an ein Tabelen-Feld ging.
Es wäre natürlich zu einfach, wenn man das LESEN mit da erwähnen/zeigen/verlinken (Beispiel) könnte, da wo man das SCHREIBEN beschreibt.
Aber machen Andere auch nicht besser.
https://www.postgresql.org/docs/curr...l-comment.html