Re: BUG #18774: Not the required output of the query used in the function(delete_from_table1) in postgresql9.4

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: BUG #18774: Not the required output of the query used in the function(delete_from_table1) in postgresql9.4
Дата
Msg-id CAKFQuwaY94qzgEEgDjFEN0Abcd9f9RC6hfF6XAE_CHXpELFyyg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: BUG #18774: Not the required output of the query used in the function(delete_from_table1) in postgresql9.4  (Rajni Bobal <rajnibobal@gmail.com>)
Ответы Re: BUG #18774: Not the required output of the query used in the function(delete_from_table1) in postgresql9.4
Список pgsql-bugs
On Thursday, January 23, 2025, Rajni Bobal <rajnibobal@gmail.com> wrote:
Hello SIr,
Please clarify about why $1 is not been replaced by 'colname' in delete_from_table2 function.

It has been replace with the string literal value ‘colname’, not a column reference identifier “colname”.  You cannot use positional parameters to supply identifiers.  Structure must be known at parse time.

David J.

В списке pgsql-bugs по дате отправления: