Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.80) (envelope-from ) id 1aC3xN-0002do-KZ for pgadmin-hackers@arkaria.postgresql.org; Thu, 24 Dec 2015 11:21:17 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84) (envelope-from ) id 1aC3xN-0008Gl-76 for pgadmin-hackers@arkaria.postgresql.org; Thu, 24 Dec 2015 11:21:17 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84) (envelope-from ) id 1aC3x9-000820-Cz for pgadmin-hackers@postgresql.org; Thu, 24 Dec 2015 11:21:03 +0000 Received: from mail-io0-x231.google.com ([2607:f8b0:4001:c06::231]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84) (envelope-from ) id 1aC3x6-00019X-Gf for pgadmin-hackers@postgresql.org; Thu, 24 Dec 2015 11:21:02 +0000 Received: by mail-io0-x231.google.com with SMTP id o67so240233363iof.3 for ; Thu, 24 Dec 2015 03:21:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pgadmin-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=uKI1hgFTtcXfpab80KPkAKaG9JrOGyWkYuOmaOEDx3k=; b=d+AKSJsr9kBFntU0h/NXR/vRx4h4RmzoRYyq/NjiPD9ffGKPqX3fWLB3ul3HCfiyvL nXJ5jGwoNtcv5Op2tE+59eIEEcvDAuZNqO8BsRp2JLvUiF0ZNz+1hRGrTt0FEMSUsn18 z1a/3JAsDbcsho1XE4CoXoS8Xl0ecjLUHTYL1opHKX/BefLG4F/M3nudfS3uRC2fAaEO +Mrdb2Ep+PjWe8QPdk/dbrq2D1eewm8RXvNys6ZItzz5drRZOieaZB6jdDD6NoRJs0gx 37LJlgwqkME7CWAqWQGVa4cKypFFG4gC+S6RsU8vLc13Y2sfAKeLjQfnuWvUwisz2m2y D0aw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=uKI1hgFTtcXfpab80KPkAKaG9JrOGyWkYuOmaOEDx3k=; b=TtOEQys7lB+lfpIou3sm9z4g4wyKdElM/HU1lA3zqOi/4CrF/PI2RY1+5t5nI8HVTO 4oPIP1Vtz2GbQAUF34X4+eg0mTmKzpqGHeKQQfXibsUkRsxreKRMblCmV6QaVc4tN/5g BeS/kxCwa4VJqIAe2f/PO5VTVfA3RBVwL/57BWFKtfIoFI+n9ZJcc85SABdeXK/I63O9 jk9TgzdNjHXYV9h2/K2s6V/PqF3CqlSFF3R1x4/NQhjFaH8HNLIfnysTt6ZGBWh9kmqm zDLSSgnDJc/seP3Pk+8E1FH3TcDIiIjqEnSMb+4ijxlDaoOkeDNH2GzmPDEvc29uQhbs 456g== X-Gm-Message-State: ALoCoQnLzpPGIw1+zYAD+wsCyKFCn5pgmMbMcbFw0CjaYFKuM3flUGtMe8Ovxf6TdJExzT3fueauLxj9GVtEG64xfqe+oR0ATg== MIME-Version: 1.0 X-Received: by 10.107.6.209 with SMTP id f78mr10601396ioi.63.1450956059489; Thu, 24 Dec 2015 03:20:59 -0800 (PST) Received: by 10.64.0.195 with HTTP; Thu, 24 Dec 2015 03:20:59 -0800 (PST) In-Reply-To: References: <567AA0E4.2030101@math.uni-goettingen.de> Date: Thu, 24 Dec 2015 11:20:59 +0000 Message-ID: Subject: Re: pgAdmin3: check_option translated in View editing dialog From: Dave Page To: Neel Patel Cc: Sebastian Albert , pgadmin-hackers Content-Type: text/plain; charset=UTF-8 X-Pg-Spam-Score: -2.6 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgadmin-hackers Precedence: bulk Sender: pgadmin-hackers-owner@postgresql.org On Thu, Dec 24, 2015 at 11:18 AM, Neel Patel 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 -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers