Re: Insert row in 1.10.1 and 1.10.3

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Thomas Kellerer <spam_eater(at)gmx(dot)net>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Insert row in 1.10.1 and 1.10.3
Date: 2010-11-26 17:25:11
Message-ID: 4CEFED77.6060902@lelarge.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Le 26/11/2010 18:14, Thomas Kellerer a écrit :
> ndias, 26.11.2010 17:22:
>> When doing a insert row with less columns mentioned in "into table(col1,
>> col2, col3,..." than the columns that exist on the table, on 1.10.1 it
>> returns an error saying "INSERT has more expressions than target columns"
>> (the error is translated so maybe the text is not exactly like this).
>> Although, when this is insert is done on our test environment, where the
>> version is 1.10.3 it works fine. The tables have the same columns and
>> so on.
>
>
> What versions are you talking about?
> PostgreSQL is currently at 9.0.1, the previous version was 8.4.something
> I doubt there ever was a Version 1.10.3 of PostgreSQL
>

This looks like a pgAdmin release. There was a 1.10.1 and a 1.10.3,
which are a bit old now, and unmaintained.

--
Guillaume
http://www.postgresql.fr
http://dalibo.com

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message ndias 2010-11-26 17:28:48 Re: Insert row in 1.10.1 and 1.10.3
Previous Message Thomas Kellerer 2010-11-26 17:14:46 Re: Insert row in 1.10.1 and 1.10.3