Re: empty arrays - Mailing list pgsql-sql

From Tom Lane
Subject Re: empty arrays
Date
Msg-id 17827.1041487497@sss.pgh.pa.us
Whole thread Raw
In response to empty arrays  (<floyds@4peakstech.com>)
List pgsql-sql
<floyds@4peakstech.com> writes:
> # insert into test_table (test_column) values ( '{ }' );

Try it without the space:

insert into test_table (test_column) values ( '{}' );
        regards, tom lane


pgsql-sql by date:

Previous
From: Minghann Ho
Date:
Subject: bug?
Next
From: Tom Lane
Date:
Subject: Re: Slow self-join on a 100 million record table