[GENERAL] [No subject]

2015-03-31 Thread Mark Morgan Lloyd
-- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general

[GENERAL] (no subject)

2007-03-05 Thread Reuven M. Lerner
---(end of broadcast)--- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly

[GENERAL] (no subject)

2007-02-21 Thread Filipe Fernandes
---(end of broadcast)--- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match

Re: [GENERAL] No subject

2006-11-06 Thread Richard Huxton
Tsakiridis Orestis wrote: Hi, I'm looking for a way to monitor all the queries that are executed by the server and to be able, by using these queries, to reproduce the data in all databases. Beware - query shipping runs into problems with DELETE FROM my_table WHERE ts < now() > The idea is

[GENERAL] No subject

2006-11-06 Thread Tsakiridis Orestis
Hi, I'm looking for a way to monitor all the queries that are executed by the server and to be able, by using these queries, to reproduce the data in all databases. The idea is to periodicaly (e.g. every two minutes) store the newly executed queries in a sort of wal segment file. I first tried

Re: [GENERAL] (no subject)

2006-06-16 Thread Tony Caduto
LLC wrote: Hi List; I've created a plperlu (perl untrusted) function with the ability to use dbi. I can use the code listing below to return data if I specify the query as follows: select * from sybase_get2() as (f1 varchar(100), f2 varchar(100)); However, I have to specify the column names as

[GENERAL] (no subject)

2006-06-16 Thread LLC
Hi List; I've created a plperlu (perl untrusted) function with the ability to use dbi. I can use the code listing below to return data if I specify the query as follows: select * from sybase_get2() as (f1 varchar(100), f2 varchar(100)); However, I have to specify the column names as f1 and f2. I

[GENERAL] (no subject)

2004-10-06 Thread Justin Wyer
subscribe ---(end of broadcast)--- TIP 8: explain analyze is your friend

[GENERAL] (no subject)

2004-07-07 Thread Doseok Kim
set pgsql-general digest ---(end of broadcast)--- TIP 8: explain analyze is your friend

[GENERAL] (no subject)

2004-07-07 Thread Doseok Kim
digest-status LISTNAME ---(end of broadcast)--- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly

[GENERAL] (no subject)

2001-09-04 Thread Giorgio Volpe
remove ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

[GENERAL] (no subject)

2001-07-08 Thread R Talbot
set nomail ---(end of broadcast)--- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly

[GENERAL] (no subject)

2000-08-16 Thread gnlim
have any installation files that combine both postgreSQL and PHP together without the need to configure one by one?

Re: [GENERAL] (no subject)

2000-06-12 Thread Dustin Sallings
On Mon, 12 Jun 2000, I'm Your Handiman -Online- wrote: # > test # # kewl i'm in..sorry all for the test...:( # anywayjust installed postgresSQL 7.0 and everything took fine It's OK to just post your question, the test is kinda redundant if you're going to ask a question imme

Re: [GENERAL] (no subject)

2000-06-12 Thread I'm Your Handiman -Online-
I'm Your Handiman -Online- wrote: > test kewl i'm in..sorry all for the test...:( anywayjust installed postgresSQL 7.0 and everything took fine is this normal? [postgres@localhost postgres]$ /usr/local/pgsql/bin/postmaster -D /usr/local/pgsql/data DEBUG: Data Base System is startin

[GENERAL] (no subject)

2000-06-12 Thread I'm Your Handiman -Online-
test

[GENERAL] (no subject)

2000-02-22 Thread lisa
Hallo, it was really helpfull but unfortunatly in this time I don't have time for your interesting group, so I invite you to delete my address from your list. Thanks Zamuner Lisa

[GENERAL] (no subject)

1999-04-14 Thread Guo Ge
hello ,all: It's known that some database system such as Oracle,Sysbase can support the Two-Phase Commit that postgreSQL cann't. I want to make the postgreSQL cooperate with other database under a transaction manager so that we can deal with distributed transactions. Now I met some ques