Problems with values in INSERT-Command

Поиск
Список
Период
Сортировка
От Rudolph, Michael
Тема Problems with values in INSERT-Command
Дата
Msg-id EB8366869DABD2119F3200A0C9F02CC8093FFB@u8p27
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Oleg Bartunov
Дата:
Сообщение: Re: [SQL] Postgres Table grows very quickly?
Следующее
От: raptor
Дата:
Сообщение: Long story !!! Please HELP !!!