Click here to Skip to main content
15,889,096 members
Home / Discussions / Database
   

Database

 
AnswerRe: How to use DBI Module [modified] Pin
Wendelius20-Jan-09 6:50
mentorWendelius20-Jan-09 6:50 
QuestionTable Date Migration Pin
faizurrahman19-Jan-09 20:49
faizurrahman19-Jan-09 20:49 
AnswerRe: Table Date Migration Pin
Wendelius20-Jan-09 7:08
mentorWendelius20-Jan-09 7:08 
QuestionBackup & Restore. Pin
Nanda_MR19-Jan-09 20:15
Nanda_MR19-Jan-09 20:15 
AnswerRe: Backup & Restore. [modified] Pin
Wendelius20-Jan-09 6:36
mentorWendelius20-Jan-09 6:36 
GeneralRe: Backup & Restore. Pin
Nanda_MR20-Jan-09 19:38
Nanda_MR20-Jan-09 19:38 
GeneralRe: Backup & Restore. Pin
Wendelius20-Jan-09 21:13
mentorWendelius20-Jan-09 21:13 
GeneralRe: Backup & Restore. [modified] Pin
Nanda_MR20-Jan-09 22:36
Nanda_MR20-Jan-09 22:36 
samp=# SELECT pg_dump -Fc -b -v -f "C:\std1.backup" samp;
ERROR: syntax error a or near ""C:\std1.backup""
LINE 1: SELECT pg_dump -Fc -b -v -f "C:\std1.backup" samp;
                                    ^ 


I am using above code one more thing.
1. I used SELECT and without SELECT.
2. I used different Quoted ex=",',` and empty also.
3. and other method also tried but not working. Cry | :(( Cry | :(( Cry | :(( Cry | :(( Cry | :((

if i use this code o/p come like this but i didn't got backup file.

samp=# pg_dump samp -f user\db1.dump;
       List of tablespaces
    Name    |  Owner   | Location
------------+----------+----------
 pg_default | postgres |
 pg_global  | postgres |
(2 rows)


thanx's for reply
thanx's in advance.

modified on Wednesday, January 21, 2009 4:56 AM

GeneralRe: Backup & Restore. Pin
Wendelius21-Jan-09 5:07
mentorWendelius21-Jan-09 5:07 
GeneralRe: Backup & Restore. Pin
Nanda_MR21-Jan-09 20:01
Nanda_MR21-Jan-09 20:01 
GeneralRe: Backup & Restore. Pin
Wendelius21-Jan-09 20:08
mentorWendelius21-Jan-09 20:08 
QuestionRAISEERROR problem Pin
George_George19-Jan-09 20:13
George_George19-Jan-09 20:13 
AnswerRe: RAISEERROR problem Pin
J4amieC19-Jan-09 22:17
J4amieC19-Jan-09 22:17 
GeneralRe: RAISEERROR problem Pin
George_George20-Jan-09 2:51
George_George20-Jan-09 2:51 
AnswerRe: RAISEERROR problem Pin
Hamid_RT22-Jan-09 23:18
Hamid_RT22-Jan-09 23:18 
GeneralRe: RAISEERROR problem Pin
George_George4-Feb-09 22:44
George_George4-Feb-09 22:44 
QuestionOptimize an query select DB Pin
TuanNGUYEN19-Jan-09 16:48
TuanNGUYEN19-Jan-09 16:48 
AnswerRe: Optimize an query select DB Pin
Wendelius19-Jan-09 18:19
mentorWendelius19-Jan-09 18:19 
GeneralRe: Optimize an query select DB Pin
TuanNGUYEN19-Jan-09 20:04
TuanNGUYEN19-Jan-09 20:04 
GeneralRe: Optimize an query select DB Pin
Wendelius20-Jan-09 8:28
mentorWendelius20-Jan-09 8:28 
Question"begin catch" and "end catch" Pin
George_George19-Jan-09 2:38
George_George19-Jan-09 2:38 
AnswerRe: "begin catch" and "end catch" Pin
J4amieC19-Jan-09 4:02
J4amieC19-Jan-09 4:02 
GeneralRe: "begin catch" and "end catch" Pin
George_George19-Jan-09 18:41
George_George19-Jan-09 18:41 
AnswerRe: "begin catch" and "end catch" Pin
Rob Philpott19-Jan-09 6:29
Rob Philpott19-Jan-09 6:29 
GeneralRe: "begin catch" and "end catch" Pin
George_George19-Jan-09 18:40
George_George19-Jan-09 18:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.