Re: [GENERAL] Need help on postgres related to insertion of a tuple.

2015-07-16 Thread Adrian Klaver
On 07/16/2015 01:18 AM, M Tarkeshwar Rao wrote: Hi all, We have a table name auditTrailLogEntry where we were not able to able to insert in auditTrailLogEntry table. we have reindex the table and insertion issue has been resolved . we executed following command: *_Audit tail insertion issue.

Re: [GENERAL] Need help on postgres related to insertion of a tuple.

2015-07-16 Thread Michael Paquier
On Thu, Jul 16, 2015 at 5:18 PM, M Tarkeshwar Rao wrote: > a. How can we prevent "This has been seen to occur with buggy kernels; > consider updating your system" alarm ? > b. how can resolve "This has been seen to occur with buggy kernels; consider > updating your system" alarm ? This defense ha

[GENERAL] Need help on postgres related to insertion of a tuple.

2015-07-16 Thread M Tarkeshwar Rao
Hi all, We have a table name auditTrailLogEntry where we were not able to able to insert in auditTrailLogEntry table. we have reindex the table and insertion issue has been resolved . we executed following command: Audit tail insertion issue. INSERT INTO auditTrailLogEntry (event, inNodeID, i

Re: [GENERAL] need help on postgres

2010-05-05 Thread Thom Brown
On 5 May 2010 08:28, raha sadeghi wrote: > hi, > i am a student , and for my final project i have to work with postgresql ; > my project subject is data warehousing & data mining, so i need to define > cube; create dimention table & fact table & ... > i had active cube in template1; i mean i ru

[GENERAL] need help on postgres

2010-05-05 Thread raha sadeghi
hi, i am a student , and for my final project i have to work with postgresql ; my project subject is data warehousing & data mining, so i need to define cube; create dimention table & fact table & ... i had active cube in template1; i mean i run cube.sql and there are cube functions in my databas