Re: Wich program generates "list index out of range" ? pgadmin or the server ?
В списке pgsql-sql по дате отправления:
| От | hubert depesz lubaczewski |
|---|---|
| Тема | Re: Wich program generates "list index out of range" ? pgadmin or the server ? |
| Дата | |
| Msg-id | ZYLBPWEtcJm6IOKC@depesz.com обсуждение исходный текст |
| Ответ на | Wich program generates "list index out of range" ? pgadmin or the server ? (intmail01 <intmail01@gmail.com>) |
| Ответы |
Re: Wich program generates "list index out of range" ? pgadmin or the server ?
|
| Список | pgsql-sql |
On Tue, Dec 19, 2023 at 11:26:46AM +0300, intmail01 wrote: > My db have some complex triggers and it failed when inserting line. > I use Pgadmin and it display message "list index out of range". > Could someone tell me which program is responsible of this message, pgadmin > or the remote server ? Connect with psql, and generate the same problem (same inserts). And you will know if the server is returning it. For what it's worth, in pg sources there is just one please where the phrase "list index out of range" exists, and it's in tests of plpython code. So, perhaps you have some trigger in plpython? Best regards, depesz
В списке pgsql-sql по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера