Inquiry From Form [pgsql] - Mailing list pgsql-general

From Gert Kienhuis
Subject Inquiry From Form [pgsql]
Date
Msg-id 20021016123603.623288A3C24@hub.org
Whole thread Raw
List pgsql-general
Hello,

I\'m a 19 year old student on the university of enschede (netherlands). We have a course on SQL and a project where we
haveto implement a system with a PostgreSQL database. In SQL you can in your create statement for a table use
ROW(streetCHAR(20), number INTEGER(2)) for storing 2 things in one row and they are still separated. When I tryed this
inPostgreSQL I got a warning near ROW. My question is, can I use ROW(...) in PostgreSQL? 

Greetings
Gert

P.S. We use the book Databases and transaction processing, an application-oriented approach form Philip M. Lewis,
ArthurBernstein and Michael Kifer. You can find ROW(...) on page 513 


pgsql-general by date:

Previous
From: "Sykora, Dale"
Date:
Subject: Re: transactions
Next
From: "Tralhao, Marcelo de Almeida"
Date:
Subject: Oracle's Wrapper in PostgreSQL