Обсуждение: Bug #687: cannot " create table copy (..."

Поиск
Список
Период
Сортировка

Bug #687: cannot " create table copy (..."

От
pgsql-bugs@postgresql.org
Дата:
Peter Jones Bannis (bannisp@cwdom.dm) reports a bug with a severity of 4
The lower the number the more severe it is.

Short Description
cannot " create table copy (..."

Long Description
The following fails in PSQl 7.1.3 on RedHat 7.2 :

Begin

create table copy (
public text,
....
...
);


I know copy and public are reseverd words but I'm porting a Database frm Mysql.

Sample Code


No file was uploaded with this report