This statement specifies a description of the name column in the employee table, which is assumed to be in the current database by default because employee is not qualified with a database name. You must specify the keyword COLUMN.
COMMENT ON COLUMN employee.name IS 'Employee name, last name followed by first initial';