dbTalk Databases Forums  

[BUGS] 7.5devel - duplicate error message

mailing.database.pgsql-bugs mailing.database.pgsql-bugs


Discuss [BUGS] 7.5devel - duplicate error message in the mailing.database.pgsql-bugs forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Dennis Bjorklund
 
Posts: n/a

Default [BUGS] 7.5devel - duplicate error message - 11-16-2003 , 03:58 AM






In current cvs I get

dennis=# CREATE FUNCTION foo () returns int AS 'select a;' language 'sql';
ERROR: column "a" does not exist
ERROR: column "a" does not exist

It should only be one error.

--
/Dennis


---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings

Reply With Quote
  #2  
Old   
Kris Jurka
 
Posts: n/a

Default Re: [BUGS] 7.5devel - duplicate error message - 11-16-2003 , 04:04 AM








On Sun, 16 Nov 2003, Dennis Bjorklund wrote:

Quote:
In current cvs I get

dennis=# CREATE FUNCTION foo () returns int AS 'select a;' language 'sql';
ERROR: column "a" does not exist
ERROR: column "a" does not exist

It should only be one error.
Is there any chance you started the postmaster in the background and then
started psql on the same terminal so you get one error reported to the
server and one to the client?

Kris Jurka


---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend


Reply With Quote
  #3  
Old   
Dennis Bjorklund
 
Posts: n/a

Default Re: [BUGS] 7.5devel - duplicate error message - 11-16-2003 , 04:11 AM



On Sun, 16 Nov 2003, Kris Jurka wrote:

Quote:
It should only be one error.

Is there any chance you started the postmaster in the background and then
started psql on the same terminal so you get one error reported to the
server and one to the client?
There is a very big chance that I did :-)

Thanks!

--
/Dennis


---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.