Re: Create function without return value?

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Daniel Åkerud <zilch(at)home(dot)se>
Cc: PostgreSQL-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Create function without return value?
Date: 2001-07-05 22:18:25
Message-ID: Pine.LNX.4.30.0107060017240.677-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Daniel Åkerud writes:

> Can you create a function (CREATE FUNCTION) that does not return any value?

Not really. You could declare it to return opaque, but then you can't
actually call it. Better to declare it to return some dummy value for
now.

--
Peter Eisentraut peter_e(at)gmx(dot)net http://funkturm.homeip.net/~peter

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alexander Turchin 2001-07-05 22:18:35 PostgreSQL perl / libpq.so.2 problem - again :(
Previous Message Alexander Turchin 2001-07-05 22:15:23 Postgresql perl / libpq.so.2 problem - again :(