dbTalk Databases Forums  

Sponsored Links


comp.databases.postgresql.novice comp.databases.postgresql.novice


Discuss in the comp.databases.postgresql.novice forum.



Post New Thread
Threads in Forum : comp.databases.postgresql.novice Forum Tools
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
Hello, I need a method of returning a date in a given timezone and accomidating DST. For example, my server is set to UTC, Id like to return the...
A Gilmore
09-18-2004 11:03 PM
Tom Lane Go to last post
4 169
Hi I've made heaps of Filemaker databases on a Mac, now I'm moving to use PostgreSQL on Debian GNU/Linux. Can I use textfiles (e.g. tab-separated)...
Neacal
09-18-2004 04:03 PM
M. Bastin Go to last post
4 143
Dear group, I am trying to upload a file into a table using COPY command. My table: exp_id exp_X exp_y exp_std exp_npix
Kumar S
09-18-2004 08:44 AM
M. Bastin Go to last post
1 161
I'm trying to write my own aggregate function. I'm getting messed up in both the sfunc and finalfunc and I'm reasonably certain it's because I'm not...
Todd Kover
09-17-2004 09:41 PM
Tom Lane Go to last post
5 243
Hello, I hope this is the right place to ask for installation help... Ok I followed the Installation steps and stuck with compiling or better with...
Alexander Jochum
09-17-2004 02:50 PM
Tom Lane Go to last post
4 162
I am looking for the rough equivalent of: mysqlimport -L -h <host> -r --fields-terminated-by=',' -u<user> -p<pass> --fields-enclosed-by='"'...
Sean Davis
09-17-2004 02:07 PM
Sean Davis Go to last post
6 141
Hello, I installed EMS postgres Admin (win) and I'm trying to connnect directly to the database (linux). I have specfied the host ip, default port...
Sun H Chi
09-17-2004 05:43 AM
Lars Haugseth Go to last post
2 162
Hi, I am intending using the latest and greatest postgresql to learn about how it works and where it is heading (the project I am on is in for the...
Antoine
09-16-2004 06:28 PM
Josh Berkus Go to last post
3 167
Is there a command similar to the oracle DESCRIBE command to view the table definitions? Thanks
Sun H Chi
09-16-2004 06:09 PM
Jake Stride Go to last post
1 172
PostGreSQL 7.4.3 I have a table that 'translates' codes between two types. The structure is: recno | integer | not null...
Steve Tucknott
09-15-2004 05:56 PM
Kumar S Go to last post
5 162
Dear Group, is there a way to define a hyperlink as a datatype. I want to store hyperlink for an FTP site as my data link. Is this possible or it is...
Kumar S
09-15-2004 09:46 AM
Arthur van Dorp Go to last post
3 527
Hi, I just wanted to clarify as to what is the maximum value of a SERIAL datatype. In the documentation it is given that with BIGSERIAL it...
Pradeepkumar, Pyatalo
09-14-2004 07:07 PM
Josh Berkus Go to last post
1 150
Dear group, Could you please suggest if my sql syntax is wrong for creating the table: my sql statements: create table EXPERIMENT ( exp_id ...
Kumar S
09-14-2004 05:55 PM
Stephan Szabo Go to last post
4 138
Hello, I am getting the following error while running a series of stored procedures. I have increased the max_locks_per_transaction parameter from 64...
Betsy Barker
09-14-2004 11:43 AM
Burçin Gülen Go to last post
3 139
Hi, I have a customer who would like to extract all their data from one system and dump into another. Not too difficult except for the images. The...
Sun H Chi
09-14-2004 02:03 AM
Aarni Ruuhimäki Go to last post
1 151
Hi, I'm having problems trying to connect to the postgresql 7.5 using libpg. I'm developing on the windows platform and using visual c++...
Adrian Chew
09-14-2004 01:20 AM
Michael Glaesemann Go to last post
2 165
Calling myself a novice would be inflating my skills/knowledge. My situation and following question: I have a customer (a Human Resources...
Mike Ellsworth
09-13-2004 08:47 PM
Mitch Pirtle Go to last post
3 277
Mike wrote: owns the postmaster), you can psql into the database eg psql myDB You don't need to putty into the box to use pgAdmin, you just...
Mike
09-13-2004 08:41 PM
Mitch Pirtle Go to last post
14 449
Long time MySQL user, six weeks into Postgres here. I'm converting a PHP script that uses MySQL to use Postgres instead. To substitue the missing...
Greg Donald
09-13-2004 06:02 PM
Michael Fuhr Go to last post
9 213
Hi all, I have an application that for a very specific reason will generate a row of data that I want to put into a database. One problem is that...
Tim Pushor
09-13-2004 03:38 PM
Tim Pushor Go to last post
0 158
Hello, Im using the default precision for my timestamps, 6. Is it safe to declare this column unique? Because you can define the level...
A Gilmore
09-13-2004 12:30 PM
A Gilmore Go to last post
6 166
The subject says it all! I looked on my local mirror but couldn't find it. Any help appreciated. Paul... -- plinehan y_a_h_o_o and d_o_t com
Paul Ganainm
09-12-2004 01:44 PM
Rafael Charnovscki Go to last post
1 236
Hi all I need to use polish charset in postgresql and it should be iso-8859-2. But i dont know how to make postgresql use it. I try : initdb -E...
ppp
09-11-2004 10:00 AM
Ennio-Sr Go to last post
2 153
On Sep 6, 2004, at 10:21 PM, tab view wrote: What is the data type of the datetimelogged column? Michael Glaesemann grzm myrealbox...
Michael Glaesemann
09-11-2004 02:22 AM
Tom Lane Go to last post
1 135
the inquirer wrote: As Tom Lane said before me, use EXECUTE. I have that on a similar project CREATE FUNCTION s_user() RETURNS "trigger" AS...
Michalis Kabrianis
09-11-2004 02:22 AM
Michalis Kabrianis Go to last post
0 162
In Oracle you can log on using OS authentication & then: ALTER SESSION SET CURRENT_SCHEMA= <schema name>; Is there anyway to do this in...
Salerno, Vincent
09-11-2004 02:19 AM
Tom Lane Go to last post
2 188
the inquirer <listquestions (AT) yahoo (DOT) com> writes: Utility statements (which is to say anything except SELECT/INSERT/ UPDATE/DELETE)...
Tom Lane
09-11-2004 02:03 AM
Tom Lane Go to last post
0 130
On Tue, 2004-09-07 at 11:44, William Herrera wrote: Use the createlang script. -- Oliver Elphick olly (AT)...
Oliver Elphick
09-11-2004 01:55 AM
Oliver Elphick Go to last post
0 144
Hi, I have a table pointattributes(pointid,attributeid,strvalue,numvalue)......where pointid and attributeid are foreign keys refering to other...
Pradeepkumar, Pyatalo
09-10-2004 02:15 PM
Tim Pushor Go to last post
5 172
Hi, I have had a look at the docs but, correct me if I am wrong, cannot find a way to select data into an existing table. I have looked at select...
Jake Stride
09-10-2004 02:58 AM
Michael Glaesemann Go to last post
1 175
Eduardo Vázquez Rodríguez wrote: Try with: .... SUM(duration::integer) ... You can create a new integer column, copy all datas from the old
Gaetano Mendola
09-08-2004 07:18 PM
Gaetano Mendola Go to last post
0 233
Hi, I'm using PostgreSQL 7.3.4 on phpPgAdmin 2.4.2 and I'm getting the following error when I try and run a SQL query on a script: Error...
Daniel Secomb
09-08-2004 11:11 AM
Ron St-Pierre Go to last post
1 128
Hi, I'm using PostgreSQL 7.3.4 on phpPgAdmin 2.4.2 and I'm getting the following error when I try and run a SQL query on a script: Error...
Daniel Secomb
09-08-2004 10:16 AM
paul@entropia.co.uk Go to last post
1 242
Hi, I am using plpgsql to write user function and type. I am facing problem while executing the function. psql=# select * from...
Rajan Bhide
09-08-2004 10:08 AM
Tom Lane Go to last post
1 149
My webhost only supports PGSQL 7.3.4. The current CYGWIN version of PGSQL is 7.4.5. I'd love to use the latest, but I want to avoid problems moving...
operationsengineer1@yahoo.com
09-05-2004 03:29 AM
operationsengineer1@yahoo.com Go to last post
0 113
Hi, I am working on the G System project (BSD licenced) and we are going to be (eventually) implementing a distributed database to hold data for the...
Antoine
09-03-2004 05:55 PM
Antoine Go to last post
0 173
i'm will likely be working with a webhost that offers pgsql 7.3.3. will i run into problems if i develop using pgsql 7.4.5 and try to upload it to...
operationsengineer1@yahoo.com
09-02-2004 11:24 AM
Mike Go to last post
4 136
Is it possible to get a select statement to work like this with a for loop? CREATE FUNCTION public.search(int4) RETURNS SETOF search1...
derrick@grifflink.com
09-01-2004 11:20 PM
derrick@grifflink.com Go to last post
2 148
Hi all, I have a database that I made a copy of (useing pg_dump) to test a new program on. The program runs just fine on the new(copy) database. ...
jason@soundconcept.net
09-01-2004 05:42 PM
Steve Crawford Go to last post
1 134
Hi, I am using Postgresql 7.4.3 running on RedHat Linux 2.4.7. My Application is coded in C. I am using libpq functions inorder to connect to the...
Pradeepkumar, Pyatalo
09-01-2004 10:27 AM
Tom Lane Go to last post
1 150
Dear all, Will installing the beta 2 of win32 be a just next - next button click sequence on windows port or does upgradation requires some tweaking...
V i s h a l Kashyap @ [Sai Hertz And Control Systems]
08-31-2004 03:44 AM
Dmitry Karasik Go to last post
1 119
Hi all, I am using Postgresql 7.4.3 on Linux 7.2. In my project i am using many user defined functions. All the functions are working fine, no...
Pradeepkumar, Pyatalo
08-31-2004 02:28 AM
Pradeepkumar, Pyatalo Go to last post
2 128
hi all I use FreeBSD 4.10. I downloaded the packages for PostGRE SQL (7.4.2), and installed the packages. I also happened to see the messages...
Kesav.Tadimeti@ubs.com
08-30-2004 12:18 PM
Oliver Elphick Go to last post
1 151
Rajan Bhide wrote: Not sure but you should upgrade anyway. It is easy. -- Bruce Momjian | http://candle.pha.pa.us pgman...
Bruce Momjian
08-30-2004 10:42 AM
Tom Lane Go to last post
1 157
Hi, The recent Postgres7.4.5 mentions a fix for a crash. http://www.postgresql.org/docs/7.4/static/release.html#RELEASE-7-4-5 "Repair possible crash...
Rajan Bhide
08-30-2004 05:20 AM
Rajan Bhide Go to last post
0 145
Can anyone tell me if there is any difference between these two commands: select * from table1, table2 where table1.id = table2.id and select * from...
Natan
08-29-2004 08:54 PM
Tom Lane Go to last post
1 149
Hi, I am just testing this list and my new gmail account. Sorry about that, Antoine ---------------------------(end of...
Anton Melser
08-29-2004 06:15 AM
Anton Melser Go to last post
0 153
I read the posts on pgsql functions and transactions from the Novice list, and I think they are saying "PGSQL functions do not support transactions"....
Betsy Barker
08-29-2004 02:55 AM
operationsengineer1@yahoo.com Go to last post
12 299
I'm sorry for the simple question, but.... I have a table (description given below) that I want to do something like: select...
Sean Davis
08-29-2004 02:50 AM
Oliver Elphick Go to last post
1 147
I had a-couple of questions regarding the text formatting in the pg_dump file. First, when dumping my database, I seem to be getting...
John Browne
08-28-2004 02:11 PM
Bruce Momjian Go to last post
4 160
Post New Thread

Display Options
Showing threads 101 to 150 of 1001
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.