Re: [SQL] query/transaction history/logs

2002-07-10 Thread David BOURIAUD
peech you get from the postmaster). > ---(end of broadcast)--- > TIP 4: Don't 'kill -9' the postmaster -- David BOURIAUD -- In a world without walls or fence

[SQL] SQL problem with aggregate functions.

2002-07-09 Thread David BOURIAUD
y f1;", cause i want to get all the possible count values in one row (these data are already grouped on another field). To give a more accurate example, here is what I want to retrieve : Field group | count of D | count of R | count of X. Any clues

Re: [SQL] graphical interface - admin

2002-06-27 Thread David BOURIAUD
st)--- > TIP 5: Have you checked our extensive FAQ? > > http://www.postgresql.org/users-lounge/docs/faq.html -- David BOURIAUD -- In a world without walls or fences, what use do we have for windows or gates ? -

Re: [SQL] Re: About i8n

2001-06-07 Thread David BOURIAUD
"J.H.M. Dassen (Ray)" wrote: > > David BOURIAUD <[EMAIL PROTECTED]> wrote: > > Is there a way to have all error messages returned by the back-end > > translated into french or another language ? > > http://www.de.postgresql.org/devel-corner/docs/postgres

[SQL] About table column names.

2001-06-07 Thread David BOURIAUD
ng this kind of datas ? Thanks by advance for any suggestion. -- David BOURIAUD -- In a world without walls or fences, what use do we have for windows or gates ? -

[SQL] About i8n

2001-06-07 Thread David BOURIAUD
Hi the list ! I principally use postgres with php, but I think that for my question, it remains the same... Is there a way to have all error messages returned by the back-end translated into french or another language ? If so, how to set it up ? Thanks by advance. -- David BOURIAUD

Re: [SQL] How to use the type int2vector ?

2001-06-06 Thread David BOURIAUD
David BOURIAUD wrote: > > Hi the list ! > How can I make a test on a int2vector ? If I have a vector that contains > (1, 2, 5, 9), how can I check these values incivicually ? Thanks by > advance for your help. I answer myself by posting another question... Is there a way to know

[SQL] How to use the type int2vector ?

2001-06-05 Thread David BOURIAUD
Hi the list ! How can I make a test on a int2vector ? If I have a vector that contains (1, 2, 5, 9), how can I check these values incivicually ? Thanks by advance for your help. -- David BOURIAUD -- In a world without walls or fences, what

[Fwd: [SQL] Problem with pg_index.]

2001-06-01 Thread David BOURIAUD
-- David BOURIAUD -- In a world without walls or fences, what use do we have for windows or gates ? -- ICQ#102562021 Tom Lane wrote: You are totally right ! > > I don'

[SQL] Problem with pg_index.

2001-06-01 Thread David BOURIAUD
? I've checked out the online doc, and the archives of this list (that's where I got pg_index.indkey[0] from), but nothing seems to work, since pg_index.indkey seems to be an int2vector, and I found no integrated function to check if a value is in this vector... T