Problems with values in INSERT-Command - Mailing list pgsql-sql

From Rudolph, Michael
Subject Problems with values in INSERT-Command
Date
Msg-id EB8366869DABD2119F3200A0C9F02CC8093FFB@u8p27
Whole thread Raw
List pgsql-sql
If I do the command

INSERT INTO TBL (f1) VALUES (2); 
instead of 
INSERT INTO TBL (f1) VALUES ('2');

I get an error-message "fmgr_info: function text: not in internal table". 

According to the documentation, it must be possible, to put numeric values
without quotes, so what is the reason for the error. It happens in all other
cases, but sometimes even with worse error-messages. Any ideas?

Michael




pgsql-sql by date:

Previous
From: Oleg Bartunov
Date:
Subject: Re: [SQL] Postgres Table grows very quickly?
Next
From: raptor
Date:
Subject: Long story !!! Please HELP !!!