Oliver Helm wrote:
Hello,I was wondering if if is possible to add a note against a field on a postgresql table?
You can add comments: COMMENT ON <various things> IS 'text' - see manuals for details.
-- Richard Huxton Archonet Ltd
Oliver Helm wrote:
Hello,I was wondering if if is possible to add a note against a field on a postgresql table?
You can add comments: COMMENT ON <various things> IS 'text' - see manuals for details.
-- Richard Huxton Archonet Ltd