pgaccess

From: Jerome Raupach <jraupach(at)intelcom(dot)fr>
To: pgsql-hackers(at)postgresql(dot)org
Subject: pgaccess
Date: 2000-09-28 16:30:24
Message-ID: 39D37220.B8937945@intelcom.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Browse pgsql-hackers by date

  From Date Subject
Next Message Lamar Owen 2000-09-28 16:44:54 Re: Installation layout is still hazardous for shared prefixes
Previous Message Philip Warner 2000-09-28 16:25:24 Re: pg_dump and sequences - RFC