Re: [NOVICE] Database access problem : SOS

Поиск
Список
Период
Сортировка
От mjoseph@inautix.com
Тема Re: [NOVICE] Database access problem : SOS
Дата
Msg-id OF8CC4814B.50F4AE02-ON65256CC3.0021C679@LocalDomain
обсуждение исходный текст
Список 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




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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Database access problem : SOS
Следующее
От: "Gaetano Mendola"
Дата:
Сообщение: vacuum full again