> Richard Harvey Chapman <[EMAIL PROTECTED]> writes:
> > Are single quotation marks not allowed in comments?
>
> > test2=# /* John's cat is fat. */
> > test2'#
> > test2'# '*/
> > test2-# ;
> > ERROR: Unterminated quoted string
> > test2=#
>
> They are, but it looks like psql's primitive parser
Richard Harvey Chapman <[EMAIL PROTECTED]> writes:
> Are single quotation marks not allowed in comments?
> test2=# /* John's cat is fat. */
> test2'#
> test2'# '*/
> test2-# ;
> ERROR: Unterminated quoted string
> test2=#
They are, but it looks like psql's primitive parser is confused here.
Wha
> /* log will probably just be a table for Saruman's use only. */
>
> Are single quotation marks not allowed in comments?
>
> test2=# /* John's cat is fat. */
> test2'#
> test2'# '*/
> test2-# ;
> ERROR: Unterminated quoted string
> test2=#
>
> I have the SQL + comments for creating my databas