| From: | paguilar(at)isite(dot)ciceana(dot)org(dot)mx |
|---|---|
| To: | pgsql-admin(at)postgresql(dot)org |
| Subject: | Concurrent access |
| Date: | 2000-02-23 23:39:57 |
| Message-ID: | Pine.LNX.4.04.10002231732490.1862-100000@isite.ciceana.org.mx |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
Hi, I'm running postgres in a Linux box, kernel 2.2.11.
I have a C program that forks and with one child it works perfectly.
With 2 or more childs the select queries return different number of fields
for each child.
For example,
select a, b, c, d, e from table1
the child 1 returns n tuples with 5 fields each one.
The child 2 returns n tuples with 2 fields each one.
What could be the problem?
Where can I find some info about it?
Thanks.
Pedro Aguilar Iniestra
paguilar(at)isite(dot)ciceana(dot)org(dot)mx
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Benjamin Tehan | 2000-02-24 03:22:35 | passwords ? |
| Previous Message | Hernan J. Gonzalez | 2000-02-23 21:01:30 | bug with serial field? |