[HACKERS] Help! Parser Stage: Get The Columns Of the Table

2003-12-09 Thread NK
y Much In Advance NK [EMAIL PROTECTED]   insert_rest:   VALUES '(' insert_target_list ')'{ $$ = makeNode(InsertStmt); $$->cols = NIL; $$->targetList = $3; $$->selectStmt = NULL;}   | DEFAULT VALUES{ $$ = makeNode(InsertStmt); $$

[HACKERS] Problem: Relation Variable

2003-12-09 Thread NK
name ("mytable1") a reference to my table (a variable of type Relation). Could you please suggest me the appropriate function or the way to succed this?   Thank You In advance   NK [EMAIL PROTECTED]  Do You Yahoo!?Αποκτήστε την δωρεάν σας @yahoo.gr διεύθυνση στο Yahoo! Mail.

[HACKERS] Parser Modification Problem: Get the columns of a Table

2003-12-07 Thread NK
y Much In Advance NK [EMAIL PROTECTED]   insert_rest:   VALUES '(' insert_target_list ')'{ $$ = makeNode(InsertStmt); $$->cols = NIL; $$->targetList = $3; $$->selectStmt = NULL;}   | DEFAULT VALUES{ $$ = makeNode(InsertStmt); $$

[HACKERS] Help!:Convert String to relation variable

2003-12-07 Thread NK
name ("mytable1") a reference to my table (a variable of type Relation). Could you please suggest me the appropriate function or the way to succed this?   Thank You In advance   NK [EMAIL PROTECTED] Do You Yahoo!?Αποκτήστε την δωρεάν σας @yahoo.gr διεύθυνση στο Yahoo! Mail.

[HACKERS] Help!:Convert String to relation variable

2003-12-07 Thread NK
("mytable1") a reference to my table (a variable of type Relation). Could you please suggest me the appropriate function or the way to succed this?   Thank You In advance   NK [EMAIL PROTECTED] Do You Yahoo!?Αποκτήστε την δωρεάν σας @yahoo.gr διεύθυνση στο Yahoo! Mail.