From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Rod Taylor <rbt(at)zort(dot)ca> |
Cc: | pgsql-patches(at)postgresql(dot)org |
Subject: | Re: ANSI Compliant Inserts |
Date: | 2002-04-18 04:28:58 |
Message-ID: | 200204180428.g3I4SwO09587@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-patches |
Your patch has been added to the PostgreSQL unapplied patches list at:
http://candle.pha.pa.us/cgi-bin/pgpatches
I will try to apply it within the next 48 hours.
---------------------------------------------------------------------------
Rod Taylor wrote:
> Reports missing values as bad.
>
> BAD: INSERT INTO tab (col1, col2) VALUES ('val1');
> GOOD: INSERT INTO tab (col1, col2) VALUES ('val1', 'val2');
>
> Regress tests against DEFAULT and normal values as they're managed
> slightly different.
[ Attachment, skipping... ]
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
From | Date | Subject | |
---|---|---|---|
Next Message | mlw | 2002-04-18 04:32:59 | Re: Index Scans become Seq Scans after VACUUM ANALYSE |
Previous Message | Christopher Kings-Lynne | 2002-04-18 04:16:55 | Re: updated qCache |
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2002-04-18 04:29:33 | Re: Win32 Error descriptions + config |
Previous Message | Bruce Momjian | 2002-04-18 04:15:38 | Re: [PATCHES] PostgreSQL 7.2.1 and Sun's C compiler under Solaris8 |