Re: [pgadmin-support] Creating table as datatype

2008-02-14 Thread Joris Dobbelsteen
>-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] On Behalf Of rasoolbv >Sent: Thursday, 14 February 2008 6:42 >To: pgadmin-support@postgresql.org >Subject: [pgadmin-support] Creating table as datatype > > >Hi, I am new to this ordb, postgresql and pgadmin. I am using

Re: [pgadmin-support] WinXP Hibernation problem (replicated)

2007-10-19 Thread Joris Dobbelsteen
>-Original Message- >From: Steve Midgley [mailto:[EMAIL PROTECTED] >Sent: vrijdag 19 oktober 2007 20:18 >To: Joris Dobbelsteen; Dave Page >Cc: pgadmin-support@postgresql.org >Subject: RE: WinXP Hibernation problem (replicated) > >Hi, > >I am now able

Re: [pgadmin-support] WinXP Hibernation problem

2007-10-18 Thread Joris Dobbelsteen
>-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] On Behalf Of Dave Page >Sent: donderdag 18 oktober 2007 9:46 >To: Steve Midgley >Cc: pgadmin-support@postgresql.org >Subject: Re: [pgadmin-support] WinXP Hibernation problem > >Steve Midgley wrote: >> Hi, >> >> I'm no

Re: [pgadmin-support] Server order

2007-05-23 Thread Joris Dobbelsteen
e it. Dave, >what do you think about it ? Imho an option is not needed, instead it makes the tree/behaviour more consistent. All other user named elements are already in sorted order (take tablespaces, tables, views, functions, roles, ...). This just completes it (more).

Re: [pgadmin-support] Server order

2007-05-22 Thread Joris Dobbelsteen
ature. Most likely you are meaning that you are using the position in the list to reference information in the registry. Can't this be solved by a simple lookup table translating display-order to storage-order? - Joris Dobbelsteen

Re: [pgadmin-support] Server not listening

2007-05-01 Thread Joris Dobbelsteen
From: George Heller [mailto:[EMAIL PROTECTED] Sent: dinsdag 1 mei 2007 23:57 To: [EMAIL PROTECTED]; Joris Dobbelsteen Cc: pgadmin-support@postgresql.org Subject: Re: [pgadmin-support] Server not listening Hi Andy/Joris,

Re: [pgadmin-support] Server not listening

2007-05-01 Thread Joris Dobbelsteen
From: George Heller [mailto:[EMAIL PROTECTED] Sent: dinsdag 1 mei 2007 1:43 To: Joris Dobbelsteen; [EMAIL PROTECTED] Cc: pgadmin-support@postgresql.org Subject: RE: [pgadmin-support] Server not listening

Re: [pgadmin-support] Server not listening

2007-04-25 Thread Joris Dobbelsteen
>-Original Message- >From: Andy Shellam [mailto:[EMAIL PROTECTED] >Sent: woensdag 25 april 2007 21:25 >To: Joris Dobbelsteen >Cc: George Heller; pgadmin-support@postgresql.org >Subject: Re: [pgadmin-support] Server not listening > >I concur, but just so you know I

Re: [pgadmin-support] Server not listening

2007-04-25 Thread Joris Dobbelsteen
ver has the firewall configured or, more likely, that any intermediate system doesn't forward this traffic. - Joris Dobbelsteen From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of George Heller Sent: woensdag 25 april 2007 18:0

Re: [pgadmin-support] questions about cursors

2007-04-24 Thread Joris Dobbelsteen
See the postgresql documentation at: http://www.postgresql.org/docs/8.2/interactive/plpgsql-cursors.html >-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] On Behalf Of >Anton Andreev >Sent: dinsdag 24 april 2007 13:45 >To: pgadmin-support@postgresql.org >Subject: [

Re: [pgadmin-support] Server not listening

2007-04-18 Thread Joris Dobbelsteen
>-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] On Behalf Of >Raymond O'Donnell >Sent: woensdag 18 april 2007 10:41 >To: GeorgeHeller >Cc: pgadmin-support@postgresql.org >Subject: Re: [pgadmin-support] Server not listening > >On 18/04/2007 03:32, GeorgeHeller wrote

Re: [pgadmin-support] Query (view) question

2007-02-12 Thread Joris Dobbelsteen
>-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] On Behalf Of Art Fore >Sent: maandag 12 februari 2007 11:40 >To: Pgadmin-Support >Subject: [pgadmin-support] Query (view) question > [snip] >I tried this as a view with pgadmin with slight mods, This one >below works

Re: [pgadmin-support] Vacuum nag !

2007-01-18 Thread Joris Dobbelsteen
I have the feeling this could be caused by pgAdmin because it is caching information. Perhaps that a refresh of the database is a workarround. Unfortunally I'm no expert and I'm not sure about this. - Joris >-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] On Beh

Re: [pgadmin-support] Can tables have calculated columns?

2006-11-30 Thread Joris Dobbelsteen
http://www.postgresql.org/docs/8.1/interactive/sql-createtable.html It does not seem to be listed in the docs if I'm scanning very fast. I know Microsoft SQL server supports it. Perhaps you should use views instead in pgsql. - Joris >-Original Message- >From: [EMAIL PROTECTED] >[mailto:

[pgadmin-support] Multiple result sets

2006-11-19 Thread Joris Dobbelsteen
At this moment I like pgAdmin III except for one slight detail: * Multiple results when executing a query. For example, when executing something like this: SELECT * FROM table1; SELECT * FROM table2; the query tool will only show the results of the last query. Probably I'm spoiled by Microsoft's

Re: [pgadmin-support] Privilege info is missing

2006-11-19 Thread Joris Dobbelsteen
Check out "File" -> "Options..." "Preferences" Tab Checkbox "Show users for priviledges" It was disabled as the UI seems to get unresponsive when a large number of users must be loaded (I understand from the help). - Joris >-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PR