Discussion:
[BUGS] How to run query by command prompt in Postgres
(too old to reply)
Kapil Kr. Khandelwal
2012-06-27 11:15:19 UTC
Permalink
Dear Team

I want to a favour from your side. I want to know, how to run sql query by
command prompt in postgres sql.

I ma waiting for your positive response.


Thanks & Regards

Kapil Kr. Khandelwal
M: 09694179109
CodeScape Consultants, Jaipur
Christopher Browne
2012-06-27 15:00:29 UTC
Permalink
Post by Kapil Kr. Khandelwal
I want to a favour from your side. I want to know, how to run sql query by
command prompt in postgres sql.
This doesn't sound like a bug, and this mailing list is intended to
capture bugs discovered in Postgres.

Perhaps you should avail yourself of the documentation. The following
links seem as though they may be relevant:

http://www.postgresql.org/docs/9.1/static/tutorial-accessdb.html
http://www.postgresql.org/docs/9.1/static/app-psql.html
--
When confronted by a difficult problem, solve it by reducing it to the
question, "How would the Lone Ranger handle this?"
--
Sent via pgsql-bugs mailing list (pgsql-***@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs
Kapil Kr. Khandelwal
2012-06-27 15:40:20 UTC
Permalink
Dear Sir


Thanks for your response. My problem has solved.

Thanks & Regards

Kapil Kr. Khandelwal
M: 09694179109
CodeScape Consultants, Jaipur
Post by Christopher Browne
Post by Kapil Kr. Khandelwal
I want to a favour from your side. I want to know, how to run sql query
by
Post by Kapil Kr. Khandelwal
command prompt in postgres sql.
This doesn't sound like a bug, and this mailing list is intended to
capture bugs discovered in Postgres.
Perhaps you should avail yourself of the documentation. The following
http://www.postgresql.org/docs/9.1/static/tutorial-accessdb.html
http://www.postgresql.org/docs/9.1/static/app-psql.html
--
When confronted by a difficult problem, solve it by reducing it to the
question, "How would the Lone Ranger handle this?"
Kapil Kr. Khandelwal
2013-03-20 12:22:33 UTC
Permalink
Dear Team

I want to a favour from your side. I want to implement clustering in
postgres on windows server. Please provide the list of steps. I want the
answers of followings doubts.

1. How to write archive command
2. How to log shipping from primary to stand by server
3. how to restore database at stand by server from archived files

I am waiting for your positive response. Thanks in advance.


Regards
Kapil Kr. Khandelwal
CodeScape Consultant Pvt Ltd
+91 969 417 9109
+91 141 400 2993
www.codescape.in

*Think before printing. Turn off Systems before leaving. Conserve Energy,
Save our Environment.*
Post by Kapil Kr. Khandelwal
Dear Sir
Thanks for your response. My problem has solved.
Thanks & Regards
Kapil Kr. Khandelwal
M: 09694179109
CodeScape Consultants, Jaipur
Post by Christopher Browne
Post by Kapil Kr. Khandelwal
I want to a favour from your side. I want to know, how to run sql query
by
Post by Kapil Kr. Khandelwal
command prompt in postgres sql.
This doesn't sound like a bug, and this mailing list is intended to
capture bugs discovered in Postgres.
Perhaps you should avail yourself of the documentation. The following
http://www.postgresql.org/docs/9.1/static/tutorial-accessdb.html
http://www.postgresql.org/docs/9.1/static/app-psql.html
--
When confronted by a difficult problem, solve it by reducing it to the
question, "How would the Lone Ranger handle this?"
Christopher Browne
2013-03-20 16:23:31 UTC
Permalink
Post by Kapil Kr. Khandelwal
Dear Team
I want to a favour from your side. I want to implement clustering in
postgres on windows server. Please provide the list of steps. I want the
answers of followings doubts.
1. How to write archive command
2. How to log shipping from primary to stand by server
3. how to restore database at stand by server from archived files
I am waiting for your positive response. Thanks in advance.
Again, these do not sound like they are bugs in PostgreSQL that
should be reported here.

They could indicate bugs in the documentation if the documentation was
specifically deficient, but it is not evident that you have reviewed the
documentation, as I would expect different "doubts."

I don't know what version of PostgreSQL you are using; if you were
running 9.2, then the following might be relevant documentation:
<http://www.postgresql.org/docs/9.2/static/continuous-archiving.html>

That seems to describe the things you seem to be asking about.
If it is, then you should avail yourself of the documentation.

It is decidedly not a bug in PostgreSQL for you to fail to read the
documentation, and you should not report such things on this
mailing list.
--
When confronted by a difficult problem, solve it by reducing it to the
question, "How would the Lone Ranger handle this?"
--
Sent via pgsql-bugs mailing list (pgsql-***@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs
Craig Ringer
2012-06-27 17:43:24 UTC
Permalink
Post by Kapil Kr. Khandelwal
Dear Team
I want to a favour from your side. I want to know, how to run sql
query by command prompt in postgres sql.
psql

http://www.postgresql.org/docs/9.1/static/app-psql.html

--
Craig Ringer
Kapil Kr. Khandelwal
2012-06-28 06:56:23 UTC
Permalink
Dear Team


When I restarted the postgres9.0 service by windows then getting following
error message. Plz help me.

*Error Message(Error 1053) : The service did not respond start or control
requested in timely fashion. *
*
*
Please suggest me. Thanks in advance.




Thanks & Regards

Kapil Kr. Khandelwal
M: 09694179109
CodeScape Consultants, Jaipur
Post by Kapil Kr. Khandelwal
Dear Team
I want to a favour from your side. I want to know, how to run sql query by
command prompt in postgres sql.
I ma waiting for your positive response.
Thanks & Regards
Kapil Kr. Khandelwal
M: 09694179109
CodeScape Consultants, Jaipur
Daniel Farina
2012-06-28 18:57:23 UTC
Permalink
Post by Kapil Kr. Khandelwal
Dear Team
When I restarted the postgres9.0 service by windows then getting
following error message. Plz help me.
Post by Kapil Kr. Khandelwal
Error Message(Error 1053) : The service did not respond start or control
requested in timely fashion.
Post by Kapil Kr. Khandelwal
Please suggest me. Thanks in advance
Please post general requests for help in pgsql-general or pgsql-novice. If
the cause of this problem is obscure and looks like a bug, then it would be
appropriate to post it here.

This list is for tracking clear and precise defects in Postgres. Please do
not discuss other things here.
Loading...