basic question

Michael Hanna <zen@hwcn.org>

From: Michael Hanna <zen@hwcn.org>
To:
Cc: "pgsql-novice" <pgsql-novice@postgresql.org>
Date: 2003-06-26T20:53:42Z
Lists: pgsql-novice
in psql 7.3.3, press enter after a semi-colon

michael=# insert into healthnotes (notes) values ('mytext....');
michael'#

changes the prompt accordingly and doesn't commit the change..what am I 
doing wrong? I'm certain this code works, as I've done something 
similar via dbVis

Michael