Tuesday, January 22, 2008

psql ilk deneme

14 bin satır bir schema dump ı var elimde pgadmin ile windowsda aldım başka bir windows makinede postgresql e bunu koyup bi şekilde yeni table oluşturmam lazım. tabii pgadmini açtım o makinede ama klasik çalışmadı pg_restore falan denedim yemedi. efenim örnek:
"c:\Program Files\PostgreSQL\8.2\bin\psql.exe" -Upostgres azbuz < "c:\Documents and Settings\opakdil\Desktop\dump.backup"

sevimli oluo bu open source db ler.

No comments:

how to show a dialog box in wix

  Sometime we may want to show a dialog box to user from installation package, below is an example <CustomAction Id =" Confirm...