| From: | "C(dot) Bensend" <benny(at)bennyvision(dot)com> |
|---|---|
| To: | pgsql-sql(at)postgresql(dot)org |
| Subject: | Re: Stuffing six separate columns into a single array? |
| Date: | 2004-10-05 13:26:45 |
| Message-ID: | 51832.63.227.74.41.1096982827.squirrel@63.227.74.41 |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-sql |
> How does dns_ptr relate to other data? Depending on what you're
> doing, other ways of organizing your tables might also make sense.
These are actually DNS servers authoritive for a domain that is stored
in a VARCHAR() in the same table.
After sleeping on it, I think using an array is indeed not the right
choice. I think splitting the nameservers off into their own table
is probably smarter for what I want to do.
Thanks, Michael, for the mental boot to the head. :)
Benny
--
"Even if a man chops off your hand with a sword, you still have two nice,
sharp bones to stick in his eyes."
-- .sig on Slashdot
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Silke Trissl | 2004-10-05 15:37:51 | Using timestamp in function |
| Previous Message | Pierre-Frédéric Caillaud | 2004-10-05 12:38:48 | Re: Howto turn an integer into an interval? |