Re: [NOVICE] Database access problem : SOS

From: mjoseph(at)inautix(dot)com
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-admin(at)postgresql(dot)org
Subject: Re: [NOVICE] Database access problem : SOS
Date: 2003-02-04 06:14:20
Message-ID: OF8CC4814B.50F4AE02-ON65256CC3.0021C679@LocalDomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin


Hi Tom,

> Did you remember to start the cygipc daemon?

Yes I did. It was not that. There is something broken with cygipc or the
way I used it. ;-)

I did a complete uninstall and a re-install (using the user id 'postgres')
and I am able to create databases!

Thanks!

Now I have one more hurdle to cross. Can you help me with this?
I need to create a large object - a photograph and work with this.
The doc at
http://gborg.postgresql.org/project/psqlodbc/faq/faq.php?faq_id=52
suggests creating a custom type like this.
create type lo (
internallength=4,
externallength=10,
input=int4in,
output=int4out,
default='',
passedbyvalue
);

But I need to define the input & output functions (int4in and int4out). Can
someone give me a clue as to how these functions should be defined?

Regards,
Manoj

Browse pgsql-admin by date

  From Date Subject
Next Message Justin Clift 2003-02-04 06:27:15 Re: [ADMIN] Database access problem : SOS
Previous Message Tom Lane 2003-02-04 04:35:44 Re: Database access problem : SOS