Re: libpq binary format for contrib/cube type?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: aws <andy(dot)schmeder(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: libpq binary format for contrib/cube type?
Date: 2009-01-28 22:47:46
Message-ID: 4706.1233182866@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

aws <andy(dot)schmeder(at)gmail(dot)com> writes:
> I'm using libpq with a prepared query, and I'd like to access the
> contrib/cube type using the binary format. The documentation
> describes the text format for cubes but doesn't say what the binary
> format is.

There isn't one --- contrib/cube doesn't provide send/receive
functions at all.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Gabi Julien 2009-01-28 23:35:18 Re: New 8.4 hot standby feature
Previous Message aws 2009-01-28 22:29:57 libpq binary format for contrib/cube type?