9.
  • References/Database/PostgreSQL/Tutorial/The SQL Language

Rows can be removed from a table using the DELETE command. Suppose you are no longer interested in the weather of Hayward. Then you can do the

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
CREATE FOREIGN TABLE
  • References/Database/PostgreSQL/Commands

NameCREATE FOREIGN TABLE -- define a new foreign table Synopsis

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

NameDROP FOREIGN TABLE -- remove a foreign table Synopsis

2025-01-10 15:47:30
unaccent
  • References/Database/PostgreSQL/Appendixes/Additional Supplied Modules

unaccent is a text search dictionary that removes accents (diacritic signs) from lexemes. It's a filtering dictionary, which means its output

2025-01-10 15:47:30
Type Conversion
  • References/Database/PostgreSQL/Type Conversion

SQL is a strongly typed language. That is, every data item has an associated data type which determines its behavior and allowed usage.

2025-01-10 15:47:30
createlang
  • References/Database/PostgreSQL/Applications

Namecreatelang -- install a PostgreSQL procedural language

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

NameLOAD -- load a shared library file Synopsis

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 SEQUENCE
  • References/Database/PostgreSQL/Commands

NameCREATE SEQUENCE -- define a new sequence generator Synopsis

2025-01-10 15:47:30