On Sun, 2004-07-11 at 21:34, Christopher Kings-Lynne wrote:
> > I'm not sure what Christopher mentioned is the correct fix. The
> > information is displayed correctly in all places except where a
> > pg_get_.* function is used (indexes, constraints, etc.).
> 
> The name of the constraint (ie. the "$1" bit) is done by psql, the rest 
> comes from the pg_get_function.

I didn't even notice the  "$1" bit.

        btree ("""vers""ion""")

I was hoping the above would be:

        btree ("vers"ion")



---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
      joining column's datatypes do not match

Reply via email to