| From: | Unprivileged user <nobody> |
|---|---|
| To: | pgsql-ports(at)postgresql(dot)org |
| Subject: | Port Bug Report: unable to insert a string into a field > 4K |
| Date: | 1999-07-15 11:10:11 |
| Message-ID: | 199907151110.HAA25895@hub.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-ports |
============================================================================
POSTGRESQL BUG REPORT TEMPLATE
============================================================================
Your name : DJ Morgan
Your email address : morgandj(at)usa(dot)net
Category : runtime: back-end: SQL
Severity : serious
Summary: unable to insert a string into a field > 4K
System Configuration
--------------------
Operating System : linux
PostgreSQL version : 6.5
Compiler used : gcc 2.7
Hardware:
---------
Versions of other tools:
------------------------
Standard Redhat 5.1
--------------------------------------------------------------------------
Problem Description:
--------------------
When I was running 6.3.2 I was able to insert strings
> than 7K into a field. Having upgraded to 6.4 I find that
the backend processes 'postgres' just die.
--------------------------------------------------------------------------
Test Case:
----------
Create table test (s text);
insert into s values (5000 bytes of spaces);
--------------------------------------------------------------------------
Solution:
---------
--------------------------------------------------------------------------
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Unprivileged user | 1999-07-15 11:22:10 | Port Bug Report: Backend dies creating plpgsql procedures (with reproducible example!) |
| Previous Message | Uncle George | 1999-07-15 10:44:12 | Re: [PORTS] RedHat6.0 & Alpha |