Re: trigger failed to identify the partions

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: trigger failed to identify the partions
Дата
Msg-id 4AA77DD7.5040908@archonet.com
обсуждение исходный текст
Ответ на trigger failed to identify the partions  ("Sridhar Reddy Ratna" <sridhar.ratna@cmcltd.com>)
Ответы Re: trigger failed to identify the partions  ("Sridhar Reddy Ratna" <sridhar.ratna@cmcltd.com>)
Список pgsql-sql
Sridhar Reddy Ratna wrote:
> 
>                         dateTable := coll_fp_subdtls_01;
> 
>             ELSE
> 
>                         dateTable := coll_fp_subdtls_02;


> ERROR:  column "coll_fp_subdtls_01" does not exist
> 
> ERROR: column "coll_fp_subdtls_01" does not exist


I think you missed the word "column" in the error message (easy to do,
you know you are naming tables). You've missed the quotes around the
partition-names so it's trying to find a column on a table that matches.
 dateTable := 'coll_fp_subdtls_01';


--  Richard Huxton Archonet Ltd


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

Предыдущее
От: "Sridhar Reddy Ratna"
Дата:
Сообщение: trigger failed to identify the partions
Следующее
От: "Sridhar Reddy Ratna"
Дата:
Сообщение: Re: trigger failed to identify the partions