Alvaro Herrera wrote:
> There are a few elog() calls that should really be ereport(). Also
> this message
I've fixed to call ereport() on permission error.
>>+ elog(NOTICE, "%d trigger(s) on %s %s.",
>>+ changed,
>>+ NameStr(rel->rd_rel->relname),
>>+ e
On Mon, Aug 08, 2005 at 08:07:05AM +0900, Satoshi Nagayasu wrote:
> Here is new patch with pg_dump modification.
There are a few elog() calls that should really be ereport(). Also
this message
> + elog(NOTICE, "%d trigger(s) on %s %s.",
> + changed,
> + NameStr(rel-
Here is new patch with pg_dump modification.
Bruce Momjian wrote:
> I am waiting for pg_dump support for this patch.
>
> ---
>
> Satoshi Nagayasu wrote:
>
>>Bruce Momjian wrote:
>>
>>>I am not sure what to do with this patc