8.2Beta3 - create view testview (a,b,c) values (1,2,3),(4,5,6),... - Mailing list pgsql-general

From Richard Broersma Jr
Subject 8.2Beta3 - create view testview (a,b,c) values (1,2,3),(4,5,6),...
Date
Msg-id 155864.93380.qm@web31808.mail.mud.yahoo.com
Whole thread Raw
Responses Re: 8.2Beta3 - create view testview (a,b,c) values (1,2,3),(4,5,6),...  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
I just learned that about creating a static view using values for 8.2.  I was surpised to see that
it worked.  My question is, where are these values stored? and Are there any limitations to the
number of values that can be added?

Regards,

Richard Broersma Jr.

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Buffer overflow in psql
Next
From: "carter ck"
Date:
Subject: IS it a good practice to use SERIAL as Primary Key?