From 17b1511695060caaa8c9119ed0a3f434f2153126 Mon Sep 17 00:00:00 2001 From: Pavlo Golub Date: Thu, 28 Jul 2022 14:00:45 +0200 Subject: [PATCH] [*] rearrange `Deploy` folder, closes #3 --- {Deploy64 => Deploy/x64}/deploy64.txt | 36 +++++++++--------- .../x64}/libcrypto-1_1-x64.dll | Bin .../x64}/libpq-without-SSL.dll | Bin {Deploy64 => Deploy/x64}/libpq.dll | Bin {Deploy64 => Deploy/x64}/libssl-1_1-x64.dll | Bin {DeployMinGW => Deploy/x86}/deploy.txt | 36 +++++++++--------- {DeployMinGW => Deploy/x86}/libcrypto-1_1.dll | Bin .../x86}/libpq-without-SSL.dll | Bin {DeployMinGW => Deploy/x86}/libpq.dll | Bin {DeployMinGW => Deploy/x86}/libssl-1_1.dll | Bin {DeployMinGW => Deploy/x86}/pg_dump-11.4.dll | Bin {DeployMinGW => Deploy/x86}/pg_dump-12.0.dll | Bin {DeployMinGW => Deploy/x86}/pg_dump-13.3.dll | Bin .../x86}/pg_dump-9.3.20.dll | Bin .../x86}/pg_dump-9.4.15.dll | Bin .../x86}/pg_dump-9.5.10.dll | Bin {DeployMinGW => Deploy/x86}/pg_dump-9.6.6.dll | Bin {DeployMinGW => Deploy/x86}/pg_dump.dll | Bin .../x86}/pg_restore-11.4.dll | Bin .../x86}/pg_restore-12.0.dll | Bin .../x86}/pg_restore-13.3.dll | Bin .../x86}/pg_restore-9.3.20.dll | Bin .../x86}/pg_restore-9.4.15.dll | Bin .../x86}/pg_restore-9.5.10.dll | Bin .../x86}/pg_restore-9.6.6.dll | Bin {DeployMinGW => Deploy/x86}/pg_restore.dll | Bin 26 files changed, 36 insertions(+), 36 deletions(-) rename {Deploy64 => Deploy/x64}/deploy64.txt (96%) rename {Deploy64 => Deploy/x64}/libcrypto-1_1-x64.dll (100%) rename {Deploy64 => Deploy/x64}/libpq-without-SSL.dll (100%) rename {Deploy64 => Deploy/x64}/libpq.dll (100%) rename {Deploy64 => Deploy/x64}/libssl-1_1-x64.dll (100%) rename {DeployMinGW => Deploy/x86}/deploy.txt (96%) rename {DeployMinGW => Deploy/x86}/libcrypto-1_1.dll (100%) rename {DeployMinGW => Deploy/x86}/libpq-without-SSL.dll (100%) rename {DeployMinGW => Deploy/x86}/libpq.dll (100%) rename {DeployMinGW => Deploy/x86}/libssl-1_1.dll (100%) rename {DeployMinGW => Deploy/x86}/pg_dump-11.4.dll (100%) rename {DeployMinGW => Deploy/x86}/pg_dump-12.0.dll (100%) rename {DeployMinGW => Deploy/x86}/pg_dump-13.3.dll (100%) rename {DeployMinGW => Deploy/x86}/pg_dump-9.3.20.dll (100%) rename {DeployMinGW => Deploy/x86}/pg_dump-9.4.15.dll (100%) rename {DeployMinGW => Deploy/x86}/pg_dump-9.5.10.dll (100%) rename {DeployMinGW => Deploy/x86}/pg_dump-9.6.6.dll (100%) rename {DeployMinGW => Deploy/x86}/pg_dump.dll (100%) rename {DeployMinGW => Deploy/x86}/pg_restore-11.4.dll (100%) rename {DeployMinGW => Deploy/x86}/pg_restore-12.0.dll (100%) rename {DeployMinGW => Deploy/x86}/pg_restore-13.3.dll (100%) rename {DeployMinGW => Deploy/x86}/pg_restore-9.3.20.dll (100%) rename {DeployMinGW => Deploy/x86}/pg_restore-9.4.15.dll (100%) rename {DeployMinGW => Deploy/x86}/pg_restore-9.5.10.dll (100%) rename {DeployMinGW => Deploy/x86}/pg_restore-9.6.6.dll (100%) rename {DeployMinGW => Deploy/x86}/pg_restore.dll (100%) diff --git a/Deploy64/deploy64.txt b/Deploy/x64/deploy64.txt similarity index 96% rename from Deploy64/deploy64.txt rename to Deploy/x64/deploy64.txt index ef2abf8..9f86964 100644 --- a/Deploy64/deploy64.txt +++ b/Deploy/x64/deploy64.txt @@ -1,18 +1,18 @@ - -In order to run applications using PostgresDAC, the PostgreSQL client -library must be available on a computer, it includes the following -files: - - libpq.dll - pg_dump.dll - pg_restore.dll - libcrypto-1_1-x64.dll - libssl-1_1-x64.dll - -Copy these files to a directory on your PATH environment variable -(e.g. Windows\System32) or place them in the directory where the -client application is installed. - -Alternatively, you can make use of the installation package from -PostgreSQL.org and install only the client libraries. - + +In order to run applications using PostgresDAC, the PostgreSQL client +library must be available on a computer, it includes the following +files: + + libpq.dll + pg_dump.dll + pg_restore.dll + libcrypto-1_1-x64.dll + libssl-1_1-x64.dll + +Copy these files to a directory on your PATH environment variable +(e.g. Windows\System32) or place them in the directory where the +client application is installed. + +Alternatively, you can make use of the installation package from +PostgreSQL.org and install only the client libraries. + diff --git a/Deploy64/libcrypto-1_1-x64.dll b/Deploy/x64/libcrypto-1_1-x64.dll similarity index 100% rename from Deploy64/libcrypto-1_1-x64.dll rename to Deploy/x64/libcrypto-1_1-x64.dll diff --git a/Deploy64/libpq-without-SSL.dll b/Deploy/x64/libpq-without-SSL.dll similarity index 100% rename from Deploy64/libpq-without-SSL.dll rename to Deploy/x64/libpq-without-SSL.dll diff --git a/Deploy64/libpq.dll b/Deploy/x64/libpq.dll similarity index 100% rename from Deploy64/libpq.dll rename to Deploy/x64/libpq.dll diff --git a/Deploy64/libssl-1_1-x64.dll b/Deploy/x64/libssl-1_1-x64.dll similarity index 100% rename from Deploy64/libssl-1_1-x64.dll rename to Deploy/x64/libssl-1_1-x64.dll diff --git a/DeployMinGW/deploy.txt b/Deploy/x86/deploy.txt similarity index 96% rename from DeployMinGW/deploy.txt rename to Deploy/x86/deploy.txt index 76bc4c9..bee28bf 100644 --- a/DeployMinGW/deploy.txt +++ b/Deploy/x86/deploy.txt @@ -1,18 +1,18 @@ - -In order to run applications using PostgresDAC, the PostgreSQL client -library must be available on a computer, it includes the following -files: - - libpq.dll - pg_dump.dll - pg_restore.dll - libcrypto-1_1.dll - libssl-1_1.dll - -Copy these files to a directory on your PATH environment variable -(e.g. Windows\System32) or place them in the directory where the -client application is installed. - -Alternatively, you can make use of the installation package from -PostgreSQL.org and install only the client libraries. - + +In order to run applications using PostgresDAC, the PostgreSQL client +library must be available on a computer, it includes the following +files: + + libpq.dll + pg_dump.dll + pg_restore.dll + libcrypto-1_1.dll + libssl-1_1.dll + +Copy these files to a directory on your PATH environment variable +(e.g. Windows\System32) or place them in the directory where the +client application is installed. + +Alternatively, you can make use of the installation package from +PostgreSQL.org and install only the client libraries. + diff --git a/DeployMinGW/libcrypto-1_1.dll b/Deploy/x86/libcrypto-1_1.dll similarity index 100% rename from DeployMinGW/libcrypto-1_1.dll rename to Deploy/x86/libcrypto-1_1.dll diff --git a/DeployMinGW/libpq-without-SSL.dll b/Deploy/x86/libpq-without-SSL.dll similarity index 100% rename from DeployMinGW/libpq-without-SSL.dll rename to Deploy/x86/libpq-without-SSL.dll diff --git a/DeployMinGW/libpq.dll b/Deploy/x86/libpq.dll similarity index 100% rename from DeployMinGW/libpq.dll rename to Deploy/x86/libpq.dll diff --git a/DeployMinGW/libssl-1_1.dll b/Deploy/x86/libssl-1_1.dll similarity index 100% rename from DeployMinGW/libssl-1_1.dll rename to Deploy/x86/libssl-1_1.dll diff --git a/DeployMinGW/pg_dump-11.4.dll b/Deploy/x86/pg_dump-11.4.dll similarity index 100% rename from DeployMinGW/pg_dump-11.4.dll rename to Deploy/x86/pg_dump-11.4.dll diff --git a/DeployMinGW/pg_dump-12.0.dll b/Deploy/x86/pg_dump-12.0.dll similarity index 100% rename from DeployMinGW/pg_dump-12.0.dll rename to Deploy/x86/pg_dump-12.0.dll diff --git a/DeployMinGW/pg_dump-13.3.dll b/Deploy/x86/pg_dump-13.3.dll similarity index 100% rename from DeployMinGW/pg_dump-13.3.dll rename to Deploy/x86/pg_dump-13.3.dll diff --git a/DeployMinGW/pg_dump-9.3.20.dll b/Deploy/x86/pg_dump-9.3.20.dll similarity index 100% rename from DeployMinGW/pg_dump-9.3.20.dll rename to Deploy/x86/pg_dump-9.3.20.dll diff --git a/DeployMinGW/pg_dump-9.4.15.dll b/Deploy/x86/pg_dump-9.4.15.dll similarity index 100% rename from DeployMinGW/pg_dump-9.4.15.dll rename to Deploy/x86/pg_dump-9.4.15.dll diff --git a/DeployMinGW/pg_dump-9.5.10.dll b/Deploy/x86/pg_dump-9.5.10.dll similarity index 100% rename from DeployMinGW/pg_dump-9.5.10.dll rename to Deploy/x86/pg_dump-9.5.10.dll diff --git a/DeployMinGW/pg_dump-9.6.6.dll b/Deploy/x86/pg_dump-9.6.6.dll similarity index 100% rename from DeployMinGW/pg_dump-9.6.6.dll rename to Deploy/x86/pg_dump-9.6.6.dll diff --git a/DeployMinGW/pg_dump.dll b/Deploy/x86/pg_dump.dll similarity index 100% rename from DeployMinGW/pg_dump.dll rename to Deploy/x86/pg_dump.dll diff --git a/DeployMinGW/pg_restore-11.4.dll b/Deploy/x86/pg_restore-11.4.dll similarity index 100% rename from DeployMinGW/pg_restore-11.4.dll rename to Deploy/x86/pg_restore-11.4.dll diff --git a/DeployMinGW/pg_restore-12.0.dll b/Deploy/x86/pg_restore-12.0.dll similarity index 100% rename from DeployMinGW/pg_restore-12.0.dll rename to Deploy/x86/pg_restore-12.0.dll diff --git a/DeployMinGW/pg_restore-13.3.dll b/Deploy/x86/pg_restore-13.3.dll similarity index 100% rename from DeployMinGW/pg_restore-13.3.dll rename to Deploy/x86/pg_restore-13.3.dll diff --git a/DeployMinGW/pg_restore-9.3.20.dll b/Deploy/x86/pg_restore-9.3.20.dll similarity index 100% rename from DeployMinGW/pg_restore-9.3.20.dll rename to Deploy/x86/pg_restore-9.3.20.dll diff --git a/DeployMinGW/pg_restore-9.4.15.dll b/Deploy/x86/pg_restore-9.4.15.dll similarity index 100% rename from DeployMinGW/pg_restore-9.4.15.dll rename to Deploy/x86/pg_restore-9.4.15.dll diff --git a/DeployMinGW/pg_restore-9.5.10.dll b/Deploy/x86/pg_restore-9.5.10.dll similarity index 100% rename from DeployMinGW/pg_restore-9.5.10.dll rename to Deploy/x86/pg_restore-9.5.10.dll diff --git a/DeployMinGW/pg_restore-9.6.6.dll b/Deploy/x86/pg_restore-9.6.6.dll similarity index 100% rename from DeployMinGW/pg_restore-9.6.6.dll rename to Deploy/x86/pg_restore-9.6.6.dll diff --git a/DeployMinGW/pg_restore.dll b/Deploy/x86/pg_restore.dll similarity index 100% rename from DeployMinGW/pg_restore.dll rename to Deploy/x86/pg_restore.dll