[GENERAL] approve awKtwN unsubscribe gb@a3design.de

2001-09-10 Thread gb
---(end of broadcast)--- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])

[GENERAL] Getting data out of database with a bad WAL file

2001-08-31 Thread GB Clark II
Hi, I've got a database where I've lost the WAL files. Since PG won't start with bad WAL files, is there anyway I can get the data out of the actual database files? Thanks GB -- GB Clark II | Roaming FreeBSD Admin [EMAIL PROTECTED] | General Geek

[GENERAL] Tablenames in Resultsets?

2000-09-27 Thread gb
Hello there! how do I get the tablenames in an resultset from an query like this: imagine two tables with columns named id and value test1: id | value 1 | hello 2 | goodbye test2: id | value 1 | gunter 2 | heinz select * from test1, test2 where test1.id=test2.id