pgBinDir returns the path to the PostgreSQL bin directory.
()
| 118 | |
| 119 | // pgBinDir returns the path to the PostgreSQL bin directory. |
| 120 | func pgBinDir() string { |
| 121 | return filepath.Join(pgBaseDir(), "bin") |
| 122 | } |
| 123 | |
| 124 | // pgDataDir returns the path to the PostgreSQL data directory. |
| 125 | func pgDataDir() string { |