Re: PostgreSQL and AutoCad

From: Andy <nospam(at)noplace(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: PostgreSQL and AutoCad
Date: 2007-10-25 15:11:19
Message-ID: ffqbmi$17s7$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Josh Tolley wrote:
> On 10/24/07, Bob Pawley <rjpawley(at)shaw(dot)ca> wrote:
>> Is there any way of converting text from an AutoCad (.dwg ot .dxf) file into
>> a PostgreSQL Database??
>>
>> Bob Pawley
>
> I know nothing of AutoCad, but your message has been sitting for a
> while without response, so I'll throw out the suggestion that you
> probably want AutoCad to export the text to some more common format
> (like a ASCII or UTF8 file or some such) and import that.
>
> -Josh/eggyknap

I think .dxf is text, its a vector image description (lines, line
styles, layers, etc, etc). But being text or not, you can store it into
a bytea field no problem.

Bob: Do you just want to store the file as-is in the database? Then
yes you can. Or are you looking to break it up into tables so that you
can query it somehow? In that case, I'd say not likely (or at least not
cheaply).

Do you want AutoCad to edit the drawings right out of the database? How
would you want to put them in/get them out, of the database?

-Andy

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message tfinneid 2007-10-25 15:26:57 Re: select count() out of memory
Previous Message Scott Marlowe 2007-10-25 14:58:52 Re: select count() out of memory