Unix Technical Forum

pgexplorer cannot see data in tables

This is a discussion on pgexplorer cannot see data in tables within the pgsql Admins forums, part of the PostgreSQL category; --> and yet, the script I ran clearly has inserts of data to the tables. And there was no indication ...


Go Back   Unix Technical Forum > Database Server Software > PostgreSQL > pgsql Admins

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-10-2008, 06:55 AM
Philippe Salama
 
Posts: n/a
Default pgexplorer cannot see data in tables

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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 04-10-2008, 06:59 AM
Jim Nasby
 
Posts: n/a
Default Re: pgexplorer cannot see data in tables

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@nasby.net
EnterpriseDB http://enterprisedb.com 512.569.9461 (cell)



---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 09:47 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com