Adding a Comment to a Logical Server Using Interactive SQL

Comment on a user-defined logical server using Interactive SQL.

  1. Connect to the database as a user with DBA or MPX ADMIN authority.
  2. Execute a COMMENT ON LOGICAL SERVER statement.

    For example, to add a comment to a user-defined logical server ls1, enter:

    COMMENT ON LOGICAL SERVER ls1 IS ‘ls1: Primary Logical Server’;
Related reference
COMMENT ON LOGICAL SERVER Statement