We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d009e4 commit 5ddf38fCopy full SHA for 5ddf38f
src/port/quotes.c
@@ -1,3 +1,18 @@
1
+/*-------------------------------------------------------------------------
2
+ *
3
+ * quotes.c
4
+ * string quoting and escaping functions
5
6
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
7
+ * Portions Copyright (c) 1994, Regents of the University of California
8
9
10
+ * IDENTIFICATION
11
+ * src/port/quotes.c
12
13
+ *-------------------------------------------------------------------------
14
+ */
15
+
16
#include "c.h"
17
18
/*
0 commit comments