PostgreSQL - Necesito ayuda

 
Vista:

Necesito ayuda

Publicado por gretel (2 intervenciones) el 11/04/2010 01:02:23
Tengo el siguiente prblema necesito crear un tipo de dato nuevo en postgres para lo que utilicé el ejemplo:
CREATE TYPE int4array (INPUT = array_in, OUTPUT = array_out,
INTERNALLENGTH = VARIABLE, ELEMENT = int4);
pero me da el siguiente error : ERROR: function array_out(int4array) does not exist.
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder