Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
PostgreSQL
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== Other querying features === * [[Database transaction|Transactions]] * [[Full-text search]] * Views ** Materialized views<ref name="materialized_views" /> ** Updateable views<ref name="updatable_views" /> ** Recursive views<ref name="recursive_views" /> * Inner, outer (full, left, and right), and cross [[Join (SQL)|joins]] * Sub-[[Select (SQL)|selects]] ** Correlated sub-queries<ref name="Introduction and Concepts" /> * [[Regular expression]]s<ref name="Bernier" /> * [[Hierarchical and recursive queries in SQL#Common table expression|Common table expressions]] and writable common table expressions * Encrypted connections via [[Transport Layer Security]] (TLS); current versions do not use vulnerable SSL, even with that configuration option<ref name="POODLE" /> * Domains * [[Savepoint]]s * [[Two-phase commit protocol|Two-phase commit]] * The Oversized-Attribute Storage Technique (TOAST) is used to transparently store large table attributes (such as big MIME attachments or XML messages) in a separate area, with automatic compression. * [[Embedded SQL]] is implemented using preprocessor. SQL code is first written embedded into C code. Then code is run through ECPG preprocessor, which replaces SQL with calls to code library. Then code can be compiled using a C compiler. Embedding works also with [[C++]] but it does not recognize all C++ constructs.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)