-FE[TCH_PASSWORD]
This switch causes the password to be read from a file as opposed to being specified on the command line.
-FE[TCH_PASSWORD] { password_filename | stdin | /dev/tty }
The filename supplied must be readable by the user running gstat
.If the filename is specified as stdin
, then the user will be prompted for a password.On POSIX systems, the filename /dev/tty
will also result in a prompt for the password.
Note
|
Introduced in Firebird 2.5. |