-
Kizdar net |
Kizdar net |
Кыздар Нет
PostgreSQL: The world's most advanced open source database
1 day ago · PostgreSQL is a powerful, open source object-relational database system with over 35 years of active development that has earned it a strong reputation for reliability, feature robustness, and performance.
Downloads - PostgreSQL
Jul 17, 2025 · PostgreSQL is available for download as ready-to-use packages or installers for various platforms, as well as a source code archive if you want to build it yourself.
PostgreSQL: Documentation: 17: 9.4. String Functions and …
SQL defines some string functions that use key words, rather than commas, to separate arguments. Details are in Table 9.9. PostgreSQL also provides versions of these functions that use the regular function invocation syntax (see Table 9.10).
Versioning Policy - PostgreSQL
Jul 17, 2025 · The PostgreSQL Global Development Group releases a new major version containing new features about once a year. Each major version receives bug fixes and, if need be, security fixes that are released at least once every three months in what we call a "minor release."
Documentation - PostgreSQL
Jul 17, 2025 · Looking for documentation for an older, unsupported, version? Check the archive of older manuals.
Windows installers - PostgreSQL
Jul 17, 2025 · StackBuilder, a package manager for downloading and installing additional PostgreSQL tools and drivers. Stackbuilder includes management, integration, migration, replication, geospatial, connectors and other tools.
Linux downloads (Debian) - PostgreSQL
Jul 17, 2025 · This repository will integrate with your normal systems and patch management, and provide automatic updates for all supported versions of PostgreSQL throughout the support lifetime of PostgreSQL.
PostgreSQL: Documentation: 17: Chapter 8. Data Types
Most of the alternative names listed in the “Aliases” column are the names used internally by PostgreSQL for historical reasons. In addition, some internally used or deprecated types are available, but are not listed here.
PostgreSQL: Documentation: 17: 8.5. Date/Time Types
PostgreSQL is more flexible in handling date/time input than the SQL standard requires. See Appendix B for the exact parsing rules of date/time input and for the recognized text fields including months, days of the week, and time zones.
PostgreSQL: Documentation: 17: ALTER TABLE
The other forms are PostgreSQL extensions of the SQL standard. Also, the ability to specify more than one manipulation in a single ALTER TABLE command is an extension.