Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bHp6H-0007J8-4R for pgadmin-hackers@arkaria.postgresql.org; Tue, 28 Jun 2016 09:14:33 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1bHp6G-00024J-NV for pgadmin-hackers@arkaria.postgresql.org; Tue, 28 Jun 2016 09:14:32 +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 1bHp63-0001pn-O6 for pgadmin-hackers@postgresql.org; Tue, 28 Jun 2016 09:14:19 +0000 Received: from mail-it0-x22b.google.com ([2607:f8b0:4001:c0b::22b]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1bHp5z-0008FM-9f for pgadmin-hackers@postgresql.org; Tue, 28 Jun 2016 09:14:18 +0000 Received: by mail-it0-x22b.google.com with SMTP id h190so10392337ith.1 for ; Tue, 28 Jun 2016 02:14:14 -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:content-transfer-encoding; bh=CGwzHBd1NBdQfV+RKZ6O4IcvieJx4ebQIyWUY/cIiGk=; b=GDzkZp6+eTL/WM1g3geSd9SN9GLB7//l7B7KoYzCY02PGINfT56poPbnnfJA7zyUmK FuX6qTO9TovRA5XBqPQHeISju+YYl8qIcpJTxXM0RaeXTjin1SCMdhaZt97ibIbEPSfF wezQTA/9A9mY+/PDjrx3ljAyBmJRPfoSQ/2RSSeD5K9SX9vNrWIwDJ22uIIGyCi4gQ1e tSp1PFLA2TPs4XqAGOAv+VUSeR+v3sGLg7ZiViGuNSDIR49CE9n3gXRw+Ez1Wr7P1GpS 5wHkQupBaIwbyKyYYLpvL7lqe2Btud+KqwV7vA1SkD0lK44mygo2yPlcyqj3g/riwa2K YCmg== 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:content-transfer-encoding; bh=CGwzHBd1NBdQfV+RKZ6O4IcvieJx4ebQIyWUY/cIiGk=; b=GjXT+qMzJpaeWrr1pl9NBi+SBnzEEiFCpBTzQw+Er0qcqZyVJVo5VvW4kjRQ9Yev44 DNM3GtpLLzJm0YvqvXb0poqshfmJgdz+k/+V+dTE1T9SUVFeI81ORVSbnYPUDrzNaWh6 O+x2tZaysmGjeKQOg+HcCLRALaGc5RfMPFMFY5OYtdYpLqWMjikp8vCBeBcPifjtVgHL RlaEQiM+pJ9DgJKWm1oaIkxFNGLM3gfnzpH+zeAf6PtmC1QiNGuSKxJ26Jx+eR4JmA2G yjTYVSmKLoMEDHEyZrvA1AZj3aM0Wxo3KEMC/r0Xzd/9qcLbEsLIKLLa3+I1/Ry4T4Vy 1mwg== X-Gm-Message-State: ALyK8tLZTtTMwXJhUL18mLwIDDWXpd1H1E4u+n0kHe+ec63s8JKiHEDljI2gwfiI99Qmrk3ukEkwF6LutKXlAA== X-Received: by 10.36.22.195 with SMTP id a186mr2631115ita.37.1467105253332; Tue, 28 Jun 2016 02:14:13 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.24.233 with HTTP; Tue, 28 Jun 2016 02:14:12 -0700 (PDT) In-Reply-To: References: From: Dave Page Date: Tue, 28 Jun 2016 10:14:12 +0100 Message-ID: Subject: Re: PATCH: Fix the issue for saving query output as CSV To: Murtuza Zabuawala Cc: pgadmin-hackers Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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 On Tue, Jun 28, 2016 at 7:08 AM, Murtuza Zabuawala wrote: > Hi Dave, > > Yes, Safari is exception case because it does not support download attrib= ute of hyperlink element. > > Ref: http://caniuse.com/#feat=3Ddownload > > I was not able to find any workaround for Safari as of now that=E2=80=99s= is why I mentioned only Firefox & IE in my last email, > Earlier it was only working on Chrome and with this patch it will work wi= th Chrome/Firefox/IE. Well downloading files has been supported in browsers since NCSA Mosaic, so it's nothing new :-). We need to fix this, one way or another. --=20 Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company --=20 Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers