pgadmin4 icon indicating copy to clipboard operation
pgadmin4 copied to clipboard

Add an option to export data using a custom query

Open akshay-joshi opened this issue 8 months ago • 0 comments

Add a new menu option, such as 'Export Data Using Query', to enable functionality like the following SQL command: COPY (SELECT * FROM country WHERE country_name LIKE 'A%') TO '/usr1/proj/bray/sql/a_list_countries.copy';"

This menu option should be available on the Database node.

akshay-joshi avatar Apr 21 '25 13:04 akshay-joshi