Re: Kyotaro Horiguchi > Returing to the description of pg_types, it should be changed like > this following the discussion here. > > - pg_catalog | box | geometric box '(lower left,upper right)' > + pg_catalog | box | geometric box 'lower left,upper right' > > But I find it hard to read. I fixed it instead as the following in the > attached. However, it might rather be better not changing it.. > > + pg_catalog | box | geometric box 'pt-lower-left,pt-upper-right'
I like that because it points to the "point" syntax so users can figure out how to spell a box. Christoph