Re: How to allocate space to structure instance - Mailing list pgsql-novice

From amul sul
Subject Re: How to allocate space to structure instance
Date
Msg-id 1386720763.54966.YahooMailNeo@web193506.mail.sg3.yahoo.com
Whole thread Raw
In response to How to allocate space to structure instance  (Rohit Goyal <rhtgyl.87@gmail.com>)
Responses Re: How to allocate space to structure instance  (Rohit Goyal <rhtgyl.87@gmail.com>)
List 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


pgsql-novice by date:

Previous
From: James David Smith
Date:
Subject: Re: 'AND' in WHERE clauses
Next
From: Rohit Goyal
Date:
Subject: Re: How to allocate space to structure instance