Re: [INSERT]Return a value - Mailing list pgsql-novice

From Tom Lane
Subject Re: [INSERT]Return a value
Date
Msg-id 29353.1226066846@sss.pgh.pa.us
Whole thread Raw
In response to Re: [INSERT]Return a value  ("Leví Teodoro da Silva" <tlevisilva@gmail.com>)
List pgsql-novice
"=?ISO-8859-1?Q?Lev=ED_Teodoro_da_Silva?=" <tlevisilva@gmail.com> writes:
> When  try to execute it on pgadmin :
> BEGIN;
> INSERT INTO "Login"(
>             "CPF", "password", status, "idSeller")
>     VALUES ('1', '1', 'ok', '1') RETURNING "CPF";
> COMMIT;

> I got the follow :
> *Query result with 1 rows discarded*

Is that a current version of pgAdmin?  If so, you need to complain to
the pgAdmin folks.  If it's not current, it might not know about
RETURNING.

            regards, tom lane

pgsql-novice by date:

Previous
From: "Leví Teodoro da Silva"
Date:
Subject: Re: [INSERT]Return a value
Next
From: Andreas Kretschmer
Date:
Subject: Re: [INSERT]Return a value