Top "Postgresql-8.3" questions

Questions specific to version 8.3 of the widely-used PostgreSQL relational database system

How to declare a variable in a PostgreSQL query

How do I declare a variable for use in a PostgreSQL 8.3 query? In MS SQL Server I can do this: …

sql postgresql postgresql-8.3
Writing a function to select data only on weekdays in PostgreSQL

I am working on a Postgres 8.3 database. A query I use is meant to only select rows that are included …

sql postgresql postgresql-8.3
psql: could not connect to server: Connection refused (0x0000274D/10061) in windows

I am trying to run psql.exe from command line. I am getting error as below. C:\>cd C:\…

postgresql psql postgresql-8.3
how to terminate postgresql 8.3 sessions?

I am trying to terminate a session (a specific session or all sessions, doesnt matter) in postgresql 8.3 and am having …

postgresql postgresql-8.3