Re: How to allocate space to structure instance

From: amul sul <sul_amul(at)yahoo(dot)co(dot)in>
To: Rohit Goyal <rhtgyl(dot)87(at)gmail(dot)com>, "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: How to allocate space to structure instance
Date: 2013-12-11 00:12:43
Message-ID: 1386720763.54966.YahooMailNeo@web193506.mail.sg3.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

 
>Am I using wrong memory context? Or
is there anything else also I should keep in mind.

Yes it might be. Memory context of
transaction is deleted at the end.
If you want to preserved the information, you can allocated space for structure before begin transaction call.

Regards,
Amul Sul

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Rohit Goyal 2013-12-11 06:45:26 Re: How to allocate space to structure instance
Previous Message James David Smith 2013-12-10 16:37:43 Re: 'AND' in WHERE clauses