Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ediDo-0003gC-KJ for pgsql-gui-dev@arkaria.postgresql.org; Mon, 22 Jan 2018 19:57:36 +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 1ediDo-00038t-19 for pgsql-gui-dev@arkaria.postgresql.org; Mon, 22 Jan 2018 19:57:36 +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 1ediDn-00038k-Pl for pgsql-gui-dev@lists.postgresql.org; Mon, 22 Jan 2018 19:57:35 +0000 Received: from mail-qt0-x241.google.com ([2607:f8b0:400d:c0d::241]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1ediDk-00083Q-RB for pgsql-gui-dev@lists.postgresql.org; Mon, 22 Jan 2018 19:57:34 +0000 Received: by mail-qt0-x241.google.com with SMTP id a27so10824856qtd.1 for ; Mon, 22 Jan 2018 11:57:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:from:date:message-id:subject:to; bh=6tXmmKD3lEaM0lvkLFCBwrv3fCoBKuqlsFsGw+mAty4=; b=a1hJq2z5ejUqcoGVxZoUUgBw9bg6Ojjb4ub03eQbMFCCv/994RGmELLmig2KNYkrlo dSZ0UHETrXOSvX3JDW2T3Eci2e0p7i1xC21dpRkZfmqG9VByKfrsQXB4vWHL/evUvQMm zMkwXsfkDukEDVUWR52vc0aS2QoEil1lWif+1JnaxzGM4blQLmFcBXMbKj/03qFjMWcp AM3eJs+KFGU9jgqg3W2neYejekX1arx8eU8LItZ1kZK9A8JToWxR1SQXBVf6pDTxt583 2WSyropDy0cMO3gbgz7trxypCeZqACF01lobq8JJxiESTdvhc0B4/1Q4E8XGWteO9GV9 Isrg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:from:date:message-id:subject :to; bh=6tXmmKD3lEaM0lvkLFCBwrv3fCoBKuqlsFsGw+mAty4=; b=Uhc6feIGYn7WXQ/rtT5qUBmGHfhku2uxVRVz/YZ7mhwUX4394XwZegflsMwcXb3EcA w/S5OPrdJv5km47okVqbIgkZPEwBndsS08s7KUaUz/brXRrcY5t7Ro1My22QfBvXcrkK 7TFn5Es5IVpTS2HqjSsxxx+BNb9hRH5t3jpUQf60irvpFZM//J6GKe2/f2TKoWdwPN15 6jmiHDRQ6aJ/18df0o45C/VL8wPgUr8qzNFGTlDo5qJDRTvF04k5bk5LtQ7ib3kF+8E9 KtXSqFtBZxJVbuV2DvWW7LroSUhEDGexZITE7VA9UL/gdcJ+R1HmQFzN8hnj66klv3kG Ma8Q== X-Gm-Message-State: AKwxytdhmx1ZpAdDICqBweLAV7n0xJ4fUKFJ0+PaQ8MAbSHF8ubvfoZE Gm83zpgGdrkrn9t8eer/IXS3RtIbGnzMNgOwRbSYS7F3 X-Google-Smtp-Source: AH8x225RZXk3DbBPygnA1TE9Rjslk7QE94HbvFPhkDRmhOAXqAqjOpVsvPuozF6RgKHxzXwtIkuT6oVu7B9npTa9AdM= X-Received: by 10.55.110.193 with SMTP id j184mr58559qkc.70.1516651051670; Mon, 22 Jan 2018 11:57:31 -0800 (PST) MIME-Version: 1.0 Sender: merzhin@gmail.com Received: by 10.12.171.3 with HTTP; Mon, 22 Jan 2018 11:57:11 -0800 (PST) From: Brice Maron Date: Mon, 22 Jan 2018 20:57:11 +0100 X-Google-Sender-Auth: Tg8ylZldOjfX27fIM2Pa5r9Pzos Message-ID: Subject: Sqlectron To: pgsql-gui-dev@lists.postgresql.org Content-Type: multipart/alternative; boundary="94eb2c059f3e2ee16a056362d70d" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --94eb2c059f3e2ee16a056362d70d Content-Type: text/plain; charset="UTF-8" Hi All, I'm new on this ML and I'm currently working on the multi-database client written using React and electron that you can see here : https://sqlectron.github.io/. especially on the postgresql part. I wanted to improve support on DDL extraction of the tables (like create table with all comments, PK, FK, ....) ; but it seems that there is no easy way to get a textual representation of this in sql, am i correct ? Thanks and see you guys soon :) Regards Brice --94eb2c059f3e2ee16a056362d70d Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi All,

I'm new on th= is ML and I'm currently working on the multi-database client written us= ing React and electron that you can see here : https://sqlectron.github.io/.
especially on the p= ostgresql part.

I wanted to improve support on DDL extraction = of the tables (like create table with all comments, PK, FK, ....) ; but it = seems that there is no easy way to get a textual representation of this in = sql, am i correct ?

Thanks and see you guys soon := )

Regards

Brice
<= /div>
--94eb2c059f3e2ee16a056362d70d--