Hello,
TL> Ivan <[EMAIL PROTECTED]> writes:
>> When I create a function in sql or plpgsql languages,
>> their body text is stored in the database files with
>> 0D 0A line ends (I checked it in a hex editor).
>> If I create plain backup using pg_dump
>> it generates functions with
>> 0D 0D 0A on t
Hello,
Thursday, October 27, 2005, 6:34:36 PM, you wrote:
TL> Ivan <[EMAIL PROTECTED]> writes:
>> When I create a function in sql or plpgsql languages,
>> their body text is stored in the database files with
>> 0D 0A line ends (I checked it in a hex editor).
>> If I create plain backup using pg_
Ivan <[EMAIL PROTECTED]> writes:
> When I create a function in sql or plpgsql languages,
> their body text is stored in the database files with
> 0D 0A line ends (I checked it in a hex editor).
> If I create plain backup using pg_dump
> it generates functions with
> 0D 0D 0A on the end of the body
Hello,
PostgreSQL 8.0.x, 8.1beta3, WinXP Pro SP2
When I create a function in sql or plpgsql languages,
their body text is stored in the database files with
0D 0A line ends (I checked it in a hex editor).
If I create plain backup using pg_dump
it generates functions with
0D 0D 0A on the end of th