Re: Is this logical?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Behrang Saeedzadeh" <behrangsa(at)gmail(dot)com>
Cc: "Ron Johnson" <ron(dot)l(dot)johnson(at)cox(dot)net>, pgsql-general(at)postgresql(dot)org
Subject: Re: Is this logical?
Date: 2006-09-10 01:34:56
Message-ID: 29796.1157852096@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Behrang Saeedzadeh" <behrangsa(at)gmail(dot)com> writes:
> Actually I read in a blog that this works in PostgreSQL (the author
> expected this) and not in MySQL. But to me, the way MySQL is handling
> this looks more reasonable.

MySQL's way of doing things is seldom reasonable. In the example
given, they are clearly inventing a default value out of thin air.
There is *no* support for that in the SQL spec.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ron Johnson 2006-09-10 01:38:59 Re: Is this logical?
Previous Message Tom Lane 2006-09-10 01:30:39 Re: How to use SPI_saveplan