Re: empty arrays

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: floyds(at)4peakstech(dot)com
Cc: "Pgsql-Sql" <pgsql-sql(at)postgresql(dot)org>
Subject: Re: empty arrays
Date: 2003-01-02 06:04:57
Message-ID: 17827.1041487497@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

<floyds(at)4peakstech(dot)com> writes:
> # insert into test_table (test_column) values ( '{ }' );

Try it without the space:

insert into test_table (test_column) values ( '{}' );

regards, tom lane

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2003-01-02 06:06:49 Re: Slow self-join on a 100 million record table
Previous Message Minghann Ho 2003-01-02 04:36:23 bug?