constraints don't work...
От
Andrew M Tracey
Тема
constraints don't work...
Дата
Msg-id
Pine.GSO.4.02A.9809051838400.1339-100000@speedwell
Список
Hi, I'm busy trying to set up a database for project. I'm using postgresql, but I don't know which version - as the: command doesn't work, the message: is given, in addition to this the constraints don't work when I'm entering tables - I type: < create table genetic_line ( name varchar(6) not null, chromosome_location int, phenotype varchar(80), staining_pattern varchar(80), first_citation varchar(80), unique (name) ); > and I get the messege: < WARN:parser: Syntax error at or near "unique" > for constraints and , where I put in: < create table genetic_line ( name varchar(6) not null, chromosome_location int, phenotype varchar(80), staining_pattern varchar(80), first_citation varchar(80), primary key (name) ); > I get: < WARN:parser: Syntax error at or near "name" > so this one does't appear to like the use of as opposed to the actual word in the previous example. Could anyone point me in the right direction please!? thanks, Andrew Tracey.
В списке pgsql-sql по дате отправления
От: The Hermit Hacker
Дата: