postgresql/src/backend/parser
Thomas G. Lockhart b0df88745d Include SQL/92 string continuation across newlines.
Allows the following example:
  select 'first string'
  '---'
  'last string';
 to be output as 'first string---last string'.
1997-10-15 01:12:21 +00:00
..
analyze.c DEFAULT is handled by analyze.c now. 1997-10-12 07:09:20 +00:00
catalog_utils.c Inline memset() as MemSet(). 1997-09-18 20:22:58 +00:00
dbcommands.c Used modified version of indent that understands over 100 typedefs. 1997-09-08 21:56:23 +00:00
gram.y Use P_TYPE rather than TYPE_P (which will be the name in the next release). 1997-10-09 05:43:59 +00:00
keywords.c Add SQL/92 types decimal and numeric. 1997-09-24 17:49:56 +00:00
Makefile Fix for -Wno-error 1997-04-18 08:57:39 +00:00
parse_query.c Used modified version of indent that understands over 100 typedefs. 1997-09-08 21:56:23 +00:00
parser.c heapattr functions now return a Datum, not char *. 1997-09-12 04:09:08 +00:00
scan.l Include SQL/92 string continuation across newlines. 1997-10-15 01:12:21 +00:00
scansup.c Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00
sysfunc.c Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00