Thread

  1. Re: [HACKERS] 6.6 items

    Hannu Krosing <hannu@trust.ee> — 1999-06-07T07:40:36Z

    Bruce Momjian wrote:
    > 
    > I have updated the TODO list, rearranging it.  Here is the top of the
    > "Enhancements" list:
    > 
    >  * Add referential integrity
    >  * Add OUTER joins, left and right(Thomas)
    >  * Allow long tuples by chaining or auto-storing outside db (chaining,large objs)
    >  * Fix memory leak for expressions?, aggregates?
    
    How hard would it bet to separate PREPARE and EXECUTE for queries 
    and provide some way to pass arguments without converting them to some 
    ascii representation first?
    
    The main use I need it for is storing small images in ordinary table
    fields.
    
    The mechanics should already be there as SPI uses it.
     
    ----------------
    Hannu