SQL return value...

From: "Cristian Prieto" <cristian(at)clickdiario(dot)com>
To: <pgsql-general(at)postgresql(dot)org>, <pgsql-novice(at)postgresql(dot)org>
Subject: SQL return value...
Date: 2005-10-19 18:24:45
Message-ID: 00bb01c5d4da$62848c20$6500a8c0@gt.ClickDiario.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-novice

This is maybe a really newbie question, but, when I have an SQL function
like that:

$$

Insert into mytable (id, name) values ($1, $2);

$$

What return value suppose to return?

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2005-10-19 18:28:00 Re: How fair is SELECT FOR UPDATE ?
Previous Message Tom Lane 2005-10-19 18:22:24 Re: log_min_duration_statement oddity

Browse pgsql-novice by date

  From Date Subject
Next Message jens 2005-10-19 19:28:16 trivial like clauses and indexes question
Previous Message Kevin Crenshaw 2005-10-19 13:23:51 Re: Creating related tables