campo como varchar(7) ou colocar um
segundo campo na chave para identificar a informação.
A considerar:
99,9% dos registros desta tabela são de tamanho 7.
Dutra e demais da lista, qual a forma mais correta de modelar isso?
--
Att.
Márcio A. Sepp
--
Sent via pgsql-general mailing list (pgsql
> > Can you elaborate? Why would anyone create a text column to store
> customer name or product name which can very well be in varchar(50)
> type of cols.
>
> You sound like you think that varchar(50) is somehow cheaper than text.
> That's backwards (at least in PG, other DBMSes may be differe