pg_attribute.attname
Started by pwover 21 years ago2 messagesgeneral
Hello,
How do I clear out dropped column names that appear in
pg_attribute.attname automatically?
Thanks,
Pete
Re: pg_attribute.attname
On Thu, Sep 09, 2004 at 01:07:12PM -0700, pw wrote:
Hello,
How do I clear out dropped column names that appear in
pg_attribute.attname automatically?
I don't think you can. Just ignore columns where is_dropped is true.
Hope this helps,
--
Martijn van Oosterhout <kleptog@svana.org> http://svana.org/kleptog/
Show quoted text
Patent. n. Genius is 5% inspiration and 95% perspiration. A patent is a
tool for doing 5% of the work and then sitting around waiting for someone
else to do the other 95% so you can sue them.