PostgreSQL Source Code: src/include/parser/parser.h Source File (original) (raw)
Go to the documentation of this file.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15#ifndef PARSER_H
16#define PARSER_H
17
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37typedef enum
38{
46
47
48typedef enum
49{
54
55
59
60
61
63
64
67
68#endif
PGDLLIMPORT bool escape_string_warning
@ RAW_PARSE_PLPGSQL_ASSIGN2
@ RAW_PARSE_PLPGSQL_ASSIGN1
@ RAW_PARSE_PLPGSQL_ASSIGN3
List * SystemFuncName(char *name)
TypeName * SystemTypeName(char *name)
PGDLLIMPORT bool standard_conforming_strings
@ BACKSLASH_QUOTE_SAFE_ENCODING
List * raw_parser(const char *str, RawParseMode mode)
PGDLLIMPORT int backslash_quote
static PgChecksumMode mode