I'm new for PostgreSQL. How can I check that what thing I use?
>>> Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> 19/11/2004 10:02:44 pm >>>
"Premsun Choltanwanich" <Premsun(at)nsasia(dot)co(dot)th> writes:
> Could I make lo_import and lo_export to use file on client local
> machine?
If you're using libpq, it has lo_export and lo_import functions.
If you're using some other client-side code, see its documentation.
regards, tom lane