Re: pgAdmin3: check_option translated in View editing dialog - Mailing list pgadmin-hackers

From Dave Page
Subject Re: pgAdmin3: check_option translated in View editing dialog
Date
Msg-id CA+OCxowpMOSnTqu8d+my1doAVyGSHC1cz1nrh2Yv5aSOthqggQ@mail.gmail.com
Whole thread Raw
In response to Re: pgAdmin3: check_option translated in View editing dialog  (Neel Patel <neel.patel@enterprisedb.com>)
Responses Re: pgAdmin3: check_option translated in View editing dialog  (Sebastian Albert <albert@math.uni-goettingen.de>)
List pgadmin-hackers
On Thu, Dec 24, 2015 at 11:18 AM, Neel Patel
<neel.patel@enterprisedb.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


pgadmin-hackers by date:

Previous
From: Neel Patel
Date:
Subject: Re: pgAdmin3: check_option translated in View editing dialog
Next
From: Sebastian Albert
Date:
Subject: Re: pgAdmin3: check_option translated in View editing dialog