On Wed, Mar 4, 2009 at 12:10 AM, Tom Lane <[email protected]> wrote: > Phoenix Kiula <[email protected]> writes: >> Now when I do: >> vacuum analyze TABLENAME >> or >> delete from TABLENAME where id = 99 >> Nothing happens! The carriage return means the my shell cursor goes to >> the next line, but it just stays there. > > Did you forget the semicolon?
Cute. But no :) myuser=# delete from visitcount where id = 99; -- Sent via pgsql-general mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
