On Wed, Mar 4, 2009 at 12:10 AM, Tom Lane <t...@sss.pgh.pa.us> wrote:
> Phoenix Kiula <phoenix.ki...@gmail.com> 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 (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to