postgres
Verified for current stable LTS
Postgres Command: Set Runtime Parameter Short Form
Use for set runtime parameter short form with Postgres. Exact CLI syntax to set runtime parameter short form using Postgres.
When to use this: Use for set runtime parameter short form with Postgres.
Command Syntax
postgres -c <shared_buffers=128MB> postgres -c <shared_buffers=128MB> Command Breakdown
-c- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to set runtime parameter short form using Postgres.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Postgres Command: Set Runtime Parameter Long Form
postgres --<shared-buffers>=<128MB> Postgres Command: Start Server Custom Port postgres -p <5433> Postgres Command: Start Single User Mode For Database postgres --single -D <path/to/datadir> <my_database> Grep Command: Print File Name And Line Number With Color Output grep -Hn --color=always "<search_pattern>" <path/to/file> Grep Command: Use Extended Regexes Case Insensitive grep -Ei "<search_pattern>" <path/to/file>