Re: [GENERAL] problem with floats

1998-06-23 Thread mmaruska
> I was trying to use some c code to return floats to postgres but I keep > getting the following error : > > template1=> select oner(); > PQexec() -- Request was sent to backend, but backend closed the channel before > responding. This probably means the backend terminate

[GENERAL] Parametrized Types

1998-06-04 Thread mmaruska
I wonder if I could make parametrized types: * complex numbers with a certain precision * cities or countries ... types --- strings would be stored in another table The problem is that the inpu/output functions accept only the value. I would like postgres to Communicate an optional value s