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 <[email protected]> The PostgreSQL Company - Command Prompt, Inc. PostgreSQL Replication, Consulting, Custom Development, 24x7 support - Enviado a la lista de correo pgsql-es-ayuda ([email protected]) Para cambiar tu suscripci�n: http://www.postgresql.org/mailpref/pgsql-es-ayuda
