「Windows10」SQL Shell (psql)でPostgreSQLバージョンを確認する

環境
Windows 10 Home 64bit
PostgreSQL 9.6.5

操作方法
1.スタートメニューからSQL Shell (psql)を起動します。

2.PostgreSQLに接続する情報を入力します

Server [localhost]: localhost
Database [postgres]: postgres
Port [5432]: 5432
Username [postgres]: postgres
Client Encoding [SJIS]: sjis
ユーザ postgres のパスワード:
psql (11.2)
“help" でヘルプを表示します.

postgres=#

3.PostgreSQLのバージョンを確認します

postgres=#  select version();
                           version
-------------------------------------------------------------
 PostgreSQL 9.6.5, compiled by Visual C++ build 1800, 64-bit
(1 行)

 

PostgreSQL

Posted by arkgame