reset password
Author Message
trivedidr
Posts: 54
Posted 00:50 May 08, 2009 |

hi,

what is the type of boolean variable of model class has data-type in postgre sql?

 

cysun
Posts: 2935
Posted 07:51 May 08, 2009 |

The boolean type in PostgreSQL is bool or boolean.

trivedidr
Posts: 54
Posted 08:22 May 08, 2009 |

So, at the time of insert we can take either 't' or 'f', right?

cysun
Posts: 2935
Posted 08:33 May 08, 2009 |
trivedidr wrote:

So, at the time of insert we can take either 't' or 'f', right?

Yes.

trivedidr
Posts: 54
Posted 08:53 May 08, 2009 |

Thank you Dr.SunSmile