Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Databases - Practical PostgreSQL
Previous Page Home Next Page

RESET

Name

RESET -- Restores runtime variables to their default settings.

Synopsis

RESET 
variable

Parameters

variable

A runtime variable that you wish to reset to its default value. See SET" for more information on available variables.

Results

RESET VARIABLE

The message returned when a specified variable is reset to its default value.

Description

Use the RESET command to return runtime variables to their original values. For more information about values allowed for these variables, and what the original values were, refer to SET."

You can also issue the following command to accomplish the same effect:

  SET 
variable
 TO DEFAULT

Example

The following example resets a variable called SEED to its default value:

testdb=# 
RESET SEED;

RESET VARIABLE
Databases - Practical PostgreSQL
Previous Page Home Next Page

 
 
  Published under the terms of the Open Publication License Design by Interspire