10000
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 99f61da commit 7d62e9cCopy full SHA for 7d62e9c
src/backend/utils/adt/ruleutils.c
@@ -3,7 +3,7 @@
3
* out of it's tuple
4
*
5
* IDENTIFICATION
6
- * $Header: /cvsroot/pgsql/src/backend/utils/adt/ruleutils.c,v 1.8 1999/01/25 18:02:23 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/adt/ruleutils.c,v 1.9 1999/04/29 15:52:01 wieck Exp $
7
8
* This software is copyrighted by Jan Wieck - Hamburg.
9
@@ -1117,7 +1117,7 @@ get_insert_query_def(Query *query, QryHier *qh)
1117
strcat(buf, ")");
1118
}
1119
else
1120
- strcat(buf, get_query_def(query, qh));
+ strcat(buf, get_select_query_def(query, qh));
1121
1122
/* ----------
1123
* Copy the query string into allocated space and return it
0 commit comments