[GENERAL] Anderson dos Santos Donda wants to stay in touch on LinkedIn

2010-05-28 Thread Anderson dos Santos Donda
LinkedIn Anderson dos Santos Donda requested to add you as a connection on LinkedIn: -- Andrew, I'd like to add you to my professional network on LinkedIn. - Anderson dos Santos Donda Accept invitation from Anderson dos Santos Donda

Re: [GENERAL] Is thre a way?

2009-05-07 Thread Anderson dos Santos Donda
My backup is PLAIN(text) format... i'll try to do with sed... Thanks for all o/ On Thu, May 7, 2009 at 9:14 AM, Jasen Betts wrote: > On 2009-05-06, Anderson dos Santos Donda wrote: > > --0021cc022382dbd1bb0469443c6e > > Content-Type: text/plain; charset=ISO-8859-1

[GENERAL] Is thre a way?

2009-05-06 Thread Anderson dos Santos Donda
Hi o/ I have a table with 2000 names and emails.. and I did UPDATE list SET email = '' without the WHERE and now all rows is null in column email.. I have a backup made with pg_dump.. is there a way to restore only the email data? Thanks!!

[GENERAL] VACUUM

2009-03-07 Thread Anderson dos Santos Donda
Anyone can explain this: INFO: free space map contains 5848 pages in 5000 relations DETAIL: A total of 83728 page slots are in use (including overhead). 83728 page slots are required to track all free space. Current limits are: 153600 page slots, 5000 relations, using 1228 kB. NOTICE: max_fsm_

[GENERAL] SELECT on a table with Time values

2009-02-04 Thread Anderson dos Santos Donda
Hi all!! I have a simple table with two column. The first column is a time type and the other is a integer type. This table have datas from each minute of day. Example : 15:00:00, 15:01:00, 15:02:00 etc... I want a SELECT command wich return for me the datas from each five minutes of day. Exam

[GENERAL] Show all commands executed

2008-11-07 Thread Anderson dos Santos Donda
How can I show on terminal all commands executed by my postgre server? Example: My system execute the comand : 'SELECT * FROM clients' and the postgre show this commando on the terminal ? Thanks

[GENERAL] Execute Shell script after insert

2008-10-27 Thread Anderson dos Santos Donda
Is there a way to execute a simple shell script in server after execute INSERT INTO ? Example? INSERT INTO clients (name) VALUES ('Donda'); after it, execute shell : mkdir $1 Thanks!!!

[GENERAL] INITDB in VISTA

2008-10-03 Thread Anderson dos Santos Donda
Hi Friends!! I install the postgre 8.3 by command line : msiexec /i postgresql-8.3-int.msi /qr ADDLOCAL=server,psql,pgadmin INTERNALLAUNCH=1 DOSERVICE=1 DOINITDB=1 ENCODING=UTF8 SERVICEDOMAIN="%COMPUTERNAME%" SERVICEACCOUNT="postgre_service" SERVICEPASSWORD="passWorD" CREATESERVICEUSER=1 SERVICEN

[GENERAL] Error Installing Postgre 8.3 Silent Mod

2008-09-05 Thread Anderson dos Santos Donda
Hi All I'm trying to install the Postgre 8.3 on Windows XP/Vista using the silent mod of msi. But, the installation returns "Internal Account lookup Failure" after create the service account user. Here is my line: msiexec /i postgresql-8.3-int.msi /qr ADDLOCAL=server,psql,pgadmin INTERNALLAUNCH

Re: [GENERAL] Postgre connect on Postgre

2008-08-26 Thread Anderson dos Santos Donda
Thanks man!! I'll study this module!! On Tue, Aug 26, 2008 at 11:19 PM, Christophe <[EMAIL PROTECTED]> wrote: > > On Aug 26, 2008, at 7:10 PM, Anderson dos Santos Donda wrote: > >> How I can connect a postgre database on another postgre database, and >> manip

[GENERAL] Postgre connect on Postgre

2008-08-26 Thread Anderson dos Santos Donda
Hi All How I can connect a postgre database on another postgre database, and manipulate the datas on both database? Thanks!!

Re: [GENERAL] Installing Postgre 8.3 with a command

2008-08-22 Thread Anderson dos Santos Donda
Thanks Man!!! I'll try and reply if i have any problems!! On Fri, Aug 22, 2008 at 6:02 PM, Thomas Kellerer <[EMAIL PROTECTED]> wrote: > Anderson dos Santos Donda wrote on 22.08.2008 22:53: > >> Hi all !! >> On Windows, we can install the postgre 8.3 with a comma

[GENERAL] Installing Postgre 8.3 with a command

2008-08-22 Thread Anderson dos Santos Donda
Hi all !! On Windows, we can install the postgre 8.3 with a command, without "windows setup" to install it, like on linux?

Re: [GENERAL] Create Table Dinamic

2008-08-07 Thread Anderson dos Santos Donda
On Wed, Aug 6, 2008 at 11:59 PM, Craig Ringer <[EMAIL PROTECTED]>wrote: > Anderson dos Santos Donda wrote: > > > PS : If somebody want knows why I need to create this function, is > because > > in my db have 1000 tables with the some colums, and each time I have a

[GENERAL] Create Table Dinamic

2008-08-06 Thread Anderson dos Santos Donda
Hello All! Its my first time here in maillist and I started work with postgre on last moth. My questions is: Threre is a way to create tables dinamic? Example: To create a table we use CREATE TABLE TableName .. In my db, I have many tables with diferents names but with same colums Example