"select * from groupes" didn't display any data - Mailing list pgsql-admin

From lise chhay
Subject "select * from groupes" didn't display any data
Date
Msg-id 20040610085535.1B5F91F4FEA@ws1-2.us4.outblaze.com
Whole thread Raw
Responses Re: "select * from groupes" didn't display any data
List pgsql-admin
I executed the script inst/creer-base, the script run, because when I did :
$ psql auth
auth=# \dt
List of relations
Schema   |  name           |    Type    |   Owner
-------------------------------------------------
public   | config          |   table    | postgres
public   | groupes         |  table     | postgres
public   | membres         |  table     | postgres
public   | utilisateurs    |  table     | postgres

auth=# \q

But, when I executed the script inst/init-base, that script didn't run, as you can see :
$ psql auth
auth=# \encoding latin9
auth=# select * from groupes
auth=#

"select * from groupes" didn't display any data. Can you help me. I work under Mandrake

Thanks
--
___________________________________________________________
Sign-up for Ads Free at Mail.com
http://promo.mail.com/adsfreejump.htm


pgsql-admin by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Dump only part of a DB
Next
From: "lise chhay"
Date:
Subject: My script inst/init-base didn't run