datetime_in()

Поиск
Список
Период
Сортировка
От Terry Mackintosh
Тема datetime_in()
Дата
Msg-id 399AFC0F.ADD345A8@terrym.com
обсуждение исходный текст
Список pgsql-hackers
Hello

PostgreSQL 7.0.2 on Red Hat 6.2 & 5.2 & SuSe ?

A long time ago it was advised that I use datetime_in("now") to get the
time for use in contrib/spi/moddatetime.c.

...   Datum       newdt;          /* The current datetime. */
...   /* Get the current datetime. */   newdt = datetime_in("now"); // This is line 67
...   rettuple = SPI_modifytuple(rel, rettuple, 1, &attnum, &newdt, NULL);
...

But now when I try to compile:

gcc -I../../src/include -I../../src/backend   -O2 -Wall
-Wmissing-prototypes -Wmissing-declarations -fpic -I../../src/include  
-c -o moddatetime.o moddatetime.c
moddatetime.c: In function `moddatetime':
moddatetime.c:67: warning: implicit declaration of function
`datetime_in'
moddatetime.c:89: `DATETIMEOID' undeclared (first use in this function)
moddatetime.c:89: (Each undeclared identifier is reported only once
moddatetime.c:89: for each function it appears in.)
make: *** [moddatetime.o] Error 1
rm timetravel.o

Does the function datetime_in() still exist?
If not, what should be used in it's stead?

I've looked around the docs and mail archives, but found nothing useful
on this.

Thanks

Terry Mackintosh <terry@terrym.com>          http://www.terrym.com
sysadmin/owner                     http://www.shell-connection.com
Proudly powered by R H Linux, Apache, PHP, PostgreSQL
"If you don't know where you are going, how can you get there?"


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Don Baccus
Дата:
Сообщение: Re: AW: Open Source Database Routs Competition inNew Bench mark Tests
Следующее
От: M.Feldtmann@t-online.de (Marten Feldtmann)
Дата:
Сообщение: Index-Function for Strings ....