Re: [PHP] pg_last_error()

2007-04-02 Thread Chris
Miguel J. Jiménez wrote: Hello, the question is simple... After I try to free a resultset in postgres using pg_free_result() it returns false ... Can I use pg_last_error() to get the cause of this last error? I have tried but it returns an empty string and I do not know if it is because I canno

[PHP] pg_last_error()

2007-04-02 Thread Miguel J. Jiménez
Hello, the question is simple... After I try to free a resultset in postgres using pg_free_result() it returns false ... Can I use pg_last_error() to get the cause of this last error? I have tried but it returns an empty string and I do not know if it is because I cannot use pg_last_error() thu