Postgres 6.5.3 and truncate ... - Mailing list pgsql-bugs

From Marten Feldtmann
Subject Postgres 6.5.3 and truncate ...
Date
Msg-id 39F3F22B.8709EC8E@phoenix-edv.netzservice.de
Whole thread Raw
List pgsql-bugs
Actually I never managed this command to be executed by the
database:

testme=> create table mama (a char(15))
testme-> \g
CREATE
testme=> truncate mama
testme-> \g
ERROR:  parser: parse error at or near "truncate"
testme=> select * from mama
testme-> \g
a
-
(0 rows)

testme=> truncate table mama
testme-> \g
ERROR:  parser: parse error at or near "truncate"
testme=>






Marten

pgsql-bugs by date:

Previous
From: "Ben Fox"
Date:
Subject: Problem with pgaccess on LinuxPPC
Next
From: Tom Lane
Date:
Subject: Re: Problem with pgaccess on LinuxPPC