Re: [GENERAL] Create an empty record - Mailing list pgsql-sql

From Stephan Szabo
Subject Re: [GENERAL] Create an empty record
Date
Msg-id Pine.BSF.4.21.0105191344070.50686-100000@megazone23.bigpanda.com
Whole thread Raw
In response to Create an empty record  (Per-Olof Pettersson <pgsql@peope.net>)
List pgsql-sql
I believe it's:
insert into product default values;

(Don't blame us, blame the standard... :) )

On Sat, 19 May 2001, Per-Olof Pettersson wrote:

> Hi
>
> How would one goabout creating an empty record (for use in relations).
>
> I have tried INSERT INTO product() VALUES(); but as expected it did not
> work.


pgsql-sql by date:

Previous
From: Per-Olof Pettersson
Date:
Subject: Re: Create an empty record
Next
From: Peter Eisentraut
Date:
Subject: Truncation of char, varchar, bit, varbit types (fwd)