OSDN Git Service

Include SQL/92 string continuation across newlines.
authorThomas G. Lockhart <lockhart@fourpalms.org>
Wed, 15 Oct 1997 01:12:21 +0000 (01:12 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Wed, 15 Oct 1997 01:12:21 +0000 (01:12 +0000)
commitb0df88745d0faec54a9264e95c691d8024a00c4d
tree2dbf830a69de096da90cfdd741882f9cdb5fc981
parentba2358896ab0417d9ce9f6cb283e1212fc6a84f3
Include SQL/92 string continuation across newlines.
Allows the following example:
  select 'first string'
  '---'
  'last string';
 to be output as 'first string---last string'.
src/backend/parser/scan.l