Re: reg:lo_write

From: "sandhya" <sandhyar(at)amiindia(dot)co(dot)in>
To: "VivekanandaSwamy R(dot)" <VivekanandaSwamyr(at)infics(dot)com>, "Marco Bizzarri" <marco(dot)bizzarri(at)gmail(dot)com>, "Postgres" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: reg:lo_write
Date: 2006-06-22 08:47:59
Message-ID: 011d01c695d8$93cba830$cd00000a@sandhyar
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Thank you all....
I have to just modify the already existing application for DB support.So..where ever they are using write i should only use my lo_write...No way to escape from it.....So trying to sort it out....I will keep one file descriptor..and will check whether it is getting or not.....

Regards,
Sandhya

----- Original Message -----
From: VivekanandaSwamy R.
To: sandhya
Sent: Thursday, June 22, 2006 1:56 PM
Subject: RE: [ADMIN] reg:lo_write

Dear sandhya,
According to my knowledge....If u use LO_WRITE function to write data into an object,it wil be problem with primary data.because the descripter wil always take recent existing data.Expetially this wil come under client-server arch.

Why don't U use...lo_export and lo_import for lorge objects?

Thanks & Regards

Vivekananda.R | Software Engineer

Infinite Computer Solutions | Exciting Times.Infinite Possibilities...

SEI-CMMI level 5 | ISO 9001:2000

Tel +91-80-5193-0000| Fax +91-80-51930009 | Cell No +91-9986463365|www.infics.com

------------------------------------------------------------------------------
From: pgsql-admin-owner(at)postgresql(dot)org [mailto:pgsql-admin-owner(at)postgresql(dot)org] On Behalf Of sandhya
Sent: Thursday, June 22, 2006 1:15 PM
To: Postgres
Cc: sandhya
Subject: [ADMIN] reg:lo_write

Hi,

If i use lo_write in different function to write data into an object,Will there be any problem?
like,
I open my object and add data into it and in another function if i again open the same object and add data....It will append to the previous content right!Am i wrong?

If i wants to append the content to the present object is there anything i need to do?
Please help me in doing this................
I am unable to see the image which i am exporting...
Thank you,
Sandhya

Information transmitted by this e-mail is proprietary to Infinite Computer Solutions and / or its Customers and is intended for use only by the individual or the entity to which it is addressed, and may contain information that is privileged, confidential or exempt from disclosure under applicable law. If you are not the intended recipient or it appears that this mail has been forwarded to you without proper authority, you are notified that any use or dissemination of this information in any manner is strictly prohibited. In such cases, please notify us immediately at info(dot)in(at)infics(dot)com and delete this email from your records.

Browse pgsql-admin by date

  From Date Subject
Next Message sandhya 2006-06-22 09:58:16 Re: reg:lo_write
Previous Message Marco Bizzarri 2006-06-22 08:13:46 Re: reg:lo_write