Re: C Function returning a ROW

From: "Brett Maton" <Brett(dot)Maton(at)simplyhealth(dot)co(dot)uk>
To: <pgsql-novice(at)postgresql(dot)org>
Subject: Re: C Function returning a ROW
Date: 2007-10-15 09:52:26
Message-ID: 05ED21952E28E94E8352836547A6BA37042317C9@achmsx001.hsa.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Okay, I feel pretty dumb...

I've changed the CREATE Type definition to:

create type __BkpTime as (bt_Start varchar, bt_End varchar, bt_Elapsed integer, bt_KB bigint);

and everything works just fine!

Brett Maton
Linux Consultant
RHCE #805007238628267

Anton House
Chantry Street
Andover
SP10 1DE

Mobile: 07765 240365
Tel: 01264 353211 ext 2338

brett(dot)maton(at)simplyhealth(dot)co(dot)uk
GBSLinuxAdmin(at)simplyhealth(dot)co(dot)uk (to include Mark Bradley)

-----------------------------------------------------------------------------------------------
This email, and the contents contained within, are private
and confidential between the sender and the individual(s)
to whom it is addressed.
The contents do not necessarily represent the views of Simplyhealth Group
Limited.

In the event of misdirection, the recipient is prohibited from
using, copying or disseminating it or any information contained in it.
If you have received this email in error please notify Simplyhealth
immediately by telephone on 0845 075 2020, or by email to
network(dot)administrator(at)simplyhealth(dot)co(dot)uk

Simplyhealth Group Limited is registered and incorporated in England and Wales
as a company limited by guarantee. Its registered office is at Hambleden House,
Waterloo Court, Andover, Hampshire, SP10 1LQ, registered no. 5445654. We
may record or monitor telephone calls to help improve our service and protect our
members.
-----------------------------------------------------------------------------------------------

Browse pgsql-novice by date

  From Date Subject
Next Message Jasbinder Singh Bali 2007-10-16 06:17:59 Compiling Functions in Postgresql
Previous Message Brett Maton 2007-10-15 07:19:09 C Function returning a row....