pgaccess - Mailing list pgsql-hackers

From Jerome Raupach
Subject pgaccess
Date
Msg-id 39D37220.B8937945@intelcom.fr
Whole thread Raw
List pgsql-hackers
anybody knows to use pqaccess ?

I would like ->

table   : ___________
f1      : ___________

execute the query : SELECT f1, f2, f3,f4 FROM 'name_table' WHERE f1 LIKE
'name_f1' ORDER BY f1 ;

|--------------|----------|---------|-------|
|      f1      |    f2    |    f3   |   f4  |
|--------------|----------|---------|-------|
|              |          |         |       |
|--------------|----------|---------|-------|
|              |          |         |       |
|--------------|----------|---------|-------|
|              |          |         |       |
|--------------|----------|---------|-------|

I think that I must use Form in pgaccess but...

Thanks in advance.

Jerome.


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pg_dump and sequences - RFC
Next
From: Lamar Owen
Date:
Subject: Re: Installation layout is still hazardous for shared prefixes