PostgreSQL Forum
PostgreSQL ORDBMS database - Ask questions about PostgreSQL development, administration replication, clustering, connection pooling, tables, indexes, databases, performance, SQL, queries and more.
September 9th, 2008 msquared (Administrator)
Database gone a bit wild
Hi all just recently a large postgres database that has been happily chugging away with no problems has gone a bit wild. It is in the...
more »
create table MyVariable
Can I write in a plpgsql function a code like this: declare mytablename char(10); .......................... if .... then ...
more »
set Locale?
hi all i'm currently running a postgresql 8.2 server. how to change the postgresql locale permanently especially for the date time format and...
more »
Installing PostgreSQL on WEPOS
Hello people I was wondering if it is possible to install PostgreSQL on a WePOS Operating System. MS says anything installable on XP can be...
more »
need some help in function
i have a function: CREATE OR REPLACE FUNCTION fn_confirm_sms("varchar", "varchar", "varchar", "varchar", "varchar") RETURNS "varchar"...
more »
Running function as superuser
How I can run a function written in plpgsql as superuser when I'm logged into the database as normal user with a restrict access to tables?
more »
Bad date error
HI Can Anyone help me in correcting the error.I have a datbase in psql which has a date field.While trying to insert it using php form i am...
more »
weekday from timestamp?
hi, im strugling with my dataset.. got a small pgsql db with a timestamp column in format YYYY:MM:DD HH:MM:SS for each record how could i possibly...
more »
day from date
Is there a function in postgresql to find weekday from date? E.g. Given 2008-09-08 , it returns Monday.
more »
Data Base Design
Please Help me out in the Design of Postgres Database for the criteria 1. We have 20 Area Offices -- each Area Office to have another 20 branches...
more »
access or postgree
I am a business contractor , I wanted to learn how to make web pages so I leaned xhtml, css, and Javascript . But I fell in love with programing. At...
more »
large database
pl tell me which is the best out of the following I have got an application of php and postgresql and same has to be implemented as central server...
more »
(select Extract(dow...))
Hi all Does anyone know how to subtract the day of the week (in numbers) from the current date i tried ....(current_date + (SELECT EXTRACT(DOW...
more »
select not using index
Hello, My name is Mihaly Fazekas. Sorry, my english is not good. I have a query: telefon=# EXPLAIN SELECT * FROM ext.ext_unit_hier WHERE...
more »
connection statement
Hi i am trying to connect postgres database using php.my database name is DB username=GPME and password=secret.I tried the pg_connect() using...
more »
1 2 3 4 5 6 . . . 26 Next »
Latest Articles: Read & Comment
Top PostgreSQL Forum Contributors