I want to create a new column in my table with a type decimal and numeric, but it is not available in my Data Type option. Why is it?
-
1I am not sure which tool you are using to create columns bubt decimal and numeric types are supported in postgresql postgresql.org/docs/9.1/static/datatype-numeric.htmlSunil B N– Sunil B N2016-01-04 06:27:05 +00:00Commented Jan 4, 2016 at 6:27
-
@SunilBN - Yeah, Ive been through that page. Im using Pgadmin 1.14.2user4621642– user46216422016-01-04 06:43:07 +00:00Commented Jan 4, 2016 at 6:43
-
2The types decimal and numeric are equivalent. Both types are part of the SQL standard. Decimal doesn't appear in the list but Numeric does. Please show the data types starting with N.Elad– Elad2016-01-04 06:59:06 +00:00Commented Jan 4, 2016 at 6:59
-
@Elad --> Thanks. That's the right answer. You may put your answer to the answer section so that I can mark it right.user4621642– user46216422016-01-04 07:02:56 +00:00Commented Jan 4, 2016 at 7:02
Add a comment
|

