Re: TODO question

From: Vince Vielhaber <vev(at)michvhf(dot)com>
To: Pavlo Baron <pb(at)pbit(dot)org>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: TODO question
Date: 2001-12-27 22:21:22
Message-ID: Pine.BSF.4.40.0112271720460.36020-100000@paprika.michvhf.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, 27 Dec 2001, Pavlo Baron wrote:

> what is meant by the TODO-item "Disallow missing columns in INSERT ...
> VALUES, per ANSI" ?

INSERT INTO foo(a,b) values(1,2,3);

Vince.
--
==========================================================================
Vince Vielhaber -- KA8CSH email: vev(at)michvhf(dot)com http://www.pop4.net
56K Nationwide Dialup from $16.00/mo at Pop4 Networking
Online Campground Directory http://www.camping-usa.com
Online Giftshop Superstore http://www.cloudninegifts.com
==========================================================================

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Scott Royston 2001-12-27 22:28:29 Re: Implicit cast of literal in SQL statements
Previous Message Pavlo Baron 2001-12-27 21:50:21 Re: TODO question