[GENERAL] Need for protocol description

2001-10-18 Thread Dinesh Parikh
me from where i can find this.   Thanks Regards Dinesh Parikh

[GENERAL] Dynamic Query problem

2001-09-28 Thread Dinesh Parikh
attaching my code as well as error which appears to me. I have noted that if table has same type of column then no error comes .   I am using RedHat 7.1 and postgres 7.1.2 Thanks   Regards Dinesh Parikh NSTL, New Delhi.     Function Code is described as: drop function testfunc();Create function

[GENERAL] Temporary Table Problem

2001-09-28 Thread Dinesh Parikh
Dinesh Parikh NSTL, New Delhi     Function code. Drop Function TestTempTable() Create Function TestTempTable() Returns Int4 As ' Declare     DBFirst    Int4;     DBRec  Record; Begin     Create Temporary Table Dual(FirstCol Int4);     Insert Into Dual Values(12);      Insert Into

[GENERAL] Fw: Problem Related to Goto

2001-09-28 Thread Dinesh Parikh
t when I am running it , it gives error   DROPCREATEERROR:  parser: parse error at or near "start"   What may be cause of it. Actually I am converting oracle stored procedure to postgres function.So what is alternate.Is there any support of Continue statement.   Thanks   Regards Dinesh Parikh