Postgres 6.5.3 and truncate ...

Поиск
Список
Период
Сортировка
От Marten Feldtmann
Тема Postgres 6.5.3 and truncate ...
Дата
Msg-id 39F3F22B.8709EC8E@phoenix-edv.netzservice.de
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: "Ben Fox"
Дата:
Сообщение: Problem with pgaccess on LinuxPPC
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Problem with pgaccess on LinuxPPC