From: | Jeff Eckermann <jeff(at)akira(dot)eckermann(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Backend sent D message without prior T |
Date: | 2001-04-13 23:27:49 |
Message-ID: | Pine.BSF.4.21.0104131821490.81053-100000@akira.eckermann.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
My main server is down, so I am using my backup copy on a different
database.
Based on past posts I have read, this error is usually associated with
running out of memory for the query result. Problem is, I am only
expecting about 30 lines of moderate length to be returned.... I see
nothing in the query which would produce unexpected results: unless my
beserk use of regular expressions has something to do with it?
Note the strange switch to "copy" mode following the error.
I would appreciate any suggestions.
PostgreSQL version 7.03 running on FreeBSD 4.0-RELEASE.
256M memory available...
TIA
extracts=# \o ls_dsl.txt
extracts=# select p.* from products p, customers c where p.arbor_acct_no =
c.external_id and p.product_description ~ '^VGS' or (p.product_description
~* 'dsl' and (c.rev_rcv_cost_ctr ~ '^180' or c.bill_state ~* '^la$'));
Backend sent D message without prior T
Enter data to be copied followed by a newline.
End with a backslash and a period on a line by itself.
>>
>> ^C
>> \.
Unknown protocol character 'l' read from backend. (The protocol character
is the first character the backend sends in response to a query it
receives).
PQendcopy: resetting connection
extracts=#
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2001-04-14 00:56:42 | Re: Log File? |
Previous Message | John Havard | 2001-04-13 22:30:12 | Re: Using pl/pgsql or sql for in/out functions for types |