Re: [GENERAL] gsoc ideas

2008-03-11 Thread longlong
your words are a great encouragement to me! i am embarrassed by my English and i will improve it. maybe i missed something that makes you a little misunderstand in point 3. what i want is data-copys between databases automatically processed by program. and databases may be not in the same host.

Re: [GENERAL] gsoc ideas

2008-03-11 Thread longlong
i see. now i know that COPY with STDIN/OUT can do what i mentioned before exactly. 2008/3/11, Richard Huxton [EMAIL PROTECTED]: longlong wrote: your words are a great encouragement to me! i am embarrassed by my English and i will improve it. maybe i missed something that makes you

[GENERAL] gsoc ideas

2008-03-09 Thread longlong
hi,all. i want some advice about ideas for gsoc. i don't konw if it is appropriate that i send a email here, so if you feel uncomfortable, please accept my apology. 1.release8.2 make COPY TO can copy the output of an arbitrary SELECT statement. so i think maybe COPY FROM can get data from output

Re: [GENERAL]silent install

2007-10-12 Thread longlong
2007/10/12, Richard Huxton [EMAIL PROTECTED]: Please remember to cc: the list. sorry. The first result of that search is this page: http://pgfoundry.org/pipermail/pginstaller-devel/2005-November/000712.html If you read the next couple of messages you get to this page:

[GENERAL]silent install

2007-10-10 Thread longlong
hi all, msiexec /i D:\usr\local\postgre\postgresql-8.2-int.msi /qb INTERNALLAUNCH=1 ADDLOCAL=server,psql,docs SERVICEDOMAIN=%COMPUTERNAME% CREATESERICEUSER=1 BASEDIR=d:\usr\local\postgres SERVICEACCOUNT=postgres SERVICEPASSWORD=postgres SUPERPASSWORD=11 PERMITREMOTE=1 i try to the silent

[GENERAL]about Command Prompt.

2007-10-09 Thread longlong
what i want is using the psql to excute a serial SQL command like create table in a file. but i have tried runas /noprofile /env /user:postgres f:\postgre\bin\psql -f filename in Windows cmd ,it doesn't work. Is there any way to do this or How can I make my order work just like in Command

[GENERAL]About selected data dump

2007-10-03 Thread longlong
hello,all I want to transmit data from a database to another partly, which means only data that selected in a table will be transmit. I can select data , and then inert or update rows one by one. But is there any way better?

[GENERAL]postgresql insert and dataset(c#)

2007-07-25 Thread longlong
hi all on windows system ,is there any easy way to insert data from a dataset(c#.net) to postgresql? i have installed npgsql.dll.

Re: [GENERAL] about c# and postgresql

2007-07-24 Thread longlong
or erroneous pg_hba.conf anybody know what's the problem ? 2007/7/24, Eddy D. Sanchez [EMAIL PROTECTED]: I use Npgsql for client/server applications you can view the manual at: http://npgsql.projects.postgresql.org/docs/manual/UserManual.htm On 23 Jul 2007, at 22:47, longlong wrote: hi

[GENERAL] about c# and postgresql

2007-07-23 Thread longlong
hi,all i have a local system with windows xp. i want to use c# to connect with a postgresql database running in a linux system. i get libpg.dll and PgOleDb.dll. that's enough for me to do so? or could you tell me how?