Re: Is there a way to export favourites from pgadmin3 on Lates macOSversion(Catalina) - Mailing list pgadmin-support

From Jack Royal-Gordon
Subject Re: Is there a way to export favourites from pgadmin3 on Lates macOSversion(Catalina)
Date
Msg-id 885B28B6-0179-4151-8B43-09B55566EC16@architechies.com
Whole thread Raw
In response to Is there a way to export favourites from pgadmin3 on Lates macOS version(Catalina)  (Praveen Agarwal <praveen.agarwal@twirll.com>)
List pgadmin-support
I just looked at my pgAdmin III configuration files (in ~) and there is an XML file “.pgadminfavourites” that seems to contain favorite queries. 

<?xml version="1.0" encoding="UTF-8"?>
<favourites>
 <favourite title="Test">select date, sum(sold-returned) from barnes_and_noble_sales_points where date &gt;= '11/1/19'
and book_id in (select id from books where user_id = 867) group by 1 order by 1

select max(starting_date) from apple_trend_points where book_id in (select id from books where user_id = 3893)

select starting_date, sum(qty) from apple_trend_points where starting_date &gt;= '11/1/19'
and book_id in (select id from books where user_id = 1) group by 1 order by 1

select date, sum(paid_sales + free_sales) from sales_points where date &gt;= '11/1/19' and distributor_id = 3
and book_id in (select id from books where user_id = 2454) group by 1 order by 1

select * from logs where user_id = 1 and distributor_id = 2 and task = 'Sales' and created_at &gt; '11/14/19' order by id

select date, min(created_at), max(created_at) from barnes_and_noble_sales_points where date &gt;= '11/1/19'
and book_id in (select id from books where user_id = 1) group by 1 order by 1</favourite>
</favourites>

On Nov 14, 2019, at 11:40 PM, Praveen Agarwal <praveen.agarwal@twirll.com> wrote:

Hi Team,

I'm in dire need of help.
I was using pdgamin3 on macOS, recently after upgrading to macOS-Catalina, pgadmin3 along with other apps are banned, I have set lot of important queries in favourties, since its not opening now, is there a way these favourites queries can be export from folder content.

Thanks & Regards,
twirll logo for email signature-reduced.png
Praveen Agarwal
Sr. Developer
phone-16.png
+91-9958636699
mail-32.png
linkedin.png  facebook.png  twitter.png  google_plus.png  instagram.png pinterest.png  
TWIRLL (www.twirll.com) - Powered by EBS (www.ebsconsulting.biz)
Please consider the environment before printing this email

pgadmin-support by date:

Previous
From: Praveen Agarwal
Date:
Subject: Is there a way to export favourites from pgadmin3 on Lates macOS version(Catalina)
Next
From: "Finzel, Jeremy"
Date:
Subject: How to get updated psycopg2 library with pgAdmin