From: | tony <tony(at)animaproductions(dot)com> |
---|---|
To: | Bob T <rjtalbo(at)attglobal(dot)net> |
Cc: | postgres list <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: dxf file format |
Date: | 2002-03-14 08:17:27 |
Message-ID: | 1016093848.14323.7.camel@vaio |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Wed, 2002-03-13 at 19:04, Bob T wrote:
> I have discovered there is a conversion utility to convert dxf file format (CAD)
> to Postscript.
> Any useful tips regarding moving or Converting Postscript into a Postgresql
> file or Table.
It would need to be a file. Be careful with <CR><LF> conversion. The
easiest way to break a postscript file is to send it by e-mail. The mail
servers clients have the nasty habit of inserting line breaks and this
renders the file unreadable.
Cheers
Tony Grant
--
RedHat Linux on Sony Vaio C1XD/S
http://www.animaproductions.com/linux2.html
Macromedia UltraDev with PostgreSQL
http://www.animaproductions.com/ultra.html
From | Date | Subject | |
---|---|---|---|
Next Message | Jean-Michel POURE | 2002-03-14 08:18:57 | Re: PostgreSQL the right choice? |
Previous Message | Jean-Michel POURE | 2002-03-14 08:04:23 | Re: Queries from different databases |