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

From: Richard Broersma Jr <rabroersma(at)yahoo(dot)com>
To: General PostgreSQL List <pgsql-general(at)postgresql(dot)org>
Subject: 8.2Beta3 - create view testview (a,b,c) values (1,2,3),(4,5,6),...
Date: 2006-11-23 02:03:05
Message-ID: 155864.93380.qm@web31808.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message carter ck 2006-11-23 02:23:51 IS it a good practice to use SERIAL as Primary Key?
Previous Message Tom Lane 2006-11-23 01:26:28 Re: Buffer overflow in psql