]> granicus.if.org Git - postgresql/commit
Add text<->float8 and text<->float4 conversion functions.
authorThomas G. Lockhart <lockhart@fourpalms.org>
Tue, 17 Nov 1998 14:36:51 +0000 (14:36 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Tue, 17 Nov 1998 14:36:51 +0000 (14:36 +0000)
commit643c7beddfed0d56c6969acc9c521d022044e770
tree5d5e07204fb0fd15760587536d46a52ce9030a4d
parent8d507c204b82b326ac15be2aaa5fbcf906b8d330
Add text<->float8 and text<->float4 conversion functions.
This will fix the problem reported by Jose' Soares
 when trying to cast a float to text.
src/backend/utils/adt/float.c
src/include/catalog/pg_proc.h
src/include/utils/builtins.h