Re: ya lo hice Error Modificacion de clave de usuario

From: "Jaime Casanova" <systemguards(at)gmail(dot)com>
To: Javier Bermúdez Tito <javier_bt(at)hotmail(dot)com>
Cc: pgsql-es-ayuda(at)postgresql(dot)org
Subject: Re: ya lo hice Error Modificacion de clave de usuario
Date: 2006-07-06 04:48:33
Message-ID: c2d9e70e0607052148u48475413ia575c1232f5c258@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

> vSql = 'ALTER USER '||'"'||OLD.idcemple||'"'||' ENCRYPTED PASSWORD
> '||'\'||NEW.specpass||\''||' NOCREATEDB NOCREATEUSER';

para que no tengas ese tallarin de comillas prueba las funciones quote_ident() y
quote_literal()

http://www.postgresql.org/docs/8.1/static/functions-string.html

--
Atentamente,
Jaime Casanova

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs and the universe trying
to produce bigger and better idiots.
So far, the universe is winning."
Richard Cook

In response to

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Agustin Casiva 2006-07-06 10:48:50 Re: archivo postgresql.conf
Previous Message Jaime Casanova 2006-07-06 04:41:12 Re: Manejo de Trigger con TG_RELNAME urgente