On Thu, Dec 24, 2015 at 11:18 AM, Neel Patel <[email protected]> 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 ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
