Re: Largeobject Access Controls (r2460) - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Largeobject Access Controls (r2460)
Date
Msg-id 14287.1264692694@sss.pgh.pa.us
Whole thread Raw
In response to Re: Largeobject Access Controls (r2460)  (Takahiro Itagaki <itagaki.takahiro@oss.ntt.co.jp>)
List pgsql-hackers
Takahiro Itagaki <itagaki.takahiro@oss.ntt.co.jp> writes:
> When I'm testing the new patch, I found "ALTER LARGE OBJECT" command
> returns "ALTER LARGEOBJECT" tag. Should it be "ALTER LARGE(space)OBJECT"
> instead?  As I remember, we had decided not to use LARGEOBJECT
> (without a space) in user-visible messages, right?

The command tag should match the actual command.  If the command name
is "ALTER LARGE OBJECT", the command tag should be too.  This is
independent of phraseology we might choose in error messages (though
I agree I don't like "largeobject" in those either).
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tim Bunce
Date:
Subject: Re: plperl compiler warning
Next
From: Pavel Stehule
Date:
Subject: Re: Review: listagg aggregate