Re: Última tupla insertada...

From: Luis D(dot) García <ldgarc(at)gmail(dot)com>
To: pgsql-es-ayuda(at)postgresql(dot)org
Subject: Re: Última tupla insertada...
Date: 2007-03-08 03:18:01
Message-ID: 3de424340703071918x4c3241f7xb18afe63df359747@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

Echale un vistazo a este codigo. Si le quitas el chequeo de
> "typisvarlena" tambien te imprimira el valor de una columna de tipo
> varlena; se lo sacamos porque generaba salida muy larga con algunas
> tuplas y como es solo para debugging, molestaba.
>
>
> /*
> * Return a palloc'ed string corresponding to a simple-minded text version
> * of the given tuple. Mainly intended for debugging logs.
> *
> * Caller is responsible for pfreeing it.
> */
> char *
> tupleToString(HeapTuple tup, TupleDesc typeinfo)
> {
> .
>
.
>
.
>
>
Hola Alvaro, te escribo para informarte que esta función me sirvió de
mucho para resolver mi problema, así que muchisimas gracias.

--
Luis D. García M.

Telf: (+58) 2418662663
Cel.: (+58) 4143482018

- FACYT - UC -
- Computación -

In response to

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Luis D. García 2007-03-08 03:26:54 Modificar catálogo desde el Backend
Previous Message jeferson alvarez 2007-03-07 23:04:47 ERROR con OID en funcion