Re: [DOCS] Help

2011-03-14 Thread Andrej
On 15 March 2011 07:57, rikard wallen wrote: > How do I find the information about my postgresql such as: server, database > user, port, password > thank you Most commonly that will be server = the machine you installed postgres on port= postgres' default 5432 unless you changed it on install

[DOCS] Help

2011-03-14 Thread rikard wallen
How do I find the information about my postgresql such as: server, database user, port, password thank you

Re: [DOCS] help!

2009-08-25 Thread Alvaro Herrera
zhaoxuexia000 wrote: > > From:Xuexia,Zhao > > Excuse me for troubling you! > Could you give me some documents about "the internal logical architecture of > the PostgreSQL"? I have found the right document I need, but no result > appears.

[DOCS] help!

2009-08-24 Thread zhaoxuexia000
From:Xuexia,Zhao Excuse me for troubling you! Could you give me some documents about "the internal logical architecture of the PostgreSQL"? I have found the right document I need, but no result appears. Plea you for help! Thank you very

Re: [DOCS] Help me to understand (documentation)

2009-08-16 Thread Joshua Tolley
On Sun, Aug 16, 2009 at 11:40:21AM +0400, Виктор Вислобоков wrote: >Thanks, Joshua. > >I understand the difference JOIN and WHERE, but I'm very appreciate your >explanation. >My goal is a bit other, I want to translate the phrase "as is" (in compact >form) The phrase you menti

Re: [DOCS] Help me to understand (documentation)

2009-08-16 Thread Виктор Вислобоков
Thanks, Joshua. I understand the difference JOIN and WHERE, but I'm very appreciate your explanation. My goal is a bit other, I want to translate the phrase "as is" (in compact form) With best wishes Victor Vislobokov St.Peterburg, Russia

Re: [DOCS] Help me to understand (documentation)

2009-08-15 Thread Joshua Tolley
On Sat, Aug 15, 2009 at 09:29:48PM +0400, Виктор Вислобоков wrote: >Hello. >I translating the PostgreSQL manual and I run into the problem. I don't >understand this: > >-From > > queries.sgml---

[DOCS] Help me to understand (documentation)

2009-08-15 Thread Виктор Вислобоков
Hello. I translating the PostgreSQL manual and I run into the problem. I don't understand this: -From queries.sgml The ON or USING clause of an outer join is not equivalent to a WHERE condition, be