Cakephp 1.2.6 and Postgresql 8
I run cakephp on shell. I used save(). There are some error from Postgresql, I would like to keep that error in another database. Who knows command in Cakephp or Postgresql that can be keep that error as string?
example:
if($this->Model->save($data)) {
}
else {
/// command??
}
exceptionthat may occur when inserting int postgres DB?