Re: [pgadmin-support] Per-function configuration parameters loss

2009-10-05 Thread Dave Page
2009/10/2 Dmitry Samokhin : > When any server configuration parameters (or variables) are set on a > per-function basis, the script displayed in the pgAdmin SQL pane looks like > this: > > CREATE OR REPLACE FUNCTION ... ; > ALTER FUNCTION ... SET ...; > > If then I edit the function body and save m

Re: [pgadmin-support] Foreign key to column on same table at table creation time

2009-10-05 Thread Dave Page
2009/10/4 Thom Brown : > I've noticed (at least in pgAdmin III v1.8.4) that I can't create a foreign > key constraint pointing to the table I'm in the process of creating.  I can > do it manually though.  Here's an example: > CREATE TABLE testtable > ( >   id serial NOT NULL, >   parent_id intege

[pgadmin-support]downloading booleans to CSV slow

2009-10-05 Thread Willy-Bas Loos
Hi, Whenever i export a query to CSV that contains booleans, writing the data is exceptionally slow. I'm using pgAdmin 1.8.4 on ubuntu, it also occurs in several (all?) versions on windows. Cheers, WBL -- "Patriotism is the conviction that your country is superior to all others because you wer

Re: [pgadmin-support] text field slow to display in pgadmin

2009-10-05 Thread Willy-Bas Loos
could it be that there is a lot of data (including whitespaces) in the column? A text record can contain up to 1GB of text AFAIK (the manual says "no specific upper limit"). WBL -- "Patriotism is the conviction that your country is superior to all others because you were born in it." -- George

[pgadmin-support] Function's access control list ambiguity

2009-10-05 Thread Dmitry Samokhin
When a new function is created, the initial default EXECUTE privilege is granted to PUBLIC (this is described is the documentation), and pgAdmin generates the followng script: CREATE OR REPLACE FUNCTION ... ; ALTER FUNCTION ... OWNER TO ...; The function's ACL is dispayed in the 'ACL' field in