---(end of broadcast)---
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])
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
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