On Fri, May 2, 2014 at 12:57 PM, Amit Langote <[email protected]> wrote: > I > s the following behavior perceived fix-worthy? > > > -- note the > ' > 1's > in the output > s > > po > stgres=# CREATE TABLE test AS SELECT; > SELECT 1 > > postgres=# insert into test select; > INSERT 0 1 >
Or maybe, it just means 1 'null' row/record and not no row at all? -- Amit -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
