Re: [ADMIN] [GENERAL] Problem of Null Ordering

2002-12-03 Thread Harry Yau
Jean-Christian Imbeault wrote: Harry Yau wrote: > > Hi all, >I got some problem with the ordering. >I have a table which have a integer field , namely IF1, which is able to haveĀ  NULL value. >When I query this table and Order by IF1, the row that have the value of >NULL will

[ADMIN] Problem of Null Ordering

2002-12-03 Thread Harry Yau
Advance. Harry Yau ( ^_^ ) ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster

[ADMIN] Mulit-User Locking??

2002-06-24 Thread Harry Yau
Hi All: I got a question right now, please let me a hand. I am wondering is Postgresql will do something like session on the back end that will lock up a table or database while a table or database is accessed by one user. Then all other user cannot access that table or database. As I know, ther

[ADMIN] Mulit-User Locking??

2002-06-21 Thread Harry Yau
Hi All: I got a question right now, please let me a hand. I am wondering is Postgresql will do something like session on the back end that will lock up a table or database while a table or database is accessed by one user. Then all other user cannot access that table or database. As I know, ther

[ADMIN] Quick Question!

2001-07-10 Thread Harry Yau
Hi: A really simple question: I wanna set up some WAL related config parameter. I am wondering is it the same to add those parameter on postgresql.conf as to add them on /etc/rc.d/init.d/postgres.init?? ---(end of broadcast)--- TIP 5: Have you chec