![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
I'm new here. My major problem is working with functions. (previously I use SQL Server) For instance, I haven't find a way to alter a function, or to view function list. |
|
(any keystroke like \d that will display functions ?) Can anybody suggest a nice place to start? An URL perhaps? |
#4
| |||
| |||
|
|
I've tried it, but nothing happen, just display some text says "less:not found" What's wrong? |
|
PostgreSQL 7.3.1 on i686-pc-cygwin, compiled by GCC gcc (GCC) 3.2 20020927 (prerelease) Should I upgrade? |
#5
| |||
| |||
|
|
hendro wrote: | I've tried it, but nothing happen, just display some text says "less:not | found" What's wrong? psql is trying to send the output of your command to a pager. A pager is a program which displays output in a console one page at a time. The default pager is called "less". To solve your problem, install the cygwin less package. | PostgreSQL 7.3.1 on i686-pc-cygwin, compiled by GCC gcc (GCC) 3.2 | 20020927 (prerelease) | | Should I upgrade? If it's easy, sure. However, it sounds like you're just using it to play around and learn postgres. So it's probably not worth going to the effort if it's going to be a lot of work for you to upgrade. 7.4 offers CREATE OR REPLACE FUNCTION which is the way to alter a function that you were asking about below. |
![]() |
| Thread Tools | |
| Display Modes | |
| |