close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_fs.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Mar 26, 2018, 10:51:30 AM (8 years ago)
- Author:
-
jazz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v3
|
v4
|
|
| 87 | 87 | == 查詢同時連線數上限 == |
| 88 | 88 | |
| | 89 | * 使用 `SHOW` 指令 |
| 89 | 90 | {{{ |
| 90 | 91 | postgres=# SHOW max_connections; |
| 91 | 92 | }}} |
| | 93 | * 或從 `pg_settings` 資料表查詢 |
| | 94 | {{{ |
| | 95 | postgres=# SELECT * FROM pg_settings WHERE name = 'max_connections'; |
| | 96 | }}} |