Re: pgexplorer cannot see data in tables

From: Jim Nasby <decibel(at)decibel(dot)org>
To: Philippe Salama <karebacnyc(at)yahoo(dot)com>
Cc: PostgreSQL Admin <pgsql-admin(at)postgresql(dot)org>
Subject: Re: pgexplorer cannot see data in tables
Date: 2006-12-22 22:55:11
Message-ID: 41E8D220-192A-45AF-B3DC-098AC487DF75@decibel.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

So did the script with those inserts report any errors?

On Dec 9, 2006, at 4:23 PM, Philippe Salama wrote:

> and yet, the script I ran clearly has inserts of data to the
> tables. And there was no indication that something failed when I
> ran the script
>
> Here is an excerpt from the script file
>
> ALTER TABLE format.statuscodes OWNER TO postgres;
>
> SET search_path = define, pg_catalog;
>
> --
> -- Data for Name: absenteeism; Type: TABLE DATA; Schema: define;
> Owner: postgres
> --
>
> INSERT INTO absenteeism VALUES (1, 1, '2006-06-30', 'DA', 1);
>
>
> --
> -- Data for Name: badges; Type: TABLE DATA; Schema: define; Owner:
> postgres
> --
>
> INSERT INTO badges VALUES (1, 1, '2006-06-30', 'A');
> INSERT INTO badges VALUES (2, 1, '2006-06-30', 'I');
>
>
> --
> -- Data for Name: departments; Type: TABLE DATA; Schema: define;
> Owner: postgres
> --
>
> INSERT INTO departments VALUES (1, 'Piping');
> INSERT INTO departments VALUES (2, 'Electrical');
> INSERT INTO departments VALUES (3, 'Instrumentation');
> INSERT INTO departments VALUES (4, 'Process');
> INSERT INTO departments VALUES (5, 'Mechanical');
>
>
> --
> -- Data for Name: doctors; Type: TABLE DATA; Schema: define; Owner:
> postgres
> --
>
> INSERT INTO doctors VALUES ('Baker');
> INSERT INTO doctors VALUES ('Dow');
> INSERT INTO doctors VALUES ('DOW');
>
>
>
> Need a quick answer? Get one in minutes from people who know. Ask
> your question on Yahoo! Answers.

--
Jim Nasby jim(at)nasby(dot)net
EnterpriseDB http://enterprisedb.com 512.569.9461 (cell)

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Jim Nasby 2006-12-22 22:58:17 Re: Well, I am making some progress with createdb/dropdb
Previous Message Jim Nasby 2006-12-22 22:53:23 Re: reloading config files pg_ctl reload