Re: conversion a numero

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Juan <smalltalker(dot)marcelo(at)gmail(dot)com>
Cc: Jaime Casanova <jaime(at)2ndquadrant(dot)com>, Ayuda <pgsql-es-ayuda(at)postgresql(dot)org>
Subject: Re: conversion a numero
Date: 2010-09-29 21:21:35
Message-ID: 1285795250-sup-9470@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

Excerpts from Juan's message of mié sep 29 17:12:51 -0400 2010:

> en el pg_catalog tiene el type cstring
> CREATE TYPE cstring
> (INPUT=cstring_in, OUTPUT=cstring_out, DEFAULT='',
> INTERNALLENGTH=-2, ALIGNMENT=char, STORAGE=PLAIN);
> ALTER TYPE cstring OWNER TO postgres;

El tipo cstring está restringido por razones de seguridad.
Que bueno que encontraste otra manera de solucionar el problema :-P

--
Álvaro Herrera <alvherre(at)commandprompt(dot)com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

In response to

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Juan 2010-09-29 21:23:26 Re: conversion a numero
Previous Message Juan 2010-09-29 21:12:51 Re: conversion a numero