Artur Sampaio escreveu: > Alguém sabe como criar arrays de composite types? > Eu sei que o PG atualmente não suporta este tipo de construção, mas > estava imaginando se alguém pode sugerir alguma forma de contornar isso. > Pretendo utilizar este array como parâmetro de entrada/saída em procedures. >
Use a versão 8.3. Veja as Release Notes em: http://www.postgresql.org/docs/8.3/interactive/release-8-3.html "E.1.3.7. Object Manipulation * Arrays of composite types (David Fetter, Andrew, Tom) In addition to arrays of explicitly-declared composite types, arrays of the rowtypes of regular tables and views are now supported, except for rowtypes of system catalogs, sequences, and TOAST tables." Osvaldo _______________________________________________ pgbr-geral mailing list [email protected] https://listas.postgresql.org.br/cgi-bin/mailman/listinfo/pgbr-geral
