macOS
brew install psql2csvlocal Homebrew formula metadata
brew / 順位 4984
psql2csv のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install psql2csvlocal Homebrew formula metadata
nix profile install nixpkgs#psql2csvnixpkgs package indexes · pkgs/by-name/ps/psql2csv/package.nix · ソース: api.github.com
概要
Run a query in psql and output the result as CSV
履歴
psql2csv is a command-line wrapper for running PostgreSQL queries with psql and writing the results as configurable CSV.
Philipe Fatio created psql2csv as a shell-based frontend that runs a PostgreSQL query through psql and emits CSV. The repository's official documentation presents it as a compact command-line utility rather than a separate database client.
The official README documents distribution through Homebrew, while the supplied package metadata also records Nix packaging. Its deliberately small, single-script form also supports manual installation into PATH.
A query can be supplied as the final argument or through standard input, with CSV written to standard output. Users can control delimiters, quoting, escaping, NULL representation, headers, encoding, time zone, and search path; remaining arguments are forwarded to psql.
psql2csv exemplifies the Unix package tradition of wrapping a capable lower-level client with a narrowly focused command. It makes scripted PostgreSQL-to-CSV export convenient while preserving access to psql connection and variable options.
セキュリティ状態
broad file, network, media, or database tool signal.
リスク blue · 信頼度 中 · tool
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Credential-bearing paths to review before unattended agent runs.
~/.pgpass実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
psql2csv | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/fphilipe/psql2csv
インストールメタデータ
| パッケージキー | brew:psql2csv |
|---|---|
| バージョン | 0.12 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/psql2csv |
| ホームページ | https://github.com/fphilipe/psql2csv |
| リポジトリ | https://github.com/fphilipe/psql2csv |
| ライセンス | MIT |
| ソースアーカイブ | https://github.com/fphilipe/psql2csv/archive/refs/tags/v0.12.tar.gz |
| 依存関係 | libpq |
| Bottle | 利用可能 (対象 all) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | psql2csv |
| Version Scheme | 0 |
| Revision | 1 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
psql2csv
nix profile install nixpkgs#psql2csvソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.