ALTER USER MAPPING
  • References/Database/PostgreSQL/Commands

NameALTER USER MAPPING -- change the definition of a user mapping Synopsis

2025-01-10 15:47:30
Locale Support
  • References/Database/PostgreSQL/Localization

Locale support refers to an application respecting cultural preferences regarding alphabets, sorting, number formatting, etc.

2025-01-10 15:47:30
Internals//Genetic Query Optimizer: Further Reading
  • References/Database/PostgreSQL/Internals/Genetic Query Optimizer

The following resources contain additional information about genetic algorithms:

2025-01-10 15:47:30
Modifying Tables
  • References/Database/PostgreSQL/Data Definition

When you create a table and you realize that you made a mistake, or the requirements of the application change, you can drop the table and create it again. But this is not

2025-01-10 15:47:30
XML Functions
  • References/Database/PostgreSQL/Functions/XML

The functions and function-like expressions described in this section operate on values of type xml. Check

2025-01-10 15:47:30
4.
  • References/Database/PostgreSQL/Tutorial/Getting Started

Once you have created a database, you can access it by: Running the PostgreSQL

2025-01-10 15:47:30
DROP AGGREGATE
  • References/Database/PostgreSQL/Commands

NameDROP AGGREGATE -- remove an aggregate function Synopsis

2025-01-10 15:47:30
CREATE TABLE AS
  • References/Database/PostgreSQL/Commands

NameCREATE TABLE AS -- define a new table from the results of a query Synopsis

2025-01-10 15:47:30
Destroying a Database
  • References/Database/PostgreSQL/Managing Databases

Databases are destroyed with the command DROP DATABASE:

2025-01-10 15:47:30
LOAD
  • References/Database/PostgreSQL/Commands

NameLOAD -- load a shared library file Synopsis

2025-01-10 15:47:30