Enum Functions
  • References/Database/PostgreSQL/Functions and Operators

For enum types (described in Section 8.7), there are several functions that allow cleaner programming

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

NameCREATE CAST -- define a new cast Synopsis

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

The earthdistance module provides two different approaches to calculating great circle distances on the surface of the Earth. The one described

2025-01-10 15:47:30
ALTER USER MAPPING
  • References/Database/PostgreSQL/Commands

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

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

NameDROP SCHEMA -- remove a schema Synopsis

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

NameDROP EXTENSION -- remove an extension Synopsis

2025-01-10 15:47:30
Catalogs: pg_foreign_table
  • References/Database/PostgreSQL/Internals: Catalogs

The catalog pg_foreign_table contains auxiliary information about foreign tables. A foreign table is primarily represented by a

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
pg_buffercache
  • References/Database/PostgreSQL/Appendixes/Additional Supplied Modules

The pg_buffercache module provides a means for examining what's happening in the shared buffer cache in real time. The

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