github.com/turbot/steampipe@v1.7.0-rc.0.0.20240517123944-7cef272d4458/pkg/db/platform/paths_darwin_amd64.go (about)

     1  //go:build darwin && amd64
     2  // +build darwin,amd64
     3  
     4  package platform
     5  
     6  var Paths = PlatformPaths{
     7  	TarFileName:         "postgres-darwin-x86_64.txz",
     8  	InitDbExecutable:    "initdb",
     9  	PostgresExecutable:  "postgres",
    10  	PgDumpExecutable:    "pg_dump",
    11  	PgRestoreExecutable: "pg_restore",
    12  }