Re: [Pgsql-ayuda] tomar el valor ultimo de un autonumerico

From: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
To: Dionisio Ruiz de Zarate <dionisio(at)tinieblas(dot)com>
Cc: pgsql-ayuda(at)tlali(dot)iztacala(dot)unam(dot)mx
Subject: Re: [Pgsql-ayuda] tomar el valor ultimo de un autonumerico
Date: 2004-01-08 19:09:03
Message-ID: 20040108190902.GB2292@dcc.uchile.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

On Thu, Jan 08, 2004 at 07:31:20PM +0100, Dionisio Ruiz de Zarate wrote:

> bd=# select nexval('idiomas_id_seq');
> ERROR: Function nexval("unknown") does not exist
> Unable to identify a function that satisfies the given argument types
> You may need to add explicit typecasts

s/nexval/nextval/

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
<Schwern> It does it in a really, really complicated way
<crab> why does it need to be complicated?
<Schwern> Because it's MakeMaker.

In response to

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Roberto Andrade Fonseca 2004-01-08 19:10:09 Re: [Pgsql-ayuda] tomar el valor ultimo de un autonumerico
Previous Message Dionisio Ruiz de Zarate 2004-01-08 18:31:20 [Pgsql-ayuda] tomar el valor ultimo de un autonumerico