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
Advance.
Harry Yau ( ^_^ )
---(end of broadcast)---
TIP 4: Don't 'kill -9' the postmaster
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
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
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