Обсуждение: Insert row in 1.10.1 and 1.10.3

Поиск
Список
Период
Сортировка

Insert row in 1.10.1 and 1.10.3

От
ndias
Дата:
Hello to all,

I have a question regarding the behavior of insert row in the two versions,
tried to search for it but could not find a similar case, please excuse if
this has already been responded.

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.
Do you think this is really a matter of the different versions or am I
missing something else?
If this is in fact due to the version, can I upgrade the version without any
problem and is there any guide to do so?

Have also confirmed that the values are as many as the columns specified on
the "into table(col1, col2, col3,..."...

Thank you very much.

Best regards,
Nuno
-- 
View this message in context:
http://postgresql.1045698.n5.nabble.com/Insert-row-in-1-10-1-and-1-10-3-tp3281512p3281512.html
Sent from the PostgreSQL - sql mailing list archive at Nabble.com.


Re: Insert row in 1.10.1 and 1.10.3

От
"Oliveiros d'Azevedo Cristina"
Дата:
Could you please
include the full insert SQL statement?

Best,
Oliveiros

----- Original Message ----- 
From: "ndias" <nun0_dias@hotmail.com>
To: <pgsql-sql@postgresql.org>
Sent: Friday, November 26, 2010 4:22 PM
Subject: [SQL] Insert row in 1.10.1 and 1.10.3


>
> Hello to all,
>
> I have a question regarding the behavior of insert row in the two 
> versions,
> tried to search for it but could not find a similar case, please excuse if
> this has already been responded.
>
> 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.
> Do you think this is really a matter of the different versions or am I
> missing something else?
> If this is in fact due to the version, can I upgrade the version without 
> any
> problem and is there any guide to do so?
>
> Have also confirmed that the values are as many as the columns specified 
> on
> the "into table(col1, col2, col3,..."...
>
> Thank you very much.
>
> Best regards,
> Nuno
> -- 
> View this message in context: 
> http://postgresql.1045698.n5.nabble.com/Insert-row-in-1-10-1-and-1-10-3-tp3281512p3281512.html
> Sent from the PostgreSQL - sql mailing list archive at Nabble.com.
>
> -- 
> Sent via pgsql-sql mailing list (pgsql-sql@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-sql 



Re: Insert row in 1.10.1 and 1.10.3

От
ndias
Дата:
Oliveiros,

Thank you for your reply.

I was debugging and printing the query also for myself and it was indeed
something I was missing. The COM where the query is done was correct in
number of values but the last field had a wrong value and was arriving there
with a ',' in it, which caused the values to be 1 more. Different
application dlls version between client and test environment...

Sorry to trouble you and thanks again.

Best regards,
Nuno
-- 
View this message in context:
http://postgresql.1045698.n5.nabble.com/Insert-row-in-1-10-1-and-1-10-3-tp3281512p3281562.html
Sent from the PostgreSQL - sql mailing list archive at Nabble.com.


Re: Insert row in 1.10.1 and 1.10.3

От
Thomas Kellerer
Дата:
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

Regards
Thomas



Re: Insert row in 1.10.1 and 1.10.3

От
Guillaume Lelarge
Дата:
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.


-- 
Guillaumehttp://www.postgresql.frhttp://dalibo.com


Re: Insert row in 1.10.1 and 1.10.3

От
ndias
Дата:
You are both right, the Postgres version is 8.4, 1.10.3 is the pgAdmin
version. 

Sorry the trouble, as you can see I am a newbie at Postgres. :)

Best to all,
Nuno Dias
-- 
View this message in context:
http://postgresql.1045698.n5.nabble.com/Insert-row-in-1-10-1-and-1-10-3-tp3281512p3281580.html
Sent from the PostgreSQL - sql mailing list archive at Nabble.com.