Skip to content
Prev 1046 / 1559 Next

dbWriteTable in RPostgreSQL can't handle date and timestamp data types.

Can we specify data types for columns of the table created by
dbWriteTable, most times we want timestamp without timezone.
Another case is numeric numbers, in current implement all numeric data
are converted as float, but for some applications want it to be
decimal with scales,

Xiaobo Gu


On Mon, Mar 7, 2011 at 6:37 PM, Tomoaki NISHIYAMA
<tomoakin at kenroku.kanazawa-u.ac.jp> wrote: