Pervasive logo

Prev User's Guide Next

psregedit


psregedit - Display or edit the Pervasive registry.

Synopsis

psregedit 
-key KEYNAME [ -r ] 
-key KEYNAME -value VALUENAME 
-set -key KEYNAME [-type TYPE] VALUE 
-set  -key  KEYNAME  -value  VALUENAME [-type TYPE] 
              VALUE 
-delete -key KEYNAME 
-delete -key KEYNAME -value VALUENAME 
-export -key KEYNAME [-file FILENAME] 
-import [-file FILENAME] 

Description

psregedit is used to manage the Pervasive registry, which is the method for configuring the Linux client.

You must be root user or a member of the group pvsw to make changes to the Pervasive registry.

For all options, the variables are defined as follows:

KEYNAME
PS_HKEY\Subkey\Path
PS_HKEY
{PS_HKEY_CONFIG | PS_HKEY_CLASSES | PS_HKEY_USER}
VALUENAME
value name or 'default'
TYPE
{PS_REG_STR | PS_REG_UINT32 | PS_REG_UINT64}

Options

-key

Get the key value. If -value is not specified, then the entire key contents are displayed. To view all subkeys, specify -r (for recursive).

-set -key

Set the key value. If -value is not specified, the default value will be set. VALUE must be appropriate to the TYPE specified. PS_REG_STR is assumed if -type is not specified.

-delete -key

Delete the specified key or value. If -value is not specified, then the entire key and all subkeys will be deleted.

-export -key

Export the given key, including all values and subkeys to standard output or the named file.

-import [-file FILENAME]

Import keys and values from either the standard input or the named file.

See Also

Pervasive.SQL User's Guide for more information about the psregedit utility.


Prev
odbctest
Contents
Up
Check for Revisions
Next
psregsvr