Re: [GENERAL] pg_dump "what if?"

2004-03-26 Thread Dustin Sallings
On Mar 26, 2004, at 6:28, Anony Mous wrote: Thanks again. I've got it working using the API calls described. pg_dump does return an exit code of 0 upon success. Does anyone know off hand what is returned when the process fails? Not 0. You're looking for success, right? -- Dusti

Re: [GENERAL] pg_dump "what if?"

2004-03-24 Thread Dustin Sallings
pg_dump from executing fully, would there still be an output file up to the point where the corruption was encountered?  If so, does anyone have any suggestions on another method to confirm whether or not the db was successfully dumped? The exit code? -- Dustin Sallings

Re: [GENERAL] Touch row ?

2004-01-23 Thread Dustin Sallings
asked me which one I like better. pub 1024/3CAE01D5 1994/11/03 Dustin Sallings <[EMAIL PROTECTED]> |Key fingerprint = 87 02 57 08 02 D0 DA D6 C8 0F 3E 65 51 98 D8 BE L___ I hope the answer won't upset her. ---(end o

Re: [GENERAL] Postgress and MYSQL

2004-01-14 Thread Dustin Sallings
an being a script a DBA would run whenever he determined it necessary). -- Dustin Sallings ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster

Re: [GENERAL] speeding up inserts

2003-12-31 Thread Dustin Sallings
My girlfriend asked me which one I like better. pub 1024/3CAE01D5 1994/11/03 Dustin Sallings <[EMAIL PROTECTED]> |Key fingerprint = 87 02 57 08 02 D0 DA D6 C8 0F 3E 65 51 98 D8 BE L___ I hope the answer won't upset her. ---

Re: [GENERAL] Simulating sequences

2003-08-18 Thread Dustin Sallings
I don't believe sequences should automatically create themselves (the tables and columns don't). -- SPY My girlfriend asked me which one I like better. pub 1024/3CAE01D5 1994/11/03 Dustin Sallings <[EMAIL PROTECTED]> |Key fingerprint = 87 02 57 08 02 D

Re: [GENERAL] Simulating sequences

2003-08-18 Thread Dustin Sallings
6179 ---(end of broadcast)--- TIP 8: explain analyze is your friend -- SPY My girlfriend asked me which one I like better. pub 1024/3CAE01D5 1994/11/03 Dustin Sallings <[EMAIL PROTECTED]>

[GENERAL] Commercial support?

2003-08-14 Thread Dustin Sallings
in volume and replication is a requirement. I look forward to hearing what the options are. Thanks. -- SPY My girlfriend asked me which one I like better. pub 1024/3CAE01D5 1994/11/03 Dustin Sallings <[EMAIL PROTECTED]> |Key fingerprint = 87 02 57 08

Re: [GENERAL] Question reagarding serial type.

2000-06-13 Thread Dustin Sallings
w can I do this with SQL in Postgres. Any ideas. insert into xyz(uvw) values ('Test'); INSERT 18968479 1 dustin=# select currval('xyz_id_seq'); currval ----- 1 (1 row) -- dustin sallingsThe world is watching America, http://2852210114/~dus

Re: [GENERAL] (no subject)

2000-06-12 Thread Dustin Sallings
com My girlfriend asked me which one I like better. pub 1024/3CAE01D5 1994/11/03 Dustin Sallings <[EMAIL PROTECTED]> |Key fingerprint = 87 02 57 08 02 D0 DA D6 C8 0F 3E 65 51 98 D8 BE L___ I hope the answer won't upset her.

Re: [GENERAL] PostgreSQL capabilities

2000-05-31 Thread Dustin Sallings
while still allowing writes? Use a filesystem that supports snapshotting. -- SA, beyond.com My girlfriend asked me which one I like better. pub 1024/3CAE01D5 1994/11/03 Dustin Sallings <[EMAIL PROTECTED]> |Key fingerprint = 87 02 57 08 02 D0 DA D6 C8 0F 3E 65 51 98

Re: [GENERAL] Performance

2000-05-20 Thread Dustin Sallings
dex in about half that time, and a vacuum takes me approximately five minutes. Now, it's true, I don't remember having to vacuum before, but the vacuum isn't very painful. -- dustin sallingsThe world is watching America, http://2852210114/~dustin/ and America is watching TV.

Re: [GENERAL] Performance

2000-05-16 Thread Dustin Sallings
, give examples of what's # > > worse now than before. # > > # > > -- # > > -Alfred Perlstein - [[EMAIL PROTECTED]|[EMAIL PROTECTED]] # > > "I have the heart of a child; I keep it in a jar on my desk." # > > # # -- dustin sallingsThe world is watching America, http://2852210114/~dustin/ and America is watching TV.

Re: [GENERAL] Re: [General] pgsql on win95

2000-02-24 Thread Dustin Sallings
e house, but I'm in no way interested in using them as data servers. -- dustin sallingsThe world is watching America, http://2852210114/~dustin/ and America is watching TV.

Re: [GENERAL] Re: [General] pgsql on win95

2000-02-22 Thread Dustin Sallings
ll on the other laptop. The laptop I usually keep with me runs Postgres for development on the road. It's kinda one of those, ``Choose the right tool for the job'' things. If a database server is what you want, then Windows 95 probably isn't. -- dustin sallings

Re: [GENERAL] splitting tables into db's

2000-02-17 Thread Dustin Sallings
-- SA, beyond.com My girlfriend asked me which one I like better. pub 1024/3CAE01D5 1994/11/03 Dustin Sallings <[EMAIL PROTECTED]> |Key fingerprint = 87 02 57 08 02 D0 DA D6 C8 0F 3E 65 51 98 D8 BE L___ I hope the answer won't upset her.

RE: [GENERAL] Benchmarks

2000-01-06 Thread Dustin Sallings
than, say, 30,000 rows. # # [Snip] # # -Original Message- # From: Bruce Momjian [mailto:[EMAIL PROTECTED]] # Sent: Thursday, January 06, 2000 10:14 AM # To: Dustin Sallings # Cc: The Hermit Hacker; [EMAIL PROTECTED] # Subject: Re: [GENERAL] Benchmarks # # # > Untrue, vacuum is *extremely* importa

Re: [GENERAL] Benchmarks

2000-01-06 Thread Dustin Sallings
update my stats every day, or more frequently, but only cleanup once a week or month or whatever. -- SA, beyond.com My girlfriend asked me which one I like better. pub 1024/3CAE01D5 1994/11/03 Dustin Sallings <[EMAIL PROTECTED]> |Key fingerprint = 87 02 57 08 02 D0 DA D6 C8 0

Re: [GENERAL] Benchmarks

2000-01-06 Thread Dustin Sallings
database pooling, and the other is written in perl and makes a database connection each time it has a batch of inserts. I've not seen the actual behavior when the event processing system breaks the database, but it's usually followed by a ton of inserts trying to make their way in. -- dus

Re: [GENERAL] Slow joins

1999-08-05 Thread Dustin Sallings
# Roberto Moreda # Resp. Dpto. Informática Handem/San Luis # Tlf +34 981 779000 # Fax +34 981 779022 # Pol. Piadela Sur, Autovía A6 Sal.567 # 15300 Betanzos (A Coruña) - España # # -- SA, beyond.com My girlfriend asked me which one I like better. pub 1024/3CAE01D5 1994/11/03 Dustin Salli

Re: [GENERAL] Does Apache has PostgreSQL module?

1999-07-09 Thread Dustin Sallings
On Thu, 8 Jul 1999, Albert Chen wrote: # I know there is a ApacheMysql module. Has ApachePostgres module? What exactly are you wanting to accomplish? -- SA, beyond.com My girlfriend asked me which one I like better. pub 1024/3CAE01D5 1994/11/03 Dustin Sallings <[EM

Re: [GENERAL] Parallelizing PostgreSQL for Cluster

1999-06-03 Thread Dustin Sallings
; Laurence # > # > # > # > # # Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy # Systems Administrator @ hub.org # primary: [EMAIL PROTECTED] secondary: scrappy@{freebsd|postgresql}.org # # # -- SA, beyond.com My girlfriend asked

Re: [GENERAL] PL/pgSQL help

1999-06-03 Thread Dustin Sallings
That doesn't tell you the last value you added, that tells you the last value that was added at all. currval('network_networkid_seq') tells you the last one you added. -- SA, beyond.com My girlfriend asked me which one I like better. pub 1024/3CAE01D5 1994/11/0

Re: [GENERAL] PL/pgSQL - mailng list

1999-05-24 Thread Dustin Sallings
--/ # > > // > /- Piotr Stelmaszyk | Student of Computer Science ---/ # > > // > /-- | at Poznan University of Technology / # > > // > /- mailto:[EMAIL PROTECTED] -/ # > > // > /- mailto:[EMAIL PROTECTED] ---/ # > > // > // # > > // > # > > // > # > > // > # > > // # >

Re: [GENERAL] Problems with INSERT INTO?

1999-05-24 Thread Dustin Sallings
om My girlfriend asked me which one I like better. pub 1024/3CAE01D5 1994/11/03 Dustin Sallings <[EMAIL PROTECTED]> |Key fingerprint = 87 02 57 08 02 D0 DA D6 C8 0F 3E 65 51 98 D8 BE L___ I hope the answer won't upset her.

Re: [GENERAL] Row Count?

1999-05-05 Thread Dustin Sallings
riend asked me which one I like better. pub 1024/3CAE01D5 1994/11/03 Dustin Sallings <[EMAIL PROTECTED]> |Key fingerprint = 87 02 57 08 02 D0 DA D6 C8 0F 3E 65 51 98 D8 BE L___ I hope the answer won't upset her.

Re: [GENERAL] postgreSQL for storing a database of documents

1999-05-04 Thread dustin sallings
mThe world is watching America, pub 1024/3CAE01D5 1994/11/03 Dustin Sallings <[EMAIL PROTECTED]> |Key fingerprint = 87 02 57 08 02 D0 DA D6 C8 0F 3E 65 51 98 D8 BE L__ and America is watching TV. __

Re: [GENERAL] postgreSQL for storing a database of documents

1999-05-04 Thread dustin sallings
to use it because I don't like the way the data is stored on disk, though. -- Principal Member Technical Staff, beyond.comThe world is watching America, pub 1024/3CAE01D5 1994/11/03 Dustin Sallings <[EMAIL PROTECTED]> |Key fingerprint = 87 02 57 08 02 D0

Re: [GENERAL] advice on buying sun hardware to run postgres

1999-04-27 Thread Dustin Sallings
rategy. It's very difficult to improperly shut down a Linux machine while it's actually doing something and not lose a file. It's very difficult to run an OS for five years without having it improperly shut down (given normal home conditions). -- SA, beyond.com My girlfr

Re: [GENERAL] advice on buying sun hardware to run postgres

1999-04-26 Thread Dustin Sallings
yond.com My girlfriend asked me which one I like better. pub 1024/3CAE01D5 1994/11/03 Dustin Sallings <[EMAIL PROTECTED]> |Key fingerprint = 87 02 57 08 02 D0 DA D6 C8 0F 3E 65 51 98 D8 BE L___ I hope the answer won't upset her.

Re: [GENERAL] Where are the system logs?

1999-04-01 Thread dustin sallings
On Thu, 1 Apr 1999, Rick Dearman wrote: // Where are the system logs kept? Where ever you put them. -- Principal Member Technical Staff, beyond.comThe world is watching America, pub 1024/3CAE01D5 1994/11/03 Dustin Sallings <[EMAIL PROTECTED]> |Key fingerprint = 87 02 57

Re: [GENERAL] Multi-column Indexes. What is best Conan?

1999-03-09 Thread dustin sallings
// // But what is best? // // // -- Principal Member Technical Staff, beyond.comThe world is watching America, pub 1024/3CAE01D5 1994/11/03 Dustin Sallings <[EMAIL PROTECTED]> |Key fingerprint = 87 02 57 08 02 D0 DA D6 C8 0F 3E 65 51 98 D8 BE L_

Re: [GENERAL] Re: [INTERFACES] the last row in a table

1999-03-09 Thread Dustin Sallings
input row you want, a trigger or rule would be still yet better. :) -- SA, beyond.com My girlfriend asked me which one I like better. pub 1024/3CAE01D5 1994/11/03 Dustin Sallings <[EMAIL PROTECTED]> |Key fingerprint = 87 02 57 08 02 D0 DA D6 C8 0F 3E 65 51 98 D8 BE L_

Re: [GENERAL] i want to start automaticly postgres when a reboot my server...help please.....

1999-03-09 Thread Dustin Sallings
On Tue, 9 Mar 1999, amarof wrote: # please give me the way to do that Nobody knows what your server is. -- SA, beyond.com My girlfriend asked me which one I like better. pub 1024/3CAE01D5 1994/11/03 Dustin Sallings <[EMAIL PROTECTED]> |Key fingerprint = 87 02 57

Re: Subject: Re: [GENERAL] A book for PgSQL? A need? yes? no?

1999-02-12 Thread dustin sallings
/ > // my $0.02 // > // // > // steve doliov // > // // > // // > // // > // > -- // > Principal Member Technical Staff, beyond.comThe world is watching America, // > pub 1024/3CAE01D5 1994/11/03 Dustin Sallings <[EMAIL PROTECTED]> /

Re: Subject: Re: [GENERAL] A book for PgSQL? A need? yes? no?

1999-02-12 Thread dustin sallings
inserts at the // back. // // my $0.02 // // steve doliov // // // -- Principal Member Technical Staff, beyond.comThe world is watching America, pub 1024/3CAE01D5 1994/11/03 Dustin Sallings <[EMAIL PROTECTED]> |Key fingerprint = 87 02 57 08 02 D0 DA

RE: [GENERAL] No MAX function

1999-02-06 Thread dustin sallings
ere=> What's a millisid? If it's something obscure, there may not have been a max() defined for it. // // -Original Message- // From: dustin sallings [mailto:[EMAIL PROTECTED]] // Sent: Saturday, February 06, 1999 2:21 PM // To: Jonny Hinojosa // Cc: PostGreSQL Maili

RE: [GENERAL] No MAX function

1999-02-06 Thread dustin sallings
E 'x' AND b LIKE 'y'. // > // > Jonny Hinojosa // > TCA Internet // > [EMAIL PROTECTED] // > 409.693.8885 // > // > // // // -- Principal Member Technical Staff, beyond.comThe world is watching America, pub 1024/3CAE01D5 1994/11/03 Dustin Sallings &l

[GENERAL] big bad join problems

1999-02-01 Thread Dustin Sallings
nyone have any idea what's causing this problem, or how to fix it? I've done larger joins before... Anyway, I'm going to have to denormalize my database some to work around this. -- SA, beyond.com My girlfriend asked me which one I like better. pub 1024/3CAE01D5 1994/11/0

Re: [GENERAL] DISPLAYING BLOBS/images/text

1999-01-22 Thread Dustin Sallings
which one I like better. pub 1024/3CAE01D5 1994/11/03 Dustin Sallings <[EMAIL PROTECTED]> |Key fingerprint = 87 02 57 08 02 D0 DA D6 C8 0F 3E 65 51 98 D8 BE L___ I hope the answer won't upset her.

Re: [GENERAL] LIMITS in SELECTs

1999-01-09 Thread dustin sallings
atching America, pub 1024/3CAE01D5 1994/11/03 Dustin Sallings <[EMAIL PROTECTED]> |Key fingerprint = 87 02 57 08 02 D0 DA D6 C8 0F 3E 65 51 98 D8 BE L__ and America is watching TV. __

Re: [GENERAL] pg_dump

1999-01-06 Thread Dustin Sallings
value is used. -- SA, beyond.com My girlfriend asked me which one I like better. pub 1024/3CAE01D5 1994/11/03 Dustin Sallings <[EMAIL PROTECTED]> |Key fingerprint = 87 02 57 08 02 D0 DA D6 C8 0F 3E 65 51 98 D8 BE L___ I hope the answer won't upset her.

Re: [GENERAL] Row Level Locking, On-line Recovery

1998-12-15 Thread dustin sallings
Technical Staff, beyond.comThe world is watching America, pub 1024/3CAE01D5 1994/11/03 Dustin Sallings <[EMAIL PROTECTED]> |Key fingerprint = 87 02 57 08 02 D0 DA D6 C8 0F 3E 65 51 98 D8 BE L__ and America is watching TV. __

Re: [GENERAL] Perl DBD / DBI modules

1998-12-04 Thread Dustin Sallings
, and implementing a # Perl DBD or DBI for Postgresql. Can anyone assist? # # Bob # # # -- SA, beyond.com My girlfriend asked me which one I like better. pub 1024/3CAE01D5 1994/11/03 Dustin Sallings <[EMAIL PROTECTED]> |Key fingerprint = 87 02 57 08 02 D0 DA D6 C8 0F 3E 65

Re: [GENERAL] dump problems:

1998-11-10 Thread dustin sallings
| (610) 853-3000 // + If your life is a hard drive, | 830 Blythe Avenue // + Christ can be your backup.| Drexel Hill, Pennsylvania 19026 // // -- SA, beyond.com The world is watching America, pub 1024/3CAE01D5 1994/11/03 Dustin Sallings &l

[GENERAL] dump problems:

1998-11-09 Thread Dustin Sallings
k). -- SA, beyond.com My girlfriend asked me which one I like better. pub 1024/3CAE01D5 1994/11/03 Dustin Sallings <[EMAIL PROTECTED]> |Key fingerprint = 87 02 57 08 02 D0 DA D6 C8 0F 3E 65 51 98 D8 BE L___ I hope the answer won't upset her.

Re: [GENERAL] Upcoming 6.4 release issues

1998-11-03 Thread dustin sallings
America, pub 1024/3CAE01D5 1994/11/03 Dustin Sallings <[EMAIL PROTECTED]> |Key fingerprint = 87 02 57 08 02 D0 DA D6 C8 0F 3E 65 51 98 D8 BE L and America is watching TV. __

Re: [GENERAL] Upcoming 6.4 release issues

1998-11-02 Thread dustin sallings
l Hill, Pennsylvania 19026 // // -- SA, beyond.comThe world is watching America, pub 1024/3CAE01D5 1994/11/03 Dustin Sallings <[EMAIL PROTECTED]> |Key fingerprint = 87 02 57 08 02 D0 DA D6 C8 0F 3E 65 51 98 D8 BE L and America is watching TV. __

Re: [GENERAL] Expensive query

1998-10-30 Thread dustin sallings
comThe world is watching America, pub 1024/3CAE01D5 1994/11/03 Dustin Sallings <[EMAIL PROTECTED]> |Key fingerprint = 87 02 57 08 02 D0 DA D6 C8 0F 3E 65 51 98 D8 BE L and America is watching TV. __

Re: [GENERAL] Expensive query

1998-10-30 Thread Dustin Sallings
each of the subqueries only needs # to be evaluated once, rather than once per row of users. Is there a # way to reformulate this query to make it less expensive? # # -- SA, beyond.com My girlfriend asked me which one I like better. pub 1024/3CAE01D5 1994/11/03 Dustin Sallings <[E

Re: [GENERAL] Problem with getting the right order

1998-10-21 Thread dustin sallings
5 // 1| 6 // // // // hope someone outthere can help me :) // // Henrik Pedersen // Demark // // -- SA, beyond.comThe world is watching America, pub 1024/3CAE01D5 1994/11/03 Dustin Sallings <[EMAIL PROTECTED]> |Key fingerprint = 87 02 5

Re: [GENERAL] Optimization problem?

1998-09-01 Thread dustin sallings
You also might want to add an index or two (the SQL book would tell you all about it). -- SA, software.net My girlfriend asked me which one I like better. pub 1024/3CAE01D5 1994/11/03 Dustin Sallings <[EMAIL PROTECTED]> |Key fingerprint = 87 02 57 08 02 D0 DA D