Re: use fopen iso-8859-1 resource

Поиск
Список
Период
Сортировка
От ourdiaspora
Тема Re: use fopen iso-8859-1 resource
Дата
Msg-id FPQBkGZpsb1CdQX5UIFJTWTaTpYa6spcn_LR3KD6ylvpyWRerxZ9O19SP0zICAwtxta9Wzq5vc1VfKdlWVUXUy8kMaL8OzwbElhBB31WszQ=@protonmail.com
обсуждение исходный текст
Ответ на Re: use fopen iso-8859-1 resource  (Adrian Klaver <adrian.klaver@aklaver.com>)
Ответы Re: use fopen iso-8859-1 resource  (Adrian Klaver <adrian.klaver@aklaver.com>)
Список pgsql-general
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐

On Friday, August 27th, 2021 at 11:10 PM, Adrian Klaver <adrian.klaver@aklaver.com> wrote:

> https://www.php.net/manual/en/pdo.pgsqlcopyfromfile.php
>

"
public PDO::pgsqlCopyFromFile(
    string $table_name,
    string $filename,
"

Sorry but do not understand; the line does not explain what to write in the php file.

So far have written:
"
<?php
    $userfile=file(./
    $dbusertemporary = pg_connect("dbname=cpacweb user=cpaca");
    $usertemporarydata = pg_copy_from (
        resource $dbusertemporary,
        string $userdata,
        array $rows,
        string $delimiter = ',',
        string $null_as = '\\N'
        ): array;
"

The plan is to write an html file for a user to select a csv file to import into a database. The manual suggests that
thefile name is already known (e.g. https://www.php.net/manual/en/function.fgetcsv.php) 

Instead of:
"
...
fopen("test.csv", "r"))
...
"

it would _not_ be possible to write, correct?:
"
...
fopen("", "r"))



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

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: Can we get rid of repeated queries from pg_dump?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Can we get rid of repeated queries from pg_dump?