Re: Convert bytea to Float8

Поиск
Список
Период
Сортировка
От Lee Keel
Тема Re: Convert bytea to Float8
Дата
Msg-id 76758090F8686C47A44B6FF52514A1D30904DF08@hermes.uai.int
обсуждение исходный текст
Ответ на Convert bytea to Float8  (Lee Keel <lee.keel@uai.com>)
Ответы Re: Convert bytea to Float8  ("Merlin Moncure" <mmoncure@gmail.com>)
Список pgsql-general
> -----Original Message-----
> From: Scott Marlowe [mailto:scott.marlowe@gmail.com]
> Sent: Monday, October 15, 2007 3:54 PM
> To: Lee Keel
> Cc: pgsql-general@postgresql.org
> Subject: Re: [GENERAL] Convert bytea to Float8
>
> Does something like:
>
> select encode('12346758'::bytea,'escape')::float
>
> work?
>
> Since I'm not sure what format your data is stored in I'm just guessing
> here.
>
> Note that you could use get_byte and cycle through the offset to get
> each byte as well.

I am sorry to say that the following line did not work.  I also tried the
base64 and hex encoding types and got the same error.
select encode(esri_shape::bytea,'escape')::float

I got the following error:
invalid input syntax for type double precision


The data is an ESRI blob and I am trying to convert it to a WKB to store it
in postgis.  I was doing this in C# code, but I am getting a string memory
error when I get into some of my large multi-polygons.  So, my solution was
to do all the byte parsing on the server.  I know the standard way is to
dump to shape file and import from there, but that is too much to ask of my
client to do in this case.

Thanks,
Lee Keel


This email and any files transmitted with it are confidential and intended solely for the use of the individual or
entityto whom they are addressed. If you have received this email in error please notify the sender. This message
containsconfidential information and is intended only for the individual named. If you are not the named addressee you
shouldnot disseminate, distribute or copy this e-mail. 

В списке pgsql-general по дате отправления:

Предыдущее
От: Sam Mason
Дата:
Сообщение: Re: Convert bytea to Float8
Следующее
От: Lee Keel
Дата:
Сообщение: Re: Convert bytea to Float8