Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dPxsc-0005hy-Lm for pgadmin-hackers@arkaria.postgresql.org; Tue, 27 Jun 2017 21:18:38 +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 1dPxsc-0001Oc-7J for pgadmin-hackers@arkaria.postgresql.org; Tue, 27 Jun 2017 21:18:38 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1dPxsc-0001OO-2u for pgadmin-hackers@lists.postgresql.org; Tue, 27 Jun 2017 21:18:38 +0000 Received: from mail-ua0-x230.google.com ([2607:f8b0:400c:c08::230]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1dPxsX-00032P-Q8 for pgadmin-hackers@postgresql.org; Tue, 27 Jun 2017 21:18:37 +0000 Received: by mail-ua0-x230.google.com with SMTP id z22so26672343uah.1 for ; Tue, 27 Jun 2017 14:18:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pivotal-io.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=bfl4tc8M4TtIO7j57xJCq1Fs+0/9XS1m40RDnYRf3Hk=; b=VmMByzJa9QzfbWmUQMamEz4CBFtOAE/qChNT27If6gjbZS7lZVkxblRcwJ3nQDGb/0 2y6+r9b/qlhGrs/9/ozVwhpz1cXcCwQQR2fh3BBYnTxib4yU1dgT7iutmPK/NwwtY3iZ KWwQbjphbnakQnyQf0avLg8U/xa9Cj7/VkSdLx7g1N0Pqo0DZivNm//ac8t9VQRfY65J oy7xQ3zcYdDJepa4Nswqqzas7W1bXP0BnITD3sWYZqgSy+G8ccYvsuFtXrhpJKlAJ7EG v14m91cJmq1GIzZN+Sv080pSMoAscUUzBcdqfe1YYZUtXtGtgb9QbAGQHNZSHwcphmBM j+5g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=bfl4tc8M4TtIO7j57xJCq1Fs+0/9XS1m40RDnYRf3Hk=; b=nulHeXpStC9gXAzCp/ngp9bjNZArHSZYScMKAqQJeYyipEYAImjQQy/izuikgLLXx2 5N5yts2wxr2IIaLtqErOxtF0TGOKNTd2E0C191iPQTDXSeoLGe5fgXCfTFpMOk7d60rq 1uq0s1DK9fh0LIEz5Wh8jgL/xkRwiQTxwOoVTPx5GQ2o5xMzWoJl81eEBWXeoCdH4I3d yPBQMFTTkI5hRJT9kno3+c7LGtlGn7FHXQowXLd7Tr9zJQdpKavrF5X6UZtfG3sK0u/Q a3XMRnAnb6LPKbJT1LMYsiEmgQA+2lZ2Hm+jJMxFD4DH9YFRABviknX25oeiKoKy9woJ Ffyw== X-Gm-Message-State: AKS2vOwvWi74ooF2LHZDSGLiT4Q2TkHs/dWSMJfwaiAdvRVKvAeWmBaq VbmUMJpxLuqpPrzCmxmNuCZe4hEbhBJg X-Received: by 10.159.61.110 with SMTP id m46mr4451268uai.64.1498598309575; Tue, 27 Jun 2017 14:18:29 -0700 (PDT) MIME-Version: 1.0 Received: by 10.176.0.143 with HTTP; Tue, 27 Jun 2017 14:18:29 -0700 (PDT) In-Reply-To: References: From: Robert Eckhardt Date: Tue, 27 Jun 2017 17:18:29 -0400 Message-ID: Subject: Re: [pgadmin-hackers] Re: Server side cursor limitations for on demand loading of data in query tool [RM2137] [pgAdmin4] To: Joao Pedro De Almeida Pereira Cc: pgadmin-hackers , Dave Page , Ashesh Vashi , Harshal Dhumal , Shirley Wang Content-Type: multipart/alternative; boundary="f403043663cee755f40552f79bcd" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Unsubscribe: , List-Archive: Precedence: bulk --f403043663cee755f40552f79bcd Content-Type: text/plain; charset="UTF-8" On Tue, Jun 27, 2017 at 5:03 PM, Joao Pedro De Almeida Pereira < jdealmeidapereira@pivotal.io> wrote: > Hello Hackers, > > When we started the app we noticed some change in the front end. > > The line numbers in the Editor: > - We noticed a bug with the numbers where at 10000 rows, the numbers would > be cut off. > - When the row is selected the color of the text should be white > - Centering the number column would differentiate it from the rest of the > table and prevent any confusion > > Do we want line numbers? I'm of mixed opinion. On the one hand it implies and ordered set of results when Postgres inherently doesn't order results. On the other hand it nicely tells you where you are in the results set if you are scrolling around. -- Rob --f403043663cee755f40552f79bcd Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable


On Tue, Jun 27, 2017 at 5:03 PM, Joao Pedro De Almeida Pereira <jdealmeidapereira@pivotal.io> wrote:
Hello Hackers,

When we s= tarted the app we noticed some change in the front end.

The line numbers in the Editor:=C2=A0
- We noticed a bug wi= th the numbers where at 10000 rows, the numbers would be cut off.
- When the row is selected the color of the text should be white=C2=A0
- Centering the number column would differentiate it from the rest o= f the table and prevent any confusion


Do we want line numbers? I'm of mixed opinion. On= the one hand it implies and ordered set of results when Postgres inherentl= y doesn't order results. On the other hand it nicely tells you where yo= u are in the results set if you are scrolling around.=C2=A0

<= /div>
-- Rob
=C2=A0
--f403043663cee755f40552f79bcd--