Re: [SQL] Re: open and closed paths ...

2001-04-09 Thread Peter Eisentraut
Hans-Jürgen Schönig writes: > The only problem left is the correct syntax of the command when using []. > I've tried some versions but it did not work. > Maybe Tom can include an example into the docs. > > Hans > > > shop=# INSERT INTO temppath(fieldname) VALUES '((1,3), (4,12))'; > ERROR: p

[SQL] Re: open and closed paths ...

2001-04-09 Thread Hans-Jürgen Schönig
The only problem left is the correct syntax of the command when using []. I've tried some versions but it did not work. Maybe Tom can include an example into the docs. Hans shop=# INSERT INTO temppath(fieldname) VALUES '((1,3), (4,12))'; ERROR: parser: parse error at or near "'" shop=# INS