Re: pgTAP installation

Поиск
Список
Период
Сортировка
От Vijaykumar Jain
Тема Re: pgTAP installation
Дата
Msg-id CAM+6J94NLnbGgZQ3xVxJyMq07kEGBN9be5DCj=Kvv-sG-SS1gg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pgTAP installation  (Vijaykumar Jain <vijaykumarjain.github@gmail.com>)
Ответы Re: pgTAP installation  (Ray O'Donnell <ray@rodonnell.ie>)
Список pgsql-general

This was a wrong suggestion. sorry.
i'll try to reproduce what resulted in functions not getting loaded in your case.
 

ok i guess you have a typo there. the function name is no_plan(), but you called noplan() 

tt=# select * from noplan();
ERROR:  function noplan() does not exist
LINE 1: select * from noplan();
                      ^
HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
tt=# SELECT * FROM no_plan();
 no_plan
---------
(0 rows)

--
Thanks,
Vijay
Mumbai, India

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

Предыдущее
От: Vijaykumar Jain
Дата:
Сообщение: Re: pgTAP installation
Следующее
От: Ray O'Donnell
Дата:
Сообщение: Re: pgTAP installation