[HACKERS] Make TIMESTAMP + TIME in the source code

2007-03-19 Thread Luis D. García
e you could help me on this. PD: in adition, both data (TIMESTAMP and TIME) are stored in strings (char *). The TIME is stored on the pg_class structure (thanks to a modification I made), and the TIMESTAMP is given on the INSERT values. -- Luis D. García M. Telf: (+58) 2418662663 Cel.: (+58) 4143482018 - FACYT - UC - - Computación -

Re: [HACKERS] Access last inserted tuple info...

2007-01-25 Thread Luis D. García
e). >Could anyone please help me on this? >Greetings and Thanks... 8.2 has (INSERT/UPDATE/DELETE) ... RETURNING. Perhaps you could use the 8.2 series instead :) Cheers, David. -- David Fetter <[EMAIL PROTECTED]> http://fetter.org/ phone: +1 415 235 3778AIM: dfetter666

[HACKERS] Access last inserted tuple info...

2007-01-24 Thread Luis D. García
Hi, I'm working on a modification of PostgreSQL 8.1.4 and I need to access the information stored in the last tuple inserted in a table (All this from the backend code). Could anyone please help me on this? Greetings and Thanks... -- Luis D. García M. Telf: (+58) 2418662663 Cel.:

Re: [HACKERS] Searching some sites explaing about PosgtreSQL source codes

2007-01-24 Thread Luis D. García
codes, but i am not familiar to this codes. So i am now seraching some sites which explaing about PostgreSQL source codes, or it's structure. If you know a good site explaing PostgreSQL's source codes. Please teach me. Thanks a lot of your conservation! -- Luis D. García M.