*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/parser/gram.y,v 2.19 1998/07/26 04:30:31 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/backend/parser/gram.y,v 2.20 1998/08/04 17:37:48 momjian Exp $
*
* HISTORY
* AUTHOR DATE MAJOR EVENT
n->encoding = GetTemplateEncoding();
}
#else
- elog(ERROR, "WITH ENCODING is not supported");
+ if ($6 != NULL)
+ elog(ERROR, "WITH ENCODING is not supported");
#endif
$$ = (Node *)n;
}