8000
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 6e70221 commit 26909a0Copy full SHA for 26909a0
src/backend/parser/gram.y
@@ -10,7 +10,7 @@
10
*
11
12
* IDENTIFICATION
13
- * $Header: /cvsroot/pgsql/src/backend/parser/gram.y,v 2.70 1999/04/19 16:00:15 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/parser/gram.y,v 2.71 1999/04/27 13:33:43 wieck Exp $
14
15
* HISTORY
16
* AUTHOR DATE MAJOR EVENT
@@ -3335,7 +3335,7 @@ Numeric: FLOAT opt_float
3335
{
3336
$$ = makeNode(TypeName);
3337
$$->name = xlateSqlType("numeric");
3338
- $$->typmod = -1;
+ $$->typmod = $2;
3339
}
3340
| NUMERIC opt_numeric
3341
0 commit comments