[GENERAL] Cannot connect to Database

2005-02-08 Thread bernd
are on the same host. What could be the problem. thx (and soory for my english), Bernd ---(end of broadcast)--- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])

Re: [GENERAL] Cannot connect to Database

2005-02-08 Thread bernd
> Do you have TCP/IP activated in postgresql.conf ? Are you trying to > connect via localhost (127.0.0.1) or some other route? I start the Server with the -i option, so TCP/IP is activated, isn't it? I want to connect by localhost to my database. thx, Bernd --- Ursprünglich

Re: [GENERAL] Cannot connect to Database

2005-02-08 Thread bernd
I recvive still the same error-message. thx, Bernd --- Ursprüngliche Nachricht --- Datum: 08.02.2005 19:14 Von: "Joshua D. Drake" <[EMAIL PROTECTED]> An: [EMAIL PROTECTED] Betreff: Re: [GENERAL] Cannot connect to Database > [EMAIL PROTECTED] wrote: > >>Do

Re: [GENERAL] Cannot connect to Database

2005-02-08 Thread bernd
I still recive the same error-message thx, Bernd --- Ursprüngliche Nachricht --- Datum: 08.02.2005 19:13 Von: javier wilson <[EMAIL PROTECTED]> An: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> Betreff: Re: [GENERAL] Cannot connect to Database > have you tried connecting to

Re: [GENERAL] Cannot connect to Database

2005-02-08 Thread bernd
> Did you restart Postgresql after editing your pg_hba.conf file? Yes, I did. thx, Bernd --- Ursprüngliche Nachricht --- Datum: 08.02.2005 19:31 Von: Scott Marlowe <[EMAIL PROTECTED]> An: [EMAIL PROTECTED] Betreff: Re: [GENERAL] Cannot connect to Database > Did you restart Post

Re: [GENERAL] Cannot connect to Database

2005-02-08 Thread bernd
I've already shutdown my firewall. My OS is Linux (SuSE 9.2 64Bit) My postgre version is 7.4.6 and the port is on listen-mode [EMAIL PROTECTED]:/home/bernd> netstat -an | grep 5432 tcp0 0 0.0.0.0:54320.0.0.0:* LISTEN tcp0 0

Re: [GENERAL] Cannot connect to Database

2005-02-08 Thread bernd
ql on the same machine as your applicaiton? > > Are you sure postgresql is starting up in the directory you think it is? > > On Tue, 2005-02-08 at 12:44, [EMAIL PROTECTED] wrote: > > > Did you restart Postgresql after editing your pg_hba.conf file? > > > > Yes, I did. >

[GENERAL] Issues with german locale on CentOS 5,6,7

2015-10-07 Thread Bernd Helmle
s are encouraged to carefully test their platforms when upgrading. Checks show that at least RHEL6 and RHEL7 have the same issue, too. -- Thanks Bernd -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general

Re: [GENERAL] Issues with german locale on CentOS 5,6,7

2015-10-07 Thread Bernd Helmle
n definitions shipped shows clearly that this is something we cannot ignore anymore. > [1] > http://www.postgresql.org/message-id/CAEYLb_UTMgM2V_pP7qnuKZYmTYXoym-zNYV > bwoU79=tup8h...@mail.gmail.com Yeah, i know this discussion and SR clearly widens the window for such things to happen

[GENERAL] Re: [HACKERS] COPY TO returning empty result with parallel ALTER TABLE

2014-11-04 Thread Bernd Helmle
e. I suppose that in SERIALIZABLE or REPEATABLE READ transaction isolation your proposal still doesn't return the tuples you'd like to see. -- Thanks Bernd -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general

Re: [GENERAL] Re: [BUGS] [HACKERS] COPY TO returning empty result with parallel ALTER TABLE

2014-11-04 Thread Bernd Helmle
transform/analyse phase and its snapshot is taken much later. Looks like we need something that analyses a utility statement to get its lock before executing. -- Thanks Bernd -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscrip

Re: [HACKERS] [GENERAL] ON_ERROR_ROLLBACK

2014-12-30 Thread Bernd Helmle
time ago. I forgot about it, but i think there's value in it to backpatch. -- Thanks Bernd -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general

[GENERAL] select on view shows different plan than select on table

2017-04-12 Thread Bernd Lehmkuhl
Hi list, I have a view defined as: CREATE VIEW kkm_ergebnisse.v_protokoll_details_mit_dauer AS SELECT id, schritt, objekt_typ, objekt_id, zeit, rechenweg_thema, rechenweg_variante, rechenweg_stoffgruppe, formel_inhalt, formel_stoff, formel_variablen, ergebnis_variable, e

Re: [GENERAL] redundants indexes can be created

2008-07-04 Thread Bernd Helmle
"duplicate" index? Think about partial indexes, where we actually _want_ to have multiple indexes for certain ranges on the same column. -- Thanks Bernd -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to yo

Re: [GENERAL] select command doesnot work

2008-07-08 Thread Bernd Helmle
ore" is not internal or external command, not runnable program or bat file. Why did I input like "mydb => select * from .;" but PG suppose what I enter is "more"? psql uses more to paginate results of your SELECT command. Seems like 'more' is missing in y

Re: [GENERAL] select command doesnot work

2008-07-08 Thread Bernd Helmle
n cygwin, only. For others the default is more, unless you override this via PAGER. -- Thanks Bernd -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general

Re: [GENERAL] Is there a tool used to display statement times from postgres logs

2009-11-22 Thread Pinter Bernd
e (detect the sql-statement and the associated plan as two separate statements)... bernd. Von: pgsql-general-ow...@postgresql.org [mailto:pgsql-general-ow...@postgresql.org] Im Auftrag von Chris Barnes *EXTERN* Gesendet: Freitag, 20. November 2009

Re: [GENERAL] Dynamic views

2006-11-29 Thread Bernd Helmle
ct solution, but it might work for you. > But that requires to adjust all SELECTs which uses this table function, since SETOF RECORD requires you to specify a column list. Maybe you can build something like that using a table's implicit type. Thanks, Bernd ---

Re: [GENERAL] Erorr in running create set command

2006-11-30 Thread Bernd Helmle
list for this, see my reply there. Thanks, Bernd ---(end of broadcast)--- TIP 6: explain analyze is your friend

Re: [GENERAL] How to speed up Exclusive Locking

2006-12-05 Thread Bernd Helmle
ss. Remove the SELECT and use the LOCK TABLE command within the transaction which does the sync for you. Bernd ---(end of broadcast)--- TIP 5: don't forget to increase your free space map settings

Re: [GENERAL] Savepoints in PL/pgSQL

2006-12-19 Thread Bernd Helmle
ise generic errors with RAISE EXCEPTION. See http://www.postgresql.org/docs/8.2/interactive/plpgsql-control-structures.html#PLPGSQL-ERROR-TRAPPING for details. Bernd ---(end of broadcast)--- TIP 9: In versions below 8.0, the planner will ignore

Re: [GENERAL] Savepoints in PL/pgSQL

2006-12-19 Thread Bernd Helmle
n't it be easier to wrap your tests into self-contained testfunctions like SAVEPOINT A; SELECT testcase1(); ROLLBACK TO A; SELECT testcase2(); ROLLBACK TO A; ... and to evaluate return codes into your application? Maybe someone knows better, but that's the only solution that comes to

Re: [GENERAL] feature request for Postgresql Rule system.

2006-12-19 Thread Bernd Helmle
e requested behavior. The way the rewriter handles it's query qualifications would have to be redesigned as well, i think, but i don't know what can of worms there are, too Bernd ---(end of broadcast)--- TIP 4: Have you searched our list archives? http://archives.postgresql.org/

Re: [GENERAL] Problems With VIEWS

2007-01-11 Thread Bernd Helmle
DROP VIEW IF EXISTS combined with a following CREATE VIEW, instead. Bernd ---(end of broadcast)--- TIP 6: explain analyze is your friend

Re: [GENERAL] Who is Slony Master/Slave + general questions.

2007-01-24 Thread Bernd Helmle
current active "master" on your cluster. Connecting to the master node should always happen through this IP adress, so you always "know" you are on the master when using this IP. You could then spread read operations along the IPs assigned directly to each node, "declari

Re: [GENERAL] PostgreSQL 9.0

2007-01-31 Thread Bernd Helmle
L standard tells us to do. The CHECK OPTION is an example, this can't be modeled using rules only. Bernd ---(end of broadcast)--- TIP 2: Don't 'kill -9' the postmaster

Re: [GENERAL] partitioning / rules - strange behavior

2007-02-07 Thread Bernd Helmle
value) VALUES(NEW.id, NEW.value); CREATE OR REPLACE RULE insert_200 AS ON INSERT TO sessions WHERE NEW.id BETWEEN 101 AND 200 DO INSTEAD INSERT INTO sessions_200(id, value) VALUES(NEW.id, NEW.value); INSERT INTO sessions(value) VALUES('bernd'); SELECT * FROM sessions; id | value +--

Re: [GENERAL] Fwd: Problem installing Postgresql on MDK10.0

2004-11-16 Thread Bernd Helmle
lib looks like this on my MDK 10.0 installation then: libreadline.so -> libreadline.so.4.3 libreadline.so.4 -> libreadline.so.4.3 libreadline.so.4.1 -> ../lib/libreadline.so.4 libreadline.so.4.2 -> ../lib/libreadline.so.4 libreadline.so.4.3 [...] -- Bernd --

Re: [GENERAL] Free Pascal and Postgresql Functions, Possible?

2005-12-12 Thread Bernd Helmle
t are needed for UDFs. Have a nice day, dito -- Thanks Bernd ---(end of broadcast)--- TIP 2: Don't 'kill -9' the postmaster

[GENERAL] Reallife szenario for GEQO

2004-01-13 Thread Bernd Helmle
szenarios, where the GEQO has improved the query plan generation in contrast to "traditional" solutions? This will be very helpful (and interesting) Thanks in advance, Bernd ---(end of broadcast)--- TIP 1: subscribe and unsubscrib

Re: [GENERAL] Reallife szenario for GEQO

2004-01-13 Thread Bernd Helmle
Tom Lane wrote: Bernd Helmle <[EMAIL PROTECTED]> writes: But what means "enough tables"? GEQO_THRESHOLD or more. You can set that anywhere you like (I think the default is 11 or 12, which is about where the standard exhaustive-search planner becomes painfully slow). regards,

Re: [GENERAL] Search across multiple sources

2004-02-02 Thread Bernd Helmle
--- TIP 4: Don't 'kill -9' the postmaster I don't know if it works, just a thought: You can examine, wether contrib/dblink works in conjunction with tsearch[2]. If this is runnable, you can create a "search database" with dblink'ed search queries/views o

Re: [GENERAL] Updateable Views?

2004-08-04 Thread Bernd Helmle
t complex, but it seems to work right now, although there's many i have to do in the next days.i will post as soon as I have a working proof-of-concept. Please note that i'm heading for SQL92-compliance, SQL99 seems a todo for the next-generation. Bernd ---

[GENERAL] newby question

2004-10-01 Thread Bernd Buldt
(under MacOS X). Hence my question (before I start digging): Can anyone on the list confirm that this is doable (w/o too much hassles ) with PostGresQL? Thx for your time! Best, Bernd ---(end of broadcast)--- TIP 7: don't forget to increase

[GENERAL] newby question

2004-10-02 Thread Bernd Buldt
Dear list, many thanks to all of you who've replied in such a helpful way -- your support is much appreciated! Have a nice weekend, Bernd ---(end of broadcast)--- TIP 6: Have you searched our list archives?

Re: [GENERAL] syntax error in eRServer.pm line 69

2003-09-04 Thread Bernd Helmle
)--- TIP 8: explain analyze is your friend Bernd ---(end of broadcast)--- TIP 7: don't forget to increase your free space map settings