Re: pgAdmin3: check_option translated in View editing dialog

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Neel Patel <neel(dot)patel(at)enterprisedb(dot)com>
Cc: Sebastian Albert <albert(at)math(dot)uni-goettingen(dot)de>, pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: pgAdmin3: check_option translated in View editing dialog
Date: 2015-12-24 11:20:59
Message-ID: CA+OCxowpMOSnTqu8d+my1doAVyGSHC1cz1nrh2Yv5aSOthqggQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Thu, Dec 24, 2015 at 11:18 AM, Neel Patel
<neel(dot)patel(at)enterprisedb(dot)com> wrote:
> Hi Sebastian,
>
> We have just tried to reproduce the issue but not able to understand the
> issue from the description.
>
> We followed below steps.
>
> 1. Change the language to German.
> 2. Open the existing View's properties and try to change "With check
> option".
> 3. Open SQL tab - According to change in option, we are able to see and
> edit the query.
>
> Let me know if anything missing in above steps or Can you please give steps
> to understand the issue ?

Hi Neel,

I believe the issue is that "no" is being translated to "nein" in the SQL:

ALTER VIEW myview
SET (check_option=nein);

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Sebastian Albert 2015-12-24 11:58:36 Re: pgAdmin3: check_option translated in View editing dialog
Previous Message Neel Patel 2015-12-24 11:18:13 Re: pgAdmin3: check_option translated in View editing dialog