Closes the connection to the server

Property definitions

postgresql $ NativePostgres :: finish
  # Closes the connection to the server
  fun finish  `{
    PQfinish(self);
  `}
lib/postgresql/native_postgres.nit:136,3--139,4