Re: A couple of newbie questions ...

From: "Francisco Reyes" <lists(at)stringsutils(dot)com>
To: Shane Ambler <pgsql(at)Sheeky(dot)Biz>
Cc: <pgsql-general(at)postgresql(dot)org>, <craig(at)postnewspapers(dot)com(dot)au>
Subject: Re: A couple of newbie questions ...
Date: 2008-07-23 17:48:19
Message-ID: 0d1012b1708b70206ef2b8081df6ba98@stringsutils.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 12:00 pm 07/23/08 Shane Ambler <pgsql(at)Sheeky(dot)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.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message epicwinter@hotmail.com 2008-07-23 17:58:16 mac install question
Previous Message Francisco Reyes 2008-07-23 17:43:59 Re: Any way to favor index scans, but not bitmap index scans?