Re: pgTAP installation

From: Vijaykumar Jain <vijaykumarjain(dot)github(at)gmail(dot)com>
To: "Ray O'Donnell" <ray(at)rodonnell(dot)ie>
Cc: PostgreSQL <pgsql-general(at)postgresql(dot)org>
Subject: Re: pgTAP installation
Date: 2021-06-20 13:24:55
Message-ID: CAM+6J94NLnbGgZQ3xVxJyMq07kEGBN9be5DCj=Kvv-sG-SS1gg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ray O'Donnell 2021-06-20 14:52:45 Re: pgTAP installation
Previous Message Vijaykumar Jain 2021-06-20 13:11:57 Re: pgTAP installation