"cannot create TABLE_NAME" error

Поиск
Список
Период
Сортировка
От Daniel Stolk
Тема "cannot create TABLE_NAME" error
Дата
Msg-id 38EBB07B.607BC26@email.com
обсуждение исходный текст
Список pgsql-general
When I try to create a table and it already exists, I get the error:
"relation 'TABLE_NAME' already exists". However, I tried to create a
table like this:

CREATE table alpx_ (word text not null, field text
not null, expDate date, postingId int4 not null, mall text not
null, sellBuy text not null, datePosted date not null);

and I got the error: "cannot create alpx_"

I was using the 'Pg' module with perl to access the database.  Why would
I get this kind of error?

Thanks, Daniel Stolk

В списке pgsql-general по дате отправления: