[ SOLVED ] Re: [ADMIN] possible data loss.

2003-06-11 Thread Rajesh Kumar Mallah
~~~ There was no data loss. ~~~ This message was posted during the disturbance period in our mailing lists. hence could not update on this . In fact i was under the impression that it would have never reached the lists. My false assertion was based on d

[ADMIN] Timestamp of insertion of the row.

2003-06-11 Thread Anagha Joshi
Title: Timestamp of insertion of the row. Hi, Is there any way to know data & time when the row is inserted into a table? Help appreciated. Thx, Anagha

Re: [ADMIN] Timestamp of insertion of the row.

2003-06-11 Thread Peter Galbavy
Anagha Joshi wrote: > Hi, > Is there any way to know data & time when the row is inserted into a > table? A timestamp column with a default value of 'now' ??? This will only work for inserts and not updates. Peter ---(end of broadcast)--- TIP 5: H

Re: [ADMIN] Timestamp of insertion of the row.

2003-06-11 Thread Mendola Gaetano
"Anagha Joshi" <[EMAIL PROTECTED]> wrote: > Hi, > Is there any way to know data & time when the row is inserted into a > table? You should define a supplementary field with default value "now()" this field will contain the transaction start time, if you want have the real time (if you insert a mi

[ADMIN] How can I recover a 6.5.2 databases in a 7.3.3 database without dump files ?

2003-06-11 Thread Bruno BAGUETTE
Hello, I have a tar.gz of several PostgreSQL 6.5.2 databases files (theses are the binary files, NOT the sql dump) that I would like to recover in a PostgreSQL 7.3.3 database. How can I do that kind of recover ? Where can I find step by step explanations for that kind of operation ? Or do you th

Re: [ADMIN] How can I recover a 6.5.2 databases in a 7.3.3 database without dump files ?

2003-06-11 Thread Mendola Gaetano
"Bruno BAGUETTE" <[EMAIL PROTECTED]> wrote: > If Yes, where can I find the 6.5 PostgreSQL tar.gz ? ftp://ftp.fr.postgresql.org/source/v6.5/ Regards Gaetano ---(end of broadcast)--- TIP 3: if posting/reading through Usenet, please send an appropri

Re: [ADMIN] Timestamp of insertion of the row.

2003-06-11 Thread A.Bhuvaneswaran
> Hi, > Is there any way to know data & time when the row is inserted into a > table? Add a timestamp field and set the default value as now(). If you wish to maintain similar value during update, a before trigger could help. regards, bhuvaneswaran ---(end of broadcast)-

[ADMIN] link servers

2003-06-11 Thread Sidar Lopez Cruz
how can i link 2 servers and share db info between both the servers are on separated machines...   :-) Sidar Lopez Cruz- Cero Riesgo, S.A.

[ADMIN] migrating databases

2003-06-11 Thread Sidar Lopez Cruz
which are the best tool for migrating data from mssql to postgresql :-) Sidar Lopez Cruz- Cero Riesgo, S.A.

Re: [ADMIN] Syncing DBs prior to RServ replication

2003-06-11 Thread Murthy Kambhampaty
I think you'd benefit from a two-stage Rsync (this was discussed on this list in the past few months): 1. Rsync the $PGDATA cluster from the "hot" server to the "standby" server, with the postmaster running 2. Stop the postmaster and perform the same rsync again (this will take only a few seconds

Re: [ADMIN] link servers

2003-06-11 Thread Joe Conway
Sidar Lopez Cruz wrote: how can i link 2 servers and share db info between both the servers are on separated machines... See contrib/dblink Joe ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

[ADMIN] Postgresql on solaris 8

2003-06-11 Thread Stephenson, Adam
We have installed Postgres 7.1 on a SUN Solaris 6 server. This works well. We have also transferred the same binary/libraries to a server running Solaris 8. This also works well. However we have noticed that 2 postmaster processes are created when the postmaster is run. The second of which is a

[ADMIN] pg_dump mail problem

2003-06-11 Thread zafar rizvi
hi sir i am using postgres on linux 7.2. i am trying to get backup of databases from postgtres throuhg shell script. i installed the postgres as default installation. and login as > su postgres psql mails so now problem is that when i am writing a shell script, that script must postgres user to r

[ADMIN] Postgres Size-limit

2003-06-11 Thread Karien
Hi there. First things first. I just want to say I've moved from Mysql to Postgres for alot of reasons. :-) My questions: = * What is the limit my PostgresDB can grow to? 4gigs, 8gigs? * What sort of system I'am a looking at running postgres on? Now here's a really confusing o

[ADMIN] Metadata

2003-06-11 Thread Bovard Yves (DIP)
Dear Sir I am a swiss student in the University of Applied Sciences of Geneva. For a report on the different implantation of metadata in PostgreSQL 7.3, Oracle and SQL3, I would like you to know if it is possible to answer me some questions : 1) is the system catalog the only one way to have meta

[ADMIN] users

2003-06-11 Thread Julian
Hi all, i'm new in postgres and this question may be very easy, but i need to do this so here it goes. I have one user in my database, and i need to create 10 more users to connect to de database but they must use the tables defined in the first user but i can not use user.table. how can i do th

Re: [ADMIN] Metadata

2003-06-11 Thread alvis
Hello, Currently I am focused basically on the same issues: 1). I hope yes, I see no reason to change it. 2). You may want to take a look at: http://developer.postgresql.org/docs/postgres/features.html SQL1999 is just another name for SQL3. Anyway it's not trivail task to compare SQL3 and PostgreS

Re: [ADMIN] users

2003-06-11 Thread Bruno Wolff III
On Tue, Jun 10, 2003 at 10:53:50 -0300, Julian <[EMAIL PROTECTED]> wrote: > Hi all, i'm new in postgres and this question may be very easy, but i need > to do this so here it goes. > I have one user in my database, and i need to create 10 more users to > connect to de database but they must use

[ADMIN] unsubscribe

2003-06-11 Thread Hari Prasad Chattopadhyay
UNSUBSCRIBE   credit.com 690 Fifth Street San Francisco Ca 94107 (415) 901 1559  

[ADMIN] backup a table

2003-06-11 Thread Miriam Fernández Galicia
Hello!!! I 'm new in Postgres 7.2 my question is, exists some way to backup only a table and no  the all database with pg_dump or another utility, too  I used COPY but my problem is logged like postgres user  the message  that send me is: bash-2.05a$ psql gheo -Upostgres Password: psql: FATAL

Re: [ADMIN] backup a table

2003-06-11 Thread Guillaume LELARGE
Hi, Le Mercredi 11 Juin 2003 20:25, vous avez écrit : > Hello!!! > I 'm new in Postgres 7.2 my question is, exists some way to backup only > a table and no the all database with pg_dump or another utility, too pg_dump allows you to do this using the -t switch. Try something like pg_dump -t my

Re: [ADMIN] backup a table

2003-06-11 Thread Miriam Fernández Galicia
Thank you Guillaume !!  It works!!    Miriam El mié, 11 de 06 de 2003 a las 18:19, Guillaume LELARGE escribió: Hi, Le Mercredi 11 Juin 2003 20:25, vous avez écrit : > Hello!!! > I 'm new in Postgres 7.2 my question is, exists some way to backup only > a table and no the all database with