Log Message:
---
Fix imprecise documentation of random(): it never returns 1.0.
This was changed in 8.2 but the documentation was not corrected.
Per gripe from Sam Mason.
Tags:
REL8_2_STABLE
Modified Files:
--
pgsql/doc/src/sgml:
func.sgml (r1.347.2.8 -> r1.34
Log Message:
---
Fix imprecise documentation of random(): it never returns 1.0.
This was changed in 8.2 but the documentation was not corrected.
Per gripe from Sam Mason.
Tags:
REL8_3_STABLE
Modified Files:
--
pgsql/doc/src/sgml:
func.sgml (r1.419.2.5 -> r1.41
Log Message:
---
Fix imprecise documentation of random(): it never returns 1.0.
This was changed in 8.2 but the documentation was not corrected.
Per gripe from Sam Mason.
Tags:
REL8_4_STABLE
Modified Files:
--
pgsql/doc/src/sgml:
func.sgml (r1.482 -> r1.482.2.
Log Message:
---
Fix imprecise documentation of random(): it never returns 1.0.
This was changed in 8.2 but the documentation was not corrected.
Per gripe from Sam Mason.
Modified Files:
--
pgsql/doc/src/sgml:
func.sgml (r1.486 -> r1.487)
(http://anoncvs.po
Log Message:
---
Fix incorrect encoding-aware name truncation in makeArrayTypeName().
truncate_identifier won't do anything if the passed-in strlen is already
less than NAMEDATALEN, which it always would be given the strlcpy usage.
This has been broken since the arrays-of-composite-types c
Log Message:
---
Fix incorrect encoding-aware name truncation in makeArrayTypeName().
truncate_identifier won't do anything if the passed-in strlen is already
less than NAMEDATALEN, which it always would be given the strlcpy usage.
This has been broken since the arrays-of-composite-types c
Log Message:
---
Fix incorrect encoding-aware name truncation in makeArrayTypeName().
truncate_identifier won't do anything if the passed-in strlen is already
less than NAMEDATALEN, which it always would be given the strlcpy usage.
This has been broken since the arrays-of-composite-types c