Hi
On Fri, Nov 12, 2021 at 12:45 AM wrote:
> I'm trying to compare 2 schemas (devschema is the source and testschema
> is the target) and generate a script that can be run on the target that
> will create the missing tables. I ran the schema diff, and it generated
> items like this:
>
> CREATE
I'm trying to compare 2 schemas (devschema is the source and testschema
is the target) and generate a script that can be run on the target that
will create the missing tables. I ran the schema diff, and it generated
items like this:
CREATE TABLE IF NOT EXISTS tablename
(
fields, etc
)
TABLESP
Hi Rekha,
Please set the binary paths here -
https://www.pgadmin.org/docs/pgadmin4/6.1/preferences.html#the-paths-node
On Thu, Nov 11, 2021 at 2:20 PM Rekha Singh
wrote:
> Hello,
>
> I get this message -
> 'C:\Users\rekha\pg_restore.exe' file not found. Please correct the Binary
> Path in the
Hello,
I get this message -
'C:\Users\rekha\pg_restore.exe' file not found. Please correct the Binary
Path in the Preferences dialog'
How do I proceed?
Thank you,
Rekha