Re: A couple of newbie questions ... - Mailing list pgsql-general

From Francisco Reyes
Subject Re: A couple of newbie questions ...
Date
Msg-id 0d1012b1708b70206ef2b8081df6ba98@stringsutils.com
Whole thread Raw
In response to Re: A couple of newbie questions ...  (Shane Ambler <pgsql@Sheeky.Biz>)
List pgsql-general
On 12:00 pm 07/23/08 Shane Ambler <pgsql@Sheeky.Biz> wrote:
> >  INSERT INTO table (fld_y,fld_z) VALUES ('y','z')

I believe that is the most common way of doing it.

> >  which is really doing:
> >  INSERT INTO table (fld_x, fld_y,fld_z) VALUES (DEFAULT, 'y','z')

Correct.
So either one should be fine.


pgsql-general by date:

Previous
From: "Francisco Reyes"
Date:
Subject: Re: Any way to favor index scans, but not bitmap index scans?
Next
From: "epicwinter@hotmail.com"
Date:
Subject: mac install question