Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1ehrll-0003GT-9q for pgsql-gui-dev@arkaria.postgresql.org; Sat, 03 Feb 2018 06:57:49 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ehrli-0005i9-NI for pgsql-gui-dev@arkaria.postgresql.org; Sat, 03 Feb 2018 06:57:46 +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_2) (envelope-from ) id 1ehrli-0005i0-CQ for pgsql-gui-dev@lists.postgresql.org; Sat, 03 Feb 2018 06:57:46 +0000 Received: from mail-ot0-x233.google.com ([2607:f8b0:4003:c0f::233]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1ehrlf-0003FH-04 for pgsql-gui-dev@lists.postgresql.org; Sat, 03 Feb 2018 06:57:44 +0000 Received: by mail-ot0-x233.google.com with SMTP id r23so20951842ote.8 for ; Fri, 02 Feb 2018 22:57:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jkiss-org.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to; bh=qhlwQhr1LRtcLdSv7nRuqVa5dpZ6CLPDgZA07dL3MVE=; b=Nt2/SByxYnRaRoLlQsBO9GbiRxiA2eu7uFygRY5BiUA6UdlQewmKRWJCi/+hHgmgL3 vO4iHg9wox0T1eWt+nTYzTsSwzjeeqoPEm8OjIUKq5Ss3jNpXTcmt4FScrRrksKTr9CY E5Abgz8n2rnXIUNdLM/kxISdJ8yUpkDQuHa8eQoEYAqoLIej/IJBKCQVvGH7BtPTp44p C4po0pPMzxrvYWNOtr6GmJXgXPRa5YkgHZygQKkIPGkCh7ugmtu7wOQ1EpeVU5W3YGuu Sd2PTy2nEsSSN4jvo7QJdjV2KMOfIWz8Bw+Y8cYa3SyDYRJ0wC19XA8pIIxQ19xy1mfx e4Ww== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=qhlwQhr1LRtcLdSv7nRuqVa5dpZ6CLPDgZA07dL3MVE=; b=eiJ81KAP0uBStSLKWkQWKIoQizaOSedaGj0VXSLa9s8/cIYDSSI6SexJx0i36iH0Zb e0v0U4tU30sn7ZjhRnNnCbRrTtDluRfe4Wk4jSO2anxN4mmuh2WxUqf5UCCPnwwwLr57 8pj9xlP+OKs+20dMoiyYzpGYfuRYTYpgNy/xtriPrQ0opW3wu3kPnMSwQIh7Pv5M2nI4 uE+4W1qH/HRocIOr/g3JFg/bYBJfsmSpABDtlwD0YHfJFAeuOSWDFoS57etT7DjmtmSf s6KBQclyrxqkiP/TuQTHcPPkQwvs8g3oF4jQr3xc9GGhsd5OHhSVcxgw+s55dHnJkBov NF4Q== X-Gm-Message-State: AKwxytddeww4wVHfx6gGN0cW4kMvD1fcFnRwLBazY4HUurKpfRBt2p5S wTAN/cylRd1AJPzJVT8e9bwOnGiOHIo+24WZGdVihJhV X-Google-Smtp-Source: AH8x225hAWHM790wreMyY1By12xsy94gnQwUfF5MaGu+CGaUmf92VSFStbAlAirlHitlaGDW5FTs0x9kVkfZKTqlqE8= X-Received: by 10.157.80.10 with SMTP id a10mr10343194oth.147.1517641059999; Fri, 02 Feb 2018 22:57:39 -0800 (PST) MIME-Version: 1.0 Received: by 10.74.166.5 with HTTP; Fri, 2 Feb 2018 22:57:39 -0800 (PST) X-Originating-IP: [178.70.37.121] From: Serge Rider Date: Sat, 3 Feb 2018 09:57:39 +0300 Message-ID: Subject: DBeaver To: pgsql-gui-dev@lists.postgresql.org Content-Type: multipart/alternative; boundary="f40304352fac4733a3056449586e" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --f40304352fac4733a3056449586e Content-Type: text/plain; charset="UTF-8" Hey All, My name is Serge Rider. I'm architect and main developer of DBeaver - open source universal database manager and SQL client (https://dbeaver.jkiss.org/). Recently we've significantly improved PostgreSQL support and continue to move in this direction. For instance we are going to add PgSQL debugger GUI in the following major release. Also glad to be the member of GUI Devs community. BTW we'll be at PgConf.Russia 2018 (in February). Going to show some interesting stuff there (including the debugger). BR, Serge --f40304352fac4733a3056449586e Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hey All,

My name is Serge Rider.
I'm archit= ect and main developer of DBeaver - open source universal database manager = and SQL client (ht= tps://dbeaver.jkiss.org/).
Recently we've significantly = improved PostgreSQL support and continue to move in this direction.
For instance we are going to add PgSQL debugger GUI in the following maj= or release.

Also glad to be the member of GUI Devs commu= nity.

BTW we'll be at PgConf.Russia 2= 018 (in February). Going to show some interesting stuff there (including th= e debugger).

<= /div>
BR,
Serge
--f40304352fac4733a3056449586e--