Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
inPostgreSQLを使用して、ユーザーのコンピューターで使用可能なすべてのデータベースのリストを取得するにはどうすればよいですか?NpgsqlC#
PostgreSQL
Npgsql
C#
postgreSQLではそれを行う2つの方法があります:
\l
SELECT datname FROM pg_database;