Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bjirU-0003Q8-8x for pgadmin-hackers@arkaria.postgresql.org; Tue, 13 Sep 2016 08:14:36 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1bjirT-0001oV-Rp for pgadmin-hackers@arkaria.postgresql.org; Tue, 13 Sep 2016 08:14:35 +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 1bjirG-0001Zo-Re for pgadmin-hackers@postgresql.org; Tue, 13 Sep 2016 08:14:22 +0000 Received: from mail-oi0-x236.google.com ([2607:f8b0:4003:c06::236]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1bjirD-0008JL-NN for pgadmin-hackers@postgresql.org; Tue, 13 Sep 2016 08:14:21 +0000 Received: by mail-oi0-x236.google.com with SMTP id d191so153934272oih.2 for ; Tue, 13 Sep 2016 01:14:19 -0700 (PDT) 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:from:date:message-id:subject:to :cc; bh=Szobh18w3GU4zJ/ams6B34JVU/sK92ZDdWlqs5Ovxpk=; b=dghD4VG+RTbydsYE/sTmuWHH+I+CFR50SS5hYfKWl+CPXG4zfAJqEd3uUhQ37Dm+wV i9JeTj027PWfhajFpc8uOZ2wfDDrruYW76eMMorNgUTT7Pd/qYw5Or/5ldJ1PRNJCfBs jCZVpx5mtDgD2eO9IKM5AAV9LWms/iX/VAWuSIxtmcG/B4DiFo9zvibUPLjr8VlRhIqU LplWSJxCn29jcQ6Upu0qJvyRiYos4pBoaSxIP5MnIhz40sOzqJXQ86oAdVKuUZ9rWTbj 4BeENZzPInmRtsIEgPmd5TXBluTAWgqW57zXBgEToCgcUbfFCKKUaTgxL7E2pVnnsdTg sObw== 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:from:date :message-id:subject:to:cc; bh=Szobh18w3GU4zJ/ams6B34JVU/sK92ZDdWlqs5Ovxpk=; b=PM9c/73sbhul3E9PUJi0n3TIHPciPsLS14KdK4NOe9yW8D4rlYID9lR0inQ+kj7G5p i/29By+ABE06fWtvGDbk44z7EzbLAuIA4ziSXL7hNrXvbMWKnZtYwn05XPo7KtM2elLV /GlOBVGLfDSGUXCrtvHqyvTMoNWOpjSn+Bce+7XqlaDhRBnYwDqwfj0vfIEMTpLW7iaR +avy/45GR6L1XtlQt+Cw/IXzWKkTP+t+lcZ/Lmt2EW/gHxfoJMnhBWJkeffrAvhg/bJp YvZJ9H61fCgz5P832NSdAGU/5qBvJaVqbBxRXwdFebq5/vh+V75TKAYlKHBnkCCBeG5V vnsA== X-Gm-Message-State: AE9vXwPcnNUhxAM3FJk6jXi6qhyahOWCsHnynLpne6/xxYgbCtCiNsFUbJkge2WfefX+sQbVSmSg2DCsWsmgzw== X-Received: by 10.157.9.39 with SMTP id 36mr27689445otp.138.1473754457653; Tue, 13 Sep 2016 01:14:17 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.1.203 with HTTP; Tue, 13 Sep 2016 01:14:16 -0700 (PDT) In-Reply-To: References: From: Dave Page Date: Tue, 13 Sep 2016 09:14:16 +0100 Message-ID: Subject: Re: PGAdmin 4 1.0-rc1 bugs To: Michael Brown Cc: 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 Hi On Tue, Sep 13, 2016 at 3:11 AM, Michael Brown wrote: > Hey guys - I hope this is the right place to post bugs, if not yell at me > (why aren't you guys using a bug tracker?) We are: https://redmine.postgresql.org/projects/pgadmin4/issues > Bug #1 - if a database is recreated in a different connection, pgAdmin will > crash when trying to access the database. (pgAdmin3 also does this). https://redmine.postgresql.org/issues/1688 > Bug #2 - Table columns are sorted alphabetically unlike pgAdmin3. This means > determining INSERT order without specifying columns isn't possible without > generating an INSERT script. This maybe should be preferenced as it's a > behavior change. Logged here: https://redmine.postgresql.org/issues/1687 > O/S: Windows 10 Professional 64 bit > > I can probably contribute fixes once I get some free runway, I'm not > familiar with the codebase yet. That would certainly be appreciated! Thanks! -- 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