[ADMIN] Interesting article

2003-07-13 Thread Mendola Gaetano
May wrap: http://www.hughdarwen.freeola.com/TheThirdManifesto.web/Missing-info-without-nulls.pdf Regards Gaetano Mendola ---(end of broadcast)--- TIP 7: don't forget to increase your free space map settings

Re: [ADMIN] Function immutable is not during a reindex ?

2003-07-13 Thread Mendola Gaetano
"Tom Lane" <[EMAIL PROTECTED]> wrote: > "Mendola Gaetano" <[EMAIL PROTECTED]> writes: > > #\d t_a > > Table "public.t_a" > > Column | Type | Modifiers > > +-+--- > > a | integer | > > b | integer | default 4 > > This is a bug, or at least a bad idea

Re: [ADMIN] Function immutable is not during a reindex ?

2003-07-13 Thread Tom Lane
"Mendola Gaetano" <[EMAIL PROTECTED]> writes: > On: Sunday, July 13, 2003 4:19 AM "Tom Lane" <[EMAIL PROTECTED]> wrote: >> So? Sounds to me like it's working as intended. > Well the documentation says: > IMMUTABLE [...] If this option is given, > any call of the function with all-constant > a

Re: [ADMIN] Installazione Postgres

2003-07-13 Thread Andrew Biagioni
Monica, Come ha suggerito Gaetano Mendola, per quanto ho visto tutti gli utenti di questa lista comunicano in inglese; e sicuramente, la maggior parte di quelli che hanno le risposte sembrano non avere nomi italiani. Se hai gia` trovato la risposta al tuo problema, benissimo. Se no: se il

Re: [ADMIN] How to backup and Restore single table in Postgresql DB

2003-07-13 Thread Rajesh Kumar Mallah
pg_dump -t deepak. regds mallah. On Sunday 13 Jul 2003 1:38 pm, Deepak Malhotra wrote: > Hello > > I am trying to backup single table from one postgresql > db from one server and resotre on to other server. > I know how to do backup entire DB but not sure about > single table. > > Please help

Re: [ADMIN] Function immutable is not during a reindex ?

2003-07-13 Thread Mendola Gaetano
On: Sunday, July 13, 2003 4:19 AM "Tom Lane" <[EMAIL PROTECTED]> wrote: > "Mendola Gaetano" <[EMAIL PROTECTED]> writes: > > the function is immutable but is executed 3 times > > ( one for each row). > > So? Sounds to me like it's working as intended. Well the documentation says: IMMUTABLE [...

[ADMIN] How to backup and Restore single table in Postgresql DB

2003-07-13 Thread Deepak Malhotra
Hello I am trying to backup single table from one postgresql db from one server and resotre on to other server. I know how to do backup entire DB but not sure about single table. Please help Thanks Deepak = Deepak Malhotra Phoenix, AZ [EMAIL PROTECTED] ___