Re: SystemObject show patch

From: "Hiroshi Saito" <saito(at)inetrt(dot)skcapi(dot)co(dot)jp>
To: "Andreas Pflug" <pgadmin(at)pse-consulting(dot)de>, "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
Cc: <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: SystemObject show patch
Date: 2003-07-15 12:07:23
Message-ID: 00a801c34ac9$a6d58980$1f324d80@w2k
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Andreas.

From: "Andreas Pflug" <pgadmin(at)pse-consulting(dot)de>
> Dave Page wrote:
(snip)
> I'm just in the middle of applying them. While in general Hiroshi is
> right, there are som bad implementations in it. Casting a pgCast to a
> pgServer is a very bad idea...

It was seen.
-----------------
bool GetSystemObject() const { return GetOid() <=
GetConnection()->GetLastSystemOID(); }
------------------
Indeed is good.
I'm study more...,Aiming at you.

Regards,
Hiroshi-Saito

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Jean-Michel POURE 2003-07-15 12:19:42 Re: pgadmin/pgsql logo
Previous Message Jean-Michel POURE 2003-07-15 11:59:13 Re: Suggestion for improvement: easier procedural language addition